- 06 May, 2009 17 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* add the following condition : <tal:block tal:condition="python: here.total_pages > 1"> to not display the page navigation if there is only one page. This permit to increase performances in case there only one page. * change all the indentation due to this new condition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update test to current implementation - without delivering of trade model rule related simulation movements - there is no need to affect default invoice builders from test - as there are no invoice lines for trade model rule related movements use getAggregatedAmountList to obtain values for testing - as there are no invoice lines for trade model rule related movements do not check them - update test name to its implementation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
When doing multiple FullText lookups in the same SearchText expression, merge all lookups into just one SQL fulltext match (per expression block). Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update obsoleted comment on BT git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use First Causality Movement Group instead of Causality Movement Group to have global builder supporting proper grouping of parent's orphaned movements git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- allow to use First Causality Movement Group in Delivery Builder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- movement group to find first causality in simulation tree starting from parent movement with checking upon updating existing delivery git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove some unused variable declaration. Declare variable used only gadget mode only in gadget case. This should make the page displaying a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 May, 2009 23 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* remove one call of navigation_page_render in ListBox_asTableStyleHTML because it was twice * use span makup instead of img in the navigation_page_render template (in gadget_mode part). This permit to change images using css * add css selectors because of the changes in the navigation_page_render * translate titles of buttons in gadget mode git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Instead of adding this in the page template, it could be better to handle this convertion directly in the field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-