An error occurred fetching the project authors.
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
- New readOnlyTransactionCache context manager replacing enableReadOnlyTransactionCache and disableReadOnlyTransactionCache - Drop compatibility code that tolerate a dummy context to be passed to getReadOnlyTransactionCache and getTransactionalVariable.
-
- 08 Dec, 2011 1 commit
-
-
Julien Muchembled authored
-
- 17 Oct, 2011 2 commits
-
-
Julien Muchembled authored
- PEP 308: Conditional Expressions - PEP 341: Unified try/except/finally - PEP 343: The ‘with’ statement
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 11 Sep, 2011 1 commit
-
-
Jean-Paul Smets authored
There is no reason not to support sql_catalog_raise_error_on_uid_check for both cases of UID inconsistency. UID change happens for example with inconsistent catalog and ZODB after disaster recovery. It can be useful to prevent raise during a double catalogin of the database after a disaster recovery. Else, it is just impossible to recover.
-
- 08 Sep, 2011 4 commits
-
-
Vincent Pelletier authored
Also, word-wrap and remove "captain obvious"-style comment.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This reverts commit e7e8f515. only_group_columns doesn't belong to this API level, only to the level immediately below. Acked-by: Łukasz Nowak <luke@nexedi.com>
-
Łukasz Nowak authored
Just force only_group_columns=True in kw, as caller can already use this parameter.
-
- 21 Jun, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Set 'implicit_join' as True by default on portal_catalog.buildSQLQuery(), but keep it as False by default on portal_catalog.searchResults(), since much existing code that manually craft SQL queries assumes joins to be implicit.
-
- 02 May, 2011 1 commit
-
-
Jérome Perrin authored
This feature broke changing page in listbox since listbox search columns are prefixed with field id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2011 1 commit
-
-
Vincent Pelletier authored
This is usefull when automated configuration appends configurations: latest takes precedence. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
switch for forcibly disabling explicit joins, and partial work for merging related-key join-chains based on aliases git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Un-hardcode the use of LeftJoin. Make it dependent on the presence of a left_join_list parameter to the catalog that lists the names of virtual_columns whose related table definitions should be left-joined, insteand of inner-joined, to the catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jan, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2010 2 commits
-
-
Vincent Pelletier authored
It is not practical, as it is not easily possible to nest parsers. This fix stops unquoting strings in lexer, and postpone it to syntax tree walking code. Add tests showing search key nesting works with different unquoting rules. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix the cache id for getResultColumnIds() method, that was same as getColumnIds's one, thus we sometimes got unexpected value from the cache. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
* calculate unique subject_set_uid in ZSQLCatalog.SQLCatalog. * move subject related tables from erp5_ingestion_mysql_innodb_catalog BT to erp5_mysql_innodb_catalog BT. * add subject_uid column in versioning table. * now TestDocument.test_DocumentIndexation (testDms) should pass. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
If both a related key and a real column are found in getColumnSearchKey(), now the related key is used, because adding a related key with the same name should be done by the explicit intention to override the behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
allow passing the zsql_brain for ZSQLMethods and provide a brain that never gets the original object git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2010 6 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Allows consistent invalidations in a cluster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
getTransactionalVariable has always been implemented to return a global cache object (1 per thread): old implementation used the given context only to have access to the portal. So we enforce this with a warning to make sure people don't expect retrieving 1 cache object per given context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Aug, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Aug, 2010 1 commit
-
-
Aurel authored
to have error raised on UID check or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37194 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jul, 2010 3 commits
-
-
Vincent Pelletier authored
This prepares for more invasive changes about cache_id computation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Code calling this method in this class already cache their own result, and it is not part of the API (so it should not be directly accessed). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, update warning message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37182 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2010 1 commit
-
-
Vincent Pelletier authored
This requires them to be both accepted as columns (see change in isValidColumn) and usable in an abstract syntax tree (see changes in buildQueryFromAbstractSyntaxTreeNode), requiring a ScriptableKey-to- SearchKey wrapper (see SearchKeyWrapperForScriptableKey). Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36990 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2010 3 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Both methods return a mutable value. Original behaviour was to copy the cached value before returning it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-