An error occurred fetching the project authors.
- 23 Oct, 2007 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17114 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17112 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
if isMethodFiltered(method_name) returns true, it implies that filter_dict.has_key(method_name), not need to do the check twice git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17111 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17110 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Oct, 2007 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not use a volatile attribute to store uid buffer: if the volatile disapears, it causes a waste of uids. Update concerned test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2007 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Oct, 2007 1 commit
-
-
Jérome Perrin authored
This is required for portal_catalog.getObject to work properly. Without this patch, context.portal_catalog.getObject(uid) returns 'context' if 'uid' is not in the catalog. ( This is the reason for functional tests failures on listbox validation ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 1 commit
-
-
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
-
- 26 Sep, 2007 1 commit
-
-
Jérome Perrin authored
catalogObjectList is just calling _catalogObjectList, so psyco.bind _catalogObjectList instead of catalogObjectList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Sep, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2007 2 commits
-
-
Vincent Pelletier authored
Add inventory-related "is..." object properties so that they are available in python filtering expressions on catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Sep, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
make the security uid generation working with many nodes, use the id_tool in order to generate new ids, so it is possible to have multiple nodes generating new security uids by the same time without errors git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Sep, 2007 1 commit
-
-
Sebastien Robin authored
we check uid and path. So we do an sql request for many uids and paths. Also make code wich is compatible with old Data.fs. This change make catalogObjectList about 3% faster git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Aug, 2007 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15911 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
It's faster (O(1) instead of O(n)) to search a value in dict keys that in a list, so use dict when possible. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Aug, 2007 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Actualy this bogus-looking code is required to workaround a python weirdness when keyword arguments are used with unknown argument list... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Aug, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Aug, 2007 1 commit
-
-
Vincent Pelletier authored
Remove implicit join with catalog. You need to update Resource_zGetInventoryList and Resource_zGetMovementHistoryList from erp5_core. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2007 5 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make Query and ComplexQuery hashable, so that they can be used as dictionnary key. It is valid as long as nobody use direct access to properties - there is no setter defined - and that extra care is taken not modify variants members which are provided at construction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jul, 2007 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jun, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2007 2 commits
-
-
Jérome Perrin authored
is keyword). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Apr, 2007 1 commit
-
-
Yoshinori Okuji authored
Make sure that newUid returns a long value when it is not None. Make sure that uid is long in indexing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Apr, 2007 1 commit
-
-
Vincent Pelletier authored
Fix and add a test for the case where the date is an empty string - and therefore should be ignored in the final query. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-