- 15 Oct, 2009 20 commits
-
-
Nicolas Dumazet authored
login() method, in setUpERP5Site: login() should only... log you in! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
'scope' should be removed from kwd otherwise will get the following exception whe we call caching method with a scope parameter: 'TypeError: __call__() got multiple values for keyword argument 'scope' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- do not repeat the same information again and again on each tab - instead show my_title non editable field in center group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- business template export change git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- remove uid and date sort, they causes pathologic cases in "site reindexation" payloads: Module indexation creates per-module batches of activities. All activities in a given batch will have identical date values, so indexation will happen on only one module at a time, which creates a bottleneck on setups where modules are scattered to multiple ZEOs (precisely to paralellise work on different modules). - random sort added for multinode setups (see dtml comment, this is serious) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
- pass the value of this field to the test runner (--erp5_sql_connection_string) - add a system preference to set a default value for that field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
escaping cache id should be done in each cache plugin not here. It is already done for Distributed RAM cache and RAM cache can accept any cache id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* implement expiration check in get(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix budget_workflow worklist. Planned state did not exist. Now 1_submitted_budget_list shows a list of budgets which are waiting to be validated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2009 20 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* revert r29647 and use getActionListFor() and call test() for its result in getDefaultViewFor(), so that createExpressionContext() is only called once. * use getActionListFor() and call test() for its result in listFilteredActionsFor(), so that createExpressionContext() is only called once.. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Before, setFoo was equal to setFooList and setFoo('ab cd') equivalent to setFooList(('ab', 'cd')) With this commit, setFoo('ab cd') == setFooList(('ab cd',)) This fixes changing permission on RoleInformation_view form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
unavailable language on the website. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
revert r29556, this "if" condition exists to avoid instanciation of CacheFactory without cache plugins git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-