January 7th, 2013· Add missing security declarations on the UIDResolver class. https://plone.org/products/plone/security/advisories/20121106/08 [davisagli]
· Sanitize input to go_back script. This fixes https://plone.org/products/plone/security/advisories/20121106/11 [davisagli]
August 28th, 2012· Fixed i18n regression introduced in 1.8 in several templates. [vincentfretin]
August 22nd, 2012· tiff, psd and eps images scales are generated, in jpeg format. Fixes thumbnail view and main view for image contents with tif, psd or eps file. With tif files, scales were generated but couldn't be seen in Plone UI ; psd and eps scales weren't generated. Refs https://dev.plone.org/ticket/13077 [thomasdesvenain]
· BaseObject.setId(): Remove leading/trailing space from given id. Fixes http://dev.plone.org/ticket/8338 (test still needed). [patch by stxnext, applied by kleist]
· Changed deprecated getSiteEncoding to hardcoded utf-8 [tom_gross]
May 26th, 2012· PEP 8 (ignoring W602, W604, E231, E241, E301, E302, E501 and E701). [hvelarde]
· Remove remaining hard-coded required markers. The 1.7.14 change only got one of them. [smcmahon]
· Moved form help from a div after form field labels to a span within. The purpose is to semantically associate the label to the form help so that it's more useful to a screen reader user. Note that sunburst's public.css and classic's form.css.dtml were simultaneously changed to assure block display of help in normal font-weight. Closes http://dev.plone.org/ticket/7212, an accessibility ticket. [smcmahon]
· Deprecated aliases were replaced on tests. [hvelarde]
May 8th, 2012· removed hardcoded required icon. It can and should be set by CSS as it is done in the formTabs [tom_gross]
· added 'placeholder' support for StringWidget, DecimalWidget and IntegerWidget [zopyx]
February 8th, 2012· Animated GIF loses animation if Archetypes ImageField original_size property set see http://dev.plone.org/ticket/12488 [anthonygerrard]
January 27th, 2012· Archetypes ImageField converts GIF to PNG when it scales see http://dev.plone.org/plone/ticket/12472 [anthonygerrard]
September 20th, 2011· Fix: Make sure user sees login form rather than an exception when trying to access /edit on an unauthorized context. This fixes http://dev.plone.org/plone/ticket/12056 [davisagli]
September 16th, 2011· Raise a NotFound exception when the at_download script cannot find the requested field. I have seen the Google bot trying to index at_download/info@example.org and at_download/www.example.org, which is obviously wrong. [maurits]
August 24th, 2011· Fixed http://dev.plone.org/plone/ticket/11387 (Missing & orphaned labels for check boxes and radio buttons) by deferring label generation for label, select and multi-select widgets to each widget's edit macro. In the case of the select and multi-select widgets, this allows the label to be generated (or not) once the format (checkbox, dropdown...) is known. Same for label for calendar widget. Thanks to mattbarkau and jdeluca for researching this and proposing a solution. [smcmahon]
· When checking isVisible in validation, use instance, not widget as argument. [tesdal]
· Do a double DateTime conversion to avoid timezone naive values. Refs http://dev.plone.org/plone/ticket/10141. [rossp]
· Avoid site error when we display a file whose mimetype is unknown. Refs http://dev.plone.org/plone/ticket/12061. [thomasdesvenain]
· Fixed initial content length used by textCounter. Length should be the length of a unicode string, not the utf-8 string. [vincentfretin]
May 23rd, 2011· Fixed DisplayList slices to work on Windows 64bit. This closes http://dev.plone.org/plone/ticket/11232. [hannosch]
May 12th, 2011· Add forward compatibility with DateTime 3. [hannosch]
· Avoid flagging base units as changed, if their values didn't actually change. [hannosch]
· Clarify default value of `BaseUnit.filename` to be `None` instead of switching between `None` and an empty string in every request. [hannosch]
· Rights field has text/plain format only. (If no allowable_format specified for secondary fields, we get unexpected behaviour) This refs http://dev.plone.org/plone/ticket/9345. [thomasdesvenain]
· Put required field indicator inside the label tag, fixes #11726 [dimboo]
April 4th, 2011· Fix bug where a TextField's default_content_type was not respected when wrapping a non-BaseUnit value. [davisagli]
· Fixed test setup to work with ZCA-based GenericSetup profile registry. [davisagli]
· Fixed: all labels on edit form had 'display: block' css behaviour once there was keywords. [thomasdesvenain]
March 31st, 2011· Fix bug where a TextField's default_content_type was not respected when wrapping a non-BaseUnit value. [davisagli]
· Fixed test setup to work with ZCA-based GenericSetup profile registry. [davisagli]
March 2nd, 2011· Fixed i18n of new keywords widget.
· Remove method docstrings in Referenceable and ReferenceEngine to prevent making them publishable.
· Fixed handling of Anonymous ownership in ExtensibleMetadata, where the ownership tuple is None. Also triggered for views on FactoryTool-wrapped objects.
February 27th, 2011· Remove method docstrings in Referenceable and ReferenceEngine to prevent making them publishable. [davisagli]
· Handle getCharset() returning None in Field.encode/decode. [elro]
· Avoid various deprecation warnings under Zope 2.13. [hannosch]
· Fixed a SyntaxWarning when using assert in the migrations module. [deo]
· Fixed textCounter JavaScript to work with fieldnames with hyphen. API of textCounter-method changed. Second parameter takes now the name of the counterfield, not the DOM object itself. https://dev.plone.org/plone/ticket/11334 [tom_gross]
· Fixed handling of Anonymous ownership in ExtensibleMetadata, where the ownership tuple is None. Also triggered for views on FactoryTool-wrapped objects. [mj]
February 6th, 2011· Merge PLIP 11017: Tags MultiSelectionWidget w/scrollbar & checkboxes.
· [esteele]
January 12th, 2011· Include plone.app.viewletmanager package to clear up plone.app.layout test failures. [esteele]