- 03 Apr, 2007 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2007 27 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
TempDocumentConstructor now creates a new class at runtime. This was required to set permissions correctly in temporary objects.. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Add PeriodicityMixin class. Rename getNextAlarmDate method to getNextPeriodicalDate. Add some comments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* add a summary at the end. * calculate section_uid instead of passing section_category * don't create level=9 report section, it generates a menu with reportlab git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add no_mirror_section_uid_cache parameter in ERP5Accounting_getParams, to prevent caching mirror_section_uid and payment_uid. Use no_mirror_section_uid_cache in GL git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
don't show `total_price` column, similar information can be found in the running_total_price column. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13853 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13852 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13850 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13849 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
replace transaction_section_category by section_category replace transaction_simulation_state by simulation_state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a missing word in docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix big thread concurency mistake in ZMySQLDA/db.py: the object registerable to transaction manager was the one chared by all threads, preventing multiple threads from effectively registering to transaction manager. This caused MySQL deadlocks, since commits were never issued in all concurent threads but one. This patch creates a new intermediate object between DB and DA which just handles pooling - and factorising connection string parsing and server capabilities probing. Update DA so it uses the intermediate class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13846 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
TemplateTool_viewMultiInstallationDialog: place fields in 'center' group, because using 'left' group limit the width. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13844 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
property used to know if we have to recreate transactions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13841 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Apr, 2007 2 commits
-
-
Jean-Paul Smets authored
Collection of changes. Fixed naming of local role actions. Improved Image Module listbox to display thumbnails. Hardcoded a quickfix for advanced search. New revision. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13839 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2007 7 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
content_type_registry is now provided by business template, so we don't have to import it from file git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
Added an explanatory docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Mar, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
into account when using count/searchResult git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-