Zope Subversion Repository |
|
Zope: Products.CMFCore/trunk/Products/CMFCore/CatalogTool.py
No default branch
Revision 123136
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Oct 21 07:38:34 2011 UTC (3 months, 2 weeks ago) by yuppie
File length: 10962 byte(s)
Diff to previous 122834
- removed temporary hacks (obsolete with ZCatalog >= 2.13.21)
Revision 122834
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Sep 19 08:59:22 2011 UTC (4 months, 3 weeks ago) by yuppie
File length: 11948 byte(s)
Diff to previous 122828
- give catalog brains the acquisition context they expect (I'm not happy with this hack, but at least it seems to work)
Revision 122828
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Sep 17 08:36:47 2011 UTC (4 months, 3 weeks ago) by yuppie
File length: 11380 byte(s)
Diff to previous 122826
- fixed searchResults (the getURL method of brains expects self.REQUEST is available)
Revision 122826
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Sep 16 13:45:42 2011 UTC (4 months, 3 weeks ago) by yuppie
File length: 11090 byte(s)
Diff to previous 122820
- allow to use CatalogTool as tool for now (as utility it still has some unresolved issues)
Revision 122820
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Sep 16 12:18:39 2011 UTC (4 months, 3 weeks ago) by yuppie
File length: 11072 byte(s)
Diff to previous 120412
- converted three more tools
Revision 120412
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Feb 17 12:57:23 2011 UTC (11 months, 3 weeks ago) by yuppie
File length: 10938 byte(s)
Diff to previous 110418
- call getSecurityManager().getUser() directly
Revision 110418
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 1 17:10:54 2010 UTC (22 months, 1 week ago) by tseaver
File length: 10998 byte(s)
Diff to previous 98305
Conform to repository policies.
Revision 98305
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 23 10:18:07 2009 UTC (2 years, 10 months ago) by miwa
File length: 11020 byte(s)
Diff to previous 94487
merging catalog adapterization into the HEAD
Revision 94487
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Jan 3 16:27:40 2009 UTC (3 years, 1 month ago) by yuppie
File length: 10394 byte(s)
Diff to previous 94384
- import cleanup
Revision 94384
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Dec 27 20:52:41 2008 UTC (3 years, 1 month ago) by tseaver
File length: 10419 byte(s)
Diff to previous 91486
Cleaned up / normalized imports:
o Don't import from Globals; instead, use real locations.
o Make other imports use the actual source module, rather than an
intermediate (e.g., prefer importing 'ClassSecurityInfo' from
'AccessControl.SecurityInfo' rather than from 'AccessControl').
o Avoid relative imports, which will break in later versions of Python.
Revision 91486
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Sep 25 20:30:28 2008 UTC (3 years, 4 months ago) by jens
File length: 10133 byte(s)
Diff to previous 81785
- CatalogTool: If proxy roles are set on a script that uses the catalog
and those proxy roles have been unset using the ZMI, which results
in an empty tuple as proxy roles, then the catalog would not correctly
determine what the current user is allowed to see.
(https://bugs.launchpad.net/zope-cmf/+bug/161729)
Revision 81785
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Nov 12 19:29:28 2007 UTC (4 years, 2 months ago) by yuppie
File length: 10145 byte(s)
Diff to previous 76897
copy latest CMFCore version
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 76897
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Jun 21 12:59:18 2007 UTC (4 years, 7 months ago) by yuppie
File length: 10145 byte(s)
Diff to previous 73215
- reverted part of the tools-as-utilities changes:
portal_actions, portal_catalog, content_type_registry, cookie_authentication, portal_skins, portal_types, portal_url, portal_workflow and portal_uidhandler depend currently on self.REQUEST which is not available in utilities.
- added XXX comments to methods that need to be adjusted first
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 73215
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Mar 16 08:55:04 2007 UTC (4 years, 10 months ago) by yuppie
File length: 10181 byte(s)
Diff to previous 73035
- removed z2 interfaces
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 73035
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Mar 7 16:41:03 2007 UTC (4 years, 11 months ago) by jens
File length: 10520 byte(s)
Diff to previous 69962
- merging the jens_tools_as_utilities branch
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 69962
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Sep 4 21:18:41 2006 UTC (5 years, 5 months ago) by tseaver
File length: 10373 byte(s)
Diff to previous 69318
Forward-port fix for #380 from 2.0 branch.
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 69318
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Jul 31 16:56:49 2006 UTC (5 years, 6 months ago) by shh
File length: 10031 byte(s)
Diff to previous 66326
CMFCore.CatalogTool: Added 'cmf_uid' method to IndexableObjectWrapper
so that CMFUid UIDs are not acquired during indexing.
(http://www.zope.org/Collectors/CMF/446)
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 66326
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Apr 2 21:14:03 2006 UTC (5 years, 10 months ago) by yuppie
File length: 9644 byte(s)
Diff to previous 39562
- fixed IndexableObjectWrapper's __providedBy__ to allow the use of adapters
- added some basic IndexableObjectWrapper tests
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 39562
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Oct 23 09:46:52 2005 UTC (6 years, 3 months ago) by yuppie
File length: 8798 byte(s)
Diff to previous 38590
merged changes from yuppie-setup_cleanup branch:
- removed old install scripts
- removed PortalGenerator, manage_addCMFSite and factory_type_information data
- utils.ContentInit now ignores the 'fti' argument
- removed obsolete TypesTool.listDefaultTypeInformation method
- TypesTool.manage_addTypeInformation now ignores the 'typeinfo_name' argument
- updated DEPENDENCIES.txt (CMFDefault no longer depends on CMFTopic!)
- removed enumerateIndexes, enumerateLexicons, enumerateColumns and _initIndexes from CatalogTool
- fixed unit tests
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 38590
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Sep 24 15:24:32 2005 UTC (6 years, 4 months ago) by yuppie
File length: 12428 byte(s)
Diff to previous 38447
merged goldegg-phase-1 branch back to trunk:
- landing GenericSetup
- switching to z3 interfaces, deprecating the old ones
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 38447
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Sep 12 12:01:47 2005 UTC (6 years, 4 months ago) by yuppie
File length: 12230 byte(s)
Diff to previous 38337
some cleanup:
- removed '_actions' from tools: '_actions' is inherited from ActionProviderBase
- import cleanup
- whitespace cleanup
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 38337
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Sep 7 08:44:38 2005 UTC (6 years, 5 months ago) by yuppie
File length: 12290 byte(s)
Diff to previous 38290
- removed support for Zope 2.8.0
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 38290
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Sep 3 13:40:57 2005 UTC (6 years, 5 months ago) by yuppie
File length: 14609 byte(s)
Diff to previous 37630
- added missing 'pghandler' argument (http://www.zope.org/Collectors/CMF/379)
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 37630
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Aug 1 18:44:41 2005 UTC (6 years, 6 months ago) by efge
File length: 14532 byte(s)
Diff to previous 37165
Merge from 37626 on 1.5 branch:
Refactored reindexObjectSecurity a bit. It now always reindexes the
catalog objects without changing their catalog uid. This is useful for
third-party code that indexes objects with special uids.
Filename: CMF/trunk/CMFCore/CatalogTool.py
Revision 37165
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Jul 17 10:04:16 2005 UTC (6 years, 6 months ago) by jens
File length: 14259 byte(s)
Diff to previous 37125
Migration reorg
Filename: trunk/CMFCore/CatalogTool.py
Revision 37125
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Jul 7 18:14:50 2005 UTC (6 years, 7 months ago) by yuppie
File length: 14259 byte(s)
Diff to previous 37123
added latest manage_convertIndexes from Zope-2_8-branch to override the broken one from Zope 2.8.0
Filename: trunk/CMFCore/CatalogTool.py
Revision 37123
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Jul 7 17:24:57 2005 UTC (6 years, 7 months ago) by yuppie
File length: 11897 byte(s)
Diff to previous 36979
removed obsolete Vocabulary (this did belong to the no longer used TextIndex)
Filename: trunk/CMFCore/CatalogTool.py
Revision 36979
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Apr 24 23:50:04 2005 UTC (6 years, 9 months ago) by tseaver
File length: 12227 byte(s)
Diff to previous 36915
- Forward port fix for collector #345.
Filename: trunk/CMFCore/CatalogTool.py
Revision 36915
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Apr 11 10:43:44 2005 UTC (6 years, 10 months ago) by yuppie
File length: 12224 byte(s)
Diff to previous 36911
simplified code a bit
Filename: trunk/CMFCore/CatalogTool.py
Revision 36911
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 7 16:38:47 2005 UTC (6 years, 10 months ago) by yuppie
File length: 12274 byte(s)
Diff to previous 36861
- get rid of 'not not' and types module
- import and whitespace cleanup
Filename: trunk/CMFCore/CatalogTool.py
Revision 36861
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Mar 25 17:17:26 2005 UTC (6 years, 10 months ago) by efge
File length: 12323 byte(s)
Diff to previous 36805
whitespace+typo
Filename: trunk/CMFCore/CatalogTool.py
Revision 36805
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Mar 13 20:40:30 2005 UTC (6 years, 11 months ago) by jens
File length: 12350 byte(s)
Diff to previous 36667
- CatalogTool: All default FieldIndex instances used for indexing
DateTime values are now created as DateIndex instances instead. All
default TextIndex instances are now created as ZCTextIndex instances.
(CMF collector issues http://www.zope.org/Collectors/CMF/191 and
http://www.zope.org/Collectors/CMF/302)
Filename: trunk/CMFCore/CatalogTool.py
Revision 36667
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Nov 18 15:54:16 2004 UTC (7 years, 2 months ago) by efge
File length: 10850 byte(s)
Diff to previous 36663
Better compatibility with existing range syntax implementation.
Filename: trunk/CMFCore/CatalogTool.py
Revision 36663
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Nov 16 22:06:50 2004 UTC (7 years, 2 months ago) by efge
File length: 10839 byte(s)
Diff to previous 36547
Collector #120: Take into account query restrictions on 'effective' or
'expires' attributes during a search.
Filename: trunk/CMFCore/CatalogTool.py
Revision 36547
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Sep 14 19:02:22 2004 UTC (7 years, 4 months ago) by yuppie
File length: 8918 byte(s)
Diff to previous 36457
Merged yuppie-post_1_5-cleanup-branch:
- removed a lot of deprecated code
- made CMFCollector work with CMF 1.4 *and* HEAD
Filename: trunk/CMFCore/CatalogTool.py
Revision 36457
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Aug 12 15:07:44 2004 UTC (7 years, 6 months ago) by jens
File length: 9241 byte(s)
Diff to previous 36418
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1
Filename: trunk/CMFCore/CatalogTool.py
Revision 36418
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Aug 6 20:53:57 2004 UTC (7 years, 6 months ago) by gregweb
File length: 9240 byte(s)
Diff to previous 36089
- added 'unrestrictedSearchResults' with a big CAUTION in the method doc string
Filename: trunk/CMFCore/CatalogTool.py
Revision 36089
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 29 16:13:23 2004 UTC (7 years, 9 months ago) by tseaver
File length: 8579 byte(s)
Diff to previous 36082
- Merge tseaver-permissiongeddon-branch.
Filename: trunk/CMFCore/CatalogTool.py
Revision 36082
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Apr 26 12:34:11 2004 UTC (7 years, 9 months ago) by yuppie
File length: 8600 byte(s)
Diff to previous 36067
- removed pre Zope 2.6.4 compatibility code
- some whitespace cleanup
Filename: trunk/CMFCore/CatalogTool.py
Revision 36067
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 15 13:04:19 2004 UTC (7 years, 9 months ago) by yuppie
File length: 8773 byte(s)
Diff to previous 35980
- marked 'meta_type' index as deprecated
Filename: trunk/CMFCore/CatalogTool.py
Revision 35980
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Feb 4 12:04:53 2004 UTC (8 years ago) by yuppie
File length: 8703 byte(s)
Diff to previous 35903
hope it's save to remove 'id' now
Filename: trunk/CMFCore/CatalogTool.py
Revision 35903
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Dec 23 21:47:26 2003 UTC (8 years, 1 month ago) by yuppie
File length: 8877 byte(s)
Diff to previous 35881
Merged yuppie-collector025-branch:
- Creator element no longer depends on Ownership. (Collector #25)
- TypeInfo's _finishConstruction() now calls reindexObject().
- Removed WorkflowMethod wrapper of Document.setFormat().
Filename: trunk/CMFCore/CatalogTool.py
Revision 35881
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Dec 7 20:27:29 2003 UTC (8 years, 2 months ago) by yuppie
File length: 8657 byte(s)
Diff to previous 35880
Oops! Fixed backwards compatibility.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35880
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Dec 7 17:31:22 2003 UTC (8 years, 2 months ago) by yuppie
File length: 8627 byte(s)
Diff to previous 35867
- updated CatalogTool interface (Collector #206)
- reindexObjectSecurity() now uses update_metadata=0
Filename: trunk/CMFCore/CatalogTool.py
Revision 35867
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Nov 28 14:52:02 2003 UTC (8 years, 2 months ago) by yuppie
File length: 8326 byte(s)
Diff to previous 35810
some code modernization:
- death to string module
- death to apply
- import and whitespace cleanup
Filename: trunk/CMFCore/CatalogTool.py
Revision 35810
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Sep 25 10:29:59 2003 UTC (8 years, 4 months ago) by yuppie
File length: 8460 byte(s)
Diff to previous 35775
cleanup:
- removed pre 'Zope 2.4.3 with PageTemplates' backwards compatibility cruft
- replaced apply by direct calls
Filename: trunk/CMFCore/CatalogTool.py
Revision 35775
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Sep 1 15:18:36 2003 UTC (8 years, 5 months ago) by yuppie
File length: 9226 byte(s)
Diff to previous 35647
Permissions cleanup
Filename: trunk/CMFCore/CatalogTool.py
Revision 35647
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Apr 28 16:45:11 2003 UTC (8 years, 9 months ago) by tseaver
File length: 9192 byte(s)
Diff to previous 35637
- Revert change which added executable owner to allowedRolesAndUsers.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35637
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 24 21:18:02 2003 UTC (8 years, 9 months ago) by sidnei
File length: 9371 byte(s)
Diff to previous 35555
Owners were not being added to allowedRolesAndUsers
Filename: trunk/CMFCore/CatalogTool.py
Revision 35555
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 10 09:55:57 2003 UTC (8 years, 11 months ago) by yuppie
File length: 9193 byte(s)
Diff to previous 35510
Cleanup:
- Removed misleading comment. This is not a backwards compatibility issue. Using uncatalog_object in reindexing methods is deprecated.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35510
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Feb 13 07:46:21 2003 UTC (8 years, 11 months ago) by yuppie
File length: 9346 byte(s)
Diff to previous 35497
Merged yuppie-collector123-branch:
- Changed _actions' making them tuples. (Collector #123)
Filename: trunk/CMFCore/CatalogTool.py
Revision 35497
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Feb 4 22:07:14 2003 UTC (9 years ago) by yuppie
File length: 9351 byte(s)
Diff to previous 35461
Merged yuppie-buglets1-branch:
- Fixed buglets. (Collector #94 and #95)
- Removed string functions and useless imports.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35461
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Jan 6 20:43:50 2003 UTC (9 years, 1 month ago) by yuppie
File length: 9384 byte(s)
Diff to previous 35378
Merged yuppie-collector096-branch:
- Cleaned up Interfaces and API Help. (Collector #96)
- Removed deprecated 'register' module and interface.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35378
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Oct 17 19:38:37 2002 UTC (9 years, 3 months ago) by chrism
File length: 9315 byte(s)
Diff to previous 35301
- Multimodule checkin to convert calls from user.getUserName() to
user.getId() where appropriate. User names should not be used
as immutable references, while user ids should. The distinction
is not clearly enforcd in the stock user folder or any current user
folder implementations, but newer user folder implementations
will rely upon it.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35301
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Aug 14 15:16:12 2002 UTC (9 years, 5 months ago) by andrew
File length: 9321 byte(s)
Diff to previous 35244
*added Metadata colums for id and getId
*added Index for getId
*use of id in the catalog is depricated and may go away, use getId
Filename: trunk/CMFCore/CatalogTool.py
Revision 35244
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Aug 4 02:31:32 2002 UTC (9 years, 6 months ago) by efge
File length: 9119 byte(s)
Diff to previous 35208
Pure stylistic and code formatting changes:
- Cleanup CMFCorePermissions imports.
- Always put security.declareProtected and friends on a single line
and just in front of the definition they're protecting, so that
automated coherency checking can be done using simple tools like
grep.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35208
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Jul 31 20:17:22 2002 UTC (9 years, 6 months ago) by efge
File length: 9124 byte(s)
Diff to previous 35200
Revert last change: [] is the default marker used by ZCatalog.Catalog.Catalog
to denote all the indexes.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35200
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Jul 31 13:33:01 2002 UTC (9 years, 6 months ago) by shane
File length: 9118 byte(s)
Diff to previous 35132
Avoided mutable default arguments. (They are a source of potential bugs.)
Filename: trunk/CMFCore/CatalogTool.py
Revision 35132
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Jul 22 00:01:56 2002 UTC (9 years, 6 months ago) by tseaver
File length: 9124 byte(s)
Diff to previous 35086
- Merge 'utils' fixes (including 'scrubHTML' integration) from 1.3 branch.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35086
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jul 12 23:46:45 2002 UTC (9 years, 7 months ago) by efge
File length: 9152 byte(s)
Diff to previous 35023
Modified CatalogTool.reindexObject to filter out invalid indexes.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35023
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Jul 4 09:39:27 2002 UTC (9 years, 7 months ago) by efge
File length: 8971 byte(s)
Diff to previous 35017
Added 'portal_type' to the standard indexes and metadata. This will be
needed when we clean up the Type() mess, so better put it early.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35017
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Jul 3 19:57:33 2002 UTC (9 years, 7 months ago) by efge
File length: 8893 byte(s)
Diff to previous 35000
Made the security-related indexes of the portal catalog be updated for
all impacted objects whenever local roles are changed (Tracker #494).
This feature makes use of the 'path' index.
(XXX Tests should be written for those... I'm not familiar enough with
security-related tests to do that.)
Made 'path' (PathIndex) a standard index inside CMF. When upgrading from
earlier versions this index will have to be created by hand.
Noted this upgrade requirement in the INSTALL.txt file.
Filename: trunk/CMFCore/CatalogTool.py
Revision 35000
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Jul 1 15:09:31 2002 UTC (9 years, 7 months ago) by efge
File length: 8854 byte(s)
Diff to previous 34997
Added an optional idxs argument to reindexObject to ask it to only
update specific indexes. This will be helpful to only reindex
allowedRolesAndUsers when local roles change.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34997
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Jun 30 22:29:33 2002 UTC (9 years, 7 months ago) by tseaver
File length: 8725 byte(s)
Diff to previous 34977
- Make CMF's catalog independent of any indexes or metadata created by
default on the catalog. This change allows the same code to run
under both Zope 2.5 and Zope 2.6 (2.6 catalogs do not create any
indexes or schema by default).
Filename: trunk/CMFCore/CatalogTool.py
Revision 34977
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sat Jun 29 01:14:26 2002 UTC (9 years, 7 months ago) by efge
File length: 8579 byte(s)
Diff to previous 34939
Fixed CatalogTool to create a meta_type index; this is needed now that
ZCatalog doesn't create any default indexes when instantiated.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34939
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jun 14 13:56:55 2002 UTC (9 years, 7 months ago) by caseman
File length: 8534 byte(s)
Diff to previous 34894
Now creates a Vocabulary for itself if ZCatalog doesn't
Filename: trunk/CMFCore/CatalogTool.py
Revision 34894
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed May 8 13:45:12 2002 UTC (9 years, 9 months ago) by tseaver
File length: 8184 byte(s)
Diff to previous 34891
- Undo brain-dead accidental commit.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34891
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed May 8 13:39:00 2002 UTC (9 years, 9 months ago) by tseaver
File length: 8190 byte(s)
Diff to previous 34589
- Ensure that test file doesn't get mangled on Windows.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34589
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jan 4 19:50:05 2002 UTC (10 years, 1 month ago) by andrew
File length: 8184 byte(s)
Diff to previous 34453
*Merging andrew_ttw_actions-branch into the head
*Adds TTW configuration of Action Providers
*Allows tools to have actions managed TTW
*Added unittests for ActionTool, ActionInformation, and
Expression
*Added TTW action management to all stock CMF tools
*Added Expression module for allowing actions and conditions of
actions to be TALES.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34453
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Nov 29 22:09:19 2001 UTC (10 years, 2 months ago) by jens
File length: 7716 byte(s)
Diff to previous 34443
The code to generate the expires and effective headers for catalog queries
was broken
Filename: trunk/CMFCore/CatalogTool.py
Revision 34443
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Nov 28 19:06:27 2001 UTC (10 years, 2 months ago) by jens
File length: 7392 byte(s)
Diff to previous 34343
Big cleanup::
- replaced ZPLs with ZPL version 2.0
- added the LICENSE.txt for ZPL version 2.0
- added ZPL where it was missing (PTK Tracker issue 341)
- added CVS version string and module docstring where missing (PTK Tracker issue 341)
Filename: trunk/CMFCore/CatalogTool.py
Revision 34343
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Nov 21 19:40:52 2001 UTC (10 years, 2 months ago) by tseaver
File length: 10558 byte(s)
Diff to previous 34324
- Cleanup computation of roles, effective range.
Filename: trunk/CMFCore/CatalogTool.py
Revision 34324
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Nov 15 03:56:23 2001 UTC (10 years, 2 months ago) by tseaver
File length: 10689 byte(s)
Diff to previous 33998
- Updated CMFCore.CatalogTool to allow new, optional 'idxs'
argument to 'catalog_object' (tracker #405).
- Restored dots to 2.4 version of the runner in 'all_cmf_tests.py'.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33998
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Oct 8 21:36:41 2001 UTC (10 years, 4 months ago) by klm
File length: 10674 byte(s)
Diff to previous 33979
.enumerateColumns(): "ModifiedDate" => "ModificationDate" (looks like
"ModifiedDate" was a typo in the first place, there are no other
references to such a metadata field in the CMF sources...)
Filename: trunk/CMFCore/CatalogTool.py
Revision 33979
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Oct 2 14:40:52 2001 UTC (10 years, 4 months ago) by tseaver
File length: 10670 byte(s)
Diff to previous 33711
- Remove silly dependency on REQUEST (catalog already does the
Right Thing (tm) when none available).
Filename: trunk/CMFCore/CatalogTool.py
Revision 33711
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Jun 6 01:32:21 2001 UTC (10 years, 8 months ago) by tseaver
File length: 10736 byte(s)
Diff to previous 33692
- Factor out index and column lists, to ease customization (Tracker #289)
Filename: trunk/CMFCore/CatalogTool.py
Revision 33692
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Jun 5 13:07:56 2001 UTC (10 years, 8 months ago) by tseaver
File length: 10125 byte(s)
Diff to previous 33660
- Index 'Type'.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33660
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jun 1 16:50:54 2001 UTC (10 years, 8 months ago) by shane
File length: 10114 byte(s)
Diff to previous 33552
Zope 2.4.0a2 compatibility.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33552
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri May 11 03:41:43 2001 UTC (10 years, 9 months ago) by tseaver
File length: 10072 byte(s)
Diff to previous 33529
- Add "Overview" ZMI tab to all tools (explanations still need fleshing
out).
Filename: trunk/CMFCore/CatalogTool.py
Revision 33529
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Apr 24 14:12:13 2001 UTC (10 years, 9 months ago) by shane
File length: 9642 byte(s)
Diff to previous 33517
Various minor changes to improve startup time
Filename: trunk/CMFCore/CatalogTool.py
Revision 33517
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Apr 12 19:07:43 2001 UTC (10 years, 10 months ago) by tseaver
File length: 9693 byte(s)
Diff to previous 33494
* Fix typo in catalog schema.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33494
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Apr 9 20:21:06 2001 UTC (10 years, 10 months ago) by mj
File length: 9692 byte(s)
Diff to previous 33485
Merge getId changes from branch.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33485
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Apr 8 19:18:23 2001 UTC (10 years, 10 months ago) by mj
File length: 9689 byte(s)
Diff to previous 33474
Fix for issue PTK(241)[]: use of .id instead of getId().
- Replace all usage of SimpleItem.id with SimpleItem.getId(). Hold on to
your butts! I am pretty sure that I didn't miss anything and that I didn't
break anything, but you never know.
- Remove surplus > from CMFDefault/dtml/discussionEdit.dtml.
- Add missing > to CMFTopic/skins/topic/topic_edit.dtml, this fixes the ugly
layout.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33474
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Apr 6 17:07:32 2001 UTC (10 years, 10 months ago) by tseaver
File length: 9684 byte(s)
Diff to previous 33430
- Updated CatalogTool to handle searchable vs. displayable DublinCore
dates properly.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33430
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 26 22:54:24 2001 UTC (10 years, 10 months ago) by tseaver
File length: 9392 byte(s)
Diff to previous 33398
* Ensure that content metatypes show up in the types list of the
portal_catalog tool (Tracker issue #209, thanks to Jeff
Sasmor).
Filename: trunk/CMFCore/CatalogTool.py
Revision 33398
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Mar 2 20:51:55 2001 UTC (10 years, 11 months ago) by tseaver
File length: 9202 byte(s)
Diff to previous 33386
* Use named permission for 'inactive' content.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33386
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Mar 2 20:02:29 2001 UTC (10 years, 11 months ago) by shane
File length: 9174 byte(s)
Diff to previous 33380
Oops--it's better to have Type rather than portal_type in the catalog.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33380
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Mar 1 22:40:41 2001 UTC (10 years, 11 months ago) by shane
File length: 9181 byte(s)
Diff to previous 33358
Added portal_type metadata.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33358
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Feb 27 21:48:27 2001 UTC (10 years, 11 months ago) by shane
File length: 9134 byte(s)
Diff to previous 33337
New workflow architecture, implementation, and a bugfix here and there.
Filename: trunk/CMFCore/CatalogTool.py
Revision 33337
-
(view)
(download)
(as text)
- [select for diffs]
Added
Fri Feb 23 14:24:14 2001 UTC (10 years, 11 months ago) by tseaver
File length: 8710 byte(s)
* Initial checkin
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.