From b778aae73e93312fcfb081057fc48ff5dd3a5993 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 10 Dec 2012 17:19:16 +0100 Subject: [PATCH] Keep track of the change. --- static/plugin_dbui/CHANGELOG | 2 ++ static/plugin_dbui/TODO | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 742a34ce..8331ff51 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -4,6 +4,8 @@ HEAD - Bug fixed - Improve PanelWithUrlSelector class (selectorTitle, selectorRegion) - The plugin pGridExport is replaced by pGridExpertMemu. + - Several improvement handling the number of rows and reset in + DirectStore, Grid, GridFilter, pGridPaging and pGridExpertMenu. 0.4.9.7 (Nov 2012) - Major release with several improvements. diff --git a/static/plugin_dbui/TODO b/static/plugin_dbui/TODO index 46460fbc..64ddabb9 100644 --- a/static/plugin_dbui/TODO +++ b/static/plugin_dbui/TODO @@ -10,11 +10,6 @@ <span onclick="javascript: showForm(foo, 23)">bla bla </span> (check the exact syntax) - - Review the plugin App.grid.Export. - It should contain button to reset and to reload the grid. - The button export might be replaced by a menu containing - all possible actions. Name of the plugin should be change. - - Review the plugin App.ViewportLogin. It should be possible to change the different text from the python model. @@ -23,11 +18,16 @@ front of it. The order of the check fields can be modified using for example drag and drop technique. -HEAD +0.4.10.0 (Dec 2012) - Review the converter to_panelWithUrlSlector. It should be possible to change the title of the FieldSet from the python model. + - Review the plugin App.grid.Export. + It should contain button to reset and to reload the grid. + The button export might be replaced by a menu containing + all possible actions. Name of the plugin should be change. + 0.4.9.7 (Nov 2012) -- GitLab