summaryrefslogtreecommitdiff
path: root/www/plone3
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-11-15Update plone3 package to 3.1.7.taca2-5/+6
Change log * Allow _ as a valid character in file names and URLs. Do not remove # from file names. It only has a special meaning for URLs. * Enable unlock on unload for inline edits Updated packages and products * Products.CMFPlone 3.1.7 * plone.i18n 1.0.7 * archetypes.kss 1.4.3
2008-10-12Update plone3 package to 3.1.6.taca2-5/+15
The 6th maintenance release of Plone 3.1 is now available. The important changes since version 3.1.5.1 are: * Improve handling of stale catalog entries encountered during folder reordering. * Fix the silent failure of the group membership management of users via the user membership form. * Restore icons for the language control panel in the 3.0.1 to 3.0.2 migration. * Fix test for automatically generated ids to handle content types with a dot in their name. * By default, keep the styling when managing portlets separate from the styling when viewing the portlets, to improve usability with custom themes. * Hide link to the dashboard from the personal preferences page if the user is not allowed to view the dashboard. * Improve styling in MS Internet Explorer. * Fix non XML syntax compliant ids in content menus. * Correct problems with Firefox 3.0 and kupu. The following packages and products were upgrades as part of this release: * Products.kupu 1.4.12 * Products.CMFPlone 3.1.6 * plone.app.contentmenu 1.1.5 More information about this release and links to installers can be found at http://plone.org/products/plone/releases/3.1.6
2008-08-27Update plone3 package to 3.1.5.1.taca4-49/+20
Change log * Internationalization updates: o Correct incorrect translation of default content on site creation. Fixes 8379. o Update normalization rules for French, Greek and Scandinavian languages. Fixes 7513 and 8308. o Use the native language name in the language selector viewlet. Fixes 7103. o Correct Unicode handling in the content rules mail action, sharing page and CMF action titles. Fixes 7650, 7576 and 7133. * Site setup improvements: o Expose both automatic and manual versioning policies through the types control panel. o Add an option to disable inline editing. o Simplify the mail control panel to use a single tab, making it less confusing with validation errors. This fixes 7425, 7694 and 6916. * Add and use a new multi checkbox widget with accessible <label>s. Fixes 7211. * Always use current file system path when looking for translation files. This prevents problems on ZEO environments or migrations where file system paths differ between instances. * When replying to a comment use the title of the replied-to comment as default for the new comment. Fixes 8323. * Allow changing ownership to users defined outside the Plone site. Fixes 5730. * Show a proper error message instead of a system error when trying to cut a locked item. Fixes 7711. * Make sure events do not appear in both previous and upcoming events collections at the same time. Fixes 7790. * Handle logins directly after a password reset correctly. Fixes 5548 and 8356. * Hitting enter in the user search box on the groups overview page should not add a new group. Fixes 6187. * Hide the language selector when printing. Fixes 8299. * Support batching of collection contents on all views. Fixed 8121. * Improve handling of hCard/hCalendar support on the Events page. Fixes 6888 and 6889. * Upgrade jQuery to 1.2.6. * Improved support for OpenID 2 and OpenID delegation. Updated packages and products * Products.ATReferenceBrowserWidget 2.0.3 * Products.CMFPlone 3.1.5.1 * Products.PlacelessTranslationService 1.4.13 * Products.PloneTranslations 3.1.4 * borg.localrole 2.0.1 * plone.app.contentmenu 1.1.5 * plone.app.contentrules 1.1.5 * plone.app.controlpanel 1.1.2 * plone.app.form 1.1.5 * plone.app.i18n 1.0.5 * plone.app.iterate 1.1.5 * plone.app.layout 1.1.5 * plone.app.openid 1.1 * plone.app.portlets 1.1.5.1 * plone.app.viewletmanager 1.2.1 * plone.app.vocabularies 1.0.5 * plone.app.workflow 1.1.5 * plone.fieldsets 1.0.3 * plone.i18n 1.0.6 * plone.intelligenttext 1.0.2 * plone.openid 1.2 * plone.portlet.static 1.1.5
2008-08-03Update www/plone3 package to 3.1.4.taca3-7/+17
Change log * Fix an error in the French translation which broke the kupu visual editor. * Fix an error which broke through-the-web customization of views, viewlets and portlets. * Fix error in the sharing page which broke updating of local roles. Updated packages and products * Products.CMFPlone 3.1.4 * Products.kupu 1.4.11 * plone.app.customerize 1.1.2 * plone.app.workflow 1.1.4
2008-07-17Update plone3 package to 3.1.3.taca4-18/+27
* Updated translations. * Fix album display for folders which do not contain any images. This fixes 8212. * Fix invalid redirect in default view for comments. * Update the sharing page: o never reindex more than once when making changes. o modify the search button to only search. Previously it would also apply all changes in addition to doing a search. o do nothing if the form is submitted but no changes were made. o handle invalid LDAP or OpenID users correctly. * Update Archetypes: o use Content-Disposition instead of Content-disposition as HTTP header for downloads. Fixes problems with MS Internet Explorer 6, which appears to be case sensitive contrary to standards. o Add a new viewlet manager which allows adding of content at the bottom of content edit views. o Add an option to the reference field to also copy references when copying an object. * Update reference browser widget: o Make it possible to remove references for single-reference fields. o Add a new property 'startup_directory_method' to use a callable to determine the startup directory. o Inserted references were not checked by default on Internet Explorer 7. This fixes 7936. o Added a new property 'hide_inaccessible'. When set all items for which the user has no View permission are hidden. * Add a 'random items' option to the collection portlet. * Update GenericSetup import steps at each point when loading multiple profiles. Fixes CMF bug 213905. * Fix group handling to use group introspection PAS plugins, making it possible to ask, for example, LDAP groups for their members. * Fix user search to honour the order of user enumeration PAS plugins and correctly merge search results. * Add support for po files inside i18n folders in Python packages. They need to registered as a Zope2 product but don't need to be in the Products.* namespace anymore. * Do not create redirects for temporary URLs used while creating a new content object. This fixes 8260 and part of 7278. * Update viewlets to use the 'index' attribute rather than 'render' for setting viewlet templates. This allows them to be overriden using the 'template' ZCML attribute. * Do not show the display menu if it is disabled. * Add an actionMenuSelected class to selected menu items. * Standardize the rendering of the title in the folder contents template. * Fix a problem with disappearing security context for customized browser views. * Make it possible to customize viewlet and portlet templates registered with the same name for multiple browser layers. * Correctly handle objects with a space in their id in the broken-link-checker. Updated packages and products * Archetypes 1.5.9 * Products.ATReferenceBrowserWidget 2.0.2 * Products.CMFPlone 3.1.3 * Products.CMFQuickInstallerTool 2.1.6 * Products.GenericSetup 1.4.1 * Products.PlacelessTranslationService 1.4.12 * Products.PlonePAS 3.6 * Products.PloneTranslations: 3.1.3 * five.customerize 0.3 * plone.app.content 1.1.3 * plone.app.contentmenu 1.1.3 * plone.app.customerize 1.1.1 * plone.app.layout 1.1.3 * plone.app.linkintegrity 1.0.10 * plone.app.portlets 1.1.3 * plone.app.redirector 1.0.9 * plone.app.workflow 1.1.3 * plone.fieldsets 1.0.2 * plone.portlet.collection 1.1.3 * plone.session 2.0
2008-06-12Add DESTDIR support.joerg1-2/+4
2008-06-06Update plone3 package to 3.1.2.taca4-11/+35
* Correct registration of the Sarissa javascript library: current KSS uses it as well. Fixes bug 8141. * Correct handling of external links in the portal section tabs. Fixes bug 7155. * Correct display of sub-collections. Fixes bug 8159. * Use a custom permission for collection portlets so users can use it on their dashboard. * Fix handling of unicode versioning comments. Fixes bug 7400. * Update translations. * Do not allow backquotes in URLs but replace them with a dash. * Make CSS classes for the navigation tree more consistent. * KSS updates: o kss.demo is no longer required. o Improve support for Sarari 3.1. o Correct logging of doubly registered actions. * Update the quick installer tool: o Log ImportErrors in installation methods instead of silently ignoring them. o Sort products by title instead of id. This fixes bug 8012. o Fix installation/upgrade of products which had pre-Plone 3.0/CMF 21 style actions. * Update the kupu visual editor: o Add a hint for Deliverance so it will not style kupu pages. o Fix Plone bugs 7779, 7958, 7990, 8003, 8009, 8014, 8039, 8080, and 8129 . * Update Zope: o Bug 142350: Display description for properties as row title, if present. o Bug 143813: zopectl now exits non-zero when child processes fail. o Bug 164783: Indexes were migrated on initial creation of a ZODB. o Bug 173658: Removed dead code in OFS.Traversable's unrestrictedTraverse (apparent NameError). o Bug 198274: "empty" ZopePageTemplates could not be unpickled. o Bug 200007: DateTime(anotherDateTime) now preserves the timezone. o Bug 213311: Handle "unsubscriptable object" errors during publishing traversal. o zope.security: upgrade to version 3.3.3, which contains a backport of a huge performance bugfix from the 3.4 branch.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-10Update plone3 package to Plone 3.1.1. Changes from 3.0.6 is too many,taca7-81/+767
please refer http://plone.org/products/plone/releases and related links. This release is full compatible with Plone 3.0.
2008-02-19Update plone3 package to 3.0.6.taca4-16/+26
Change log * Various tests were enhanced to increase our test coverage * Implement unlocking for content which does not use portal_factory and for LinguaPlone translations. * Add a method to cleanup persistent schemas from content objects which were created by the 'update schema' feature from older Archetypes releases. This is available through the ZMI. * Correct removing of all roles from a group. This fixes This fixes 6994. * Correct generation of session cookies for long userids. This fixes problems with OpenID2 accounts. * Correct handling of unicode arguments for acl_users.enumerateUsers. This fixes zope-pas bug 189627. * Kupu updates: o Correct full screen mode. This fixes 7473. o Correct intenal link insertion for IE. This fixes 7494. o Correct stripping out of anchor to top of current page. This fixes 7680. o The 'Home' link nows goes to the content root instead of the Plone root. This fixes 7713. o 'Link using UIDs' broke indexing of richt text fields with non-ASCII characters. This fixes 7728. o Update the flags and languages list. This fixes 7441. o Revert internal change in language selector code in the plone.app.i18n release from Plone 3.0.5 in the language selector widget which broke LinguaPlone. o Fix lock timeout which was set by default to 12 minutes, it is now set to maxtimeout (71582788 minutes). This fixes 7358. o Fix TypeError when an anonymous user locks content. This fixes 7246. Updated packages * archetypes.kss 1.2.6 * plone.app.i18n 1.0.3 * plone.app.controlpanel 1.0.4 * plone.app.linkintegrity 1.0.5 * plone.app.vocabularies 1.0.3 * plone.locking 1.0.5 * plone.session 1.2 * Archetypes 1.5.6 * CMF 2.1.1 * CMFPlone 3.0.6 * PloneLanguageTool 2.0.2 * PlonePAS 3.2 * PloneTranslations 3.0.11 * PluggableAuthService 1.5.3 * kupu 1.4.8
2008-01-09Update plone3 package to 3.0.5.taca4-39/+18
o Changes from 3.0.4 * Update translations. * If you are using the fullscreenmode.js script, you can now pass in a minimal=1 argument in the URL to make a page start out in the minimal mode. * Fix problems with non-savepoint capable connections (such as SQL connections) involved in folder_delete, folder_publish of folder_rename actions. * Hiding page history, page navigation, and busy icon (spinner) in print CSS. This relates to 7402 and 7433. * Fix persistant translation service creation code. This corrects broken translations on initial Zope start. This fixes 7470. * Visual editor improvements: o Style whitelist and class blacklist now work when there is only one entry in the list. o Span tags with no attributes after filtering are removed. * Make the content rule configuration page fully translatable. This fixes 6886. * Update the object-not-found error page to search for alternatives within the navigation root instead of the entire site. * Fix translation for default item in display content menu for situations. This fixes 7281. * Fix absolute_url() for content rules add views, content rules traversal adapters, portlet add views, portlet assignment mappings and portlet assignments. * Fix handling of RSS feeds which do not include an update timestamp for feed entries. This fixes 7515. * Change KSS saveField to not require value explicitply but take it from the request if not specifies. This makes it possible to use saveField-kssSubmitForm: currentForm(); which is needed for multi-valued form variables. * Fix handling of the portal type criteria for collections. This fixes 7467. * Update the delete-confirmation page for objects that are references elsewhere to order all referencing items in alphabetical order. * Fix handling of types where allow_discussion is set as a class attribute which could lead to an AttributeError when changing the discussion settings. This fixes 761. * Extend the Archetypes widget API to inform widgets when processing the form in the validation phase. This fixes 760. * Correct zope.i18n.translate calls in Archetypes: should use the request, not the instance itself as the context. This fixes translation problems seen in Plone 3.0.4. * Do not create an empty <ul> in the personal actions bar if there are no items in it. This fixes an XHTML syntax error. * Fix the languages method of the language selector to include the native language name. * Fix invalid context argument passed into the translation machinery in the workflow state vocabulary. This fixes 7492. * Fix potential acquisition problem in five.localsitemanager when assigning values to the utilities registry of the component registry. * Raise a ValueError when the Zope3 translation utilities get passed in an invalid context argument. Translations in Zope3 work against the request alone and while the keyword is called context it was too easily confused with a contentish context. o Updated packages * Archetypes 1.5.5 * ATContentTypes 1.2.4 * CMFPlone 3.0.5 * GenericSetup 1.3.3 * kupu 1.4.7 * PlacelessTranslationService 1.4.8 * PloneTranslations 3.0.10 * archetypes.kss 1.2.5 * plone.app.contentmenu 1.0.5 * plone.app.contentrules 1.0.5 * plone.app.i18n 1.0.1 * plone.app.kss 1.2.5 * plone.app.linkintegrity 1.0.4 * plone.app.portlets 1.0.5 * plone.app.redirector 1.0.5 * plone.app.vocabulary 1.0.2 * plone.app.layout 1.0.5 * plone.contentrules 1.0.5 * five.localsitemanager 0.3
2007-12-18Importing Plone 3.0.4 as plone3.taca7-0/+10108
This package is based on new zope's framework. Plone is a ready-to-run content management system that is built on the powerful and free Zope application server. Plone is easy to set up, extremely flexible, and provides you with a system for managing web content that is ideal for project groups, communities, web sites, extranets and intranets. Plone 3 runs on Zope 2.10.x and has many improved features from Plone 2.5. 1. Inline editing 2. Working Copy support 3. Link and reference integrity checking 4. Automatic locking and unlocking 5. Easy collaboration and sharing 6. Versioning, history and reverting content 7. Upgraded visual HTML editor 8. Powerful workflow capabilities 9. Flexible authentication back-end 10. Full-text indexing of Word and PDF documents 11. Collections 12. Presentation mode for content 13. Support for the search engine Sitemap protocol 14. Support for multiple mark-up formats 15. Wiki support 16. Automatic previous/next navigation 17. Rules engine for content 18. Auto-generated tables of contents 19. Portlets engine 20. Professional support, development, hosting & training