- 30 Apr, 2008 17 commits
-
-
Fabien Morin authored
Special thanks to Jerome and mohamadou git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Add action, skins, scripts that allow updating workflows (workflow title and desc, state title and desc, transition title and desc, transition action name) from english glossary terms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* intial release git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
remove some unused import. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
* factorize getTotalPrice * set default value of fast to 0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20853 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Change the email subject to: "[ERP5 Task] %s" % task.getTitle() git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
portal_preferences/accounting_zuite_preference installed paths, this way we can reuse AccountingTestCase without erp5_accounting_ui_test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Apr, 2008 9 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
add action, skin, scripts that allow finding terms from workflows (title, states, transitions, actions) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
on same document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
not for standard version) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20845 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(excepts that it acquires the value from parent, which is wrong here) -> remove MappedValue.getProperty. Also remove MappedValue.setProperty which has been commented out some times ago for similar reasons git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* create a line, set quantity X * add a cell in the line, set quantity X on the cell (using edit) * edit will compare cell.getProperty("quantity") with the provided quantity * cell.getProperty is MappedValue.getProperty which uses getattr to get the "quantity" attribute on cell, which acquires it from line. As edit does not set the property if it's not different from what getProperty returns, the property is not edited. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Apr, 2008 8 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* revert new domains. The last commit on Project_generateProjectDomain was imcompatible with existing reports. * Added sort of lines for task report git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Make the utility script that outputs the list of dead proxy fields return html with clickable links. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2008 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Pseudo code added to show in which direction notification tool should evolve. Many comments and explanations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Apr, 2008 4 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-