- 11 Mar, 2009 21 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
translated_validation_state_title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25990 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not alias translation table to a hardcoded value: if one uses more than one related key involving translation table columns, they are all mapped to the same alias - so there is only one join happening. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a new option to display all the occurences of the word (if the word is three times in a file, display 3 lines) This behavior is enable by default but can be disable by passing parameter first_occurence=1 to the external method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove confirmed state from the search git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
person name in the workflow history git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25984 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25982 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
value to false, by default we show all bank accounts (we may want to make reports on old invalidated accounts). - only consider bank accounts inside organisations, bank account inside a person is considered as a personal bank account, even if the person is member of the same group. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Modify SimpleQuery API to deprecate "operator" parameter in favor of "comparison_operator". Preserve backward compatibility. Update all callers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
* proxifying git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25975 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*proxifying git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25974 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a special case for SearchableText: when there are mustiple MATCH subqueries, sum up all scores. This used to fail and should be the most sensible default behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25971 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25970 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
getQuery was removed long ago, and callers have never been updated. As they are present only in error paths, they went unnoticed until now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25968 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25967 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2009 19 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25966 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* In listmode it is now posible to copy/paste/cut/delete/find/filter/show_all/sort or add new element. * In document view it is possible to clone or add new one * In document view the current tab is highlighted. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25964 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- fix some casse problems - improve AsODT files to be able to displays more lines in one page git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add more translations for payroll git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25960 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- added configurable views for Simulation Tool, Simulation Movement and Applied Rule, moved from erp5_forge_experimental - updated changelog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25956 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25955 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25949 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Instead of computing SearchText representation from internal comparison operator representation, use a dict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use explicitly logical_operator API on ComplexQuery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix SearchText parsing: it was not passing desired logical_operator to buildQuery, causing AND to becore OR (only for logical operator syntax tree node directly containing leaf nodes). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make SearchText/SearchTextParser.py executable: it can be used as a stand-alone script to check if parsing is functional and debug it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Strenghten a bit SearchText detector: a word followed by a colon is not enough to qulify as a COLUMN token, tha word must also be in a set of valid column names. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-