Commit graph

92 commits

Author SHA1 Message Date
d863305b94 fix check for adapter in 'externalIdentifier' 2017-10-08 12:44:04 +02:00
a91e1b0c4c remove deprecated import from zope.testing 2016-12-26 10:37:00 +01:00
a45bf52fe7 check for result of update() function 2015-07-25 13:51:01 +02:00
085192de21 put event handling before real deletion 2015-07-25 13:41:41 +02:00
bdb10523a4 allow suppression of page output via no_show_page request parameter 2015-07-25 13:32:46 +02:00
11123b16fa more intermediate commits + logging 2015-07-25 13:23:10 +02:00
0ec131e1a8 fix count-based commit; use set for collection of found objects 2015-07-25 11:27:55 +02:00
08d8993e5a provide commits and logging during update of external collection 2015-07-25 11:16:26 +02:00
69e529ce39 log before deleting to be able to detect errors when deleting 2015-07-25 10:37:57 +02:00
e308b8b34f add event handling to object removal and log event 2015-07-25 09:45:12 +02:00
6a91788d9e no processing if file does not exist (yet), thus avoiding erroneous value for documentPropertiesAccessible attribute 2014-04-14 19:05:40 +02:00
e0f30d7a96 handle office files that are no valid ZIP file (e.g. because of password protection) 2014-03-18 08:04:46 +01:00
d84e8de9a0 handle missing properties in Office file correctly 2013-05-06 12:21:50 +02:00
e345109432 use external file type for image (usually media asset) if nothing else ist found 2012-12-13 18:07:45 +01:00
9024ca99e1 return correct (dummy) doc properties in case of error 2012-10-26 21:28:23 +02:00
19b50d9e8f extend processing of office files: error handling, handle description property as comments 2012-10-08 11:50:51 +02:00
cedaf06606 collect error informaiton when updating collection and show in view 2012-10-07 15:33:16 +02:00
0e56543900 fix doctests after removal of knowledge.setup.SetupManager 2012-05-19 17:21:25 +02:00
hplattner
c74af2b960 fix: integration doctest/ MemberRegistrationManager groups param 2012-04-25 13:52:41 +02:00
3a6b61f71c make doctest system-independent 2012-04-25 13:32:08 +02:00
a42fd38642 fix bug in ExternalSourceInfo implementation 2011-11-19 10:11:46 +01:00
6b6ee7024d let ExternalSourceInfo delegate to a corresponding adapter on the 'adapted()' object when retrieving external identifier 2011-11-17 11:19:56 +01:00
c629a7c366 meta info field must not be required... 2011-09-11 11:54:47 +02:00
6c64ba5158 - external collection: provide functionality for automatically populate
meta information of media assets
2011-08-28 17:04:50 +02:00
012217c348 make sure doc test does not leave a modified file behind. 2011-04-28 12:35:43 +02:00
e2b5359d9a Minor cleanup and improvements with first check-in to Git.
- Improved German language standard loops site.
- Provide test files for working with MS office document properties.
- Add basic .gitignore file.
2011-04-26 10:11:44 +02:00
helmutm
f22f2b1a24 show field content for content manager only
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4217 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 18:01:47 +00:00
helmutm
d3ddf1ee96 show field content for content manager only
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4216 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 18:01:12 +00:00
helmutm
f7183f70d4 show field content for content manager only
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4215 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-04-09 18:00:15 +00:00
helmutm
90848d4b03 add MS PowerPoint XML types
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4137 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-07 10:38:51 +00:00
helmutm
39e0c7edfc return empty list instead of None in case of error
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4133 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-03 18:23:10 +00:00
helmutm
1ba27977ea skip non-office files
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4113 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-12-23 07:38:48 +00:00
helmutm
32a6449ce0 provide separate method for reading individual document property settings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4112 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-12-23 07:22:42 +00:00
helmutm
a95aef1a04 correctly identify master version when loading external collection
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4055 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-01 11:28:54 +00:00
helmutm
3ec415294b correctly identify master version when loading external collection
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4054 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-01 11:26:05 +00:00
helmutm
b55a2f8952 make number and labels of version levels configurable
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4044 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-23 07:52:31 +00:00
helmutm
5dacf19a5d prepare fault-tolerant date parsing (not used at the moment
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4027 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-03 13:37:45 +00:00
helmutm
1f513ca146 restrict availability of update button
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4026 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-01 08:11:59 +00:00
helmutm
9a6a72eb73 make external collection accept filenames with umlaut characters
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4025 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-30 15:00:24 +00:00
helmutm
7ab2d6abfd add 2 hours to datetime values in office documents to account for timezone shift
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4024 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-29 15:49:59 +00:00
helmutm
e20e35c4fd accept empty 'lastUpdated', set storageParameters on update
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3988 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-09 13:33:20 +00:00
helmutm
316437773f consider additional MIME types for office files
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3963 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-22 08:57:39 +00:00
helmutm
95417dab81 fixes for handling external files and office files with versioning
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3960 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-16 08:27:49 +00:00
helmutm
ae8ed0052d avoid error when no custom properties available in office file
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3952 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-15 09:21:49 +00:00
helmutm
007ae89f22 copy external files (in the operating system) when creating a new version
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3947 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-10 11:39:35 +00:00
helmutm
6114174e47 office file integration basically working
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3927 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-07-28 17:20:41 +00:00
helmutm
9091b56c69 work in progress: read properties from Office documents and update version field if appropriate
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3926 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-07-27 09:50:19 +00:00
helmutm
1f4582f7a0 work in progress: office file - processing document properties
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3917 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-07-08 17:26:08 +00:00
helmutm
d70b5e5d44 fix send email feature: encode subject and message correctly
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3710 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-02-02 10:08:45 +00:00
helmutm
0d8be13807 correctly decode headers
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3701 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-31 14:54:31 +00:00