This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.contenttree/plone/formwidget/contenttree
Frédéric Péters 7f7c2558b0 do not fail on non-string missing value (#4535) 2014-03-24 10:56:13 +01:00
..
jquery-contenttree Added check in tree generation if it allready exists (reopening the contenttree window). 2012-11-12 09:46:46 +01:00
locales Added french translation. 2012-09-06 15:10:38 +02:00
profiles/default Nuke trailing white space. 2011-04-12 15:26:54 +00:00
tests Add css and js registry installation tests 2013-03-12 20:37:22 +01:00
README.txt Initial checkin 2008-08-31 23:57:55 +00:00
TODO.txt Fixed multi select 2009-03-10 18:32:20 +00:00
__init__.py Some binder instances for use with plone.supermodel schemas 2013-06-28 16:03:03 +01:00
configure.zcml Switch to plone.app.testing 2013-03-12 20:06:35 +01:00
demo.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
demo.zcml Made compatible with Plone 4.1 by loading the permissions.zcml from 2011-04-19 15:03:07 +00:00
display_multiple.pt Fix url in display templates, so that it uses absolute urls. 2012-07-25 16:07:33 +02:00
display_single.pt Fix url in display templates, so that it uses absolute urls. 2012-07-25 16:07:33 +02:00
fragment.pt Initial checkin 2008-08-31 23:57:55 +00:00
hidden.pt add a template for hidden mode (forgotten template file) 2010-01-13 15:15:16 +00:00
input.pt Revert "feat(templates) Add support for plone.formwidget.autocomplete 2.0" 2013-05-23 01:04:12 +02:00
input_recurse.pt Add a UUIDSource that has plone.uuid values. Refactor so public methods have public names 2011-05-09 15:08:44 +00:00
interfaces.py pep8 & Fix term title genration to use the brain id if there is not brain title 2012-07-09 16:11:30 +02:00
navtree.py remove portal_type criteria according a widget attribute (True by default) 2013-03-05 11:30:28 +01:00
source.py do not fail on non-string missing value (#4535) 2014-03-24 10:56:13 +01:00
testing.py Switch to plone.app.testing 2013-03-12 20:06:35 +01:00
testing.zcml Switch to plone.app.testing 2013-03-12 20:06:35 +01:00
utils.py Use object id as context may not be hashable. 2012-09-28 12:30:52 +01:00
widget.py Ignore missing values 2013-06-06 15:35:09 +02:00

README.txt

Content tree widget
===================

plone.formwidget.contenttree provides a content tree browser widget based on
the jqueryFileTree widget.