- 13 Oct, 2006 1 commit
-
-
Vincent Pelletier authored
Remove variable names from explicit propagation, because they must be generated explicitely in the page templates which require them. Further cleanup is still required for some of the remaining names. Add explicit rendering of variables whose name were removed from filter script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2006 8 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
* if searchstring is empty and there is no 'mine' param we return empty list (not everything) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
tests that adding a line keeps the transaction view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2006 29 commits
-
-
Jérome Perrin authored
make listbox titles consistent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Stefan Friese authored
* alt-text was displayed instead of spacer.png / Left.png git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Fix jump from Sale Invoice that was still using the reverse category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
[pers.setStartDate(pers.birthday) for pers in context.person_module.objectValues() if getattr(pers, 'birthday', None) is not None] and [org.setStartDate(pers.creation_date) for org in context.organisation_module.objectValues() if getattr(org, 'creation_date', None) is not None] to update existing documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
When invoices are assigned, call updateLocalRolesOnSecurityGroups on all related invoices and reindex them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
function) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
sheet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
instead of creating empty dicts and updating them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
as read-only. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
not an ERP5TypeInformation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Oct, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Improve allowedContentType docstring - pointing out a drawback of this method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-