An error occurred fetching the project authors.
- 09 Apr, 2009 2 commits
-
-
Tatuya Kamada authored
Fix a misuse of the Zope Core Permissions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- point-reference to a paragraph mapping failed non-ascii value - the XML could not encoding 'utf-8', but displayes escaped unicode charactor * Append: range-reference to strings mapping git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2009 2 commits
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
transform DateTime object into ODF acceptable format '2009/04/20' -> '2009-04-20' * Append test cases which confirm fixing the bugs * Refactoring - change method name into mixedCase, according to the naming convention - using etree nsmap object instead of to define the namespace-dictionary constant - the long test method devide into appropriate some methods git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Apr, 2009 4 commits
-
-
Tatuya Kamada authored
remove the DefaultValue feature because it did not consider localization git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- copy last-table-row-style when stat method or stat columns does not set - clean table-columns-value before listbox values setting * Append the DefaultValue is the marker class indicate to use a ODF Template value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
table last row could not set blank value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Append functions - styles.xml support - experimental FormBox support - experimental ReportSection support * Fix the table column attribute name was wrong git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2009 1 commit
-
-
Tatuya Kamada authored
using an ERP5 Form and an ODF template. I and yo had long discussion, whether to invoke an ODF template or an ERP5 form. We selected an ERP5 Form to invoke, but because of some point of view, we changed the choice and decided to create a new class to invoke to create a ODF document. Why we decided to create a new class: * Reusable of forms If we invoke an ERP5 form to create an ODF document, we have to set a ODF template, and the view of the form fixes ODF. Thus the form can not use other cases such as html view. * Consistency Set a ODF template as well as page template, the forms has two ways two template. It has not consistency. The Form Printout currently supports only ODT format document. And the functions only supports paragraphs and tables. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26251 20353a03-c40f-0410-a6d1-a30d3c3de9de
-