[IMP] scroll back to top when opening searchview
[odoo/odoo.git] / addons / web / controllers /
2014-01-08 Denis Ledoux[FIX] web: redirect with hash always use html redirect
2014-01-07 Fabien Meghazi[IMP] update TODO
2014-01-07 Fabien Meghazi[IMP] Replace html_template by webclient_bootstrap...
2013-12-19 Fabien Meghazi[FIX] correctly manager login query param
2013-12-19 Fabien Meghazi[IMP] Database selector and manager
2013-12-18 Fabien Meghazi[IMP] webclient entry point controller
2013-12-03 Antony Lesuisse[IMP] manual exception handling for non-json controllers
2013-12-02 Christophe Matthieu[MERGE] sync with trunk (to rev 3893)
2013-11-28 Fabien Meghazi[ADD] added serialize_exception decorator
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3887...
2013-11-19 Olivier Dony[FIX] root redirect_with_hash: IE10 also behaves abnorm...
2013-11-18 Fabien Meghazi[MERGE] upstream
2013-11-14 Christophe Simonis[FIX] web: it's better if the route allowing users...
2013-11-13 niv-openerp[FIX] Attempt to resolve the bug that makes the runbot...
2013-11-10 Antony Lesuisse[FIX] /web always save the provided db in session
2013-11-06 Xavier Morel[IMP] attempt to correctly set the db in session when...
2013-11-05 niv-openerp[FIX] Incorrect reference to / in /web/session/logout...
2013-11-05 Fabien Meghazi[FIX] session destroy
2013-11-05 niv-openerp[FIX] potential bug with the /login url, it could not...
2013-11-04 Fabien Meghazi[ADD] redirect on login and logout controller
2013-10-31 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3865...
2013-10-29 niv-openerp[FIX] Corrected the redirect_with_hash() method that...
2013-10-29 niv-openerp[FIX] Reverted modification of behavior in 3858 and...
2013-10-27 Antony Lesuisse[IMP] move http layer from openerp-web to openobject...
2013-10-23 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2013-10-22 Christophe Simonis[FIX] web: avoid useless redirection when in mono db...
2013-10-18 niv-openerp[MERGE] saas2
2013-10-09 Christophe Simonis[REM] web: /web/report: remove useless check on action...
2013-10-06 Antony Lesuisse[REM] shortcuts, deprecated by bookmarks
2013-10-06 Antony Lesuisse[REM] web_shortcut
2013-10-02 niv-openerpChanged base url
2013-09-24 Frédéric van der... [IMP] helpful exception message
2013-09-18 ima-openerp[IMP]removed unused method which is defined only for...
2013-09-13 niv-openerp[FIX] fixed some problems related to magic guess of...
2013-08-05 niv-openerpPerfected translations integration in the framework
2013-08-05 niv-openerpImproved translation controller to be more flexible
2013-08-05 niv-openerpFixed potential security issue + some details
2013-08-05 niv-openerpPorted some authentication methods to the Session class
2013-08-02 niv-openerpMake the three jsonrpc protocols work correctly with...
2013-07-31 Olivier Dony[MERGE] Forward-port of latest bugfixes from 7.0 up...
2013-07-26 niv-openerp[FIX] Problem with exports that make them crash
2013-07-25 Thibault Delavallée[IMP] export: delegated ids computation to the python...
2013-07-25 Thibault Delavallée[IMP] export: work on selected_ids or all_ids if header...
2013-07-24 niv-openerp[IMP] removed hack to force disable the browser's cache...
2013-07-24 niv-openerpSome more correction to always have the db in the url
2013-07-24 niv-openerp[IMP] Removed http param 'db' handling from http.py...
2013-07-24 niv-openerp[IMP] Cleaned some more http.py, removed 'debug' handli...
2013-07-16 niv-openerp[FIX] some more problems with werkzeug 0.9.1
2013-07-16 niv-openerp[FIX] some more problems with werkzeug 0.9.1
2013-07-15 niv-openerp[FIX] problem with werkzeug 0.9.1 that makes the code...
2013-07-15 niv-openerp[FIX] problem with werkzeug 0.9.1 that crashes when...
2013-07-11 niv-openerpForgot some refactoring
2013-07-11 niv-openerpCompletely removed all ways to specify session identifi...
2013-07-11 niv-openerpNow OpenERPSession is a subclass of werkzeug's session
2013-07-08 Christophe Matthieu[FIX] web report: use get to find active_ids inside...
2013-07-02 chs[FIX] monodb: correct behaviour in no-db-list mode...
2013-07-02 chs[FIX] monodb: correct behaviour in no-db-list mode...
2013-06-21 niv-openerpPut json-rpc controller in http.py
2013-06-21 niv-openerpremoved some useless code
2013-06-21 niv-openerpmerge trunk
2013-06-21 niv-openerpPut db_monodb() method in http.py
2013-06-21 niv-openerpRewrite db_monodb
2013-06-21 niv-openerpmultiple refactoring with authentication
2013-06-20 niv-openerpAdded werkzeug's arguments
2013-06-19 niv-openerpRefactored main.py
2013-06-19 niv-openerpBig refactoring to prepare even more refactoring
2013-06-14 niv-openerpAdded werkzeug route building, not yet switched
2013-06-14 niv-openerpcorrected test
2013-06-13 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4887...
2013-06-13 niv-openerpImplemented jsonrpc method
2013-06-13 niv-openerpfixed get_lang_list
2013-06-13 niv-openerpfixed lot of problem with nodb
2013-06-13 niv-openerpNow uses request.cr for Model
2013-06-11 niv-openerpPut @nodb on all methods where it is required in main.py
2013-06-11 Christophe Simonis[FIX] web: calls to openerp methods do not raises xmlrp...
2013-06-11 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 3973...
2013-06-11 Christophe Simonis[FIX] web: handle monodb correctly when server started...
2013-06-11 Christophe Simonis[FIX] web: handle monodb correctly when server started...
2013-06-10 niv-openerp[FIX] Merge fix in saas1 for the problem that made...
2013-06-07 Olivier Dony[FIX] export: allow excluding special virtual fields...
2013-06-07 niv-openerpReplaced main
2013-06-05 niv-openerp[REV] revert of previous improvement
2013-06-04 niv-openerpRefactored main.py
2013-05-28 Thibault Delavallée[FIX] image controller: all reads (event __last_update...
2013-05-28 Amit Bhavsar (Open... [MERGE] merge with latest trunk
2013-05-27 niv-openerp[FIX] problem in database manager when db list is desac...
2013-05-23 Vidhin Mehta[MERGE]Trunk.
2013-05-28 Christophe Simonis[IMP] web: allow manifest files to contain remote js...
2013-05-22 Turkesh Patel (Ope... [MRG] merge with lp:openerp-web
2013-05-17 Vidhin Mehta[MERGE]merge with trunk.
2013-05-16 Vidhin Mehta[FIX]add callback function to fetch_lang and in *drop...
2013-05-16 Xavier Morel[FIX] incorrect company logo on databases with uppercas...
2013-05-15 niv-openerpwip
2013-05-15 niv-openerpfix
2013-05-06 Ravi Gohil (OpenERP)[FIX] Company Logo not shown if database name contains...
2013-05-01 Vishmita Jadeja... [Merge]Merge with trunk
2013-04-30 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 3912
2013-04-30 Christophe Matthieu[MERGE] from trunk
2013-04-23 Antony Lesuisse[FIX] http controllers inheritance
2013-04-23 Christophe Simonis[REVERT] revert commit fme@openerp.com-20130418171750...
next