- 11 Mar, 2008 17 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Make sure we can support flexible traversal (as in web sites). Use traverse rather than dict access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
- Source, Destination and Sections must be defined - Total Quantity must not be 0 - Start Date must be defined - Stop Date must be after Start Date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19788 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
* Base_checkConsistency: raise a list of Messages as exception argument, instead of only the first Message * Base_getWorkflowHistoryItemList, Base_workflowStatusModify: add ability to handle a list of message git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* hide Preference button on the workspace for annonymous users * add a login_form sript to override the existing one and permit to redirect on the appropriate page git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2008 9 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19780 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add two widgets to the user home page, one for his documents, and an other for his pending requests - align on the left the form instead of center it - change listbox page templates to be able to handle the listboxName_fieldName fields - change the place of the admin box action select because konqueror could not handle this position case : tab action weren't clicable. Now it's a little bit more ugly, but it works on konqueror 3.5.9, firefox 2.0.0.12 and opera 9.26 - change a little connection procedure, and add the track requests fields for logged users - add title on transition to have an history more confortable to read and translated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19777 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
keeping values if they are different. This is useful when you proxify a form to use a field library and want to delegate everything. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
using the first one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
instead of returning the list. * getCompactTitle: look for a "getCompactTitle" type based method, and return its value if found. * getCompactTranslatedTitle: same as getCompactTitle, but look for a "getTranslatedCompactTitle" type based method first. * getIntId: if int conversion does not work in base 10, try in base 16. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Mar, 2008 14 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* display Enabled flag on alarm list view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19765 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
getVariationRangeCategoryItemList. For compatibility, it still defaults to getCategoryChildLogicalPathItemList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
on Payroll Services git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
editable field is not found in the current form, look in the template field's form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Check that listbox for delete confirmation uses the same columns as the previous listbox, and a column to list the count of related objects git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-