An error occurred fetching the project authors.
- 04 Oct, 2017 1 commit
-
-
Ayush Tiwari authored
Also, do some trivial cleanup
-
- 03 Oct, 2017 5 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
Also, update the files where they have been used
-
Ayush Tiwari authored
Using _getOb is always less costly than getattr, as it reduces the need to look in acquisition.
-
Ayush Tiwari authored
And simplify manage_exportProperties function accordingly
-
Ayush Tiwari authored
Also, we don't need to look for `transactionless` connection-id here, as we don't use them in catalog methods. And, update the files where we can use the new function.
-
- 28 Sep, 2017 1 commit
-
-
Nicolas Wavrant authored
Some listboxes in ERP5 use "| desc" to sort elements, even if it didn't work (ie: Base_viewEventList/listbox). Also, as "asc" is working (because descending sort is defined by whitelist), adding "desc" makes things more consistent
-
- 26 Sep, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 19 Sep, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 31 Aug, 2017 2 commits
-
-
Vincent Pelletier authored
Allows producing SQL for inclusion in ZSQLMethods where catalog table would be already aliased.
-
Vincent Pelletier authored
This method only returns caller's input, with catalog schema applied, so it does not expose data, so "private" is too restrictive.
-
- 06 Jul, 2017 5 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
These methods will be used in erp5 catalog view in restricted environment. Loosen the security on methods which we will use in erp5 catalog view in restricted environment.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
Required as preparation for migrating to ERP5 catalog which itself has an accessor `isIndexable` which we plan to remain disabled all the time. So better to rely directly on isIndexable from erp5 site object.
-
Ayush Tiwari authored
This would also remove the need of evaluating the globals every time.
-
- 28 Jun, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 03 Apr, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 07 Mar, 2017 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 23 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 21 Dec, 2016 2 commits
-
-
Vincent Pelletier authored
Backward compatibility was not implemented everywhere, and it is masking bugs: not all parameters were provided to these ZSQLMethods, which can cause all sorts of bugs and performance issues because of DTML defaulting to acquisition context for missing arguments. Drop this overcomplex code.
-
Vincent Pelletier authored
-
- 16 Nov, 2016 2 commits
-
-
Ayush Tiwari authored
In case uid=0, its already being treated as int, so there is no need to check for type and add time to performance.
-
Ayush Tiwari authored
__getitem__ function for LazyIndexationParameterList eats up a lot of performance. This patch tries to simplify the code to improve performance.
-
- 03 Nov, 2016 1 commit
-
-
Julien Muchembled authored
-
- 27 Oct, 2016 1 commit
-
-
Arnaud Fontaine authored
-
- 15 Jul, 2016 4 commits
-
-
Vincent Pelletier authored
Callers up the stack should not mutate returned value (and all callers found in this repository code follow this rule). Saves a list copy and an extra call on each call, and a few lines of code.
-
Vincent Pelletier authored
-
Sebastien Robin authored
work partially done by Vincent Pelletier (z_get_table_schema)
-
Vincent Pelletier authored
-
- 23 Jun, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 May, 2016 1 commit
-
-
Vincent Pelletier authored
getLocalRolesGroupIdDict is supposed to return sorted & cast allowed_roles_and_users value already. Also, use "x in y" pattern over y.has_key(x) for readability.
-
- 15 Apr, 2016 1 commit
-
-
Sebastien Robin authored
This method is useful by some scripts of erp5_administration
-
- 04 Apr, 2016 2 commits
-
-
Boris Kocherov authored
-
Boris Kocherov authored
caching_instance_method not used
-
- 12 Jan, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 19 Oct, 2015 1 commit
-
-
Vincent Pelletier authored
Update callers which could not be fixed so they disable the exception. Reviewed-by: Jerôme Perrin <jerome@nexedi.com>
-