Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / website / models / website.py
2014-02-06 Denis Ledoux[FIX] website: urljoin from urlparse cannot handle...
2014-02-05 Fabien Meghazi[FIX] website.menu#url shall not be required=True
2014-01-30 Antony Lesuissewebsite sale refactor
2014-01-30 Antony Lesuisse[IMP] product style model renames, add user_id on websi...
2014-01-30 Fabien Meghazi[FIX] url_for()
2014-01-30 jke-openerp[FIX] Fix according ODO review : widget image, googlema...
2014-01-30 Denis Ledoux[FIX] *: replace urllib calls by werkzeug calls, as...
2014-01-30 jke-openerp[Fix] Use maps.google.com and not .be (as for thumbail...
2014-01-29 Christophe Simonis[FIX] website: url_for() does not mess up anchor links
2014-01-29 Denis Ledoux[FIX] *: using werkzeug.url_encode instead of urllib...
2014-01-29 Antony Lesuisse[FIX] website_hr_recruitment full cleanups
2014-01-28 Fabien Meghazi[IMP] Merge bananas and cumcumbers in order to prepare...
2014-01-28 Christophe Matthieu[FIX] website: public user; website_sale
2014-01-28 Antony Lesuisse[FIX] website page creation
2014-01-23 Fabien Meghazi[REM] Removed preload_records
2014-01-23 ddm@openerp.com[IMP] Move website settings to 'Configration' wizard
2014-01-23 Fabien Meghazi[REV] Revert some stuff in order to bring back main_obj...
2014-01-21 Fabien Meghazi[FIX] Reflect endpoints changes introduced in server...
2014-01-21 ddm@openerp.com[IMP] Add support for Google Analytics
2014-01-20 Richard Mathot ... [MERGE] Merge parents
2014-01-20 Fabien Meghazi[REM] Removed @website.route() decorator
2014-01-20 Richard Mathot ... [MERGE] Correct merge of parents
2014-01-20 Richard Mathot ... [FIX] Fixing merge problems
2014-01-19 Jojo le bricoloQWeb cleanups 1 sql query less per page
2014-01-14 Christophe Matthieu[FIX] website: base_language_install is an osv.osv_memo...
2013-12-11 Christophe Matthieu[FIX] website: editable in context
2013-12-11 Christophe Matthieu[IMP] website: change editable and use groups
2013-12-09 Fabien Pinckaers[IMP] allow users to change product price from CMS...
2013-12-05 Fabien Meghazi[IMP] preload records and throw 404 if not exists for...
2013-12-04 Fabien Meghazi[ADD] status_code to website#render()
2013-12-03 Christophe Matthieu[FIX] website: signin and logout redirect url
2013-12-03 Fabien Pinckaers[IMP] speed improvement + small bug
2013-12-03 Xavier Morel[FIX] unused check_groups call, preprocess_request...
2013-12-03 Xavier Morel[FIX] broken call to (ir.model.access).check
2013-12-03 Xavier Morel[FIX] clear cache on method with a cache
2013-12-02 Fabien Meghazi[IMP] cached website's default_lang and language_ids
2013-12-02 Fabien Meghazi[ADD] slug() helper to rendering context
2013-12-02 Fabien Pinckaers[IMP] 2SQL Queries less per query
2013-12-02 Xavier Morel[FIX] website: endpoint_is_enumerable
2013-12-02 Fabien Pinckaers[FIX] public user
2013-11-30 Fabien Pinckaers[FIX] small fixes
2013-11-30 Fabien Pinckaers[IMP] Huge speed improvements 64 SQL queries to render...
2013-11-30 Fabien Pinckaers[IMP] Performance improvement: improved cache with...
2013-11-27 Fabien Meghazi[ADD] custom website ir.http#dispatch and rerouting
2013-11-26 Xavier Morel[IMP] significantly improve handling of trying to creat...
2013-11-26 Xavier Morel[FIX] correctly rollback savepoint in new_page
2013-11-25 Fabien Meghazi[IMP] http errors refactoring
2013-11-25 Xavier Morel[FIX] force url enumeration/generation to be performed...
2013-11-24 Fabien Pinckaers[IMP] new featuers for complex events
2013-11-24 Fabien Pinckaers[FIX] misc fixes in new event devs
2013-11-24 Fabien Pinckaers[IMP] events improvements
2013-11-21 Fabien Meghazi[FIX] kanban broken by lazyrenderer
2013-11-20 Fabien Meghazi[IMP] Use LazyResponse for website.render()
2013-11-19 Xavier Morel[CHG] **kw don't prevent url searching/listing anymore
2013-11-19 Fabien Meghazi[MOV] Moved methods filtering support from @website...
2013-11-19 Xavier Morel[ADD] note about leftover task
2013-11-19 Christophe Matthieu[IMP] website: add a group_website_publisher to Display...
2013-11-19 Xavier Morel[MERGE] from trunk
2013-11-19 Xavier Morel[IMP] url generation & filtering
2013-11-15 Xavier Morel[IMP] add page converter to get pages listing out of...
2013-11-15 Christophe Matthieu[IMP] website_sale: access rights
2013-11-15 Thibault Delavallée[MERGE] Coming from failed merge
2013-11-15 Xavier Morel[MERGE] from trunk
2013-11-14 Christophe Matthieu[IMP] website: catch exception of controller error...
2013-11-14 Christophe Matthieu[FIX] website: helper google_map for res.company
2013-11-13 Xavier Morel[IMP] replace selection list of existing CMS pages...
2013-11-13 Xavier Morel[IMP] rename list_pages to enumerate_pages, add a searc...
2013-11-13 Fabien Meghazi[ADD] methods arg to @website.route() until the feature...
2013-11-12 Xavier Morel[ADD] pages to pages listing
2013-11-12 Fabien Meghazi[FIX] Remove lang_code from kwargs
2013-11-12 Xavier Morel[IMP] use pair unpacking rather than indexing + comment
2013-11-12 Xavier Morel[IMP] remove unused local variable in list_pages
2013-11-08 Xavier Morel[IMP] move slugify to server, use slugified url as...
2013-11-08 Xavier Morel[ADD] initial route introspection + fix pair of routes...
2013-11-07 Fabien Meghazi[FIX] Can't translate menus
2013-11-06 Fabien Meghazi[FIX] Multiple fixes to url_for
2013-11-05 Fabien Meghazi[WIP] Trying to use t-fields for menus
2013-11-04 Christophe Matthieu[FIX] website contact us: add google_map_img on res...
2013-11-04 Fabien Meghazi[MERGE] upstream
2013-11-04 Xavier Morel[IMP] error handling in website.render
2013-11-02 Antony Lesuisse[FIX] qweb exception hiding
2013-10-30 Fabien Meghazi[MERGE] upstream
2013-10-30 Fabien Meghazi[FIX] Load translation wizard could not properly redire...
2013-10-30 Fabien Meghazi[IMP] Misc menu improvements
2013-10-30 Fabien Meghazi[ADD] delete menu
2013-10-29 Fabien Meghazi[IMP] Save menu is working
2013-10-29 Fabien Meghazi[ADD] new_window field in website.menu
2013-10-28 Fabien Meghazi[IMP] Menu tree from client side
2013-10-25 Fabien Meghazi[WIP] Menu working from database (not yet multi-website)
2013-10-24 Fabien Meghazi[WIP] menus
2013-10-24 Xavier Morel[IMP] remove /website/attachment, make attachments...
2013-10-23 ddm[FIX] Fixed eCommerce pager
2013-10-23 bth-openerp[IMP]Removed code.
2013-10-23 bth-openerp[MERGE]Merge trunk-website-al.
2013-10-23 bth-openerp[IMP]Image and slogan from res company and added image...
2013-10-22 Fabien Meghazi[IMP] Check current website in Load a Translation wizard
2013-10-18 Christophe Matthieu[IMP] website: traceback, node, message in page 500
2013-10-18 ddm[FIX] Refactor SEO models
2013-10-16 Fabien Meghazi[FIX] Do not overwrite main_object if present
2013-10-15 Fabien Meghazi[FIX] main_objet is now always set in qweb rendering...
next