Commit Graph

70 Commits

Author SHA1 Message Date
Laurence Rowe 1d0b2beb93 bump version 2013-06-30 23:43:39 -07:00
Laurence Rowe 8d60fe78ba Prepare plone.formwidget.contenttree 1.0.7. 2013-06-30 23:42:47 -07:00
Jamie Lentin ce0522fe91 Some binder instances for use with plone.supermodel schemas
See https://github.com/plone/plone.app.relationfield/pull/1 for when
they are useful. I'm guessing this is where they were supposed to be
moved, but it never happened.
2013-06-28 16:03:03 +01:00
Gaudenz Steinlin f6d79e8b94 Ignore missing values
Content objects can go away or the content of a source may change. Don't
throw an exception in this case.
2013-06-06 15:35:09 +02:00
Patrick Gerken 2a5d645723 Revert "feat(templates) Add support for plone.formwidget.autocomplete 2.0"
I am going to do some changes on autocomplete which I can't finish
right now and I fear it might take longer, so I'll revert
autocomplete and this one for now.

This reverts commit af35485096.
2013-05-23 01:04:12 +02:00
Patrick Gerken af35485096 feat(templates) Add support for plone.formwidget.autocomplete 2.0 2013-05-15 17:24:27 +02:00
Daniel Widerin f9302254c7 Add css and js registry installation tests 2013-03-12 20:37:22 +01:00
Eric BREHAULT 753afbcf93 update HISTORY.txt 2013-03-04 10:08:46 +01:00
philippe.gross fa49b277e3 Added check in tree generation if it allready exists (reopening the contenttree window). 2012-11-12 09:46:46 +01:00
Laurence Rowe 7de9fc90be Back to development 2012-09-28 12:32:01 +01:00
Laurence Rowe ec515b24d9 Prepare plone.formwidget.contenttree 1.0.6. 2012-09-28 12:31:23 +01:00
Laurence Rowe 598204639d Tweak CSS to use outline instead of border. 2012-09-27 20:03:35 +01:00
Laurence Rowe 5b6d974902 Avoid theming ajax response. 2012-09-27 20:02:51 +01:00
Laurence Rowe 1a10c0e309 Ensure context is a content item of some sort. 2012-09-27 20:00:24 +01:00
hvelarde 7f6e993c75 import getSite from zope.component to avoid dependency on zope.app.component 2012-09-19 18:44:40 -03:00
hvelarde 7c62d523ff import ViewPageTemplateFile from zope.browserpage to avoid dependency on zope.app.pagetemplate 2012-09-19 18:36:40 -03:00
philippe.gross 5654369f6b Added french translation. 2012-09-06 15:10:38 +02:00
Franklin Kingma 8c620ac988 Added changes to HISTORY.txt 2012-08-25 12:33:32 -07:00
philippe.gross 49da321b69 Fix url in display templates, so that it uses absolute urls. 2012-07-25 16:07:33 +02:00
Joscha Krutzki 7a610fb916 pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
Giorgio Borelli 354aa9a465 changed history 2012-06-14 14:39:27 +02:00
Kai Lautaportti f7110cc930 Added Finnish (fi) translation. 2012-05-11 15:33:06 +03:00
Maurits van Rees fbf56d5154 By default filter out nodes that are not selectable and not folderish.
This can be overridden on the widget by setting show_all_nodes to True.
2012-03-06 20:09:00 +01:00
Maurits van Rees 5163112c72 Added Dutch translation. 2012-03-01 17:09:25 +01:00
David Glick c9a08aec1a vb 2012-02-20 19:24:25 -08:00
David Glick 8eb4b8dee6 Prepare plone.formwidget.contenttree 1.0.5. 2012-02-20 19:23:15 -08:00
hvelarde 51272b9297 updated HISTORY file 2011-12-16 09:44:59 -06:00
Nathan Van Gheem 66f1858736 Prepare plone.formwidget.contenttree 1.0.4. 2011-10-04 11:49:53 -05:00
Nathan Van Gheem 9c97e00245 fix _getBrainByValue to check if value is traversable
first so we can provide the correct token.
2011-10-03 20:36:34 -05:00
David Glick b97468ce76 vb 2011-09-24 13:07:20 -07:00
David Glick 1aac88964c Prepare plone.formwidget.contenttree 1.0.3. 2011-09-24 13:06:20 -07:00
David Glick 6fefa26970 Prepare plone.formwidget.contenttree 1.0.2.
svn path=/plone.formwidget.contenttree/trunk/; revision=50897
2011-07-02 18:47:14 +00:00
David Glick dac7777534 fix for old jquery
svn path=/plone.formwidget.contenttree/trunk/; revision=50896
2011-07-02 18:33:58 +00:00
Laurence Rowe ef9f1a2b0e Prepare plone.formwidget.contenttree 1.0.1.
svn path=/plone.formwidget.contenttree/trunk/; revision=49659
2011-05-16 16:10:38 +00:00
Jamie Lentin 578ef5bd7f Make placeholder terms for hidden / missing items
svn path=/plone.formwidget.contenttree/trunk/; revision=49657
2011-05-16 15:49:44 +00:00
Jamie Lentin 375702d539 Use javascript function from plone.formwidget.autocomplete to add new input boxes. Just use full widget name in ++widget++ URL
svn path=/plone.formwidget.contenttree/trunk/; revision=49401
2011-05-10 13:20:57 +00:00
Jamie Lentin 0bcebf7378 Change UUIDSource so it uses path tokens too
svn path=/plone.formwidget.contenttree/trunk/; revision=49400
2011-05-10 13:20:38 +00:00
Jamie Lentin e7b47cc6b9 Add more cases for finding context. Workaround for sources being used without being bound first
svn path=/plone.formwidget.contenttree/trunk/; revision=49399
2011-05-10 13:20:22 +00:00
Jamie Lentin 27b541ac54 Check the request for context before falling back to getSite()
svn path=/plone.formwidget.contenttree/trunk/; revision=49398
2011-05-10 13:20:08 +00:00
Jamie Lentin b10a9b02c2 Add comment that reflects the other changes in this set
svn path=/plone.formwidget.contenttree/trunk/; revision=49395
2011-05-09 15:08:59 +00:00
Jamie Lentin a23f0d3120 Add a UUIDSource that has plone.uuid values. Refactor so public methods have public names
svn path=/plone.formwidget.contenttree/trunk/; revision=49394
2011-05-09 15:08:44 +00:00
Jamie Lentin 8d9598a414 Alter terms so that token is the full path to an item
svn path=/plone.formwidget.contenttree/trunk/; revision=49393
2011-05-09 15:08:22 +00:00
Jamie Lentin 024d0860dd _filter is used outside the source, so not an internal helper function anymore.
svn path=/plone.formwidget.contenttree/trunk/; revision=49347
2011-05-06 16:35:31 +00:00
David Glick 759eca17a3 vb
svn path=/plone.formwidget.contenttree/trunk/; revision=49211
2011-04-30 18:28:58 +00:00
David Glick c10c3595b6 Prepare plone.formwidget.contenttree 1.0.
svn path=/plone.formwidget.contenttree/trunk/; revision=49209
2011-04-30 18:28:09 +00:00
Maurits van Rees 199e74300b Made compatible with Plone 4.1 by loading the permissions.zcml from
Products.CMFCore (only when plone.app.upgrade is available, to keep
compatibility with Plone 3, if we currently have that).

svn path=/plone.formwidget.contenttree/trunk/; revision=48962
2011-04-19 15:03:07 +00:00
David Glick 625ee32f42 improve CSS
svn path=/plone.formwidget.contenttree/trunk/; revision=48908
2011-04-16 17:46:22 +00:00
David Glick 295692dbf3 add content type CSS class (fixes icons)
svn path=/plone.formwidget.contenttree/trunk/; revision=48907
2011-04-16 17:11:42 +00:00
Laurence Rowe bfdb7c3f33 Prepare plone.formwidget.contenttree 1.0b3.
svn path=/plone.formwidget.contenttree/trunk/; revision=47470
2011-02-11 17:31:14 +00:00
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