- 06 Feb, 2009 10 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Decide which behaviour is really desired: providing an ambiguous sort column must raise a ValueError, just like ambiguous columns from where-expression. Using an un-sorted result when sort was requested is as wrong as sorting on an arbitrarily-chosen column, and also as wrong as ignoring "where"-conditions. Tag this test as TODO as this behaviour is not implemented yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix error position computation: MySQL limits the length of the output SQL chunk, requiring more tricks to find offset error correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace default MySQL error text (for sql syntax error) with more complete - though as uggly - error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* when calling objectIds, it must only returns objects and not BTree of sub-BTree git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Stop raising an exception, even if the credit is not equal to the debit in a built delivery, in the post processing script, because the builder may not blindly adopt prevision when updating existing lines, thus it can be unbalanced. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2009 14 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use the method getAnnotationLineFromReference to search the corresponding annotation line instead of duplicate code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not systematicaly copy cached values. It's not good in all cases (mutable subtypes, ...) so it's not a good idea and would set a bad precedent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add test which is not setting _tree_list on folder by sideeffect of invoking getTreeIdList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Mark test_SubDocumentsWithAcquireLocalRoleSecurityIndexing and test_sortOnRelatedKeyWithUnsetRelation as TODO. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2009 15 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This test is known not to work because of the lack of a feature in catalog code. Hence, tag it as TODO. As this assertion uses locally-defined variables, instead of isolating it in another test method, define a local function. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Monovalued column only index user ID, and no security group. If some security groups are assigned to such role, they are still catalogued in the roles_and_users table. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
With Selenium 0.8 or later, isEditable() raises an error if the specified element isn't an input element. So we can't use assertNotEditable or verifyNotEditable for asserting "it isn't an input field". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* when a specialise model is defined on a paysheet, apply it automatically * rewrite the apply model script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Close Accounting Transaction -> Definitively Close Transaction git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
Note that in Selenium 0.8 or later getLocation returns absolute url, but older Selenium returns path only. So for transitional period, please use assert/verifyAbsoluteLocation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-