Commit Graph

379 Commits

Author SHA1 Message Date
David Glick b0653037b9 need to include the ZCML
svn path=/plone.dexterity/trunk/; revision=50360
2011-06-11 01:45:32 +00:00
David Glick 65ff531298 always give Dexterity items UUIDs
svn path=/plone.dexterity/trunk/; revision=50359
2011-06-11 01:42:32 +00:00
David Glick e687346a0d update version
svn path=/plone.dexterity/trunk/; revision=49972
2011-05-22 00:19:00 +00:00
David Glick 7bcd246c68 fix IAdding import
svn path=/plone.dexterity/trunk/; revision=49943
2011-05-21 18:26:47 +00:00
David Glick 5bc4e38c0f use zope.container instead of zope.app.container
svn path=/plone.dexterity/trunk/; revision=49940
2011-05-21 18:10:19 +00:00
David Glick 9ddc12676c remove CMF 2.1 and Zope 2.10 compatibility code
svn path=/plone.dexterity/trunk/; revision=49939
2011-05-21 18:03:00 +00:00
David Glick 9015b8268c update dependencies
svn path=/plone.dexterity/trunk/; revision=49938
2011-05-21 17:54:32 +00:00
David Glick fc21c7c408 Prepare plone.dexterity 1.0.
svn path=/plone.dexterity/trunk/; revision=49888
2011-05-20 22:05:50 +00:00
David Glick 81c39442d5 changelog
svn path=/plone.dexterity/trunk/; revision=49793
2011-05-19 04:31:18 +00:00
David Glick 0041bf8b65 handle None values in Title and Description accessors
svn path=/plone.dexterity/trunk/; revision=49792
2011-05-19 04:30:34 +00:00
Jian Aijun 5473d0e75b deleted: locales/zh_CN/LC_MESSAGES/plone.dexterity.mo
svn path=/plone.dexterity/trunk/; revision=49751
2011-05-18 09:05:50 +00:00
Maurits van Rees ebd559d0bc Loop up behaviors with IBehaviorAssignable instead of fti.behaviors in utils.iterSchemata.
svn path=/plone.dexterity/trunk/; revision=49748
2011-05-17 22:52:06 +00:00
Maurits van Rees 71bbbf1442 typo: warpped -> wrapped
svn path=/plone.dexterity/trunk/; revision=49646
2011-05-16 12:51:42 +00:00
David Glick 955d43c40d fix Title and Description accessors to return bytestrings
svn path=/plone.dexterity/trunk/; revision=49405
2011-05-11 01:43:20 +00:00
Karl Johan Kleist 603f30460a added "sv" for Swedish translation
svn path=/plone.dexterity/trunk/; revision=49333
2011-05-05 04:01:00 +00:00
Jian Aijun bb3c1231d4 Add Simplified Chinese translation.
svn path=/plone.dexterity/trunk/; revision=49331
2011-05-05 03:42:05 +00:00
Maurits van Rees d4c50f4ac0 Changed log.info to log.debug in getAdditionalSchemata in utils.py; sorry for the noise.
svn path=/plone.dexterity/trunk/; revision=49263
2011-05-02 13:43:44 +00:00
David Glick 20fc5b65c8 vb
svn path=/plone.dexterity/trunk/; revision=49220
2011-04-30 18:46:19 +00:00
David Glick 1e3fdcbcd5 Prepare plone.dexterity 1.0rc1.
svn path=/plone.dexterity/trunk/; revision=49218
2011-04-30 18:44:56 +00:00
David Glick 5814086ae2 merge maurits-behaviorassignable branch
svn path=/plone.dexterity/trunk/; revision=49181
2011-04-30 17:17:53 +00:00
David Glick bb915d4985 we depend on permissions configured in CMFCore
svn path=/plone.dexterity/trunk/; revision=49165
2011-04-29 13:56:31 +00:00
Maurits van Rees db9f4419a2 slight white space cleanup
svn path=/plone.dexterity/trunk/; revision=49110
2011-04-26 14:20:07 +00:00
David Glick 00b4443cd2 revert commit to wrong branch
svn path=/plone.dexterity/trunk/; revision=49024
2011-04-22 06:43:54 +00:00
David Glick d6310d116a bulk of the implementation
svn path=/plone.dexterity/trunk/; revision=49023
2011-04-22 06:42:38 +00:00
David Glick 544766024a fix edit redirect for files/images a different way (in CMF immediate_url is just for right after an item is constructed)
svn path=/plone.dexterity/trunk/; revision=48641
2011-04-10 01:03:16 +00:00
Laurence Rowe 2a7442956e Add ids to group fieldsets.
svn path=/plone.dexterity/trunk/; revision=48432
2011-04-05 14:09:04 +00:00
Eric Steele c6202d3ba9 Changelog.
svn path=/plone.dexterity/trunk/; revision=48312
2011-04-01 00:47:50 +00:00
Eric Steele 7ee379c160 Remove a blasted pdb.
svn path=/plone.dexterity/trunk/; revision=48311
2011-04-01 00:45:14 +00:00
Eric Steele 6646813c78 Do a deep copy instead of shallow when assigning field defaults. Content generated via script wound up with linked list (and other AbstractCollection) fields.
svn path=/plone.dexterity/trunk/; revision=48310
2011-04-01 00:43:36 +00:00
Laurence Rowe c92dda6449 Revert [48256], it breaks plone.app.testing tests.
svn path=/plone.dexterity/trunk/; revision=48281
2011-03-30 13:03:43 +00:00
Laurence Rowe c7c2bb635e Make setDescription coerce to unicode in the same way as setTitle.
svn path=/plone.dexterity/trunk/; revision=48258
2011-03-28 20:07:58 +00:00
Laurence Rowe 107c69c20f Use isinstance here
svn path=/plone.dexterity/trunk/; revision=48257
2011-03-28 20:06:03 +00:00
Laurence Rowe 6c770e4f6f Remove redundant edit and sharing aliases from FTI defaults.
svn path=/plone.dexterity/trunk/; revision=48256
2011-03-28 19:59:38 +00:00
Laurence Rowe f3fa02bd49 Change the FTI default to enable dynamic view.
svn path=/plone.dexterity/trunk/; revision=48255
2011-03-28 19:56:06 +00:00
Laurence Rowe af7e0ae7cb Setup folder permissions in the same way as Archetypes so copy / paste /
rename work consistently with the rest of Plone.

