An error occurred fetching the project authors.
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Sep, 2009 1 commit
-
-
Jérome Perrin authored
as default value, restore previous behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2009 5 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Simplification: set default to 0 if not set, which removes the need for Dummy class instance, and factorises 2 branches of a test. Micro optimisation: fetch the persistent mapping only from self only once (prevents instanciating 2 acquisition wrappers out of 3). Improve coding style (space around operators). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
It is pointless to instantiate a lock as a local value, as function local values are local to any given call, hence local to a thread. Moreover, there is no need to lock access to a persistent object, as its access is protected by ACID. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2008 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use random.getrandbits for IdTool.generateNewLongId, the previous implementation was not compatible with zope >= 2.8 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
Add a method on IdTool to dump all ids from table and store them in ZODB (persistent mapping on portal_ids). Call that method before clearing catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2008 2 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Apr, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2007 1 commit
-
-
Vincent Pelletier authored
Move all code relative to dict_length_ids in a code which access is controled by "store" value. This prevents portal_ids' persistent object modifications when "store" is false. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2007 1 commit
-
-
Mame Coumba Sall authored
generateNewId would not work the first time it is called git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17267 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2007 1 commit
-
-
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
-
- 11 Apr, 2007 2 commits
-
-
Vincent Pelletier authored
Revert my previous change, thish code does not have to handle the case where the table has been recreated: a line must be inserted automaticaly at table creation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix a problem of duplicate Id generation when the SQL table gets flushed (happens during a clear catalog). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Mar, 2007 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Modify generateNewLengthId to call generateNewLengthIdList. generateNewLengthIdList contains code which belonged to generateNewLengthId with more comments and safe fallbacks in case of problem (which means that this function now raises when its requirements are not met). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2006 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Nov, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2006 1 commit
-
-
Vincent Pelletier authored
Cleanup docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2006 1 commit
-
-
Vincent Pelletier authored
generateNewLongId generates human-unfriendly ids based on zope transaction Ids. generateNewLengthId generates human-friendly always increasing ids, with potential gaps between ids. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jul, 2006 3 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2006 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Respect indentation width. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-