- 30 Jan, 2008 18 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18930 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
Update line's destinations: exchanged multilated banknotes end up on counter's vault, not in a general vault. Fix states in which line's destinations are not None (incomming banknotes were kept for too long in incomming vault). Remove a missplaced (and duplicated) workflow transition. Set start dates on exchanged and outgoing lines. Set stop date on main document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
PackingList_doSolveActions: fix a bug in getting line properties. Thanks to Shresth K for reporting and fixing it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
xml valid and make xml parser failed to parse it. They appear for example when you have more than one line in a text frame or if you have tabulation caracter. This hack is temporary, because the problem comes with scribus and perhaps will be corrected in the next scribus version. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18924 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace sumCatalogResultByWorklist (was O(distinct_criterion_value_count ** 2)) with an O(SQL_result_line_count * worklists_count) implementation. Speed decrease is expected on "small" configurations (because of high SQL_result_line_count when not using SQL-cached worklists). Speed increase was measured when using SQL-cached worklists even with many worklists (40+). If speed decrease is too critical, it should be possible to keep both implementations and implement a short heuristic to choose between both. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18920 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18919 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18918 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18917 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* *_getResourceItemList script should return values only which user can access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18915 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Finish tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18914 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18912 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2008 17 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18911 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use getPhysicalPath. Although it might be slower that getUid, it's part of Zope low-level API and is available on any object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18905 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
* add suport for list fields * rename id to field_id to prevent overloading Base_viewFieldLibrary/my_multi_relation_field * use Base_getFieldParameterDict to guess some field values (similar to my_relation_field) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18904 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Enable failing tests for now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2008 5 commits
-
-
Yusei Tahara authored
* Show translated id in accounting transaction line listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update ListBox_asHTML and erp5.css for new listbox option(anchor mode). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-