- 01 Oct, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
know which method to called, this is faster than plugin method as there is only two method call instead of tree git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Sep, 2007 8 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Encode keys before trying to access the memcache tool. This encoding is just a temporary version. It is not bijective. A fully bijective encoding is required. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added a test to make sure that default values passed as argument are not taken into account if category is defined. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Define manage_renameObject in ERP5Site. Note that this implementation is good enough for the unit test, but far from perfect. The future implementation must use activities very carefully to reduce the memory footprint. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2007 7 commits
-
-
Yoshinori Okuji authored
* Clean up the actions of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
I mistook that a piece of code was unnecessary, but actually it is required, because, in case where subtransactions are used, objects is independent of self._objects, but tpc_prepare may add more objects into self._objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Fix a serious mistake which led to committing the same object twice. Also, remove an unnecessary piece of code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 23 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add Web Message portal type for representing online forum posting or instant message (I forget to add actions.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16717 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add Web Message portal type for representing online forum posting or instant message. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
This test strongly depends on implementation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Always try to get section_uid from section_category by default. This is faster and prevent using Persons as section uids. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
- we should generate accounting movements after an invoice rule, but only after a invoice movement, and not cascade accounting movements - we should generate payment movements after a invoice rule in some cases too git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
This also prevent to save None as REQUEST's key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug which sometimes breaks field settings at initialisation and corrupts field edit form in ZMI. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
otherwise there is a chance that getCausalityState returns "expanded", even for a newly created - not yet expanded - movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
transactions for another section in multi currency accounting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Name field my_translated_portal_type directly, instead of naming it portal_type (which is likely to collide someday) and defining a TALES git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove AUTO_INCREMENT property on uid columns. Now uid generation do not rely anymore on this MySQL behaviour which has the bad effect of locking the whole catalog table (at least) when inserting/updating rows. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This is done to allow removing AUTOINCREMENT property of catalog's uid column, which causes table-level locks on innodb, which badly impairs indexation speed especialy when using multiple indexation nodes. If AUTOINCREMENT is kept on catalog, the system keeps working but the table-level lock will still be held (unless you use MySQL 2.1.22 or higher, which is not advised since at the moment it's a development branch). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make default value None. Previous code had a bad behaviour if the default value was a long (it should be valid, but isinstance(long, int) is obviously False, so default fell back to "1"). Anyway, if default is an invalid value, ZSQLMethod will complain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-