Commit Graph

89 Commits

Author SHA1 Message Date
Xavier Morel a8286263ff [ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded
bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy
2011-12-16 14:00:00 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Antony Lesuisse 28715cfaab [FIX] jsonp fixes currently untested
bzr revid: al@openerp.com-20111216014945-mhq4eee2hy9mip27
2011-12-16 02:49:45 +01:00
Antony Lesuisse 770a738b9b [FIX] more deferred
bzr revid: al@openerp.com-20111216013051-x45j314u7d4zvfoq
2011-12-16 02:30:51 +01:00
Antony Lesuisse d315489256 [FIX] session cookie and logout
bzr revid: al@openerp.com-20111216012542-svbiuf64x017wll5
2011-12-16 02:25:42 +01:00
Antony Lesuisse a036be16c9 [IMP] minor changes
bzr revid: al@openerp.com-20111216004823-s3lh80nymv2xu6fs
2011-12-16 01:48:23 +01:00
Antony Lesuisse 8721df9d54 [IMP] massive connection deferrization, json works again
bzr revid: al@openerp.com-20111216004402-q6v26822swarra7r
2011-12-16 01:44:02 +01:00
Antony Lesuisse 4206e4d262 connection jsonp wip
bzr revid: al@openerp.com-20111215183259-vam7tsjlkqhjam69
2011-12-15 19:32:59 +01:00
Antony Lesuisse 8ae093bf49 move jq_ajax.js
bzr revid: al@openerp.com-20111215133305-c7jgyqdes33drllk
2011-12-15 14:33:05 +01:00
Antony Lesuisse 31e65bdddf partial rework to merge trunk
bzr revid: al@openerp.com-20111215120732-is7pab5e5rsfqpj0
2011-12-15 13:07:32 +01:00
Christophe Simonis 0b314b2596 [IMP] add session.server as a global variable for qweb temlates
bzr revid: chs@openerp.com-20111214134512-byuq129f02t3fk4s
2011-12-14 14:45:12 +01:00
Christophe Simonis bb852a7d94 merge upstream
bzr revid: chs@openerp.com-20111213162531-1p76dk3xknouit35
2011-12-13 17:25:31 +01:00
Olivier Dony 9835cebe19 [MERGE] Use the new authenticate() API instead of login()
Using the new authenticate() API instead allows to pass
a user-agent environment along with the credentials.
The main use for the UA environment at this point is
to pass the base URL used to login, so that the server
may initialize its "web.base.url" global config parameters

bzr revid: odo@openerp.com-20111213161554-jbtrp94aatcnibne
2011-12-13 17:15:54 +01:00
Antony Lesuisse d34a0d0e17 [IMP] url handling by chs
bzr revid: al@openerp.com-20111213105908-740uk5jf0r64lsdb
2011-12-13 11:59:08 +01:00
Christophe Simonis 12ce718088 [IMP] limit the hash managment to the actionmanager of the webclient (and its viewmanager and views)
bzr revid: chs@openerp.com-20111212164455-44l31w1jr1sm2mg0
2011-12-12 17:44:55 +01:00
niv-openerp 10d2a57509 [imp] added some jquery deferred tools
bzr revid: nicolas.vanhoren@openerp.com-20111212155635-5ercancx9jiub744
2011-12-12 16:56:35 +01:00
Christophe Simonis 607fa699d6 [IMP] fire the bbq
bzr revid: chs@openerp.com-20111209163114-23c0orpwbqom4js9
2011-12-09 17:31:14 +01:00
Antony Lesuisse 78312ed1dd [MERGE] trunk
bzr revid: al@openerp.com-20111208133952-183wp4ozrr0gvea8
2011-12-08 14:39:52 +01:00
Xavier Morel 38e1a8a660 [FIX] according to spec, Array.prototype.sort is not defined as returning anything, Opera implements it strictly
bzr revid: xmo@openerp.com-20111128153941-xox35xedo9v2du2d
2011-11-28 16:39:41 +01:00
Fabien Meghazi 5d0d04a85f [IMP] Display color number in kanban's color picker in debug mode
bzr revid: fme@openerp.com-20111124210600-z7h54ns6hj6nbtk2
2011-11-24 22:06:00 +01:00
Fabien Meghazi efb7a7b2d9 [ADD] Add __debug__ key to qweb default dict
bzr revid: fme@openerp.com-20111124205851-cgbwmuk8hgi1dcla
2011-11-24 21:58:51 +01:00
Christophe Simonis d1792b9704 merge upstream
bzr revid: chs@openerp.com-20111122123119-4b8a5piay9kvsuxo
2011-11-22 13:31:19 +01:00
Christophe Simonis f789396842 [IMP] correct var name
bzr revid: chs@openerp.com-20111122122046-kl6f4o4ej1mdcd1o
2011-11-22 13:20:46 +01:00
Christophe Simonis c5bcea713d [FIX] set correct session name
bzr revid: chs@openerp.com-20111122122016-ykckmih2q7dfb4yb
2011-11-22 13:20:16 +01:00
Xavier Morel bea1a79705 [FIX] don't double-call on_session_valid when logging in
bzr revid: xmo@openerp.com-20111122120937-302onn00bu2drfui
2011-11-22 13:09:37 +01:00
niv-openerp 452eca8952 [imp] added replace() method in Widget to ease insertion at a precise place in the dom
bzr revid: nicolas.vanhoren@openerp.com-20111122062431-zh762kivblfhwewk
2011-11-22 11:54:31 +05:30
Christophe Simonis f994e70e41 merge upstream
bzr revid: chs@openerp.com-20111117125432-zhfrcyrtwy9b9cv8
bzr revid: chs@openerp.com-20111118132606-6gh7zmrx7606w8fv
2011-11-18 14:26:06 +01:00
Xavier Morel e6f0378bd8 [FIX] display user login in static home page
lp bug: https://launchpad.net/bugs/887969 fixed

bzr revid: xmo@openerp.com-20111118111521-7dem9bsa3z0fy3ej
2011-11-18 12:15:21 +01:00
Fabien Meghazi 41aded04c4 [IMP] Core callbacks always return value of original method
instead of last callback in the stack

bzr revid: fme@openerp.com-20111117130802-gyrzythtzs2nzmz5
2011-11-17 14:08:02 +01:00
Christophe Simonis 4e85f0762c [IMP] Connection: add utility method that bind() then login()
bzr revid: chs@openerp.com-20111117124926-y3z3osoq76va0kjy
2011-11-17 13:49:26 +01:00
Christophe Simonis a113e971fb [FIX] typo
bzr revid: chs@openerp.com-20111117124819-qmxoit9i2ryo8szo
2011-11-17 13:48:19 +01:00
Christophe Simonis 7e9d606238 [IMP] Connection: new method to bind to a server. Must be called before login
[IMP] loading of qweb/css/js files are now sequencial

bzr revid: chs@openerp.com-20111115170408-u1i805s1854igyja
2011-11-15 18:04:08 +01:00
Christophe Simonis 161b9409f7 merge upstream
bzr revid: chs@openerp.com-20111114101418-e3u2p5m1a9lcquoi
bzr revid: chs@openerp.com-20111115142912-mqa9p1u0msw5w00h
2011-11-15 15:29:12 +01:00
Fabien Meghazi db2c85635b [IMP] Upgraded unserscore version from 1.1.7 to 1.2.2 and underscore.string from 1.1.6 to 1.2.0
WARNING: underscore string does not mixin to underscore by default. Use _.str.*

bzr revid: fme@openerp.com-20111115123059-k31lhp0db2d8h22k
2011-11-15 13:30:59 +01:00
Xavier Morel 42c7cb86d9 [FIX] support 'thousands' separator for integers
lp bug: https://launchpad.net/bugs/886471 fixed

bzr revid: xmo@openerp.com-20111114154510-r6bdi22cyygh72ak
2011-11-14 16:45:10 +01:00
niv-openerp 390b83c7fc [fix] problem in form open popup a form select create popup
lp bug: https://launchpad.net/bugs/888395 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111110093221-u1ry76juajt6c1lz
2011-11-10 10:32:21 +01:00
niv-openerp 6b38206141 [fix] small architecture inconsistency
bzr revid: nicolas.vanhoren@openerp.com-20111109142641-j1yu7ixw2yhhg1q2
2011-11-09 15:26:41 +01:00
Christophe Simonis bccc64ac7c [FIX] use absolute url when getting css/js/qweb files + use a static proxy for getting qweb files
bzr revid: chs@openerp.com-20111109081626-l868h7w8glinbxdl
2011-11-09 09:16:26 +01:00
niv-openerp 13e361920f [imp] some more architecture improvements
bzr revid: nicolas.vanhoren@openerp.com-20111109110216-p7e2xnckhbs8ojqk
2011-11-09 12:02:16 +01:00
niv-openerp d07f77f62b [imp] small improvement to ease widgetification of the pos
bzr revid: nicolas.vanhoren@openerp.com-20111109104312-tn9vyykt27hyjpej
2011-11-09 11:43:12 +01:00
Christophe Simonis 2ea47dc3b2 merge upstream
bzr revid: chs@openerp.com-20111108163644-8mlg48lua376lzgg
2011-11-08 17:36:44 +01:00
Antony Lesuisse 61823d98e9 [MERGE] qweb xml loading (chs)
bzr revid: al@openerp.com-20111108160942-lawx5l2brjq2hut8
2011-11-08 17:09:42 +01:00
Christophe Simonis 6e735ccbbe merge upstream
bzr revid: chs@openerp.com-20111103111333-93bu8xdgs30ry5ig
bzr revid: chs@openerp.com-20111108154541-dsz5sjnf7xwihg06
2011-11-08 16:45:41 +01:00
Antony Lesuisse 91f050054f [MERGE] rename Session into connection define a Connection singleton (chs)
bzr revid: al@openerp.com-20111108152723-2w6zpksjw4e1yx7q
2011-11-08 16:27:23 +01:00
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Christophe Simonis 6f899d86c0 [IMP] rename Session to Connection and create one at initialisation
bzr revid: chs@openerp.com-20111027153132-qoj0fiwoj813gsda
2011-10-27 17:31:32 +02:00
Xavier Morel ab1bf880f1 [IMP] blockUI defaults configuration
* Set throbber image as the default message
* Ensure blockUI is on top of dialogs

bzr revid: xmo@openerp.com-20111027124503-i4u0fmqij3o80sy3
2011-10-27 14:45:03 +02:00
Fabien Meghazi 692293d31b [IMP] Add underscore ( '_' ) lib in default rendering context of the qweb instance used in the webclient
bzr revid: fme@openerp.com-20111026082543-xsnfh298e0wb0ccw
2011-10-26 10:25:43 +02:00
Fabien Meghazi 62c52bf0c2 [FIX] Do not use node.parentElement (sorry all)
lp bug: https://launchpad.net/bugs/879797 fixed

bzr revid: fme@openerp.com-20111024092140-zvrtzmy9cppjyaj2
2011-10-24 11:21:40 +02:00
Christophe Simonis 80657b1c29 [IMP] support for jsonp
bzr revid: chs@openerp.com-20111024090727-f8w5wv08ugxnrpt8
2011-10-24 11:07:27 +02:00