{ "info": { "author": "Cornelis Kolbach and Wichert Akkerman", "author_email": "wichert@wiggy.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone :: 5.1", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python :: 2 :: Only" ], "description": "Introduction\n============\n\nThis package implements a new user interface for `Plone `_.\nThe design goals for this user interface are:\n\n* support a single form toolkit well instead of multiple toolkits \n reasonably well. The chosen form toolkit is `z3c.form\n `_.\n\n* Do not store application configuration in the ZODB, but use simple\n .ini-style textfiles.\n\n* One Zope - one site. No support for multiple sites in a single instance.\n\n* Use tiles everywhere. No viewlets, portlets or other concepts.\n\n* Only support one way to create pages: browser views. CMF skins are\n explicitly not supported.\n\n* Use documented markup patterns to add behaviour to pages. No KSS or\n page-specific javascript.\n\n* Minimal markup, move complexity to standard and documented CSS.\n\n\n\nDisclaimer\n==========\n\nAlthough the name of this package may suggest otherwise there is little relation\nbetween this package and the old `NuPlone\n`_ plone theme. \n\n\nChangelog\n=========\n\n1.6.2 (2019-08-21)\n------------------\n\n- Translation update (IS)\n\n1.6.1 (2019-01-11)\n------------------\n\n- Fix getting the email settings for Plone 5\n- Customised orderedselect_input.pt for IOrderedSelectWidget\n\n1.6.0 (2018-10-10)\n------------------\n\nThis version is built for Plone 5.1 and higher!\n\n- More efficient and safe url definition in templates\n- Textlines widget: be more in line with other widgets, use\n `legend` for the field name.\n\n\n1.5.6 (2017-11-27)\n------------------\n\n- In the File and Image widgets (z3cform), add a safeguard that prevents\n a user-facing error when a blob file is missing\n- Updated translations for Croatian (HR)\n\n1.5.5 (2017-07-17)\n------------------\n\n- Make re-ordering more robust\n\n1.5.4 (2017-06-16)\n------------------\n\n- Add translation file for Croatioan (hr), currently with one translation\n\n1.5.3 (2017-04-03)\n------------------\n\n- Also show the \"stupid\" div again on text_input, but only if the field\n has a description\n\n\n1.5.2 (2016-09-29)\n------------------\n\n- Streamline File and Image input\n- Mostly revert markup change of 1.5.1, since the `
` is required\n for making infoBubbles render correctly\n\n1.5.1 (2016-06-20)\n------------------\n\n- Fix markup in z3c.form input fields: replace `
` around label and input\n with a `` and only show it if it is needed to add dependency classes.\n\n1.5.0 (2015-10-13)\n------------------\n\n- Update JS libraries\n jquery from 1.4.4 to 1.11.3\n jquery.ui from 1.8 to 1.11.4\n Add jquery.browser (which adds functionality removed from jquery core)\n\n- Include the new JS libraries and update code to handle them.\n Specifically, the .live method is no longer available and .on must be used.\n\n1.4.5 (2014-08-29)\n------------------\n\n- On the PW reset form, catch errors caused by wrong user name and show\n meaningful error message instead of 'Ooops'\n- fixed Italian translation for button_cancel (was the same as button_delete),\n OSHA ref #10522\n\n1.4.4 (2014-08-11)\n------------------\n\n- Add support for Plone 4.3.3.\n\n1.4.3 (2014-07-09)\n------------------\n\n- Bugfix. Site Menu dropdown prevents clicking on certain page elements. (OSHA #10390)\n- Bugfix. Site Menu dropdowns truncated in IE. (OSHA #10329)\n\n\n1.4.2 (2014-07-07)\n------------------\n\n- Revert IE 11 CSS fix, has unintented consequences.\n\n\n1.4.1 (2014-07-07)\n------------------\n\n- Update a translation in IT\n- CSS fix for IE 11.\n\n1.4.0 - January 9, 2014\n-----------------------\n\n- Add an API to the analytics tile to trigger extra (virtual) page views.\n\n- Change analyatics tile to send the authentication status (*anonymous* or\n *authenticated* instead of the users login name.\n\n\n1.3.9 - January 3, 2014\n-----------------------\n\n- Add prototype page for osha library page.\n\n\n1.3.8 - December 19, 2013\n-------------------------\n\n- Fix comaptibility with Chameleon 1.14.\n\n- New translation: Maltese (MT)\n\n\n1.3.7 - December 12, 2013\n-------------------------\n\n- New translations: Italian (IT) and Icelandic (IS)\n\n- Fixed issue with file browse button\n\n- Setup accordian for prototype settings page.\n\n\n1.3.6 - October 7, 2013\n-----------------------\n\n- Modify internal buildout to use the latets buildout and Pillow releases.\n\n- Remove stray space in readonly-attribute for named file widgets. This caused\n IE to treat all file widgets as read-only.\n\n\n1.3.5 - July 5, 2013\n--------------------\n\n- Changed 2 strings in the Greek translation [pyailor]\n\n\n1.3.4 - July 3, 2013\n--------------------\n\n- Enable 'depends' form directive also for schema extended fields.\n [jcbrand]\n\n\n1.3.3 - April 23, 2013\n----------------------\n\n- Added translation to Hungarian\n [pysailor]\n\n- Textual corrections for Lithuanian\n [pysailor]\n\n\n1.3.2 - April 4, 2013\n---------------------\n\n- Add standard makefile to manage builds and cleanup buildout configuration.\n\n- Fix editing of fields using object widgets: their data was not correctly\n extracted due to a missing hidden form field.\n\n\n1.3.1 - March 6, 2013\n---------------------\n\n- Fix a syntax error in template for the select form widget.\n\n\n1.3 - February 14, 2013 \n-----------------------\n\n- Prevent the *Paste* action from being show in places where paste was\n not allowed.\n\n- Stop the portlet sidebar from jumping from left to right on page lods.\n\n- Tighten lxml dependency to make sure security improvements in its html\n cleaner are included.\n\n- Update form markup to add an `error` class on labels for fields with\n errors.\n\n- Add new translations: Finnish and Lithuanian\n\n\n1.2 - December 7, 2012\n----------------------\n\n- Rewrite code to handle links in rich text fields. This fixes ticket\n `ticket 56 `_.\n\n- Add new translation: Bulgarian, Flemish, Catalan, Latvian and Portugese.\n\n- Update htmllaundry to 2.0.\n\n- Update TinyMCE to version 3.5.6.\n\n- Configure HTML cleanup code to strip data: attributes. \n\n\n1.1 - December 20, 2011\n-----------------------\n\n- Allow anonymous users to switch the current language as well. This fixes\n Euphorie ticket `27 `_,\n\n\n1.0.1 - December 9, 2011\n------------------------\n\n- Update package metadata.\n [wichert]\n\n- Fix MANIFEST so tiny_mce is included in the distribution.\n [wichert]\n\n\n1.0 - December 8, 2011\n----------------------\n\n- Add support for Plone 4.1 and Chameleon 2.x.\n [wichert]\n\n- Register screen-ie6.css as zrt-resource.\n [jcbrand]\n\n- New Spanish, Czech, Slovenian translations\n [thomas_w]\n\n- Refactored infoPanels on z3cforms to fix alignment issues.\n [jcbrand]\n\n- Don't capitalize questions and legends.\n [jcbrand]\n\n- Add css class to enable secondary InfoPanels (per field).\n [jcbrand]\n\n- Two newlines TinyMCE bug fixed (Github issue #1)\n [jcbrand]\n\n\n1.0rc8 - May 17, 2011\n---------------------\n\n- Correct htmllaundry dependency.\n [wichert]\n\n- Correct location of toolbar CSS.\n [wichert]\n\n\n1.0rc7 - April 26, 2011\n-----------------------\n\n- Exclude prototype from all distribution forms; the symlinked files confuse\n distutils too much.\n [wichert]\n\n- Add MANIFEST.in and restructure symlinks for css/javacsript files to\n guarantee all files are included in eggs.\n [wichert]\n\n1.0rc6 - April 21, 2011\n-----------------------\n\n- Re-release rc5 as rc6 to fixup error in source control tagging.\n [wichert]\n\n\n1.0rc5 - April 21, 2011\n-----------------------\n\n- Prefer `Title` method to get the current title for the title of the delete\n confirmation page.\n [wichert]\n\n- Do not put a

element in an ; IE9 will move it outside the object\n element, thus resulting in leftovers even when using the object->iframe\n conversion.\n [wichert]\n\n- Enable the iframe workaround for IE 9 as well.\n [wichert]\n\n- Add support for status messages containing markup.\n [jcbrand]\n\n- Bugfix. Prevent clicking on the \"Actions\" site menu action if it doesn't have\n a URL to go to. \n [jcbrand]\n\n\n1.0rc4 - Febuary 1, 2011\n------------------------\n\n- Paper brown bag: fix initialisation of rich text editor in forms. This\n broke in 1.0rc3 as a part of the tooltip changes.\n [wichert]\n\n\n1.0rc3 - January 25, 2011\n-------------------------\n\n- Upgrade to jQuery 1.4.4 and jQuery UI 1.8.9.\n [wichert]\n\n- Add javascript workaround for bad handling if ``