[FIX] when reloading the view description thingie, the listview needs to send the...
[odoo/odoo.git] / addons / base / static / src / js / list.js
2011-08-11 Xavier Morel[FIX] when reloading the view description thingie,...
2011-08-11 Xavier Morel[FIX] listview pagination
2011-08-11 Xavier Morel[IMP] avoid altering the dataset's domain and context...
2011-08-11 Xavier Morel[IMP] change DataSet.read_slice to take an options...
2011-08-11 Antony Lesuisse[FIX] list button actions
2011-08-10 Fabien Meghazi[FIX] Fixed remaining references to session.action_manager
2011-08-09 Xavier Morel[IMP] rename 'dates.js' to 'formats.js', move data...
2011-08-08 Fabien Meghazi[FIX] Fixed views options
2011-08-08 Fabien Meghazi[FIX] Avoid creating sidebar each time the list view...
2011-08-08 Fabien Meghazi[IMP] Added View#do_switch_view
2011-08-03 Xavier Morel[FIX] stuff al broke: removed parameters from FormView...
2011-08-03 Xavier Morel[FIX] resequencing of rows during drag & drop
2011-07-28 Fabien Meghazi[IMP] Improve sidebar
2011-07-27 Fabien Meghazi[REM] Removed reference to view_manager.flags from...
2011-07-26 Fabien Meghazi[IMP] new Sidebar controller
2011-07-25 Xavier Morel[FIX] check that a value is a number before checking...
2011-07-25 Xavier Morel[FIX] NaN values being displayed in list footers (aggre...
2011-07-25 Xavier Morel[IMP] re-enable min and max aggregation functions becau...
2011-07-25 Xavier Morel[FIX] formatting of aggregated fields, formatting of...
2011-07-25 Xavier Morel[IMP] update list aggregates after button action called...
2011-07-25 Xavier Morel[IMP] update aggregates when deleting a record
2011-07-22 Xavier Morel[ADD] resequencing of list rows
2011-07-20 Antony Lesuisse[FIX] list test for sidebar
2011-07-18 Antony Lesuisse[FIX] controllers is family more fixes 7
2011-07-18 Antony Lesuissecontrollers is family form fixes 3
2011-07-18 Antony Lesuissecontrollers is family form fixes 2
2011-07-18 Antony LesuisseController is now a family
2011-07-15 Antony Lesuissecontroller move Class from base to controller
2011-07-15 Xavier Morel[FIX] table paginator and buttons look and layout in...
2011-07-13 Fabien Meghazi[IMP] Improved action buttons for wizards
2011-07-13 Xavier Morel[FIX] reintroduce little arrows indicating the current...
2011-07-13 Xavier Morel[FIX] sorting list views
2011-07-12 Xavier Morel[FIX] column visibility, due to removal of attribute...
2011-07-12 Xavier Morel[FIX] group titles should display 'Undefined' for false...
2011-07-12 Xavier Morel[IMP] only compute invisible attrs/modifier in list...
2011-07-11 Xavier Morel[FIX] explicitly pass a list of fields to read_group...
2011-07-08 Xavier Morel[IMP] add basic display for float_time and progress...
2011-07-08 Xavier Morel[FIX] rendering of m2o selections after edition in...
2011-07-07 Fabien Meghazi[REM] Removed use of attrs and replaced it with modifiers
2011-07-07 Xavier Morel[IMP] row(s) removal in list views: don't reload the...
2011-07-07 Fabien Meghazi[REM] Removed use of attrs and replaced it with modifiers
2011-07-06 Xavier Morel[MERGE] list pagination branch
2011-07-01 niv-openerp[imp] refactoring related to the usage of dataset.context
2011-06-30 Fabien Meghazi[REM] Removed debug remains, sorry everyone
2011-06-30 Fabien Meghazi[FIX] Need time & datetime modules for evaluation
2011-06-29 Xavier Morel[IMP] use type void instead of null for jsdoc annotations
2011-06-24 Xavier Morel[IMP] make paginator work correctly on groups
2011-06-24 Xavier Morel[ADD] display inactive pager on group title rows in...
2011-06-23 Xavier Morel[FIX] don't enable pagination on the main list in the...
2011-06-23 Xavier Morel[IMP] page size switcher for list views, fix handling...
2011-06-23 Xavier Morel[ADD] list-level pagination on list views
2011-06-23 Xavier Morel[FIX] convert fixed ids in list view to classes (ids...
2011-06-23 Xavier Morel[IMP] move and rename ListView.List.get_fields_view...
2011-06-23 niv-openerp[fix] lot of fixes in o2m
2011-06-22 Xavier Morel[ADD] load lists paginated
2011-06-22 niv-openerp[imp] added unlink to dataset and list_view (currently...
2011-06-21 Xavier Morel[IMP] remove explicit jquery conversion/parsing during...
2011-06-08 Xavier Morel[FIX] list-wise aggregation in case of groups
2011-06-08 Xavier Morel[IMP] simplify list-wise aggregation computations,...
2011-06-07 Xavier Morel[IMP] mandate that @group_operator and listwise aggrega...
2011-06-07 Xavier Morel[IMP] disable [new|add] and [delete] list-level buttons...
2011-06-07 Xavier Morel[IMP] move list-wise aggregation results in the corresp...
2011-06-07 Xavier Morel[IMP] switching to form view selecting the correct...
2011-06-07 Xavier Morel[IMP] make events passed through from children (lists...
2011-06-07 Xavier Morel[IMP] hide [new] button when editable list grouped...
2011-06-06 Xavier Morel[FIX] ensure only one row at a time is edited, integrat...
2011-06-06 Xavier Morel[IMP] make edition indexing work based on the current...
2011-06-06 Xavier Morel[MERGE] from trunk
2011-06-06 Xavier Morel[FIX] send current search context to listview load...
2011-06-06 niv-openerp[imp] put set_embedded_view in openerp.base.View
2011-06-06 niv-openerp[imp] improvements related to embedded views.
2011-06-03 Xavier Morel[IMP] reload of rows after action: only reload the...
2011-06-03 Xavier Morel[ADD] edition cancelling
2011-06-03 Xavier Morel[IMP] re-render record to readonly after saving it
2011-06-03 Xavier Morel[MOVE] editability code for listviews in a separate...
2011-06-01 Xavier Morel[ADD] display editable rows when selecting row in edita...
2011-06-01 niv-openerp[IMP] Added first setup for embedded views.
2011-05-31 niv-openerp[imp] simplified design of static datasets and non...
2011-05-31 niv-openerp[imp] made o2m work
2011-05-31 Xavier Morel[ADD] editability status to ListView options (hence...
2011-05-31 Xavier Morel[FIX] group cleanup issue during apoptosis: remove...
2011-05-30 Xavier Morel[FIX] cleanup group display before re-rendering it...
2011-05-27 Xavier Morel[FIX] m2m fields display
2011-05-27 Xavier Morel[IMP] final fixes to list view/groups for behavior...
2011-05-27 Xavier Morel[IMP] extract handlers for ListView.Groups events into...
2011-05-27 Xavier Morel[FIX] typo in variable name
2011-05-27 Xavier Morel[IMP] Remove colors handling so ListView.fill is not...
2011-05-25 Xavier Morel[FIX] apoptosis on lists
2011-05-25 Xavier Morel[IMP] look of list-wise aggregates
2011-05-25 Xavier Morel[FIX] aggregates display on initial list loading
2011-05-25 Xavier Morel[ADD] basic implementation of list-wise aggregation...
2011-05-25 Xavier Morel[IMP] make get_selection call and selected ListView...
2011-05-25 Fabien Meghazi[FIX] Replaced eval() by JSON.parse for attrs parsing...
2011-05-24 Fabien Meghazi[IMP] Improved sidebar. Added callback for Sidebar...
2011-05-24 Xavier Morel[IMP] a bunch of improvements to groups handling in...
2011-05-24 Xavier Morel[FIX] handling of group_by_no_leaf in case where there...
2011-05-24 Xavier Morel[IMP] move selection checkbox after group and count...
2011-05-24 niv-openerp[IMP] Improvements to sidebar and viewmanager-free...
2011-05-24 Xavier Morel[IMP] display group length even for terminal groups...
2011-05-24 Xavier Morel[ADD] handling of group_by_no_leaf
next