Commit Graph

145 Commits

Author SHA1 Message Date
Frédéric Péters af32e5d4b4 do not consider empty brains (#4550) 2014-03-24 13:58:50 +01:00
Frédéric Péters 7f7c2558b0 do not fail on non-string missing value (#4535) 2014-03-24 10:56:13 +01:00
Patrick Gerken b2ec35c636 proper messaging 2013-08-17 19:53:33 +02:00
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 e8d7f0bc34 Merge pull request #12 from lentinj/master
Add some default binder instances with no filters
2013-06-29 13:18:58 -07:00
Jamie Lentin 09c55a41b2 Add some documentation on the sources available 2013-06-29 21:16:19 +01: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 7e476f3899 Get travis to test against Plone 4.3rc1. 2013-03-12 22:31:39 +01:00
Daniel Widerin f24c2aaa1d Update travis file 2013-03-12 20:41:16 +01:00
Daniel Widerin f9302254c7 Add css and js registry installation tests 2013-03-12 20:37:22 +01:00
Daniel Widerin 5c720d3776 Switch to plone.app.testing 2013-03-12 20:06:35 +01:00
Daniel Widerin fb8304c0aa Update gitignore file 2013-03-12 19:24:49 +01:00
Daniel Widerin 2351b6f818 Add jenkins config 2013-03-12 19:24:42 +01:00
Daniel Widerin 86ebd97d04 Add travis 2013-03-12 19:24:34 +01:00
Daniel Widerin 3e69fea451 Add buildout 2013-03-12 19:24:18 +01:00
Daniel 214296d583 Remove tabs in README.txt 2013-03-12 11:02:08 +01:00
Eric BREHAULT abd086917c Merge pull request #10 from plone/ebrehault-13465-list-all-contents
Ticket #13465 plone.formwidget.contenttree does not show all contents
2013-03-06 08:19:09 -08:00
Eric BREHAULT 92ebb82fa6 remove portal_type criteria according a widget attribute (True by default) 2013-03-05 11:30:28 +01:00
Eric BREHAULT 753afbcf93 update HISTORY.txt 2013-03-04 10:08:46 +01:00
Eric BREHAULT 55515e6b6b remove portal_type criteria when searching for contents 2013-03-01 16:53:26 +01:00
David Glick 6fd90c6220 Merge pull request #6 from plone/fix_reopened_overview
Added check in tree generation if it allready exists
2012-11-17 12:46:06 -08: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 d99c518c83 Use object id as context may not be hashable. 2012-09-28 12:30:52 +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
Lukas Graf 21dce96e37 Merge pull request #5 from plone/translations_update
Translation fixes - Re-add MessageFactory in widgets.py, add French translations
2012-09-07 00:05:33 -07:00
philippe.gross 5654369f6b Added french translation. 2012-09-06 15:10:38 +02:00
philippe.gross c3d1fce338 Adjust translation of label_contenttree_browse, and updated all po files. 2012-09-04 20:37:22 +02:00
philippe.gross 125a8c95d5 Revert "Updated translations"
This reverts commit 0ed4118b77.
2012-09-04 20:27:47 +02:00
Franklin Kingma 0ed4118b77 Updated translations 2012-08-25 12:33:32 -07:00
Franklin Kingma 8c620ac988 Added changes to HISTORY.txt 2012-08-25 12:33:32 -07:00
Franklin Kingma db1e431bb5 Use ajax fetch for initial content
Use bound source for initial path
2012-08-25 12:33:03 -07:00
Franklin Kingma e0170627e0 Use a ajax fetch for initial call, hardcoded for now 2012-08-25 12:33:03 -07:00
Franklin Kingma 620067afaa Trigger change handler to work with auto-insert in datagrid
Get runtime id instead of fixed id
2012-08-25 12:26:49 -07:00
Franklin Kingma 077bcc9d19 Use ajax fetch for initial content
Use bound source for initial path
2012-08-25 12:26:49 -07:00
Franklin Kingma 96165904fc Use a ajax fetch for initial call, hardcoded for now 2012-08-25 12:26:49 -07:00
Lukas Graf 8e1ef3231b Merge pull request #3 from plone/fix_display_url
Fix url in display templates, so that it uses absolute urls.
This fixes display URLs in scenarios with virtual hosting.
2012-08-07 04:57:56 -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
Giorgio Borelli 053174ed55 added italian translation 2012-06-14 14:38:19 +02:00