An error occurred fetching the project authors.
- 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
-
- 27 Mar, 2013 1 commit
-
-
Julien Muchembled authored
-
- 08 Feb, 2013 2 commits
-
-
Jérome Perrin authored
Signed-off-by:
Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
It would be a link to the domain, category or temp domain, which is useless for end users. Signed-off-by:
Aurélien Calonne <aurel@nexedi.com>
-
- 17 Dec, 2012 1 commit
-
-
Vincent Pelletier authored
Allows getting current selection's MD5 even outside ListBox's renderer. Signed-off-by:
Julien Muchembled <jm@nexedi.com>
-
- 13 Dec, 2012 3 commits
-
-
Vincent Pelletier authored
This reverts commit 1f630eaa. One bug left, which uncovered shortcommings in 4 tests: - 3 tests duplicate checksum computation code - 1 test relies on previous tests not leaving garbage
-
Vincent Pelletier authored
Allows getting current selection's MD5 even outside ListBox's renderer. try 2: Now without NameError
-
Sebastien Robin authored
This reverts commit 4d5df6e7. Revert done due to ERP5-MASTER : 3506 Tests, 174 Errors, 18 Failures
-
- 12 Dec, 2012 1 commit
-
-
Vincent Pelletier authored
Allows getting current selection's MD5 even outside ListBox's renderer.
-
- 05 Nov, 2012 1 commit
-
-
Jérome Perrin authored
This way validator scripts will be called even for empty listboxs, and this should also remove ERP5Form/Form.py:validate_all KeyError : 'Field listbox is not present in request object.' messages from the logs
-