svn path=/plone.dexterity/trunk/; revision=48137
2011-03-18 17:05:04 +00:00
Laurence Rowe 3e85fd4990 Don't put dev on the setup.py version, it comes from setup.cfg
svn path=/plone.dexterity/trunk/; revision=48131
2011-03-18 12:45:52 +00:00
Laurence Rowe 2235bb5f5a Redirect to immediate_view after edit.
svn path=/plone.dexterity/trunk/; revision=48130
2011-03-18 12:44:19 +00:00
Jean-Michel FRANCOIS ec7c654399 merge branch toutpt-unicode. fix #145: UnicodeDecodeError After renaming item from @@folder_contents. Version b7->b8dev: back to dev
svn path=/plone.dexterity/trunk/; revision=48127
2011-03-18 09:32:53 +00:00
Jamie Lentin 34fdc5e99d Typo
svn path=/plone.dexterity/trunk/; revision=47841
2011-03-01 13:46:09 +00:00
Laurence Rowe 61eea09160 Prepare plone.dexterity 1.0b7.
svn path=/plone.dexterity/trunk/; revision=47454
2011-02-11 17:02:32 +00:00
Laurence Rowe d6016b5602 Add adapter for plone.rfc822.interfaces.IPrimaryFieldInfo.
svn path=/plone.dexterity/trunk/; revision=47332
2011-02-09 14:32:45 +00:00
Jonas Baumann dadc9ac867 Fixed deadlock in synchronized methods of schema cache by using threading.RLock instead of threading.Lock.
svn path=/plone.dexterity/trunk/; revision=46891
2011-01-18 08:30:04 +00:00
Jean-Michel FRANCOIS a33f42f6e0 update french translation
svn path=/plone.dexterity/trunk/; revision=45825
2010-11-15 17:11:56 +00:00
Jean-Michel FRANCOIS 4a889c79aa add french translation for plone.dexterity
svn path=/plone.dexterity/trunk/; revision=45812
2010-11-15 16:25:06 +00:00
Israel Saeta Pérez b5791b6062 Add Spanish translation.
svn path=/plone.dexterity/trunk/; revision=45538
2010-11-06 13:28:45 +00:00
Wichert Akkerman f84bf4c8b2 Tag 1.0b6
svn path=/plone.dexterity/trunk/; revision=39539
2010-08-30 12:29:57 +00:00
Wichert Akkerman 4b25a468e2 Send ObjectCreatedEvent event from createContent utility method.
svn path=/plone.dexterity/trunk/; revision=39510
2010-08-29 22:47:11 +00:00
Wichert Akkerman 4a1e59382c Add some tests for the content constructor kwarg handling.
svn path=/plone.dexterity/trunk/; revision=39509
2010-08-29 22:04:23 +00:00
Wichert Akkerman 140ba733bc Update content base classes to use allow keyword arguments to set initial values for instance variables.
svn path=/plone.dexterity/trunk/; revision=39508
2010-08-29 21:55:13 +00:00
Maurits van Rees 8f8ebaa61b Fixed Dutch typo
svn path=/plone.dexterity/trunk/; revision=39208
2010-08-28 10:27:19 +00:00