An error occurred fetching the project authors.
- 18 Nov, 2019 1 commit
-
-
Vincent Pelletier authored
Avoid double-calls when one is enough. Avoid unused locals. Avoid repeating conditions. Inline single-use expressions.
-
- 26 Oct, 2018 1 commit
-
-
Georgios Dagkakis authored
as the comment (which is removed now) said: ``` XXX: This method is broken, since "total_size" field is not present in the listbox rendering any longer. It should be removed. ``` Also: - make sure that Listbox always knows how many lines are to be displayed. - add testPagerWithCustomListMethod in listbox_zuite of erp5_ui_test, which checks that listbox jumping to previous/next/first/last works correctly for a list method that returns only the elements that the listbox is to render. /reviewed-on nexedi/erp5!776
-
- 19 May, 2017 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 05 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 03 Nov, 2016 1 commit
-
-
Julien Muchembled authored
Only 'float' supported for the moment. This should cover the case of integers. Example of 'Sortable Columns' value in a ListBox: id | float title | Since there's a fallback to 'Searchable Columns' when 'Sortable Columns' is empty, the cast type can also be specified there, in order to avoid duplication.
-
- 19 Oct, 2016 1 commit
-
-
Arnaud Fontaine authored
These methods were generated when rendering the ListBox and with the id of the ListBox in their name. However, a customer reported the following problem on Accounting Periods ListBox: 1. Display Accounting Period ListBox on ZEO-1. => The ListBox will be rendered and 'listbox_period_list_*' methods will be generated on ZEO-1. 2. Click on 'Next Page' button and the user is redirect to ZEO-2 where the ListBox has never been generated. => The method does not exist yet and thus a 404 error is raised. Instead of having one method per ListBox ID, only one is now created (eg listbox_setPage() for SelectionTool.setPage()) at Zope startup and the ListBox ID previously defined in the method name is now defined in the value attributes of the buttons.
-
- 05 Oct, 2016 1 commit
-
-
Julien Muchembled authored
-
- 10 Jun, 2016 1 commit
-
-
Jérome Perrin authored
-
- 12 May, 2016 1 commit
-
-
Vincent Pelletier authored
When changing listbox display mode (ex: from domain tree to flat list), remove domain tree from selection, so filtering comming from domain tree does not apply. Requested-by:
Thierry Brettnacher <tb@nexedi.com>
-
- 09 Mar, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
fixup! ListBox: support rendering empty item as user's input in multi item widget having default values.
-
Kazuhiko Shiozaki authored
fixup! ListBox: support rendering empty item as user's input in multi item widget having default values.
-
Kazuhiko Shiozaki authored
-
- 25 Dec, 2015 1 commit
-
-
Jérome Perrin authored
generally speaking, listbox where some editable fields are not listed in fields
-
- 17 Sep, 2015 1 commit
-
-
Julien Muchembled authored
Without this, every rendered cells would contain the concatenation of all cells with same uid (i.e. None) in the previous page, and the size of each cell would increase exponentially at each update.
-
- 04 Sep, 2015 1 commit
-
-
Julien Muchembled authored
-
- 26 Jan, 2015 1 commit
-
-
Jérome Perrin authored
fixup! Listbox: do not get stat values on brains by index when we can simply get them by key (ie. column name) Exception is now a key error
-
- 16 Dec, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Listbox: do not get stat values on brains by index when we can simply get them by key (ie. column name)
-
Jérome Perrin authored
-
- 31 Oct, 2014 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 27 Aug, 2014 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
One example is listbox_creation_date in most modules
-
- 13 Aug, 2014 1 commit
-
-
Julien Muchembled authored
-
- 26 Jun, 2014 1 commit
-
-
Cédric de Saint Martin authored
In some cases 'total_size' was duplicated in selection and request causing listbox rendering to fail.
-
- 31 Jan, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
so that we can call it from restricted environment.
-
- 30 Jan, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
* now Selection for anonymous is stored per its content and its key is embedded in ListBox rendering. * we no longer provide cookie to each anonymous user. * thus same URL (i.e. same parameter) for any anonymous user should have the same result. * Selection storage for anonymous can be still different from the storage for the normal users.
-
- 04 Dec, 2013 1 commit
-
-
Jérome Perrin authored
Expired categories should not be displayed
-
- 13 Nov, 2013 1 commit
-
-
Sebastien Robin authored
This allows to use the same script for various columns. It is particularly convenient for listbox used in reports with a list of columns that could vary depending on data.
-
- 30 Jul, 2013 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Original code failed when 'limit' key is set to None.
-
- 15 Jul, 2013 1 commit
-
-
Vincent Pelletier authored
Allows telling user whether what he sees is the whole result set, or just a limited sample of it.
-
- 24 Jun, 2013 1 commit
-
-
Jérome Perrin authored
The use of getProperty with a default value was wrong because it does not display anything if the property is not set and fallbacks to acquisition.
-
- 28 May, 2013 2 commits
-
-
Jérome Perrin authored
Revert "fix undefined variables" This reverts commit 77a53809. Revert "Listbox: calculate a mapping uid -> object once" This reverts commit 84029c01. Revert "fix list method returning duplicate uids" This reverts commit 386b0e6b. Revert "test for dialog listbox with editable fields" This reverts commit e046d8f5.
-
Jérome Perrin authored
-
- 27 May, 2013 1 commit
-
-
Jérome Perrin authored
Instead of looping through the list each time. Also check that the list method does not return duplicate uids.
-
- 05 Apr, 2013 1 commit
-
-
Julien Muchembled authored
-