odoo/addons/website_blog
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
..
controllers [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
data [CLEAN] website_blog: removed some demo data to avoid bloating the diff 2014-04-02 13:59:39 +02:00
doc [FIX] indentation and formatting of various rst snippets 2014-05-19 13:59:17 +02:00
models [FIX] crm, crm_partner_assign, res_partner, mail, project: removed deprecated fields, deprecated methods + references to it; also removed deprecated tags on things that are not deprecated anymore. Everything is under control. 2014-06-11 08:44:40 +02:00
security [FIX] website_blog: fixed security breach, we do not allow to read on res.partner. 2014-04-02 11:33:48 +02:00
static [MERGE] Forward-port saas-4 up to bf135ad 2014-05-28 17:45:31 +02:00
tests [ADD] : history feature 2014-03-28 14:20:55 +05:30
views Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
wizard Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [ADD] : history feature 2014-03-28 14:20:55 +05:30
__openerp__.py [IMP] website_blog: update templates to use the contact widget, allowing to 2014-04-02 16:02:00 +02:00