- 15 Feb, 2008 12 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add logs aound post-business-template-install reindexing, to know how long it takes, and how many messages are processed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add --update_business_templates support. This, used in conjunction of --load will force all business templates to be updated with filesystem-available versions. Also invoking with --save will cause updated site to be saved for future use. Do not use objectIds to get the list of installed business template, but getInstalledBusinessTemplateList. This allows to not specify the business template id at installation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add method to get New Connection git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2008 15 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Improve wiki successor/predecessor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* change permissions on account_module and accounting_module. Auditor role now have Copy or Move (it was missing). Note that the difference with the current version of Base_setDefaultSecurity is that Author role does *not* have View permission. Author creates, Auditor views. For normal cases you should give both roles to thoses users. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
use portal instead contex to access portal_categories, this avoid aquisition problems (thanks to Jerome). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* correct some year to date calcul scripts : context was used instead paysheet, so results were calculated using the current paysheet instead of using all the previous. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Rename some variables which had too-generic names. Use a set instead of a list when used with "in". Use a set instead of a value-less dict. Use string slice instead of "tsartswith" method. Use 'iter...' variations of dictiteration methods. Use 'itervalues' instead of 'iteritems' + item lookup by key. Do not check if a role to skip is already present in new role list. Fetch instance methods just once when called in a loop. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Revert 19128, 19173. Update test_check_security_table_content to new security table design decisions. CatalogTool.py: Only index a local role if this precise local role grants View permission. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
http://www.erp5.org/HowToCreateNewFormsJérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Feb, 2008 13 commits
-
-
Jérome Perrin authored
Call the generic script Base_checkConsistency, which deals properly with translation of ValidationFailed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
to use the URI of a business template in getBusinessTemplateList and make it installed from there. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
* packing_list_workflow/transitions/stop_action: disable stop_action from confirmed state on a Sale Packing List, as start transition after script calls the builder, and the default config shouldn't allow bypassing it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, revert commit 19284 since this check if done in new test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Rewrite local roles handling code to fix a bug introduced in commit 19184: if one local roles for one user granted view permission, all local roles (except Owner) of all users were inserted in the security table. Unit test will be added soon. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
confirmed state - allow to disable the check of the current date when closing the counter date, this is enabled by default, but usefull to disable it in unit test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-