[CHG] Do not toggle opened class on submenu (should be part of last commit)
[odoo/odoo.git] / addons / web / static / src / js / chrome.js
2012-02-27 Fabien Meghazi[CHG] Do not toggle opened class on submenu (should...
2012-02-27 Fabien Meghazi[CHG] Menu doesn't fold by default
2012-02-27 Fabien Meghazi[ADD] Added shortcut to dropdown menu. Completely remov...
2012-02-23 Fabien Meghazi[ADD] Added dropdown menu.
2012-02-23 Fabien Meghazi[CHG] Updated Secondary Menu (moved in a div)
2012-02-23 Fabien Meghazi[ADD] Add styles for new main menu
2012-02-23 Fabien Meghazi[IMP] Webclient not OldWidget anymore. Renamed template...
2012-02-23 Fabien Meghazi[MERGE] Minh's sass playground
2012-02-22 Fabien Meghazi[ADD] Minh's sass playground
2012-02-21 niv-openerp[imp] renammed stop()
2012-02-21 niv-openerp[imp] changed children
2012-02-21 niv-openerp[imp] renamed widget_parent to getParent()
2012-02-17 niv-openerp[fix] added openerp class to all dialogs
2012-02-17 niv-openerp[imp] put openerp into body
2012-02-17 niv-openerp[imp] repaired illogic al's code
2012-02-14 Fabien Meghazi[FIX] When we click on "Point of Sale" in folder menu...
2012-02-13 Fabien Meghazi[ADD] Add sticky option to do_warn() and do_notify()
2012-02-13 Fabien Meghazi[FIX] Login without selected database returns uncatched...
2012-02-10 Xavier Morel[FIX] completely destroy the current openerp session...
2012-02-07 Olivier Dony[IMP] Fix some remaining untranslated areas, and extrac...
2012-02-06 Xavier Morel[FIX] forward uncaught errors to global crash manager
2012-02-06 Xavier Morel[IMP] mark loading string for translation
2012-02-01 Fabien Meghazi[FIX] Do not FormView#do_show() twice on cold do_load_s...
2012-01-31 Fabien Meghazi[FIX] reloading of menu should keep active menu hidden...
2012-01-31 Xavier Morel[FIX] handling of being denied access to the list of...
2012-01-30 Xavier Morel[IMP] remove [Invalid Username or Password] note as...
2012-01-27 Xavier Morel[IMP] only protect crashmanager creation as other child...
2012-01-27 Xavier Morel[FIX] don't initialize common controls twice in WebClie...
2012-01-25 Fabien Meghazi[FIX] Notifications z-index is lower than dialogs
2012-01-24 niv-openerp[imp] removed identifier_prefix
2012-01-24 niv-openerp[imp] removed bunch of old stuff in widget
2012-01-24 niv-openerp[imp] nivified extended search
2012-01-22 Antony Lesuisse[FIX] revert html_template is used by other modules...
2012-01-19 Xavier Morel[FIX] correctly display crash manager in case of report...
2012-01-19 vishmita[FIX]set property of notification.
2012-01-18 niv-openerp[imp] cleared main html
2012-01-17 Xavier Morel[FIX] un-nivity call of WebClient, IE8 does not like...
2012-01-17 Xavier Morel[FIX] MSIE does not like calling .html on the page...
2012-01-17 Xavier Morel[FIX] trailing commas
2012-01-17 Xavier Morel[FIX] forbid spaces in db names
2012-01-13 Xavier Morel[ADD] link to debug mode in about window
2012-01-13 Xavier Morel[FIX] remember to load not-yet-loaded modules after...
2012-01-12 Fabien Meghazi[REM] Commented out some debug output
2012-01-12 Xavier Morel[IMP] add lazier proxy method on CallbackEnabled, use...
2012-01-11 Xavier Morel[IMP] add explanation as to why the preferences dialog...
2012-01-11 Xavier Morel[FIX] button order in preferences dialog
2012-01-11 Xavier Morel[FIX] implicit global
2012-01-11 Xavier Morel[FIX] WebClient.do_reload's deferred chain, split sessi...
2012-01-11 Fabien Meghazi[IMP] Refactored web.Dialog (again)
2012-01-10 Xavier Morel[IMP] notify on successful database dump or restoration
2012-01-10 Vaibhav (OpenERP)[FIX] translation marks for db notation.
2012-01-10 Fabien Meghazi[IMP] Improved dialog controller for heights > window...
2012-01-09 Vaibhav (OpenERP)[FIX] Notify on Database restore,backup.
2012-01-06 niv-openerp[fix] problem with the change password
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 Login to be instanciated only when neces...
2012-01-04 niv-openerp[imp] modified web client to be a div instead of a...
2012-01-04 niv-openerp[imp] modified web client to instantiate menu and heade...
2012-01-04 niv-openerp[imp] improved design of database manager
2012-01-04 niv-openerp[imp] refactored Database
2012-01-04 niv-openerp[imp] changes in database manager to be integrated...
2012-01-04 niv-openerp[imp] refactored loading and web client
2012-01-05 niv-openerp[fix] small problem when we click logout, for a brief...
2012-01-05 niv-openerp[fix] reverted possibility to logout without reloading...
2012-01-04 niv-openerp[imp] refactored login to be more independant from...
2012-01-04 niv-openerp[imp] nivified web client
2012-01-03 niv-openerp[fix] typo
2011-12-27 Antony Lesuisse[MERGE] crashmanager openerp entreprise bth/rlo/chs
2011-12-23 Roberto López Lópe... [IMP] full working traceback dialog
2011-12-23 Roberto López Lópe... modify according to new review
2011-12-22 Xavier Morel[IMP] reselect right menu item after reloading the...
2011-12-22 Roberto López Lópe... modified according to review
2011-12-22 Roberto López Lópe... modify according to review
2011-12-22 Roberto López Lópe... merge
2011-12-22 Xavier Morel[FIX] invalid login warning: session_authenticate resol...
2011-12-21 Roberto López Lópe... [IMP] working crash dialog
2011-12-21 Fabien Meghazi[FIX] Reworked dialogs
2011-12-21 Christophe Simonis[FIX] reload the menu after the session (and thus the...
2011-12-21 Antony Lesuisse[IMP] action with menu_id
2011-12-21 Christophe Simonis[FIX] embed client do not save the session to a cookie
2011-12-20 Xavier Morel[FIX] add a flag to action descriptors to know when...
2011-12-20 Antony Lesuisse[FIX] reload login flickering
2011-12-20 Christophe Simonis[ADD] specific url for direct login
2011-12-19 Roberto López Lópe... [MERGE] merge up to last branch
2011-12-16 Antony Lesuisse[FIX] embed css loading
2011-12-16 Antony Lesuisse[FIX] jsonp works
2011-12-16 Antony Lesuisse[IMP] shorter embed code
2011-12-16 Antony Lesuisse[IMP] Connection minor changes
2011-12-16 Antony Lesuisse[FIX] typo
2011-12-16 Christophe Simonis[FIX] login after database creation
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 Lesuisse[MERGE] trunk
2011-12-15 Antony Lesuisseconnection jsonp wip
2011-12-15 Fabien Meghazi[FIX] strange menu behaviour if left menu is folded
2011-12-15 Xavier Morel[ADD] form links into list views
next