- 07 Nov, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Nov, 2005 4 commits
-
-
Yoshinori Okuji authored
Now VALIDATION_ERROR_DELAY is in seconds but not in days. timeShift is performed only for objects assigned to a given node. SQLDict postpones all active objects which have the same order validation specification at a time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4261 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
This is a critical bug fix. When tpc_prepare registered new objects, they were not taken into account. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4260 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4259 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2005 15 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Use getPortalAssignmentBaseCategoryList() in Person_updateUserSecurityGroup to get the list of base categories used on assignments to create security groups. * Bypass Person_updateUserSecurityGroup if PAS is used. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4254 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
It allows to display hierarchical data in much less horizontal space than getCategoryChildLogicalPathItemList. example : getCategoryChildLogicalPathItemList : Foooooooo Foooooooo/Baaaaaaaar Foooooooo/Baaaaaaaar/Baaaaaaaaz Foooooooo/Baaaaaaaar/Baaaaaaaaz/Quuuuuuuux getCategoryChildIndentedTitleItemList : Foooooooo Baaaaaaaar Baaaaaaaaz Quuuuuuuux Possible improvements : for now, I just add some " " before the title, but it breaks the mozilla "type and search" feature. Maybe it is possible to use CSS to get the same visual result ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4252 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4250 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4245 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4243 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
management mistake). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4242 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2005 13 commits
-
-
Romain Courteaud authored
Simulation movement are returned multiple times by this ZSQL Method. For now, only fix it with adding DISTINCT as argument of SELECT. This solution is not enough good, because it increase the request can become to big for MySQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Update Base_getUserAssignmentList, ERP5Type_getSecurityCategoryFromAssignment and Person_updateUserSecurityGroup to support both NuxUserGroup and PluggableAuthService. * Add User Login & Password on Person_viewDetails form. * Add role/internal category because it's absolutely necessary to make ERP5Security product working. * Add Male and Female gender categories. 2005-11-03 Kevin * Change some object's title to respect ERP5 naming conventions. 2005-11-02 Romain * make erp5_html_style a bit more generic. 2005-10-31 Kevin * ERP5Site_checkNamingConventions now check Portal Types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4239 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
(SaleOrder_selectMovement got a proxy role) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
The test failed, because the test checked too much details of the implementation. As long as it works as expected, there is no problem. So I decided to rewrite that test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Replace build by startBuilding. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Change the way of running unit tests. Now instead of having an instance home for testing manually, runUnitTest automatically creates an instance home under a real instance home. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2005 7 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Clean Use Case scenarii UI. * Add "counts" in Document Analysis, Use Case and Feature listboxes. * Use translated states in Feature module. * Set good permissions on portal types actions. * Use Icons shortcut for fast input. * Rename module using '_module' suffix to respect ERP5 naming conventions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
if there is no mapped value, we have to take the default base price defined on the resource, it was not working git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Manage how many times an active object is retried, and tweak the next processing date based on the number of retries. Also, when there is no active object available, shift the time to go ahead quickly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-