- 27 Apr, 2009 9 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use parallel MultiListField to specify Membership Categories for each category instead of using a single long MultiListField for all categories. * display fallback category id instead of own id for using fallback cases (eg. region/europe for source_region categories). * update test to follow this change. * add LinesField to specify Membership Values (eg. source/person_module/123). * add an external validator for this field. * accept filter argument in getMembershipCriterionCategoryList to return categories only or documents only for membership values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(bad) tmp_list = caching_method() tmp_list.extend(...) (good) tmp_list = caching_method()[:] tmp_list.extend(...) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
confirm if cached value will not be modified by calling Predicate_getMembershipCriterionCategoryList script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26640 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
- LinesField via point-reference did not work, because it looked wrong node - LinesField insert order was wrong, it was reversed * Append replacing some control charactors such as tabs and line-breaks git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Apr, 2009 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2009 19 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Remove AccessFuturePortalContent, as it has been dropped from CMF, and ERP5 does not use it, either. See https://bugs.launchpad.net/zope-cmf/+bug/161490 for more info. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Apply render_pdf to a default value. Otherwise, the value may not be formatted by options to a field. This passes all the tests, but I have not written any additional test to verify that this results better. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
Folder) are well backup into trash bin git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Rewrite the script returning report sections for general ledger to use getInventoryList to know which section should be used or not, which is faster and better than iterating on all accounts. At the same time fix a problem with expense or income accounts, they were empty when specifying a from_date, and if the from_date is for a period which is in the past git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
method to create folder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
AccountingTransaction_getTotalCredit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* use proxy listbox ids and columns in all relation fields * delegate more things that were not delegated by mistake git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Add a utility script to check that all relation field defines proxy listbox id or columns git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Apr, 2009 10 commits
-
-
Jérome Perrin authored
cells, by just change their ids. When this happens, the cell id changes, the cell is removed (then unindexed), and added again with its new id (then reindexed). The bug here is that the cell was unindexed with its new id, and indexing messages were not flushed, because the path was not the same. The fix is to delete the cell before changing its id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
range renaming git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
two ignore_layout parameters after clicking cancel button. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert r.26603 because language is a property in Document. language as a base category is defined in erp5_forge for Glossary Term, but it should be fixed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-