Commit Graph

199 Commits

Author SHA1 Message Date
Fabien Meghazi 4aad26f5c2 [ADD] es5-shim
bzr revid: fme@openerp.com-20130926164902-5ioas0np4tb9qnge
2013-09-26 18:49:02 +02:00
niv-openerp 8b963ce64f [FIX] Fixed regression that made the debug mode unavailable
bzr revid: nicolas.vanhoren@openerp.com-20130807092232-jgkap3b3cfa2grfq
2013-08-07 11:22:32 +02:00
niv-openerp d3a2c47fb1 [IMP] Moved Mutex class to openerpframework.js
bzr revid: nicolas.vanhoren@openerp.com-20130806131746-l43mz6aos7eupehm
2013-08-06 15:17:46 +02:00
niv-openerp e6e5fcde1e [IMP] Improved shim for function.bind
bzr revid: nicolas.vanhoren@openerp.com-20130806130734-lov3aq0m4b1r4sto
2013-08-06 15:07:34 +02:00
niv-openerp baef37aec6 [IMP] Removed old JavaScript module loading system in the 'web' addons. Still has some retro-compatibility for other addons.
bzr revid: nicolas.vanhoren@openerp.com-20130806125022-bzjbtn0nqk40ak4g
2013-08-06 14:50:22 +02:00
niv-openerp c63a86c593 [IMP] Merged corelib.js and coresetup.js into core.js
bzr revid: nicolas.vanhoren@openerp.com-20130806122623-pq6bpkjk65jx0fnp
2013-08-06 14:26:23 +02:00
Antony Lesuisse 7b158acee5 core refactoring, split core into corelib.js and coresetup.js
bzr revid: al@openerp.com-20120409003901-uo5wn6lj27yb6w7x
2012-04-09 02:39:01 +02:00
Xavier Morel e7e7548869 [MERGE] new searchview
fp orders

bzr revid: xmo@openerp.com-20120406120250-dlwt0kvt0y1e2snr
2012-04-06 14:02:50 +02:00
niv-openerp 236d1d2f30 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120405162718-rbdyzsh3ssawcoe3
2012-04-05 18:27:18 +02:00
Xavier Morel 2698ac1720 [IMP] fold contexts, because why not
bzr revid: xmo@openerp.com-20120405095411-gxyx7pm2iec4mye7
2012-04-05 11:54:11 +02:00
Xavier Morel a029cf244f [FIX] in a compound context, context n+1 has all of its preceding siblings in its evaluation context
bzr revid: xmo@openerp.com-20120405095009-v2i1xg8gf6lvigjv
2012-04-05 11:50:09 +02:00
niv-openerp 6b8e4e0832 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120405081401-pmd3e12tzar3yubg
2012-04-05 10:14:01 +02:00
Xavier Morel 239a118913 [FIX] compound domain and context's eval_context can be a compound itself, evaluate those if needs be
also fix tests html file for renames and extracts, and add a test case for complex non-literal evaluation contexts

bzr revid: xmo@openerp.com-20120404114830-a6416m2v7h8cyf08
2012-04-04 13:48:30 +02:00
Xavier Morel d70220631a [FIX] custom contexts and domains in search view fields
* Remove own_value hack, use compounds instead
* Correctly handle compounds evaluation contexts in test eval_domain_and_context js evaluator

