An error occurred fetching the project authors.
- 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 7 commits
-
-
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
-
Vincent Pelletier authored
Fix SearchText parsing: it was not passing desired logical_operator to buildQuery, causing AND to becore OR (only for logical operator syntax tree node directly containing leaf nodes). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Strenghten a bit SearchText detector: a word followed by a colon is not enough to qulify as a COLUMN token, tha word must also be in a set of valid column names. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make "from string import split" unused in SQLCatalog, and remove string import entirely. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Mar, 2009 1 commit
-
-
Vincent Pelletier authored
Update caller. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2009 8 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Pass RelatedKey.buildQuery's related_key_definition and sql_catalog parameters by name to make them easier to grep for. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This fixes failing unit tests, because what used to trigger RelatedKey.buildQuery twice no triggers it just once with a ComplexQuery as join_condition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-