- 13 Oct, 2006 20 commits
-
-
Sebastien Robin authored
* Added stop payment module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
Fixes and implementation improvements git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* make check before confirm transition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
comply with recent changes in ERP5Type/Base.py:_setProperty git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* added mutilated banknote git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
ERP5XhtmlStyle_getFormGroupTitleAndId: compute all group titles & derivatives in one call and cache the whole result. developper_shortcut_render: Tests of developper mode is not done in the macros any more, they must be done by the callers. Variable containing a reference to this page template must not be named "template" any longer, but developper_shortcut_render. A new variable is expected when translator mode macro is called, field_description - with a safe fallback if none is provided. "field" macro is splitted in 2 parts, "field_developper" ad "field_translator". configure_list_dialog, sort_list_dialog, quad_form_view, form_render, form_dialog: Adapt to changes in developper mode macros. form_render, form_dialog: Remove useless variables. Adapt to changes in ERP5XhtmlStyle_getFormGroupTitleAndId. Factorise page template gathering in the loop for "field_render". form_dialog: Remove "clear" tag which is useless since commit #10683. field_render: Adapt to changes in ERP5XhtmlStyle_getFormGroupTitleAndId. Factorise field attribute gathering. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove static attribute defined in tal:attributes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Factorise page template gathering for "global_definition". Merge unnecesary nesting levels. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Test if developper mode is enabled before calling its macros. Remove accidental double translate of module title. Use % operator. Add translations for action titles. Move getDocumentTemplateList call closer to the code which uses it just to make it easier to locally disable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Inline the use of ERP5XhtmlStyle_renderLink since the call itself costs more in time than the processing itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add some variables which will be used in a future commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix visual glitch which caused the right group being displayed below the left group, and then moved by js to the right place. Now the only visible thing is the touching borders being removed and the boxes height being balanced. Remove conditional "clear" tag since it's possible to get the same behaviour in pure css. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix visual glitch which caused the right group being displayed below the left group, and then moved by js to the right place. Now the only visible thing is the touching borders being removed and the boxes height being balanced. Remove conditional "clear" tag since it's possible to get the same behaviour in pure css. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 12 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
-