- 14 Feb, 2011 10 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
problem : 1 - balance transaction A is indexed at date t1, a quantity diff of 1 is found on line a, so -1 is inserted into stock 2 - for some reasons, a movement with date t2 with t2 < t1 was not well indexed, after a reindex it is now correctly indexed 3 - we reindex the balance transaction, thanks to to 2) there no diff any more, but due to bug the diff of -1 is not removed from the stock. - add test for validating the fix of this bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Remove unused constraint, as the portal type "Category Acquired Membership Arity Constraint" has been removed in r42930 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
directly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
It happened sometime, with aq_dynamic, when a setter was overriden on the class itself, that setFoo was called on a edit(foo=bar), as class methods were taking priority over aq_dynamic-generated-setters. Now, the correct behavior is back: edit(foo=bar) calls the private setter directly, and never the public setter. See "Workflow triggers and edit/_edit calling (or not) private or public setters" email for reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
in 2.8 to avoid failures in 2.8 that pass in 2.12 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2011 7 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Feb, 2011 11 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- refactor domains git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Assignor and Assignee git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Add '*' in front of all 'natural' mode full text queries so full text query key is able to detect we need natural mode. Test is expected to pass. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use abstract 'full_text'm scriptable key(this way we can test with other search engines easier). Small test fixes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
deprecated since r41787. In order to keep backward-compatibility, skip this attribute when migrating from filesystem to ZODB Property Sheets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
the definitions ">=" does work into versions as the latest is preferred, no reason to keep such definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2011 12 commits
-
-
Kazuhiko Shiozaki authored
forgot to commit in r42752 (support 'Paths of objects whose workflow history should be kept' and 'Paths of objects that should be kept' in Business Template definition). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43279 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add one more 'uid' column in z_catalog_sphinxse_index_list and add ERP5Site_checkSphinxSE script that cheks if all documents having SearchableText are well indexed in SphinxSE. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
* Add script ERP5Site_loadEmailThreadData to load the data of selected email. This script is used to open one email in the current page. * Refactor ERP5Site_createNewEmailThread to do not create a new email if it already exist one Email Thread created. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
at installation time git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43272 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
stop using 'ERP5Site_getUpgraderSignature(key)' but use 'ERP5Site_getUpgraderSignature().get(key, default_value)' instead for better understandability of codes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43268 20353a03-c40f-0410-a6d1-a30d3c3de9de
-