An error occurred fetching the project authors.
- 03 Feb, 2008 2 commits
-
-
Vincent Pelletier authored
Use an ImmutableSet instead of a dict where value = key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19009 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2008 1 commit
-
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Dec, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2007 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18118 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2007 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Nov, 2007 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17924 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Nov, 2007 2 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
propagate params from call to asSQLExpression on Query git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2007 1 commit
-
-
Jérome Perrin authored
also used for sorting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2007 1 commit
-
-
Jérome Perrin authored
false. + remove a unused variable "dynamic_kw" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Nov, 2007 1 commit
-
-
Jean-Paul Smets authored
Removed per portal type filtering (yet keep compatibility with existing methods). Added a cache key so that filter expression results can be cached (ex. per portal_type). The general idea is that nearly nobody uses portal type filtering and that increasing the number of SQL methods tends to decrease performance. By caching expression results, the impact of additional SQL methods is less significant. In addition, code syntax has been improved here and there (spaces, tabs). Some comments were added. Hardcoded values removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2007 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2007 6 commits
-
-
Jérome Perrin authored
* remove an unused call to object.getPath() * only calculate object.getPortalType() if type_list is empty * store portal_catalog in a variable instead of doing the getattr inside the loop git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17115 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 2 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
-