Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / web / static / src / js / search.js
2014-12-10 Géry Debongnie[FIX] web: correctly init searchview when no action_id
2014-12-02 Christophe Simonis[FIX] web: correct invalid instruction introduced durin...
2014-12-02 Christophe Simonis[MERGE] forward port of branch 8.0 up to 591e329
2014-11-27 Christophe Simonis[FIX] web: m2o search facet do no set `default_*` conte...
2014-11-25 Géry Debongnie[FIX] correctly set searchview id (web client)
2014-11-24 Olivier Dony[DOC] web: search view: extra info about key events...
2014-11-24 Géry Debongnie[FIX] fix debug mode: correct id and xml_id (web client)
2014-11-21 Géry Debongnie[FIX] fix autocompletion problems with quick presses
2014-11-20 Géry Debongnie[FIX] update tests and change search logic (webclient)
2014-11-20 Géry Debongnie[FIX] web client fix: crash when loading translation
2014-11-14 Denis Ledoux[MERGE] forward port of branch saas-3 up to c571413
2014-11-14 Denis Ledoux[MERGE] forward port of branch 7.0 up to 922a52d
2014-11-14 Denis Ledoux[FIX] web: date autocompletion should not harcode ...
2014-11-14 Denis Ledoux[MERGE] forward port of branch saas-3 up to 7ab4137
2014-11-14 Denis Ledoux[MERGE] forward port of branch 7.0 up to da15c9d
2014-11-13 Rifakat Haradwala[FIX] web: date autocompletion should use user's locale
2014-11-12 Géry Debongnie[FIX] prevent crash when searching strings (addon web)
2014-11-12 Géry Debongnie[FIX] add scrollbar to filters menu if needed (web...
2014-11-05 Cedric Snauwaert[FIX] web: fix remarks from pr
2014-11-05 Cedric Snauwaert[FIX] web: remove datejs and replace by momentjs
2014-10-29 Géry Debongnie[FIX] fixes an issue with non-displayed favorite filter
2014-10-29 Géry Debongnie[IMP] add warning when removing non global favorite
2014-10-29 Géry Debongnie[FIX] various css fixes (advanced search)
2014-10-21 Géry Debongnie[IMP] move some functions in a better position (web...
2014-10-21 Géry Debongnie[IMP] xml, css and js tweaks in advanced search view
2014-10-21 Géry Debongnie[FIX] correctly check default/shared filters
2014-10-21 Géry Debongnie[IMP] various code improvements
2014-10-21 Géry Debongnie[FIX] various small UI tweaks
2014-10-21 Géry Debongnie[FIX] avoid inserting invisible filters
2014-10-21 Géry Debongnie[FIX] catch possible exception in search.js
2014-10-21 Géry Debongnie[IMP] various code cleanups
2014-10-21 Géry Debongnie[IMP] rewrite of search view/view manager
2014-10-21 Géry Debongnie[IMP] graph view integration into view manager header
2014-10-21 Géry Debongnie[IMP] web client refactoring: action and view manager
2014-09-18 Géry Debongnie[FIX] correctly expand many2ones in autocompletion
2014-09-16 Mohammed Shekha[FIX] web: traceback in search view when no field
2014-08-20 Géry Debongnie[FIX] correct domain for autocomplete in many2one
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-13 Denis Ledoux[MERGE] forward port of branch saas-3 up to 591326c
2014-08-12 Denis Ledoux[MERGE] forward port of branch 7.0 up to 60ab6f1
2014-08-12 Martin Trigaux[FIX] web: missing self initialisation
2014-08-06 Christophe Simonis[FIX] web: make search by `id` possible.
2014-08-06 Christophe Simonis[FIX] Allow search on `_inherits` fields.
2014-07-29 Denis Ledoux[FIX] web: return _super deferred in start method
2014-07-29 Denis Ledoux[FIX] web: headless search views are ready from start
2014-07-01 Géry Debongnie[FIX] prevent an incorrect state in autocompletion
2014-07-01 Olivier Dony[IMP] ir.filters: new filters are local to the menu...
2014-07-01 Olivier Dony[IMP] search views: more generic name for saved filters
2014-06-30 Géry Debongnie[FIX] fix tests in autocompletion
2014-06-30 Géry Debongnie[IMP] remove useless code
2014-06-30 Géry Debongnie[FIX] don't display separators in the drawer
2014-06-27 Géry Debongnie[FIX] ignore separators when moving in autocomplet
2014-06-27 Géry Debongnie[IMP] autocomplete now display separators
2014-06-27 Géry Debongnie[FIX] fix 2 display bugs with expand autocomplete
2014-06-25 Géry Debongnie[IMP] new autocomplete widget
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-5 up to adf07a9
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-3 up to bf53aed
2014-06-19 Christophe Simonis[MERGE] forward port of branch 7.0 up to e5533d0
2014-06-19 Géry Debongnie[FIX] fixes searchbar navigation (web client)
2014-06-10 Géry Debongnie[IMP] better layout with pure css for web client
2014-05-30 Géry Debongnie[FIX] compute the correct offset to adjust view
2014-05-30 Géry Debongnie[FIX] use _.isEmpty instead of Object.keys
2014-05-30 Géry Debongnie[IMP] scroll back to top when opening searchview
2014-05-27 Géry Debongnie[FIX] correct some issues with scrolling area
2014-05-26 Géry Debongnie[FIX] adjust the tests after changes to the searchview
2014-05-26 Géry Debongnie[FIX] corrects some display problem in addon web
2014-05-26 Géry Debongnie[FIX] fix various issues with the drawer (addon web)
2014-05-26 Géry Debongnie[FIX] adjust view top when header height changes
2014-05-22 Géry Debongnie[IMP] improves searchview appendTo
2014-05-21 Géry Debongnie[FIX] correctly loads default filters (addon web)
2014-05-21 Géry Debongnie[IMP] improvements to inline searchview (web)
2014-05-20 Géry Debongnie[IMP] better architecture for searchview/drawer
2014-05-20 Géry Debongnie[FIX] correctly display the searchview/drawer (addon...
2014-05-20 Géry Debongnie[IMP] hide drawer when switching views (addon web)
2014-05-19 Géry Debongnie[IMP] lots of layout work for inline search view (addon...
2014-05-19 Géry Debongnie[FIX] add support for default filters in search view
2014-05-19 Géry Debongnie[IMP] work on inline search view in web client
2014-04-24 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 9429...
2014-04-22 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-04-22 Denis Ledoux[FIX] web: abitility to do exact id matching with child...
2014-04-22 Gery Debongnie[FIX] correct fix for the scrolling problem in graph...
2014-03-26 Olivier Dony[FIX] search widgets: m2o autocompletion had been disab...
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3904...
2014-03-18 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4162...
2014-03-13 Denis Ledoux[FIX] web: widget selection on many2one in search view...
2014-03-11 Denis Ledoux[FIX] web: set z-index of 9999 for autocompletion pane...
2014-02-17 Olivier Dony[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-10 Denis Ledoux[FIX] close autocomplete listing on input
2014-02-10 Xavier Morel[FIX] close autocomplete listing on input
2014-02-04 Cecile Tonglet[FIX] getParent() js error when clicking to fast on...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3899...
2014-01-20 Martin Trigaux[FIX] search: add delay of 250us (was 0) on autocomplet...
2014-01-16 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-16 Gery Debongnie[MERGE] merge trunk into local branch
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 3897...
2014-01-10 Gery Debongnie[FIX] the SearchQuery.add methods now properly removes...
2013-12-18 Xavier ALT[FIX] web: only show in 'Advanced Search', fields that...
2013-12-17 Kunal Chavda (Open... [IMP]Improved code for set tooltip placement on top...
2013-12-17 Kunal Chavda (Open... [MERGE]with latest.
2013-12-13 Xavier Morel[REM] leftover logging
next