- 15 Oct, 2009 34 commits
-
-
Julien Muchembled authored
folder/folder_url have no clear definition and are not used in ERP5. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add 'cache_id_func' argument in CachingMethod.__init__ to specify how to generate cache_id, that is especially useful when you want to use for instance methods where args contain 'self'. * use 'cache_id_func' in ERP5TypeInformation._getRawActionInformationList(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Base_setDefaultSecurity has been launch on web_site module to be compatible with erp5 conventions. Keep compatibility with anonymous roles by giving him "view" and "accessConntentInformation" permissions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add base_type_interaction_workflow that clears the cache above when Action Information documents are modified or deleted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 6 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
-