[MERGE] trunk
[odoo/odoo.git] / addons / web / controllers / main.py
2014-04-10 Fabien Meghazi[MERGE] trunk
2014-04-10 Fabien Meghazi[REM] remove obsolete code
2014-04-10 Fabien Meghazi[ADD] checksum
2014-04-10 Fabien Meghazi[ADD] last modified date
2014-04-10 Fabien Meghazi[WIP] bundle css and js route
2014-04-09 Fabien Meghazi[WIP] AssetsBundle
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 3995...
2014-04-07 Denis Ledoux[FIX] web: pass name arg to name_search, because it...
2014-04-07 Denis Ledoux[FIX] web: applying display name temporary imp of read...
2014-04-01 Martin Trigaux[IMP] remove useless import
2014-04-01 Martin Trigaux[FIX] default is False, style format is different than...
2014-03-31 Martin Trigaux[FIX] export: Excel data should be in raw format to...
2014-03-21 Kersten Jeremy[FIX] Redirect user from /web if a get redirect is...
2014-03-18 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4162...
2014-03-12 Antony Lesuisse[MERGE] db dump/restore new zip based file format
2014-03-12 Fabien Meghazi[IMP] /web/login redirects if already logged in
2014-03-11 Fabien Meghazi[FIX] ensure_db() werkzeug.BaseResponse.url usage leads...
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 3967...
2014-03-10 Christophe Simonis[FIX] web: redirect to original page after login
2014-03-07 Kersten Jeremy[FIX] Move bootstrap.css outside from the single css...
2014-03-07 Christophe Simonis[FIX] web: use jinja2.FileSystemLoader instead of Packa...
2014-03-05 Christophe Simonis[IMP] web: database manager: restore copy database
2014-02-27 Fabien Meghazi[FIX] Database selector issue
2014-02-27 Fabien Meghazi[MERGE] upstream
2014-02-26 Christophe Simonis[FIX] web: bootstrap template rendered using request uid
2014-02-25 Fabien Meghazi[MERGE] upstream
2014-02-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-21 Denis Ledoux[FIX] web: preserve order of saved export fields list
2014-02-20 Fabien Meghazi[FIX] /web/login renders with the wrong user id
2014-02-18 Fabien Meghazi[REM] Removed LazyResponse from webclient, use request...
2014-02-13 Fabien Meghazi[FIX] forward port ensure_db fix from saas-3
2014-02-11 Fabien Meghazi[FIX] /web/login: Set request.uid on auth=none so it...
2014-02-11 Fabien Meghazi[FIX] pass request.context in /web/login
2014-02-07 Christophe Simonis[FIX] ensure_db():
2014-02-06 Christophe Simonis[IMP] extract save/get session actions as methods on...
2014-02-05 Fabien Meghazi[REM] Remove LoginForm javascript
2014-01-31 Denis Ledoux[ADD]web: controller to redirect /apps/{appname} to...
2014-01-31 Fabien Meghazi[FIX] Login redirection problem
2014-01-31 Antony Lesuisse[MERGE] trunk-website-al
2014-01-30 Christophe Simonis[IMP] web: alternative routes for company logo
2014-01-30 Denis Ledoux[FIX] web: use werkzeug instead of urllib, as werkzeug...
2014-01-30 Fabien Meghazi[FIX] ensure db param is legit in order to avoid xss
2014-01-30 Fabien Meghazi[MOV] Move ensure_db() helper from
2014-01-29 Fabien Meghazi[REM] Remove single auth="admin" left
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3899...
2014-01-28 Fabien Meghazi[IMP] Use ensure_db() for /web and /web/login. Logout...
2014-01-24 Fabien Meghazi[ADD] Database selector to login screen
2014-01-23 Christophe Simonis[FIX] test: correct Mock of search_read
2014-01-23 Frédéric van der... [FIX] read: fix performance issue due to O(n)^2 sorting
2014-01-22 Fabien Meghazi[ADD] TODO for database manager
2014-01-21 Fabien Meghazi[FIX] keep backward compatibility for saas
2014-01-21 Fabien Meghazi[MOV] redirection helpers from webclient to server
2014-01-21 Fabien Meghazi[FIX] render bootstrap template checks request.debug
2014-01-21 Fabien Meghazi[IMP] use 'error' key in login template
2014-01-17 Fabien Meghazi[IMP] Honor db query param in /web/login too
2014-01-17 Martin Trigaux[IMP] search_read: use search_read from the orm instead...
2014-01-17 Martin Trigaux[FIX] export: ignore unexistant field when retrieving...
2014-01-16 Fabien Meghazi[MERGE] upstream
2014-01-16 Fabien Meghazi[IMP] Restore redirect_with_hash()
2014-01-16 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3897...
2014-01-15 Fabien Meghazi[IMP] make /web/login route return a lazy response
2014-01-14 Fabien Meghazi[IMP] Allow /login route to redirect after login (usefu...
2014-01-14 Fabien Meghazi[FIX] Honnor --no-database-list option
2014-01-14 Fabien Meghazi[ADD] javascript hooks for LoginForm and debug forwarding
2014-01-13 Fabien Meghazi[IMP] login user at db creation
2014-01-13 Fabien Meghazi[IMP] Always allow /web/session/logout even if not...
2014-01-13 Fabien Meghazi[ADD] redirect option to /web/login
2014-01-09 Fabien Meghazi[IMP] Use qweb template for login and webclient bootstrap
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
next