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
    2,851 downloads
    Wine 1.4.1 / 1.5.30
    1,095 downloads
    BackTrack 5 R3
    1,016 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    969 downloads
    Red Hat Linux 9
    948 downloads
    LibreOffice 3.6.6 /
    4.0.3

    870 downloads
    Linux Mint 14.1 / 15
    RC

    807 downloads
    Ubuntu 10.10
    721 downloads
    Red Hat Enterprise
    Linux 6.4

    719 downloads
    OpenMandriva
    20130513

    673 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: 466
    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.CMFPlone > Changelog

    Products.CMFPlone 4.2.4 / 4.3 RC1 - Changelog


    What's new in Products.CMFPlone 4.3 RC1:

    March 11th, 2013

    · add newsml feed type [vangheem]
    · add overlay for folder default page folder factories link [vangheem]
    · add sitemap.xml.gz to robots.txt fixes https://dev.plone.org/ticket/13319 [vangheem]
    · update add site, overview and upgrade templates to use absolute urls to reference css and image resources so it works with virtual hosted sites to sub-folders fixes #11153 [vangheem]
    · Allow the Content-Type header to be set in registered_notify_template.pt [esteele]
    · Extract RegistrationTool's sending of registration emails so that it can be more easily overridden. [esteele]
    · bump profile version [vangheem]
    · Add event to fix products installed with latest keyword activated by default. Event finds new products installed with the latest keyword and updates them to the last profile version. [eleddy]
    · Add event to trigger when a reordering is happening. Without this collective.solr and maybe other alternative indexes are kind of lost. Backport from 4.2.x [do3cc]
    · Robot Framework based acceptance tests added. [timo]
    · Remove comment form overlay which was only used for the old pre-plone.app.discussion reply form. [timo]



    What's new in Products.CMFPlone 4.2.4:

    January 18th, 2013

    · Call pas.searchUsers with the 'name' argument instead of 'login'. 'name' is the officially supported way according to the PAS interface. [maurits]



    What's new in Products.CMFPlone 4.3 Beta 2:

    January 18th, 2013

    · removing plone_ecmascript/test_ecmascripts.pt since its not working and since its not being ran by out test suite. [garbas]
    · Call searchUsers with the 'name' argument instead of 'login'. 'name' is the officially supported way according to the PAS interface. [maurits]



    What's new in Products.CMFPlone 4.3 Alpha 1:

    September 4th, 2012

    · Hide 'plone.resource' and 'collective.z3cform.datetimewidget' from the site factory screen. These are only useful as dependencies of other packages. [optilude]
    · Define a ZCML feature called plone-43 in addition to the existing ones. [thet]
    · Deprecated getSiteEncoding and changed occurences to hardcoded utf-8 [tom_gross]
    · zope.globalrequest is a required dependency on tests. [hvelarde]
    · Make sure the ResourceRegistries registry setting is created for new sites. [davisagli]
    · Searches ignore accents. PLIP http://dev.plone.org/ticket/12110 [thomasdesvenain]
    · IE critical fix on toggle select and form submit helpers. [thomasdesvenain]
    · Fixed javascript injections on jquery.highlightsearchterms.js [gborelli]
    · Tweak rules for sortable_title. So far we took the first 70 chars and zero-padded numbers to six digits. Now we zero-pad to four digits and take the first 30 and the last 10 characters, thus saving space while still distinguishing long titles which only differ at the end, like imported file or image names. [hannosch]
    · PEP 8 (ignoring W602, E203, E241, E301, E501 and E701). [pbdiode, hvelarde]
    · Add 'displayPublicationDateInByline' to site properties property sheet in order to finish PLIP #8699: Display publication date in author byline. [vipod]
    · Deprecated aliases were replaced on tests. [hvelarde]
    · Don't register the plone_deprecated skin layer. These items are no longer supported as part of Plone and remain here temporarily as a convenience to those who may need to move them into their own packages. [davisagli]
    · Ensure multiple tabbed forms on the same page work when number of tabs is greater than threshold. [davidjb]
    · Remove deprecated jq reference from form tabbing JavaScript. [davidjb]
    · Remove incorrect line of form tabbing JavaScript which broke forms with more than 6 tabs. Fixes https://dev.plone.org/ticket/12877 [davidjb]
    · accessibility improvements for screen readers regarding "more" links, see http://dev.plone.org/ticket/11982 [rmattb, applied by polyester]
    · Fix an outdated "Send this" form handler property reference. [rossp]
    · removed search_form-template form plone_deprecated-skin. Use collective.searchform if you need this functionality. [tom_gross]
    · Use plone.batching for all batches (PLIP #12235) [tom_gross]
    · Re-apply PLIP 10901 to table_sort.js, fixing a bug with reversing sort on the first column. [mj]
    · support a PAS plugin for validating passwords PLIP http://dev.plone.org/ticket/10959 [djay75]
    · Make redirection_view/attempt_redirect fall back to nothing in default_error_message template. If plone.app.redirector gets a URL with special characters, OOBTree.get raises a UnicodeDecodeError and the template fails. This fixes http://dev.plone.org/ticket/12976.
    · Channel link in RSS feed now points to the un-syndicated content for the RSS feed, instead of the portal root. [patch by pydanny, applied by kleist]
    · Removed unused "localTimeFormat", "localLongTimeFormat", and "localTimeOnlyFormat" from "/portal_properties/site_properties". Fixes https://dev.plone.org/ticket/11171. [kleist]
    · CatalogTool.py, PloneBatch.py, PloneFolder.py, PloneTool.py, Portal.py: Don't use list as default parameter value. [kleist]
    · Use configuration registry to override translation of date format, or fall back to ISO style as last resort. Fixes http://dev.plone.org/ticket/11171 [kleist]



    What's new in Products.CMFPlone 4.2.1.1:

    August 28th, 2012

    · Fixed i18n of image view improvement introduced in 4.2.1. [vincentfretin]
    · Ensure some transient dependencies don't vanish in the 4.2 series, just because some libraries get updated and nobody declares the dependency anymore. Same as in the Plone package: zope.copypastemove, zope.app.component, zope.app.container, zope.app.publisher. [maurits]



    What's new in Products.CMFPlone 4.2.0.1:

    July 6th, 2012

    · Add docstring to SkinTool's method to allow them being called from the ZMI. [erral]



    What's new in Products.CMFPlone 4.1.6:

    June 28th, 2012

    · Add keyword 'latest' to metadata.xml's version tag, which then looks for the highest numbered profile that is registered and pins that to the upgrade step. This means that the version field in metadata.xml only has to be set to 'latest' once and then it automatically searches for the highest numbered profile. [eleddy]
    · Accessibility: added an id="Creator" for the field by the same name on the search form, so that the corresponding can associate with it in the case where showAuthors is None.
    · Make redirection_view/attempt_redirect fall back to nothing in default_error_message template. If plone.app.redirector gets a URL with special characters, OOBTree.get raises a UnicodeDecodeError and the template fails. This fixes http://dev.plone.org/ticket/12976. [timo]



    What's new in Products.CMFPlone 4.2 RC2:

    June 1st, 2012

    · Check the existence of a portal_type attribute before accessing it to construct navigation URLs. This avoids an exception when constructing breadcrumb navigation for search results if the result is a 'Discussion Item' as the parent Conversation object does not have a portal_type attribute. [gaudenz]
    · For event view template, changed headerless table to headings and divs for better accessibility. See bug #13181 [hmharter]
    · Add translatable js message for closing popup boxes. Part of fix for http://dev.plone.org/ticket/12122 [smcmahon]
    · Handle server redirects during login via popup by detecting change in base. Fixed by incorporating zenwryly's patch, http://dev.plone.org/ticket/12029 [smcmahon]
    · calculate the dynamic fontsize in s5_slides.js (Presentation Mode) in em, not px. This for WCAG 2.0 compliance. See http://dev.plone.org/ticket/12902 [polyester]
    · When adding, changing or removing skins, automatically recook all resource registries, to keep theme bundles in-sync. This mirrors the event subscriber support used in plone.app.registry for the same purpose. [hannosch]
    · Let the RR export/import steps depend on the skins tool and plone.app.registry steps, as either of them might create new theme bundles [hannosch]
    · Hide Kupu base profile on Plone site creation screen. [hannosch]
    · PEP 8 (ignoring W602, W604, E301, E302, E501 and E701). [hvelarde]
    · Deprecated aliases were replaced on tests. [hvelarde]
    · Ensure multiple tabbed forms on the same page work when number of tabs is greater than threshold. [davidjb]
    · Remove deprecated jq reference from form tabbing JavaScript. [davidjb]
    · Remove incorrect line of form tabbing JavaScript which broke forms with more than 6 tabs. Fixes http://dev.plone.org/ticket/12877 [davidjb]
    · accessibility improvements for screen readers regarding "more" links, see http://dev.plone.org/ticket/11982 [rmattb, applied by polyester]



    What's new in Products.CMFPlone 4.2 RC1:

    May 8th, 2012

    · Fix an outdated "Send this" form handler property reference. [rossp]
    · removed search_form-template form plone_deprecated-skin. Use collective.searchform if you need this functionality. [tom_gross]
    · Use plone.batching for all batches (PLIP #12235) [tom_gross]
    · Re-apply PLIP 10901 to table_sort.js, fixing a bug with reversing sort on the first column. [mj]
    · Stop filtering folder_listing to the types from @@plone_portal_state/friendly_types, since that excludes non-searchable types rather than non-listable types. [davisagli]
    · PloneControlPanel's enumConfiglets no longer returns invisible configlets. [esteele]
    · Hide the (old) Collections control panel by default for new sites. [esteele]
    · Use getId() instead of title_or_id() for displaying which items get deleted, to avoid unicode error Fixes https://dev.plone.org/ticket/12765 [spereverde]
    · Allow form tabbing to be used across different DOM documents. [rossp]
    · Hide left column in prefs_main_template when user does not have access to configlets. Fixes https://dev.plone.org/ticket/12572 [gotcha]
    · Hide left column in prefs_main_template when user does not have access to configlets. Fixes https://dev.plone.org/ticket/12572 [gotcha]
    · Make MigrationTool.coreVersions() check for Pillow as well as PIL and PILwoTK. Version will report as "PIL 1.7.6 (Pillow)". Closes http://dev.plone.org/ticket/12158 [smcmahon]
    · Decode id and bad characters in check_id script with default_encoding to prevent UnicodeDecodeError when bad characters contains non-ascii letters. Fixes https://dev.plone.org/ticket/12525 [pingviini]
    · Re-apply PLIP 10901 to table_sort.js, fixing a bug with reversing sort on the first column. [mj]
    · Add keyword 'latest' to metadata.xml's version tag, which then looks for the highest numbered profile that is registered and pins that to the upgrade step. This means that the version field in metadata.xml only has to be set to 'latest' once and then it automatically searches for the highest numbered profile. [eleddy]



    What's new in Products.CMFPlone 4.1.5:

    April 20th, 2012

    · Stop filtering folder_listing to the types from @@plone_portal_state/friendly_types, since that excludes non-searchable types rather than non-listable types. [davisagli]
    · PloneControlPanel's enumConfiglets no longer returns invisible configlets. [esteele]
    · Use getId() instead of title_or_id() for displaying which items get deleted, to avoid unicode error Fixes https://dev.plone.org/ticket/12765 [spereverde]
    · Hide left column in prefs_main_template when user does not have access to configlets. Fixes https://dev.plone.org/ticket/12572 [gotcha]
    · Re-apply PLIP 10901 to table_sort.js, fixing a bug with reversing sort on the first column. [mj]



    What's new in Products.CMFPlone 4.1.4:

    February 12th, 2012

    · Catch KeyError on 'userid' that occurs when mail_password is accessed directly (without 'userid' in the request). Return mail_password_form. [brayt]
    · Notify ObjectModifiedEvent when a content title is modified through action > rename. Fixes http://dev.plone.org/ticket/12460 [thomasdesvenain]
    · Fixed some mail tests in combination with five.pt. [maurits]
    · Do not display the author contact form when the logged in user does not have an email address. Fixes http://dev.plone.org/ticket/12258 [maurits]



    What's new in Products.CMFPlone 4.2 Beta 2:

    February 10th, 2012

    · Changed link from search to @@search for the "More" link in livesearch_reply. [vincentfretin]
    · Notify ObjectModifiedEvent when a content title is modified through action > rename. Fixes http://dev.plone.org/ticket/12460 [thomasdesvenain]
    · Fixed some mail tests in combination with five.pt. [maurits]
    · Do not display the author contact form when the logged in user does not have an email address. Fixes http://dev.plone.org/ticket/12258 [maurits]



    What's new in Products.CMFPlone 4.2 Beta 1:

    December 6th, 2011

    · Define a ZCML feature called plone-42 in addition to the existing plone-4 and plone-41 to be used in conditional ZCML registrations. [vincentfretin]
    · Allow "Site Administrator to add keywords" [kleist, suggested by keul]
    · IE critical fix on toggle select and form submit helpers. [thomasdesvenain]
    · Fixed the two high priority scenarios (global sections viewlet and nav portlet) of http://dev.plone.org/ticket/11189. [fulv]
    · Call the view to unlock an item on unload synchronously, so that the call succeeds on Webkit browsers. This closes http://dev.plone.org/ticket/7885 [davisagli]
    · Remove uneeded kss debugging code [jfroche]
    · Allow users with the Manage Users permission to change the login name of other users; specifically this allows them to change the email address when this is used as login name. Fixes http://dev.plone.org/plone/ticket/11255 [maurits]
    · Removed the 'What' row in the event view that displayed the keywords; this is already handled by the keywords viewlet. Fixes http://dev.plone.org/plone/ticket/10818 [maurits]
    · Make control panel action GS export return actions alphabetically since there is no other natural ordering. [ggozad]
    · Fixed folder_listing template so that listing macro can be used outside of folder_listing. [thomasdesvenain]
    · Fix PloneTool.changeOwnershipOf to not pass MemberData to the underlying Owned.changeOwnership, but a plain User object only. [stefan]



    What's new in Products.CMFPlone 4.1.2:

    October 10th, 2011

    · Allow users with the Manage Users permission to change the login name of other users; specifically this allows them to change the email address when this is used as login name. Fixes http://dev.plone.org/plone/ticket/11255 [maurits]
    · Re-enable the getObjPositionInParent index in the portal_atct tool. Fixes http://dev.plone.org/plone/ticket/11151 [davisagli]
    · Removed the 'What' row in the event view that displayed the keywords; this is already handled by the keywords viewlet. Fixes http://dev.plone.org/plone/ticket/10818 [maurits]
    · Fix PloneTool.changeOwnershipOf to not pass MemberData to the underlying Owned.changeOwnership, but a plain User object only. [stefan]



    What's new in Products.CMFPlone 4.2 Alpha 2:

    September 19th, 2011

    · AuthenticatedUsers group is used for local roles etc, and is not the same as Authenticated role. Thus, it can not be optimized away in catalog queries. [tesdal]
    · getFolderContents only sets b_size if batching is true. [do3cc]



    What's new in Products.CMFPlone 4.2 Alpha 1:

    August 10th, 2011

    · Removed registration of the input-label.js from the portal_javascript tool. Those with a desperate need to support the 'placeholder' text functionality in the obsolete browsers are free to re-register the script in their own instances. [spliter]
    · Deprecated input-label.js — instead we are using the HTML5 'placeholder' attribute on the input fields. [spliter]
    · Deprecated IEFixes.css after we have introduced Modernizr and removed it's GS registration. References http://dev.plone.org/plone/ticket/11300 [spliter]
    · Added Modernizr 2 library. References http://dev.plone.org/plone/ticket/11300 [spliter]
    · Switch to HTML5 doctype. References http://dev.plone.org/plone/ticket/11300 [spliter]
    · Include plone.app.collection and related packages. Refs http://dev.plone.org/plone/ticket/10902 [esteele]



    What's new in Products.CMFPlone 4.1:

    July 20th, 2011

    · Make the plone-final import step dependend on rolemap to prevent some hard-to-debug add-on product related issues. Closes http://dev.plone.org/plone/ticket/11997; [MatthewWilkes]
    · Use transaction.savepoint instead of transaction.begin in isLinked; closes http://dev.plone.org/plone/ticket/7784; does not reopen http://dev.plone.org/plone/ticket/6666 probably because we use fixed version of ZEO [gotcha]
    · Fix: content status history form entries are not batched because there is no batch navigation management on this page, so that all selected elements from folder contents are displayed. [thomasdesvenain]
    · Optimized: Huge optimization of calendar_formfield.js under ie8 and lower. Gain of 50% on js execution on a large page. [thomasdesvenain]



    What's new in Products.CMFPlone 4.1 RC3:

    June 7th, 2011

    · Apply patches to prevent exploitation of CVE-2011-1948 (Hotfix 20110531.) [elro]
    · In actions.xml, use object_url for the object_buttons. Fixes http://dev.plone.org/plone/ticket/11733. [WouterVH]
    · Set Language to 'all' to list content in all languages when listing a worklist's contents (workflow) to support LinguaPlone better. [mj]
    · Set appropriate cache headers on createObject redirects to prevent caching by proxy servers. [elro]
    · Added "X-Theme-Disabled" response header to failsafe_login_form to disable Diazo/plone.app.theming. [elro]
    · Fixed PloneBatch to work for non-lazy sequences. [hannosch]
    · Explicitly load the configure.zcml from plone.app.upgrade, so the upgrade steps are loaded in plone.app.testing based test layers. [hannosch]
    · Define a ZCML feature called plone-41 in addition to the existing plone-4 to be used in conditional ZCML registrations. [hannosch]
    · Avoid registering CMFDefault's upgrade steps, as they are not useful in Plone. [hannosch]



    What's new in Products.CMFPlone 4.1 RC2:

    May 23rd, 2011

    · Fixed PloneBatch class to handle limited result sets correctly. This closes http://dev.plone.org/plone/ticket/11733. [hannosch]
    · Hide datepicker icon for date widget if plone.jscalendar is not loaded. Fixes #11831. [smcmahon]



    What's new in Products.CMFPlone 4.1 Beta 2:

    April 10th, 2011

    · Fix bug in formUnload.js where changes to select option lists without a default were incorrectly detected (javascript indexes from 0, not 1.) [elro]
    · Added "rss" alias to "RSS". This fixes https://dev.plone.org/plone/ticket/11638. [gotcha]
    · Fixed: "showing field with error is broken in edit view" This fixes https://dev.plone.org/plone/ticket/11686. [gotcha]
    · Fixed: "missing required icon in tabs in edit view" This fixes https://dev.plone.org/plone/ticket/11685. [gotcha]
    · Make wicked an optional dependency. (It is still pulled in by the Plone distribution.) [davisagli]
    · Fix import of RoleManager to avoid deprecation warning. [davisagli]
    · Update MigrationTool.getSoftwareVersion to return Products.CMFPlone version. [elro]



    What's new in Products.CMFPlone 4.1 Beta 1:

    March 9th, 2011

    · Remove useless trailing slash in 404. This fixes http://dev.plone.org/plone/ticket/11550 [gotcha]
    · Remove invocation of do_search_collapse from advanced search form. It caused the function to run twice, making collapsibles wink rather than open. Fixes http://dev.plone.org/plone/ticket/11565 [smcmahon]
    · Use correct argument order in utranslate.py script. This fixes http://dev.plone.org/plone/ticket/10395 [fRiSi]
    · Add missing security declarations on PropertiesTool. [davisagli]



    What's new in Products.CMFPlone 4.1 Alpha 2:

    February 14th, 2011

    · On search form don't show list of users when anonymous unless explicitly allowed in @@security-controlpanel. Fixes http://dev.plone.org/plone/ticket/11346 [msmith64]
    · Add fallback icon for control panels with no icon, in the portlet_prefs portlet. This fixes http://dev.plone.org/plone/tickets/11112. [topherh, davisagli]
    · Use the new optimized BooleanIndex for the is_default_page and is_folderish indexes and the new UUIDIndex for the UID index. [hannosch]
    · Remove js-generated inline style from searchbox. Same CSS is in public.css. Fixes http://dev.plone.org/plone/tickets/11186. [msmith64]
    · Use nocall: when getting the @@sitemap_view in sitemap.pt. [elro]
    · Hide plone.app.registry, z3c.form as an add-on options from the @@plone-addsite view, quickinstaller. [esteele]
    · Merge in PLIP #9288: Improved commenting infrastructure. Refs http://dev.plone.org/plone/ticket/9288 [timo]
    · Fixed handling of relative links used as default pages http://dev.plone.org/plone/ticket/11340 [fRiSi]




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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