apache > lenya
 

History of Changes

RSS

Introduction and explanation of symbols

Changes are sorted by "{0}" and thentype chronologically with the most recent at the top. These symbols denote the various action types:add=add, remove=remove, update=update

Version 2007-11 ()

1.2

  • update[1.2] Applying patch http://issues.apache.org/bugzilla/show_bug.cgi?id=43961. Thanks to Thomas Comiotto Diff Committed by jann.
  • update[1.2] Fixed Bug 43748. Replaced bash-specific code with POSIX sh acceptable code. Diff Committed by solprovider.

2.0

  • add[2.0] Added usecases to index a complete area and to create a new search page Diff Committed by andreas.
  • add[2.0] added patchfile to activate lenya proxies for default pub (for convenience) README updates. Diff Committed by nettings.
  • add[2.0] Improvements for browser compatibility (ie6, 7, safari >2 and firefox should work now) and stability (prevents collapsing) at small screen sizes Please report admin gui layout problems fixes bug 43899 http://issues.apache.org/bugzilla/show_bug.cgi?id=43899 Diff Committed by ragaller.
  • add[2.0] Added missing usecases for bug 43916. Diff Committed by rfrovarp.
  • add[2.0] Introduced method Role.isAssignable(), added sitemanager role and group, updated usecase policies accordingly Diff Committed by andreas.
  • add[2.0] Adding Batik protocol handlers for site: and lenya-document:, this allows to use internal URLs. Fixes bug 43933. Diff Committed by andreas.
  • add[2.0] Removing Xindice servlet declaration from web.xml, specify Cocoon servlet name in logger-class.xweb to avoid suspending by XConfToolTask Diff Committed by andreas.
  • add[2.0] Updated xmldb library licenses Diff Committed by andreas.
  • add[2.0] Show non-editable meta data, use tabbed view for meta data Diff Committed by andreas.
  • remove[2.0] removed unmaintained and untested XUL menus. there isn't really much to be gained from a XUL interface that would warrant having firefox-specific menus, apart from annoying IE users. hey, wait... Diff Committed by nettings.
  • remove[2.0] Admin area is no longer used. Couldn't find any other references to the admin area, but I may have missed something. Diff Committed by rfrovarp.
  • remove[2.0] Not needed either. Fixes bug 43171. Diff Committed by rfrovarp.
  • update[2.0] Add DublinCore.getTitle() with fallback to UUID if the title is null, avoids NPEs in usecase message generation Diff Committed by andreas.
  • update[2.0] use proxy input module to determine correct path to profiling page Diff Committed by nettings.
  • update[2.0] made xml prettyprinter aware of the xhtml pre tag (e.g. leave it alone) Diff Committed by nettings.
  • update[2.0] added comments + FIXMEs. please review and provide missing information. whitenoise. removed unused XUL code commented out unused cforms code and policies pipeline. Diff Committed by nettings.
  • update[2.0] re-added cforms helpers, they are still being used. Diff Committed by nettings.
  • update[2.0] comments, whitenoise. Diff Committed by nettings.
  • update[2.0] indentation, no functional changes Diff Committed by nettings.
  • update[2.0] remove file caching mechanism from default publication. cache reading used to be disabled by default, but we still did cache writing at the expense of three unnecessary transforms per request. it was not feasible to just comment it out, since part of the goal was to make the sitemap easier to grasp, and cache writing involved plenty nested conditionals. there never was proper cache invalidation anyways. so people can now just wget -l -r their site to some static webserver after edits... Diff Committed by nettings.
  • update[2.0] make tinymce work in non-root contexts. the proxy transformer used to be applied twice (once in the pub sitemap, once during tinymce post-processing). Diff Committed by nettings.
  • update[2.0] jetty6 test environment README update Diff Committed by nettings.
  • update[2.0] AreaImpl.getDocuments(): Don't try to obtain docs from non-UUID site nodes Diff Committed by andreas.
  • update[2.0] Added lucene.indexSite to usecase policies Diff Committed by andreas.
  • update[2.0] changed tinymce config option from forced_root_element to forced_root_block. Fixes bug 43806 Diff Committed by ragaller.
  • update[2.0] simplify proxy test setup (no forced ssl for authoring) Diff Committed by nettings.
  • update[2.0] fixes for redirects in non-root contexts and proxied environments. added appropriate {proxy:} calls around redirect uris and added proxyModule link rewriting to usecases redirector. please test thoroughly. this is a potentially dangerous commit during code freeze. you can use the jetty6 setup described in tools/proxytest to create a non-root proxy setup without too much hassle. Diff Committed by nettings.
  • update[2.0] updated proxy test scaffold, thanks to michi, jann and andreas for helpful comments. please try this to prepare jetty6 migration and to test our proxy code for regressions as you commit new code. Diff Committed by nettings.
  • update[2.0] added proxy-related notes to global readme. Diff Committed by nettings.
  • update[2.0] added class to form on the search results page and replaced the inline styling Diff Committed by ragaller.
  • update[2.0] german i18n for Pages on the search results page Diff Committed by ragaller.
  • update[2.0] [minor change] code formatting Diff Committed by andreas.
  • update[2.0] tinyMCE: renamed button "Submit" to "Save" (was misleading as "Submit" is used in the workflow) Diff Committed by ragaller.
  • update[2.0] tinyMCE: added i18 transformation (fixes i18n for save and cancel buttons) Diff Committed by ragaller.
  • update[2.0] Replaced FIXME with comment about title in language-exists action block Diff Committed by andreas.
  • update[2.0] Replaced FIXME with explanation of a pipeline in global-sitemap.xmap Diff Committed by andreas.
  • update[2.0] [minor change] improved exception message Diff Committed by andreas.
  • update[2.0] make bxe work in proxied environments. the primary problem was that bxe needs an rng file on the client, and we did not correctly resolve <rng:include href=".."> urls. there are two ugly hacks in the existing code that should eventually be removed altogether. the current patch just adds workarounds, since we're in code freeze. the hacks are: * webapp/lenya/xslt/resources/translate-rng-includes.xsl implements a fallback uri resolver for client requests and gets it wrong. the error has been fixed and a proxy transformation added, but we should not duplicate knowledge about fallback resolving in an xslt! * java/org/apache/lenya/cms/cocoon/components/modules/input/ResourceTypeModule.java adds a context prefix to the schema uri and also tries to resolve fallback itself, again not really watertight. the context prefix has been removed, and we now apply a proxy transformer afterwards. to make this work, the proxy transformer configuration was extended to catch rng:include elements. TODO: bxe.close still redirects to a wrong URL (context prefix instead of proxy) Diff Committed by nettings.
  • update[2.0] missed this file for the bxe fix, sorry. Diff Committed by nettings.
  • update[2.0] fix redirect in bxe.close Diff Committed by nettings.
  • update[2.0] fix source view stylesheet for proxy setups improve profiling result table layout Diff Committed by nettings.
  • update[2.0] fix kupu for proxied environments. kupu users please test - basic editing and saving works, but i have no idea what all those other features are supposed to do. Diff Committed by nettings.
  • update[2.0] proxy instructions update Diff Committed by nettings.
  • update[2.0] removed XUL reference from build.properties (the code no longer exists in trunk) i've updated the version number as well, although it wasn't strictly necessary, but i figured it might be good for everyone to resync their local.build.properties before we put out an RC. Diff Committed by nettings.
  • update[2.0] made apache httpd stuff more generic Diff Committed by nettings.
  • update[2.0] trivial fix: explicitly <link> the favicon, so that it works in proxy setups (if we leave it to the browser, we can't munge it with the proxy transformer) thanks jürgen for spotting. Diff Committed by nettings.
  • update[2.0] Added i18n messages for login usecase error messages, removed dead code, don't lose username when an error occurs Diff Committed by andreas.
  • update[2.0] Linking module: export transformation package Diff Committed by andreas.
  • update[2.0] Fixed some i18n issues, don't show asterisk for full user name if it isn't required Diff Committed by andreas.
  • update[2.0] I18n sitemap: don't return an empty catalogue if the catalogue doesn't exist for this locale, because this would avoid the fallback. This fixes bug 43862. Diff Committed by andreas.
  • update[2.0] Adding acusecases module to default publication configuration (necessary for i18n) Diff Committed by andreas.
  • update[2.0] Don't require user fullname (don't show asterisk) Diff Committed by andreas.
  • update[2.0] Added i18n for error message Diff Committed by andreas.
  • update[2.0] Added i18n message Diff Committed by andreas.
  • update[2.0] Fixed i18n for IP ranges, renamed 'nicht gueltig' to 'ungueltig' Diff Committed by andreas.
  • update[2.0] Use display:table-cell instead of float:left for tabbed areas to avoid wrapping Diff Committed by andreas.
  • update[2.0] Avoid line break on site overview in admin area Diff Committed by andreas.
  • update[2.0] Avoid line break on site overview in admin area Diff Committed by andreas.
  • update[2.0] Fixed i18n for resource create screen title Diff Committed by andreas.
  • update[2.0] Improved i18n for create screen title Diff Committed by andreas.
  • update[2.0] Improved i18n for 'change URL' usecase Diff Committed by andreas.
  • update[2.0] Improved i18n for 'change URL' usecase Diff Committed by andreas.
  • update[2.0] OneForm editor: replaced Document ID and workflow event with title+uuid+language Diff Committed by andreas.
  • update[2.0] Fixed layout (float) for one form editor info boxes Diff Committed by andreas.
  • update[2.0] Added i18n messages for 'change password' errors Diff Committed by andreas.
  • update[2.0] Improved layout of login screen errors Diff Committed by andreas.
  • update[2.0] Added i18n message (document can't be deleted if live version exists) Diff Committed by andreas.
  • update[2.0] Show language label on create screen, don't lose selected language if an error occurs Diff Committed by andreas.
  • update[2.0] Fixed some i18n issue, use POST for methods which manipulate the server content Diff Committed by andreas.
  • update[2.0] Wrap setting of expiration header in language-exists action to avoid an exception Diff Committed by andreas.
  • update[2.0] User screen: link to group page instead of group profile editing page Diff Committed by andreas.
  • update[2.0] Fixed some i18n issues, use POST for forms which manipulate the server content Diff Committed by andreas.
  • update[2.0] Disable empty menus Diff Committed by andreas.
  • update[2.0] Added i18n message for remove language version error Diff Committed by andreas.
  • update[2.0] Adding some comments to menubar sitemap Diff Committed by andreas.
  • update[2.0] Using dedicated proxy transformer for Relax NG namespace. Diff Committed by andreas.
  • update[2.0] Remove proxy module call from parameters which will be transformed by the proxy transformer. This avoids duplicate context paths, see bug 43750. Diff Committed by andreas.
  • update[2.0] Make ajax menus work with proxy Diff Committed by andreas.
  • update[2.0] Added i18n message for TinyMCE menu item Diff Committed by andreas.
  • update[2.0] Added failing test for bug 43858 Diff Committed by andreas.
  • update[2.0] Added failing test for bug 43858 (DocumentManager.moveAll()) Diff Committed by andreas.
  • update[2.0] Preserve child order in DocumentManagerImpl.copyAll() and moveAll(). This fixes bug 43858. Diff Committed by andreas.
  • update[2.0] [minor change] DocumentImpl: put null check first so that the fields are not set if the argument is null Diff Committed by andreas.
  • update[2.0] Added some not-null assertions to DocumentFactoryImpl Diff Committed by andreas.
  • update[2.0] [minor change] converted tabs to spaces Diff Committed by andreas.
  • update[2.0] SiteTreeImpl: if link is added, check for node UUID before adding it to the UUID quick-lookup map Diff Committed by andreas.
  • update[2.0] AbstractLink: throw UnsupportedOperationException in getDocument() if node has no UUID. Diff Committed by andreas.
  • update[2.0] SiteTree test: updated to new site code (don't fail for non-UUID nodes) Diff Committed by andreas.
  • update[2.0] Added more i18n messages Diff Committed by andreas.
  • update[2.0] Publish usecase: consider non-UUID site nodes (don't throw exception) Diff Committed by andreas.
  • update[2.0] fix bug http://issues.apache.org/bugzilla/show_bug.cgi?id=43864 (oneform and tiny eating umlauts). it seems there is a general problem with encodings of http post requests... we used to post urlencoded, which does not work with jetty. this patch changes the mime type to multipart/form-data, which seems to work. tomcat users please cross-check for regressions. Diff Committed by nettings.
  • update[2.0] Don't allow to cut/copy from other areas than authoring. See bug 43861 for more information. Diff Committed by andreas.
  • update[2.0] SiteSource: Refactoring, code simplification (no functional changes) Diff Committed by andreas.
  • update[2.0] Remove dead code Diff Committed by rfrovarp.
  • update[2.0] Collection module: include language in lenya-document URI to make the call context insensitive Diff Committed by andreas.
  • update[2.0] DocumentSourceFactory: Provide available context information to links Diff Committed by andreas.
  • update[2.0] Fix NPE in bug 43916. Diff Committed by rfrovarp.
  • update[2.0] Consolidate German workflow usecase i18n messages Diff Committed by andreas.
  • update[2.0] Consolidate English workflow usecase i18n messages Diff Committed by andreas.
  • update[2.0] Doesn't need to be warn as the operation does succeed. Diff Committed by rfrovarp.
  • update[2.0] Refactored to remove bad Thread.run(). Fixes 43919. Diff Committed by rfrovarp.
  • update[2.0] Make FCKeditor work outside of the root context. Should also now work through proxies. Fixes 43750 for FCK. Diff Committed by rfrovarp.
  • update[2.0] Sorting groups in user admin usecases Diff Committed by andreas.
  • update[2.0] Don't allow to assign a non-assignable role to an accreditable via URL manipulation Diff Committed by andreas.
  • update[2.0] Move condition checks to AccessControl.checkExecutionConditions() to avoid flow errors Diff Committed by andreas.
  • update[2.0] [minor change] Removed nop constructor, code formatting Diff Committed by andreas.
  • update[2.0] Added missing hyphen to German i18n message Diff Committed by andreas.
  • update[2.0] Renamed 'Rechte Auth' to 'Rechte Bearb.' for consistency reasons Diff Committed by andreas.
  • update[2.0] Fixed i18n for 'not live' (german), removed unused variables from menu2xhtml.xsl Diff Committed by andreas.
  • update[2.0] Setup roles in BypassableAccessController, this avoids exceptions on 404 pages. Diff Committed by andreas.
  • update[2.0] [minor change] removed unused import Diff Committed by andreas.
  • update[2.0] Use page-envelope:language instead of page-envelope:document-language to build navigation widgets. This fixes bug 43928. Diff Committed by andreas.
  • update[2.0] Use proxy for contextPrefix for forms editor image path Diff Committed by andreas.
  • update[2.0] Fixed link on group overview (works with proxy now) Diff Committed by andreas.
  • update[2.0] Fixed path for sort links on site overview, use arrow characters instead of images to avoid path problems Diff Committed by andreas.
  • update[2.0] Remove proxy for scaling. Requests are against localhost so proxy isn't required and context is provided by nonProxyBaseUrl. Fixes 43933. Diff Committed by rfrovarp.
  • update[2.0] Removed obsolete elements from forms editor stylesheets Diff Committed by andreas.
  • update[2.0] Change forms editor to use xindice libraries for XUpdate. Append declared namespaces to XUpdate namespace map. Removed obsolete custom xmldb libraries. This fixes bug 43932. Diff Committed by andreas.
  • update[2.0] Removed unused method from forms editor Diff Committed by andreas.
  • update[2.0] Move proxy module evaluation out of global variable declaration (see bug 43750). Diff Committed by andreas.
  • update[2.0] Don't include xindice block but add xindice and xmldb libraries to editors module, this avoids unnecessary entries in cocoon.xconf. Diff Committed by andreas.
  • update[2.0] Call usecase.getView() before building proxy object so that prepareView() has an effect. Diff Committed by andreas.
  • update[2.0] Fixed i18n for forms editor, removed outdated information box Diff Committed by andreas.
  • update[2.0] Fixes missing sup and sub elements problem in bug 36298. Diff Committed by rfrovarp.
  • update[2.0] Don't allow restore to paths that don't exist. Prevents ghost nodes from bug 43861. Diff Committed by rfrovarp.
  • update[2.0] Added i18n messages for core meta data Diff Committed by andreas.
  • update[2.0] Added i18n for resource meta data Diff Committed by andreas.
  • update[2.0] Added i18n for workflow meta data Diff Committed by andreas.
  • update[2.0] Added CSS for meta data tab view Diff Committed by andreas.
  • update[2.0] Added missing license header to javascript file Diff Committed by andreas.
  • update[2.0] Improved error notification of lucene index transformer. Diff Committed by andreas.

Documentation

  • add[Documentation] did a quick and dirty vector conversion of lenya bitmap logo. i basically opened it in gimp, scaled it tenfold, applied gaussian blur with 12 px radius and then used potrace for the conversion, -a 0.5 and -u 30 iirc. has lost considerable detail in the feather, which could be improved by selective blur. will try again later, but this shows roughly what can be done without re-drawing it. Diff Committed by nettings.
  • update[Documentation] added sponsorship links as requested by the asf fundraisers Diff Committed by nettings.
  • update[Documentation] Fixed typo in TinyMCE install path Diff Committed by andreas.
  • update[Documentation] Added another proxy transformer example Diff Committed by andreas.
  • update[Documentation] Fixed typo and wording Diff Committed by andreas.
  • update[Documentation] Make 'organize lenya sprints' in roadmap bold, since we had two user meetings this year. Diff Committed by andreas.
  • update[Documentation] Added some infos to 'What's new in Lenya 2.0' page Diff Committed by andreas.
  • update[Documentation] Added some infos to 'What's new in Lenya 2.0' page Diff Committed by andreas.
  • update[Documentation] Added some infos to 'What's new in Lenya 2.0' page Diff Committed by andreas.
  • update[Documentation] Added some infos to 'What's new in Lenya 2.0' page Diff Committed by andreas.
  • update[Documentation] Added some infos to 'What's new in Lenya 2.0' page Diff Committed by andreas.
  • update[Documentation] Adding quick svn command to create a tag. Diff Committed by thorsten.
  • update[Documentation] FCK 2.5 is going stable real soon and it hasn't been tested yet in Lenya. So changing instructions to indicate use of a known good version. Diff Committed by rfrovarp.

No context matched

  • add[No context matched] Updating shibboleth docs Diff Committed by andreas.
  • add[No context matched] Adding irc log of the rc1 testing session Diff Committed by thorsten.
  • add[No context matched] Tagging the 2.0 RC2. Diff Committed by thorsten.
  • remove[No context matched] Removed obsolete ShireSelector class Diff Committed by andreas.
  • update[No context matched] [minor change] formatting Diff Committed by andreas.
  • update[No context matched] Don't include port 443 in URLs. Refactoring: removed code duplication (appending port to server). Diff Committed by andreas.
  • update[No context matched] Use proxy setup URLs and correct providerId in cocoon.xconf. Diff Committed by andreas.
  • update[No context matched] Updated shibboleth and attribute docs Diff Committed by andreas.
  • update[No context matched] Refactoring: moved AttributeDefinition implementation from shibboleth to saml package Diff Committed by andreas.
  • update[No context matched] Release Canidate 1 for version 2.0 added Diff Committed by thorsten.
  • update[No context matched] Changed externals declaration for Cocoon to the 2.1.10 release Diff Committed by thorsten.
  • update[No context matched] Fixing accident commit Diff Committed by thorsten.

Sandbox

  • add[Sandbox] Layout update Diff Committed by andreas.
  • add[Sandbox] Added support for ToC and FAQ Diff Committed by andreas.
  • add[Sandbox] Adding docustyle module Diff Committed by andreas.
  • add[Sandbox] Layout update Diff Committed by andreas.
  • add[Sandbox] Added search index data Diff Committed by andreas.
  • add[Sandbox] Added menu to forrest module Diff Committed by andreas.
  • add[Sandbox] Added externallinks and propertiesdocument modules Diff Committed by andreas.
  • add[Sandbox] Adding external links to docu publication Diff Committed by andreas.
  • remove[Sandbox] Improved layout Diff Committed by andreas.
  • remove[Sandbox] Removed unused container documents Diff Committed by andreas.
  • remove[Sandbox] Moving resources from shared to resources directory Diff Committed by andreas.
  • remove[Sandbox] Moving resources from docu pub to docustyle module (doesn't require build on change) Diff Committed by andreas.
  • remove[Sandbox] removed svn eol property test file - I think my settings should be fine Diff Committed by ragaller.
  • update[Sandbox] Use nav titles as dublin core titles when importing forrest docs Diff Committed by andreas.
  • update[Sandbox] Layout update: use plain <h1> for document title Diff Committed by andreas.
  • update[Sandbox] Use first child URL for docu pub tabs Diff Committed by andreas.
  • update[Sandbox] Improved layout, removed pretty-printing (destroys <pre> element content) Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Improved layout Diff Committed by andreas.
  • update[Sandbox] Added layout support for ToC Diff Committed by andreas.
  • update[Sandbox] Converted titles and FAQ documents Diff Committed by andreas.
  • update[Sandbox] Updated layout Diff Committed by andreas.
  • update[Sandbox] Updated import and test Diff Committed by andreas.
  • update[Sandbox] Updated menu layout Diff Committed by andreas.
  • update[Sandbox] Layout update (experimental) Diff Committed by andreas.
  • update[Sandbox] Layout update (experimental) Diff Committed by andreas.
  • update[Sandbox] Show section title above menu Diff Committed by andreas.
  • update[Sandbox] Layout update Diff Committed by andreas.
  • update[Sandbox] Fixed body indexing Diff Committed by andreas.
  • update[Sandbox] Disabled forrest module test method Diff Committed by andreas.
  • update[Sandbox] Added search page Diff Committed by andreas.
  • update[Sandbox] Don't include nodes without children in tabs Diff Committed by andreas.
  • update[Sandbox] Use only language 'en' in docu pub Diff Committed by andreas.
  • update[Sandbox] Declare forrest module in docu pub Diff Committed by andreas.
  • update[Sandbox] Added redirect to 'About' page, will hopefully become obsolete with a better URL structure Diff Committed by andreas.
  • update[Sandbox] Layout update (gradient background for header) Diff Committed by andreas.
  • update[Sandbox] Fixed anchors for toc, layout update Diff Committed by andreas.
  • update[Sandbox] Commented out forrest import method which uses not-yet-committed core methods Diff Committed by andreas.
  • update[Sandbox] Commented out code which relies on methods which are not committed yet to the trunk Diff Committed by andreas.
  • update[Sandbox] Added right padding to body Diff Committed by andreas.
  • update[Sandbox] Adding more functionality to externallinks and propertiesdocument modules Diff Committed by andreas.

Site

  • add[Site] Publish from forrestbot Diff Committed by jann.
  • update[Site] Publish from forrestbot Diff Committed by thorsten.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
(andreas), (jann), (nettings), (ragaller), (rfrovarp), (solprovider), (thorsten).

Version 2007-10 ()

2.0

  • update[2.0] Pass pub ID to tabs.xsl import (template-fallback), this allows to override and include it Diff Committed by andreas.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
(andreas).