- 07 Jan, 2010 4 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jan, 2010 14 commits
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Zope 2.12 now considers this a Syntax Error (as it should) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
If title is repeated on another tab that View tab, it's not editable. If there is only one field in the tab, put it in center group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
category testing API should be protected by Permissions.AccessContentsInformation not Permissions.View. XXX we need more review for other getter methods in Base.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
On transformation lines, if the resource is acquired from the parent, don't display it. The same trick is used with the script InvoiceLine_getResourceTitle in Invoice Line. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* use translated_portal_type to be more consistent with UI reviewed by jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* add portal_type column reviewed by kazuhiko git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2010 22 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Fix Zope 2.12 breakages on testEditorField, along with commit #31588, as soon as the fix for https://bugs.launchpad.net/zope2/+bug/246983 is applied on Zope 2.12 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
original message, also change the log severity to DEBUG git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- use default_%(base_category)s_uid related key, because %(base_category)s fails for some base categories, for example source_uid cannot be mapped and is a catalog error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
all other will now be skipped, so that we can read the first error message easilly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
All translations related to Apparel Translation are obsoletes because now apparel use generic translation module. According to thierry, we decide to change some translations that were really unclear for users (like "Ressource transformée de la transformation"). Some unused translation are removed (according to http://www.erp5.org/codesearch/), and some new ones are added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* remove 'size' base category because it is already included in erp5_core. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Add FormPrintout, print dialog, form and a script to be able to print apparel model in ODG format. ERP5OOo, ERP5Form, Formulator recent products are needed to have this working (>= r31527) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Alarm can be recognised as replaceable in catalog in two cases: * if alarm_date from catalog is empty (existing case) * if alarm is not existing in catalog yet (case added by changing indentation) Second case happens during first indexation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Note: test_21_AlarmCatalogPresence proves that there is a bug in Alarm reindexation. When new alarm enabled and configured alarm is added to site using one transaction and one reindexation it will be not properly cataloged. This affects alarm installation from Business Templates. This problem was hidden until fix for multiple-reindexation in Business Templates was applied. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Add alarm to check Conversion Tool availability (oood) reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- getPropretyDictFromContent does not try to find anything from empty content - convertTotBaseFormat does not try to convert git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-