bzr revid: xmo@openerp.com-20120404062727-r5eoaw73pjw1izk0
2012-04-04 08:27:27 +02:00
Xavier Morel 6f24433aef [FIX] json-serialize evaluated data on evaluation failure
bzr revid: xmo@openerp.com-20120403135113-yac2m82nuwn4f23x
2012-04-03 15:51:13 +02:00
Xavier Morel 7270d04618 [FIX] spurious context evaluation warning notifications
bzr revid: xmo@openerp.com-20120403070849-d0m9aldt0yvbh8uw
2012-04-03 09:08:49 +02:00
Xavier Morel 5e78e516f0 [IMP] more in-your-face warning when local evaluation of domains & contexts fails
bzr revid: xmo@openerp.com-20120402145815-kab5w92y3a8twm6u
2012-04-02 16:58:15 +02:00
Antony Lesuisse c6107de0ba [IMP] session_bind to stay consistent with session_*
bzr revid: al@openerp.com-20120402142251-flk6xr0iwbddox00
2012-04-02 16:22:51 +02:00
Antony Lesuisse 7f1eecc8d3 sidebar removal part1
bzr revid: al@openerp.com-20120401231212-dln0svoqcc0pmpxy
2012-04-02 01:12:12 +02:00
Antony Lesuisse a5aa1bc1a7 notebook styling
bzr revid: al@openerp.com-20120401215507-yxxvpphhm788fq8f
2012-04-01 23:55:07 +02:00
Xavier Morel 1b0c140834 [MERGE] from trunk
bzr revid: xmo@openerp.com-20120329110300-z4l730o4y4swmadx
2012-03-29 13:03:00 +02:00
niv-openerp a5a5008b32 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120326142148-tylsg1q3h1ur96m5
2012-03-26 16:21:48 +02:00
niv-openerp 727572ccd6 [imp] get rid of include() in novajs
bzr revid: nicolas.vanhoren@openerp.com-20120326111937-ypu2ah4xiqvpe9b0
2012-03-26 13:19:37 +02:00
niv-openerp 2059123918 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120326095842-mf8v3nhizeqcfp8j
2012-03-26 11:58:42 +02:00
Xavier Morel f97751c63e [FIX] custom contexts and domains in search view fields
* Remove own_value hack, use compounds instead
* Correctly handle compounds evaluation contexts in test eval_domain_and_context js evaluator

