- 07 Dec, 2012 4 commits
-
-
Jérome Perrin authored
Most coordinates from organisation were configured to acquire properties on the region categories. This was not a problem, because prior to 36420d5c ("Fix class hierarchy for nodes"), Categories were Organisations because they are MetaNode.
-
Jérome Perrin authored
MetaNodes have always been Organisations, but this does not make sense at all. This change reveal some hidden bugs with code that was working accidentally because all meta nodes, such as categories use to be organisations and have all the accessors from organisations
-
Julien Muchembled authored
-
Julien Muchembled authored
Although this also fixes "too many files" error, the way to upgrade some kinds of objects should be reviewed in order to avoid such export/import.
-
- 06 Dec, 2012 3 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 05 Dec, 2012 1 commit
-
-
Vincent Pelletier authored
This hurts performance with default catalog indexes.
-
- 30 Nov, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
to enable cache for anonymous, login should not be included in HTML itself based on the cookie value. it should be the browser's job.
-
- 29 Nov, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 27 Nov, 2012 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 26 Nov, 2012 1 commit
-
-
Julien Muchembled authored
New SQLBase._getMessageList method has a very simple ZSQLCatalog-like API, and replaces SQL{Dict,Queue}_readMessageList DTML scripts. 'include_processing' parameter disappears (in favor of 'processing') and default behaviour is to include messages being processed.
-
- 22 Nov, 2012 2 commits
-
-
Ivan Tyagov authored
-
Tatuya Kamada authored
Also clean-up the comments.
-
- 21 Nov, 2012 6 commits
-
-
Aurel authored
test for now was passing thanks to a lucky good ordering in indexation
-
Aurel authored
-
Kazuhiko Shiozaki authored
add work around for the performance regression introduced in Zope 2.12.23 in BTreeFolder2, for the case where we use BTreeFolder2 directly.
-
Kazuhiko Shiozaki authored
readd work around for the performance regression introduced in Zope 2.12.23 in HBTreeFolder2, for the case where we use HBTreeFolder2 directly.
-
Tatuya Kamada authored
-
- 20 Nov, 2012 12 commits
-
-
Ivan Tyagov authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Take into account the fact that Base_getSectionUidListForSectionCategory returns -1 when no organisation exsits
-
Jérome Perrin authored
Base_getSectionUidListForSectionCategory : returns [-1] if no organisations are member of this section_category. This way we can directly pass the returned value as section_uid= to getInventory without worrying about the problem that if this section category has no member, then section_uid parameter is ignored.
-
Jérome Perrin authored
use Base_getSectionUidListForSectionCategory instead of hack in where expression which won't work if we don't have catalog as section selected
-
Jérome Perrin authored
Sometime dialog fields are not validated ...
-
Ivan Tyagov authored
- 16 Nov, 2012 2 commits
-
-
Jérome Perrin authored
-
Tatuya Kamada authored
Use OOBTree instead of PersistentMapping. Because it is more disk-efficent, it will reduce the number of conflicts, improve the performance.
-
- 14 Nov, 2012 3 commits
-
-
Pere Cortes authored
-
Sebastien Robin authored
-
Pere Cortes authored
-
- 13 Nov, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 09 Nov, 2012 1 commit
-
-
Sebastien Robin authored
-