An error occurred fetching the project authors.
- 26 May, 2010 1 commit
-
-
Rafael Monnerat authored
- getFilterDict return the filter dictionary as a dict (Instead a PersistentMapping), this allow devoloper manipulate it using Python Scripts at ZODB. - setFilterExpression allows set tales to a single filter, instead use edit to edit all. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2010 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
In hot reindexing during the 'double indexing' step, update the security of object in the destination catalog too git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2010 1 commit
-
-
Julien Muchembled authored
* Follow-up of [17630]: - Finish implementation of expression cache keys, including BT support. - Really deprecate portal type filtering. * Filter expressions shall use 'context' to refer to the object. All other variables (here, container, isDelivery, etc) are deprecated. Remove now useless expression context cache. * Compute the list of objects to catalog only once per filter expression. Optimisations will be really effective when erp5_mysql_innodb is updated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2010 2 commits
-
-
Sebastien Robin authored
either on the brain or on the real object * update unit test for getProperty * add new method hasColumn in catalog API * add test for hasColumn git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
In /manage_catalogReindex: Traceback (most recent call last): File ".../zope2/lib/python/ZPublisher/Publish.py", line 114, in publish request, bind=1) File ".../zope2/lib/python/ZPublisher/mapply.py", line 88, in mapply if debug is not None: return debug(object,args,context) File ".../zope2/lib/python/ZPublisher/Publish.py", line 40, in call_object result=apply(object,args) # Type s<cr> to step into published object. File ".../ZSQLCatalog/ZSQLCatalog.py", line 582, in manage_catalogReindex catalog.manage_catalogReindex(REQUEST, RESPONSE, URL1, urls=urls) TypeError: manage_catalogReindex() got an unexpected keyword argument 'urls' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2009 1 commit
-
-
Yusuke Muraoka authored
That was category relation related. Lazy generation of category relation is replaced by using IN with sub query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Nov, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2009 1 commit
-
-
Vincent Pelletier authored
Split buildSQLQuery into 2 parts: one responsible for building the EntireQuery (and responsible for parameter backward compatibility), and a second to just render that EntireQuery as a dict. This will help testing EntireQuery. Update interface accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* caching_class_method_decorator -> caching_instance_method * cache_id_func -> cache_id_generator git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Oct, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2009 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Sep, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Sep, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2009 1 commit
-
-
Sebastien Robin authored
is raising errors * make the catalog raising errors * Change messages about uid duplication git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jul, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2009 1 commit
-
-
Jérome Perrin authored
catalog method fail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jun, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2009 1 commit
-
-
Tatuya Kamada authored
This fix makes search dialogs work even if datetime field is included. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2009 1 commit
-
-
Jérome Perrin authored
should not just be a warning git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27523 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2009 1 commit
-
-
Vincent Pelletier authored
Internal use this API too. Update IQueryCatalog interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2009 1 commit
-
-
Vincent Pelletier authored
Export isAdvancedSearchText method on SQLCatalog instance. Document SQLCatalog.isAdvancedSearchText in IQueryCatalog interface. Add a test for new SQLCatalog.isAdvancedSearchText method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
Reduce the verbosity of empty-value-related log messages, by displaying all discarded columns at once instead of once per discarded column. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
* use 1L instead of 0L as the minumum number of uid because it is easier to avoid boolean condition mistakes. * assign a unique uid for documents like tool objects that have uid=0 (not 0L) from the beginning. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
Use explicitly logical_operator API on ComplexQuery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-