Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,095 downloads
    Wine 1.4.1 / 1.5.30
    1,191 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,120 downloads
    BackTrack 5 R3
    1,107 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,029 downloads
    Red Hat Linux 9
    1,023 downloads
    Linux Mint 14.1 / 15
    RC

    855 downloads
    Red Hat Enterprise
    Linux 6.4

    765 downloads
    Ubuntu 10.10
    764 downloads
    VLC 2.0.6
    721 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 618
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 663
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 352
    Home > Linux > Internet > Plone Extensions > Products.Archetypes > Changelog

    Products.Archetypes 1.8.6 - Changelog


    What's new in Products.Archetypes 1.8.6:

    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]



    What's new in Products.Archetypes 1.8.3:

    August 28th, 2012

    · Fixed i18n regression introduced in 1.8 in several templates. [vincentfretin]



    What's new in Products.Archetypes 1.8.2:

    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]



    What's new in Products.Archetypes 1.8:

    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]



    What's new in Products.Archetypes 1.7.14:

    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]



    What's new in Products.Archetypes 1.7.12:

    February 8th, 2012

    · Animated GIF loses animation if Archetypes ImageField original_size property set see http://dev.plone.org/ticket/12488 [anthonygerrard]



    What's new in Products.Archetypes 1.7.11:

    January 27th, 2012

    · Archetypes ImageField converts GIF to PNG when it scales see http://dev.plone.org/plone/ticket/12472 [anthonygerrard]



    What's new in Products.Archetypes 1.7.9:

    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]



    What's new in Products.Archetypes 1.7.8:

    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]



    What's new in Products.Archetypes 1.7.7:

    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]



    What's new in Products.Archetypes 1.7.6:

    May 23rd, 2011

    · Fixed DisplayList slices to work on Windows 64bit. This closes http://dev.plone.org/plone/ticket/11232. [hannosch]



    What's new in Products.Archetypes 1.7.5:

    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]



    What's new in Products.Archetypes 1.7.4:

    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]



    What's new in Products.Archetypes 1.6.6:

    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]



    What's new in Products.Archetypes 1.7.3:

    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.



    What's new in Products.Archetypes 1.6.5:

    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]



    What's new in Products.Archetypes 1.7.2:

    February 6th, 2011

    · Merge PLIP 11017: Tags MultiSelectionWidget w/scrollbar & checkboxes.
    · [esteele]



    What's new in Products.Archetypes 1.7.1:

    January 12th, 2011

    · Include plone.app.viewletmanager package to clear up plone.app.layout test failures. [esteele]




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM