Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2008-08-03 17:33:18 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update www/plone3 package to 3.1.4.

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-17 16:20:57 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update plone3 package to 3.1.3.

* 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-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-06-06 18:08:07 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update plone3 package to 3.1.2.

* 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-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2008-05-10 11:06:00 by Takahiro Kambe | Files touched by this commit (7)
Log message:
Update plone3 package to Plone 3.1.1.  Changes from 3.0.6 is too many,
please refer http://plone.org/products/plone/releases and related links.

This release is full compatible with Plone 3.0.
   2008-02-19 15:12:47 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update plone3 package to 3.0.6.

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-09 23:13:13 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update plone3 package to 3.0.5.

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-18 16:47:06 by Takahiro Kambe | Files touched by this commit (7) | Imported package
Log message:
Importing Plone 3.0.4 as plone3.

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

Next | Query returned 19 messages, browsing 11 to 20 | previous