- 13 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 15 Jun, 2011 1 commit
-
-
Nikolay Kim authored
-
- 31 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 10 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 19 Jun, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 05 Jun, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 01 Apr, 2010 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 12 Jan, 2010 2 commits
-
-
Martin Aspeli authored
-
Martin Aspeli authored
-
- 08 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 02 Jan, 2009 1 commit
-
-
Tres Seaver authored
o Replaced imports from the 'Globals' module throughout the tree with imports from the actual modules; the 'Globals' module was always intended to be an area for shared data, rather than a "facade" for imports. o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py' for all previously imported symbols / modules. o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to 'AccessCoontrol/Permission.py', to avoid possible import cycle in third-party code. o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE constants from 'Globals' to 'OFS.ObjectManager'. o Removed 'stuffGlobals' hack in favor of the deferred / deprecation imports.
-
- 28 Apr, 2008 1 commit
-
-
Tres Seaver authored
-
- 24 Aug, 2006 3 commits
-
-
Stefan H. Holek authored
Moved 'alt' property from File to Image. Fixes http://www.zope.org/Collectors/Zope/1907
-
Stefan H. Holek authored
Moved 'alt' property from File to Image. Fixes http://www.zope.org/Collectors/Zope/1907
-
Stefan H. Holek authored
Fixes http://www.zope.org/Collectors/Zope/1907
-
- 28 Jun, 2006 4 commits
-
-
Rocky Burt authored
OFS Image: Image and File updated to use isinstance(data, str) and raises TypeError upon encountering unicode objects.
-
Rocky Burt authored
OFS Image: Image and File updated to use isinstance(data, str) and raises TypeError upon encountering unicode objects.
-
Rocky Burt authored
OFS Image: Image and File now both support simple unicode objects for data (they function the same as strings for data).
-
Rocky Burt authored
OFS Image: Image and File now both support simple unicode objects for data (they function the same as strings for data).
-
- 02 May, 2006 1 commit
-
-
Philipp von Weitershausen authored
and a corresponding Five trunk
-
- 07 Mar, 2006 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 16 Jan, 2006 1 commit
-
-
Tres Seaver authored
-
- 22 Dec, 2005 1 commit
-
-
Andreas Jung authored
-
- 13 Dec, 2005 1 commit
-
-
Andreas Jung authored
-
- 21 Nov, 2005 1 commit
-
-
Florent Guillaume authored
remove the use of __ac_permissions__, foo__roles__ and default__class_init__. A few corner cases can't be converted because of circular imports.
-
- 18 Nov, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 13 Oct, 2005 1 commit
-
-
Sidnei da Silva authored
- Forward port fix from 2.8 branch - OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a string. Changed to use RESPONSE.write() iterating through the Pdata chain, just like index_html().
-
- 12 Oct, 2005 1 commit
-
-
Sidnei da Silva authored
- OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a string. Changed to use RESPONSE.write() iterating through the Pdata chain, just like index_html().
-
- 04 Oct, 2005 2 commits
-
-
Tim Peters authored
Putative fix for Collector 1912. File._read_data(): This uses savepoints just to get oids assigned and to free memory, with no possibility of rollback. Therefore "optimistic" savepoints should be used: there's no reason here to insist that any data managers involved support rollback.
-
Tim Peters authored
File._read_data(): This uses savepoints just to get oids assigned and to free memory, with no possibility of rollback. Therefore "optimistic" savepoints should be used: there's no reason here to insist that any data managers involved support rollback.
-
- 12 Jul, 2005 1 commit
-
-
Christian Heimes authored
-
- 03 Jun, 2005 2 commits
-
-
http://www.zope.org/Collectors/Zope/1797Chris McDonough authored
Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager. (see also http://www.zope.org/Collectors/Zope/683).
-
http://www.zope.org/Collectors/Zope/1797Chris McDonough authored
Collector http://www.zope.org/Collectors/Zope/1797 : 304 responses require collaboration from http accelerated cache manager. (see also http://www.zope.org/Collectors/Zope/683).
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 28 Mar, 2005 1 commit
-
-
Tim Peters authored
Got rid of it in the Zope source. The remaining instances are in code stitched in from ZODB. Those will go away by magic when ZODB 3.4 gets stitched in.
-
- 27 Jan, 2005 1 commit
-
-
Stefan H. Holek authored
-