- 21 Jan, 2013 3 commits
-
-
Kazuhiko Shiozaki authored
check only if the new catalog does not miss anything, because the original catalog before reindexAll can be imperfect by other tests, that are bad though...
-
Mame Coumba Sall authored
-
Kazuhiko Shiozaki authored
fix ERP5Site_reindexAll so that it reindexes everything having getUid and also ERP5 Python Scripts under portal_skins. and improve test_13_ERP5Site_reindexAll to check if list of paths is exactly same.
-
- 18 Jan, 2013 1 commit
-
-
Jérome Perrin authored
-
- 17 Jan, 2013 36 commits
-
-
Vincent Pelletier authored
Person subobjects are not needed after first pass, so don't waste time indexing them.
-
Vincent Pelletier authored
Preferences were reindexed early, because they are needed to index documents requiring access to a conversion server. This must not be required to reindex users (which just happen to be Person documents so far) as they are needed to index security properly and categories.
-
Vincent Pelletier authored
Several ZSQLMethods do tests on parameter values, causing other parameter values to be discarded (ie not indexed). A pseudo-code example is if isMovement[x]: append(getPrice[x])
-
Vincent Pelletier authored
Allows subclassing list/tuple. Also, allow more iterable types. Also, avoid building the type tuple on each call.
-
Vincent Pelletier authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Some specific features such as text:s, text:tab or text:line-break are now supported.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Gabriel Monnerat authored
Change listbox to display the portal_type in the column Type and add a new column to display the resource_title
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
erp5_accounting: reorganise init scripts and do not initialise some accounting lines if the user is allowed to add invoice lines.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Apply checked_permission to list possible bank accounts, otherwise we have a problem with deleted bank accounts
-
Jérome Perrin authored
because document are only pre converted if erp5_dms_conversion_catalog is installed
-
Jérome Perrin authored
-
Jérome Perrin authored
- Use dedicated CSS class not to display the title.
-
Vincent Pelletier authored
Those queries are very common (user lookup in acl_users, for example).
-
Kazuhiko Shiozaki authored
-