- 29 Aug, 2007 26 commits
-
-
Vincent Pelletier authored
It's faster (O(1) instead of O(n)) to search a value in dict keys that in a list, so use dict when possible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
* Remove Career view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
* Remove Profile and Career view for Persons. Remove Person view for Organisations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15905 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
version identifier) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15904 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
* Remove Career and Profile view for Persons. Remove Person view for Organisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15902 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
* Global reorganisation of all the Person and Organisation view forms (moving fields, reducing the number of views, using proxy fields, introduction of translated_id) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
fix check in wf transition for mutilated banknote git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't encode text/plain in base64, so that MUA can display it inline git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- wrong method call inside AccountingCancellation_init git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Implement a getTranslatedId method to display translation of meaningfull IDs like "default_address" or "default_career". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This is only a problem if for instance you have a person with id "default_address". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
* Remove source_project from Sale Invoice Transaction base categories, as erp5_project is not dependant from erp5_accounting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Added Frozen Blocs Configuration. The Planning Box was partially refactored in some parts by me (and also Romain) these lasts months, this commit was the initial ones. The tests and documentation update will come soon. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
- Improved collision and performance. - Updated to new version git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Added Date Zoom feature at Planning Box. The Planning Box was partially refactored in some parts by me (and also Romain) these lasts months, this commit was the initial one. The tests and documentation update will come soon. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2007 14 commits
-
-
Jérome Perrin authored
add test asURL Method on email git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make _generateSQLKeywordDictFromKeywordDict more usable: provide default values and avoid poluting parameters with internal processing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Move related key name generation from _generateKeywordDict to _generateSQLKeywordDictFromKeywordDict. This removes the need of the "table" parameter in the first method, so remove it aswell, and update caller. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Move simulation, omition, reserved simulation and reserved omition query generation from _generateKeywordDict to _generateSQLKeywordDictFromKeywordDict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-