Commit Graph

145 Commits

Author SHA1 Message Date
Jonas Baumann 74f133f56e Use `zope.i18n.translate` instead of translation_service, since translation_service was removed in plone4.
svn path=/plone.formwidget.contenttree/trunk/; revision=40821
2010-10-26 13:23:16 +00:00
Israel Saeta Pérez f68ddb5bf6 Preparing release 1.0b2
svn path=/plone.formwidget.contenttree/trunk/; revision=38953
2010-08-25 15:42:57 +00:00
Gaudenz Steinlin a16c8f7f8a Add help text on how to select multiple items
Adds a help text between the title of the popup window and the object
selection tree. This help text is only shown if multiple selections
are possible.

Also update the german translation.

svn path=/plone.formwidget.contenttree/trunk/; revision=38911
2010-08-25 11:51:55 +00:00
Gaudenz Steinlin a3fe3d84b1 Convert to unix line endings
This file previously had a mix of dos and unix line endings which
confused some editors.

svn path=/plone.formwidget.contenttree/trunk/; revision=38910
2010-08-25 11:51:32 +00:00
Israel Saeta Pérez 7a6dbfadf7 Merge dukebody-context branch 37522:37945.
svn path=/plone.formwidget.contenttree/trunk/; revision=38231
2010-07-25 10:36:05 +00:00
Gaudenz Steinlin 4449d7f79e Make it possible to restrict the field to objects below a path
The constructor of ObjPathSource takes a path keyword argument
with a PathIndex catalog query. This argument filters objects
outside of this path. If the navigation_tree_query does not have
a path argument, the path is also copied into this query.

svn path=/plone.formwidget.contenttree/trunk/; revision=37121
2010-06-09 08:59:11 +00:00
Gaudenz Steinlin ee5799b890 Update widget in the contenttree-fetch browser view
The widget.update() call rebinds to source which previously
was only bound during traversal. This avoids problems with
sources that only work after security is applied.

svn path=/plone.formwidget.contenttree/trunk/; revision=37120
2010-06-09 08:58:55 +00:00
David Glick 94d8b4b281 version bump
svn path=/plone.formwidget.contenttree/trunk/; revision=36259
2010-04-20 06:38:17 +00:00
David Glick e2156e74c1 prep for release
svn path=/plone.formwidget.contenttree/trunk/; revision=36253
2010-04-20 06:25:13 +00:00
David Glick 0006463f0e some simple fixes so the style looks okay even without the classic Plone stylesheet
svn path=/plone.formwidget.contenttree/trunk/; revision=35522
2010-03-24 05:05:26 +00:00
David Glick 021de6bf96 fix icons in Plone 4
svn path=/plone.formwidget.contenttree/trunk/; revision=34700
2010-03-12 05:12:01 +00:00
Ross Patterson fb2f2d98a4 Fix more plone.formwidget.autocomplete dependency handling
svn path=/plone.formwidget.contenttree/trunk/; revision=34314
2010-02-23 03:58:57 +00:00
Ross Patterson 8cb94b9ace plone.formwidget.contenttree.widget seems to depend on
plone.formwidget.autocomplete but it wasn't declared in setup.py.  My
apologies if this breaks something, I'm not yet familiar with this
package.