bzr revid: xmo@openerp.com-20120323093913-09y0v082pe96pxh2
2012-03-23 10:39:13 +01:00
Xavier Morel 1da49a44a5 [MERGE] 6.1 fixes into trunk
bzr revid: xmo@openerp.com-20120322113142-gim4svx01p336nxm
2012-03-22 12:31:42 +01:00
niv-openerp 8c47efd712 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120315153426-ka6b9h14ql0lk9y4
2012-03-15 16:34:26 +01:00
Fabien Meghazi 4b2494bb05 [ADD] Added FormRenderingEngine. Save kitten.
bzr revid: fme@openerp.com-20120314170949-m1wv8eub9u0g9xwb
2012-03-14 18:09:49 +01:00
niv-openerp 4e7796cfee [imp] added some stuff to manage interfaces
bzr revid: nicolas.vanhoren@openerp.com-20120313163719-ez4n7ca4qxus0m9t
2012-03-13 17:37:19 +01:00
niv-openerp 89061adc7d [imp] possible problem with debug & qweb
bzr revid: nicolas.vanhoren@openerp.com-20120313153707-zi6kdlbxz72dit7l
2012-03-13 16:37:07 +01:00
Fabien Meghazi 66e1ce8606 [FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent to server without user's knowledge
lp bug: https://launchpad.net/bugs/938497 fixed

bzr revid: fme@openerp.com-20120308102151-eyr71rzk345f6xji
2012-03-08 11:21:51 +01:00
Xavier Morel 80ebf90a7c [IMP] debug messages of test evaluator
bzr revid: xmo@openerp.com-20120307095732-ckfuowa43i7dkapg
2012-03-07 10:57:32 +01:00
Xavier Morel 98341230a7 [FIX] context evaluation: accumulation of literal and compound context data into evaluated context
bzr revid: xmo@openerp.com-20120307074641-pm5wl9t3cb4l9s64
2012-03-07 08:46:41 +01:00
Xavier Morel 96a5947f75 [MERGE] from trunk
bzr revid: xmo@openerp.com-20120305085606-d60ub93xqdjucfg0
2012-03-05 09:56:06 +01:00
Xavier Morel f8a93bc284 [FIX] update py.js for operators &al, implement basic crummy version of relativedelta
bzr revid: xmo@openerp.com-20120305085532-0vcz6j0m985gjuz1
2012-03-05 09:55:32 +01:00
Xavier Morel e178185b4f [MERGE] bug fixes form 6.1 branch
bzr revid: xmo@openerp.com-20120305070634-li0eloj7vhsljguu
2012-03-05 08:06:34 +01:00
Xavier Morel 12358af73b [IMP] add basic evaluation context to asserter (for domains, so time and datetime are available).
Doesn't really work because kwargs not supported by py.js (see bug #3), so Sales > Reporting > Opportunities analysis does not work

Also current implementation of datetime and time.strftime very incomplete

bzr revid: xmo@openerp.com-20120301135900-w4aucd5boi9yzmod
2012-03-01 14:59:00 +01:00
Xavier Morel 7e5feece18 [ADD] eval tests for eval_domain_and_context
bzr revid: xmo@openerp.com-20120301130008-dijd6r49js1227by
2012-03-01 14:00:08 +01:00
niv-openerp 7eb12aee74 [imp] renammed render_element
bzr revid: nicolas.vanhoren@openerp.com-20120229110744-0m55gqlme6s225jv
2012-02-29 12:07:44 +01:00
niv-openerp 2da2983533 [imp] renammed tag_name
bzr revid: nicolas.vanhoren@openerp.com-20120229110428-es0fof2fxxa5qzd5
2012-02-29 12:04:28 +01:00
niv-openerp d1498035f0 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120227132024-06p0skdlx1ixbi3g
2012-02-27 14:20:24 +01:00
niv-openerp 51f72851d6 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120227131808-ll7uach6i6cin5b3
2012-02-27 14:18:08 +01:00
niv-openerp aca64bb558 [imp] removed useless function
bzr revid: nicolas.vanhoren@openerp.com-20120227124958-ehlps91290hrwo9o
2012-02-27 13:49:58 +01:00
niv-openerp 080c9ed7fd [imp] renammed niv to nova
bzr revid: nicolas.vanhoren@openerp.com-20120227103715-ez6m5bth0spbuupk
2012-02-27 11:37:15 +01:00
niv-openerp f23a5914ca [imp] cleaned initialization of mixins
bzr revid: nicolas.vanhoren@openerp.com-20120227093413-8qp1vo90500h9lrw
2012-02-27 10:34:13 +01:00
Xavier Morel 739f719ad6 [UP] py.parse 0.2 to py.js 0.4 ~
should probably go through a testing phase (checking its result
against that of eval_domain_and_context) for a while, but apart from
that it's supposed to work.

'stdlib' stuff (datetime.date.today, datetime.timedelta,
time.localtime, time.time, time.strftime) still need to be
written. Isn't there also a dateutil.relativedeleta somewhere?

Anyway that needs to be done and the various evaluation contexts need
to be defined, but the valuator itself should mostly work.

bzr revid: xmo@openerp.com-20120227073721-nkgeiqacbzch8xev
2012-02-27 08:37:21 +01:00
niv-openerp 7969c1f080 [fix] renammed bind to session_bind
bzr revid: nicolas.vanhoren@openerp.com-20120224145433-c5bunu2fuciqj2uc
2012-02-24 15:54:33 +01:00
niv-openerp 4ff154c308 [imp] switched openerp's class to lib's class
bzr revid: nicolas.vanhoren@openerp.com-20120224145104-iues3wzd4inwywpd
2012-02-24 15:51:04 +01:00
niv-openerp b6f93c8fa6 [fix] some bugs providing the web client to work
bzr revid: nicolas.vanhoren@openerp.com-20120224135859-w937wgm51328dbk1
2012-02-24 14:58:59 +01:00
niv-openerp a2b9874378 [imp] adapted widget to new lib
bzr revid: nicolas.vanhoren@openerp.com-20120224132639-um1aitu3bymnk7wo
2012-02-24 14:26:39 +01:00