- 05 May, 2009 18 commits
-
-
Fabien Morin authored
* update xml * remove some unused part from css (about pageNavigation) and set the new style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
unify page navigation on all listboxes. Using page_navigation_render template (include in erp5_xhtml_style portal_skin). page_navigation_render is composed by two part, one for gadget_mode (because we use AJAX) on the other part for all other listboxes. To make page navigation working in gadget mode, I had to remove list_start input from tempates. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Drop erp5_dms_mysql_innodb_catalog as the only used scriptable key was moved to erp5_mysql_innodb_catalog and nothing depends on this BT anymore. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Drop scriptable key definitions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Update this script to adapt to the form of SearchText input by user. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make AdvancedSearchTextParser behaviour relative to unknown column names coherent with AdvancedSearchtextDetector's behaviour. Update embeded test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Unset self.isColumn value before returning: it is a method bound to a persistent object, so it might do bad things. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 May, 2009 13 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Use sender and recipient if no source / destination specified through relations (ie. pure mail reader behaviour) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use onkeypress event instead of onkeyup for AJAX call, otherwise both AJAX call and form submit will be invoked. * but still use onkeyup event for non-AJAX field because firefox will sent 'only typed characters' even when a user select an element from the form history. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Export isAdvancedSearchText method on SQLCatalog instance. Document SQLCatalog.isAdvancedSearchText in IQueryCatalog interface. Add a test for new SQLCatalog.isAdvancedSearchText method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* _set.* accessors to reindex the object * set.* category accessors to reindex the object several times * Remove old/unused code in ERP5Type/Accessor * Some optimisations in ERP5Type.Accessor.List git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26779 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update copyrights and set encoding on files git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26774 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26773 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
all widgets should be located in erp5_web_multiflex5_demo_layout, and we can just use proxy field to them as they are in erp5_web_multiflex5_layout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 May, 2009 1 commit
-
-
Łukasz Nowak authored
- add test for case, when ratio on split packing list gives errors - suffixed sequence strings with SEQUENCE_STRING - use UPPERCASE for some constants git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26770 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 May, 2009 4 commits
-
-
Yusei Tahara authored
Make sure that entered password is not empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26769 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Add permission check in _setPassword in order to protect changing password without security check through edit method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix broken Item_view form. Don't forget to commit form itself when you add a new field. Partial commit break business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix some mistakes on previous field library conversion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26766 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2009 4 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26764 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
the same page navigation on all listbox styles. Make it working with gadgets fix name and title on some buttons force to table style in table page template force to search style in search page template git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-