- 18 Nov, 2005 3 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* ERP5Type_getSecurityCategoryFromAssignment should not return None 2005-11-16 Seb * Removed the limit of 1000 in Resource_zGetInventoryList 2005-11-16 Aur?lien * Correct naming convention git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2005 5 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2005 12 commits
-
-
Romain Courteaud authored
ZSQLCatalog/ZSQLCatalog.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
- ERP5Type/Utils.py:1396 expects default to be a list - ERP5Type/Accessor/List.py default getter does not try to evaluate 'default' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
each object. example : _properties = ( { 'id' : 'magic_id', 'description' : 'Magic ID', 'type' : 'tales', 'default' : 'python: "12345_%s" % object.getId()', 'mode' : 'w' }, ) with this example, getMagicId() will return a string composed of '12345_' and the id of the current object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
This is requested for example when tempObject are displayed, like in Base_viewHistory. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2005 15 commits
-
-
Kevin Deldycke authored
was changed from [('start_date','ascending')] to [('movement.start_date','ascending')], to rid of this error : INFO(0) SQLCatalog.buildSQLQuery WARNING, Unable to build the new sort index Traceback (most recent call last): File "/var/lib/zope/Products/ZSQLCatalog/SQLCatalog.py", line 1397, in buildSQLQuery from_table_dict[acceptable_key_map[key][0]] = acceptable_key_map[key][0] # We use catalog by default KeyError: 'catalog.start_date' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove empty workflow methods (validate, invalidate) and simulation state getter. All of this now generated on the fly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* add diff for objects Module, Site property, Role, CatalogResultKey, CatalogResultTable and CatalogRelatedKey git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
For now diff is only made on products, workflow, portal_type, category, portal_skin and action objects Diff can be make with an installed business template if you just select one business template, in this case it is done with the object on the site. If you select two bt, diff is made between the original objects in this bt git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* added action diff on portal_type Template_Tool * added form TemplateTool_diffBusinessTemplate in erp5_core 2005-11-15 J��rome * renamed person, organisation and currency module * added comment on CurrencyModule_getCurrencyItemList to explain why it uses id and not title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Update getobject based on ZCatalog-2-2-0. At the same time, fix a reversed conditional. Thank Patrick Gerken. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2005 5 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
generated at import If you have imported business template but not yet install them, you must reimport this business template in order to make install work git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-