svn path=/plone.formwidget.contenttree/trunk/; revision=34313
2010-02-23 00:01:24 +00:00
Martin Aspeli 08a4d776ef Changelog
svn path=/plone.formwidget.contenttree/trunk/; revision=33967
2010-02-14 08:56:06 +00:00
Martin Aspeli 2aa2177c9e Make the widget compatible with Zope 2.12 security
svn path=/plone.formwidget.contenttree/trunk/; revision=33965
2010-02-14 08:52:33 +00:00
Carsten Senger b4c00637db add a template for hidden mode (forgotten template file)
svn path=/plone.formwidget.contenttree/trunk/; revision=33012
2010-01-13 15:15:16 +00:00
Carsten Senger 2418f18cef add a template for hidden mode
svn path=/plone.formwidget.contenttree/trunk/; revision=33011
2010-01-13 15:14:43 +00:00
Carsten Senger 086966009b cleanups: pep 8 and sort imports
svn path=/plone.formwidget.contenttree/trunk/; revision=32939
2010-01-10 16:13:59 +00:00
Carsten Senger 76205587c3 move change log entry to correct version
svn path=/plone.formwidget.contenttree/trunk/; revision=32938
2010-01-10 15:31:34 +00:00
Carsten Senger b234732c8d Convert all strings in a new navtree node into unicode using the site encoding to render non-ascii characters in the widget. Fixes http://code.google.com/p/dexterity/issues/detail?id=90
svn path=/plone.formwidget.contenttree/trunk/; revision=32937
2010-01-10 15:30:44 +00:00
Jonas Baumann 5de68d6e55 Added message IDs for translations and added locales directory with german translations
svn path=/plone.formwidget.contenttree/trunk/; revision=32603
2009-12-23 15:46:57 +00:00
Martin Aspeli d100de940d Updating version on trunk after tagging
svn path=/plone.formwidget.contenttree/trunk/; revision=28317
2009-08-02 10:11:05 +00:00
Martin Aspeli f02c4d622e Updating setup.py
svn path=/plone.formwidget.contenttree/trunk/; revision=28314
2009-08-02 10:10:00 +00:00
Martin Aspeli 30bce2a186 Don't filter children of non-queriable parent types (e.g. Large Plone Folders).
svn path=/plone.formwidget.contenttree/trunk/; revision=28313
2009-08-02 10:08:53 +00:00
Martin Aspeli b2ff94bd21 Updating version on trunk after tagging
svn path=/plone.formwidget.contenttree/trunk/; revision=27984
2009-07-12 08:22:19 +00:00
Martin Aspeli e70a0b58f8 Apply patch from Gerhard Weis to fix z-index
svn path=/plone.formwidget.contenttree/trunk/; revision=27964
2009-07-12 07:58:16 +00:00
Martin Aspeli 8ae4ec62ce Updating version on trunk after tagging
svn path=/plone.formwidget.contenttree/trunk/; revision=27712
2009-06-29 03:19:20 +00:00
Martin Aspeli 8a325217d1 Fix browsing on add form
svn path=/plone.formwidget.contenttree/trunk/; revision=27705
2009-06-29 03:16:27 +00:00
Martin Aspeli 4faa887fbe Updating version on trunk after tagging
svn path=/plone.formwidget.contenttree/trunk/; revision=27695
2009-06-28 08:45:48 +00:00
Martin Aspeli 66b332c8de Fix display widgets
svn path=/plone.formwidget.contenttree/trunk/; revision=27692
2009-06-28 08:42:24 +00:00
David Glick 8f9408f1c1 conditional import for Plone trunk
svn path=/plone.formwidget.contenttree/trunk/; revision=26748
2009-05-06 06:38:03 +00:00
Martin Aspeli d8331aa712 Updating version on trunk after tagging
svn path=/plone.formwidget.contenttree/trunk/; revision=26586
2009-04-17 05:16:58 +00:00
Martin Aspeli 2d2eda432b Updating setup.py
svn path=/plone.formwidget.contenttree/trunk/; revision=26583
2009-04-17 05:15:51 +00:00
Martin Aspeli fb0c53ea24 Borrowed from plone.formwidget.autocomplete
svn path=/plone.formwidget.contenttree/trunk/; revision=26521
2009-04-15 02:26:30 +00:00
Martin Aspeli cebd03e20a Add display mode template
svn path=/plone.formwidget.contenttree/trunk/; revision=26287
2009-04-04 16:04:57 +00:00
Martin Aspeli 8eda9c99b0 Autoload ZCML in plone 3.3
svn path=/plone.formwidget.contenttree/trunk/; revision=26123
2009-03-24 03:50:48 +00:00
David Glick ccd5653325 handle stripping off the portal path a different way to avoid acquisition trouble with the portal_url tool; fix the callback URL and validate_url method by copying the working version from the autocomplete widget
svn path=/plone.formwidget.contenttree/trunk/; revision=25824
2009-03-12 06:56:18 +00:00
David Glick 0654f74412 we need to not security check the object during term generation, b/c it might be while traversing to the field, before authorization has taken place
svn path=/plone.formwidget.contenttree/trunk/; revision=25823
2009-03-12 06:33:24 +00:00
David Glick f2209c54c0 meant path, of course
svn path=/plone.formwidget.contenttree/trunk/; revision=25812
2009-03-11 12:00:15 +00:00
David Glick e4ed4010c9 a few fixes to the path handling, and added ObjPathSource
svn path=/plone.formwidget.contenttree/trunk/; revision=25810
2009-03-11 11:44:16 +00:00
Rob Gietema 4551d2591d Fixed multi select
Small layout fixes

svn path=/plone.formwidget.contenttree/trunk/; revision=25783
2009-03-10 18:32:20 +00:00
Rob Gietema 4b555af1cc Tree is now in a dialog box behind a "browse" button
Add button inserts a new value into radio button/checkbox list

svn path=/plone.formwidget.contenttree/trunk/; revision=25772
2009-03-09 22:43:24 +00:00
Martin Aspeli 0b6d936934 Also show multi-select
svn path=/plone.formwidget.contenttree/trunk/; revision=22464
2008-09-01 22:14:12 +00:00
Martin Aspeli 0762368b12 Base tree widget on autocomplete widget. Make fallback handler more robust.
svn path=/plone.formwidget.contenttree/trunk/; revision=22463
2008-09-01 22:01:23 +00:00
Martin Aspeli 3055d0d10f Initial checkin
svn path=/plone.formwidget.contenttree/trunk/; revision=22458
2008-08-31 23:57:55 +00:00