- 06 Dec, 2012 2 commits
-
-
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 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
Hide all unnecessary fields for adding a simple blog message as adding is done usually by a site member not site manager and it was quite complex (by default blog message is submitted for approval side manager can correct errors if any). Try to guess all possible values from parent Web Section and generate nice reference from title. Do not manually set contributor list as this is done in a generic way by a workflow.
-