[MERGE]: survey: fixed a bug in warning message when users exceed maximal number...
[odoo/odoo.git] / addons / web / static / src / js / core.js
2012-01-12 Christophe Simonis[FIX] load modules when all css/qweb/js files are loaded
2012-01-12 Xavier Morel[IMP] add lazier proxy method on CallbackEnabled, use...
2012-01-11 Xavier Morel[FIX] WebClient.do_reload's deferred chain, split sessi...
2012-01-04 niv-openerp[imp] modified web client to be able to logout without...
2012-01-04 niv-openerp[imp] simplified WebClient
2012-01-04 niv-openerp[imp] refactored logout mechanism
2012-01-04 niv-openerp[fix] rollback 1873 & 1871 to correct bugs related...
2012-01-04 niv-openerp[imp] modified web client to be a div instead of a...
2012-01-03 niv-openerp[fix] some style correction
2011-12-27 Antony Lesuisse[IMP] initial module loading improvements
2011-12-27 Antony Lesuisse[MERGE] crashmanager openerp entreprise bth/rlo/chs
2011-12-22 Roberto López Lópe... merge
2011-12-21 Roberto López Lópe... [IMP] working crash dialog
2011-12-21 Christophe Simonis[FIX] correct module loading
2011-12-21 Christophe Simonis[FIX] embed client do not save the session to a cookie
2011-12-19 niv-openerp[imp] implemented synchronized mode to be used in the o2m
2011-12-19 Fabien Meghazi[FIX] Ensure modules js is loaded after modules qwebs
2011-12-19 Fabien Meghazi[FIX] Use $.Mutex for qweb loading
2011-12-16 Antony Lesuisse[FIX] jsonp works
2011-12-16 Antony Lesuisse[IMP] Connection minor changes
2011-12-16 Christophe Simonis[FIX] allow users to not connect
2011-12-16 Christophe Simonis[FIX] login after database creation
2011-12-16 Christophe Simonis[IMP] connection bind via direct server (no split betwe...
2011-12-16 Xavier Morel[ADD] lazy translation function, to correctly translate...
2011-12-16 Xavier Morel[ADD] translatable name to views
2011-12-16 Antony Lesuisse[FIX] jsonp fixes currently untested
2011-12-16 Antony Lesuisse[FIX] more deferred
2011-12-16 Antony Lesuisse[FIX] session cookie and logout
2011-12-16 Antony Lesuisse[IMP] minor changes
2011-12-16 Antony Lesuisse[IMP] massive connection deferrization, json works...
2011-12-15 Antony Lesuisseconnection jsonp wip
2011-12-15 Antony Lesuissemove jq_ajax.js
2011-12-15 Antony Lesuissepartial rework to merge trunk
2011-12-14 Christophe Simonis[IMP] add session.server as a global variable for qweb...
2011-12-13 Christophe Simonismerge upstream
2011-12-13 Olivier Dony[MERGE] Use the new authenticate() API instead of login()
2011-12-13 Antony Lesuisse[IMP] url handling by chs
2011-12-12 Christophe Simonis[IMP] limit the hash managment to the actionmanager...
2011-12-12 niv-openerp[imp] added some jquery deferred tools
2011-12-09 Christophe Simonis[IMP] fire the bbq
2011-12-08 Antony Lesuisse[MERGE] trunk
2011-11-28 Xavier Morel[FIX] according to spec, Array.prototype.sort is not...
2011-11-24 Fabien Meghazi[IMP] Display color number in kanban's color picker...
2011-11-24 Fabien Meghazi[ADD] Add __debug__ key to qweb default dict
2011-11-22 Christophe Simonismerge upstream
2011-11-22 Christophe Simonis[IMP] correct var name
2011-11-22 Christophe Simonis[FIX] set correct session name
2011-11-22 Xavier Morel[FIX] don't double-call on_session_valid when logging in
2011-11-22 niv-openerp[imp] added replace() method in Widget to ease insertio...
2011-11-18 Christophe Simonismerge upstream
2011-11-18 Xavier Morel[FIX] display user login in static home page
2011-11-17 Fabien Meghazi[IMP] Core callbacks always return value of original...
2011-11-17 Christophe Simonis[IMP] Connection: add utility method that bind() then...
2011-11-17 Christophe Simonis[FIX] typo
2011-11-15 Christophe Simonis[IMP] Connection: new method to bind to a server. Must...
2011-11-15 Christophe Simonismerge upstream
2011-11-15 Fabien Meghazi[IMP] Upgraded unserscore version from 1.1.7 to 1.2...
2011-11-14 Xavier Morel[FIX] support 'thousands' separator for integers
2011-11-10 niv-openerp[fix] problem in form open popup a form select create...
2011-11-09 niv-openerp[fix] small architecture inconsistency
2011-11-09 niv-openerp[imp] some more architecture improvements
2011-11-09 niv-openerp[imp] small improvement to ease widgetification of...
2011-11-09 Christophe Simonis[FIX] use absolute url when getting css/js/qweb files...
2011-11-08 Christophe Simonismerge upstream
2011-11-08 Antony Lesuisse[MERGE] qweb xml loading (chs)
2011-11-08 Christophe Simonismerge upstream
2011-11-08 Antony Lesuisse[MERGE] rename Session into connection define a Connect...
2011-11-02 Christophe Simonis[IMP] qweb templates are stored in addon manifest and...
2011-10-27 Christophe Simonis[IMP] rename Session to Connection and create one at...
2011-10-27 Xavier Morel[IMP] blockUI defaults configuration
2011-10-26 Fabien Meghazi[IMP] Add underscore ( '_' ) lib in default rendering...
2011-10-24 Fabien Meghazi[FIX] Do not use node.parentElement (sorry all)
2011-10-24 Christophe Simonis[IMP] support for jsonp
2011-10-20 Xavier Morel[FIX] cookies handling in openerp Session, js-side
2011-10-20 Fabien Meghazi[ADD] Web client now support template translations
2011-10-18 Fabien Meghazi[FIX] document.head not supported in Firefox 3.6
2011-10-17 Antony Lesuisse[MERGE] js and css enumeration and loading by chs
2011-10-17 Kunal Chavda (OpenERP)[MERGE]merge main view editor branch upto 884 revision.
2011-10-14 Christophe Simonis[FIX] web: correctly concat_file when no debug
2011-10-13 Christophe Simonis[IMP] Notification Widget is now a singleton
2011-10-13 Christophe Simonis[IMP] use authenticate() method to log the user in
2011-10-13 Yogesh (OpenERP)[MERGE] Merge with trunk upto revision no 1242.
2011-10-12 Xavier Morel[IMP] make Registry.get_any faster
2011-10-12 Xavier Morel[FIX] remove default_home entirely
2011-10-12 Yogesh (OpenERP)[MERGE] Merge with trunk upto revision no 1218.
2011-10-11 Antony Lesuisse[IMP] merged application tile with default home
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk upto revision no 1046.
2011-10-04 niv-openerp[fix] just return a promise where necessary
2011-10-03 sma (Tiny)[MERGE]
2011-10-03 Xavier Morel[FIX] double-load on successful login
2011-10-03 Xavier Morel[FIX] double-load on successful login
2011-09-21 niv-openerp[fix] problem when user does not enter correct password
2011-09-21 niv-openerp[merge]
2011-09-21 niv-openerp[imp] refactored datetime components to allow usage...
2011-09-21 Xavier Morel[FIX] issues with missing window.console object in...
2011-09-19 Vidhin Mehta (OpenERP)[merge]upto revno.1054.
2011-09-16 niv-openerp[imp] put back widget documentation, parce que je le...
2011-09-16 niv-openerp[fix] partially solve problem when restituting session...
2011-09-14 Xavier Morel[ADD] base res_log display
2011-09-14 Vidhin Mehta (OpenERP)[Merge] upto revno 1024.
next