History of Changes
Introduction and explanation of symbols
Changes are sorted
=add,
=remove,
=update
Version 2007-02 ()
1.2
-
[1.2] default port of ldap added Diff
Committed by michi. -
[1.2] using root parameter defined in sitemap. This parameter is used as the url prefix. Otherwise link-rewriting is not working correctly Diff
Committed by jann. -
[1.2] readying for 1.2.5 Diff
Committed by gregor.
2.0
-
[2.0] sample ldap properties file added Diff
Committed by michi. -
[2.0] Added workflow web test Diff
Committed by andreas. -
[2.0] Added inbox web test Diff
Committed by andreas. -
[2.0] Added 'add user' web test Diff
Committed by andreas. -
[2.0] Added sitetree nudge webtest Diff
Committed by andreas. -
[2.0] Added UsecaseModule which allows to choose the top-level tab according to the usecase's tab group Diff
Committed by andreas. -
[2.0] Adding stress test to create multiple documents Diff
Committed by andreas. -
[2.0] Added i18n for development module Diff
Committed by andreas. -
[2.0] Added delete/archive webtest Diff
Committed by andreas. -
[2.0] added documentation about module conventions.
Diff
Committed by nettings. -
[2.0] already exists within default pub conf Diff
Committed by michi. -
[2.0] Removed obsolete fallback XSLT Diff
Committed by andreas. -
[2.0] removed empty directories
--
This line, and those below, will be ignored--
D site
D edit
Diff
Committed by nettings. -
[2.0] refactoring: move submit/publish/reject/deactivate usecases from
pubs/default/modules/defaultusecases to modules-core/workflow.
FIXME: workflow now depends on notification, therefore notification
should be moved to modules-core.
Diff
Committed by nettings. -
[2.0] Removed obsolete UsecaseFallbackModule and ExistingUsecaseResolver Diff
Committed by andreas. -
[2.0] removed obsolete xopus files from core (xopus is now a module).
Diff
Committed by nettings. -
[2.0] nout about LDAP configuration added Diff
Committed by michi. -
[2.0] changed to default port Diff
Committed by michi. -
[2.0] Adding canoo webtest support and first test file Diff
Committed by andreas. -
[2.0] Adding Canoo WebTest location to build.properties Diff
Committed by andreas. -
[2.0] Move authentication from execute() to checkExecutionConditions() to avoid duplicate usecase execution Diff
Committed by andreas. -
[2.0] [minor change] updated test project title Diff
Committed by andreas. -
[2.0] Lock nodes only if usecase is executable Diff
Committed by andreas. -
[2.0] Avoid exceptions in publish JX template when problems occur Diff
Committed by andreas. -
[2.0] Improve formatting of publish error messages, don't show submit button if errors occur Diff
Committed by andreas. -
[2.0] Log out at the end of the acusecases test Diff
Committed by andreas. -
[2.0] optimize performance of canoo build Diff
Committed by andreas. -
[2.0] Fixed i18n issue, added basic test for workflow overview usecase Diff
Committed by andreas. -
[2.0] Add name attribute for workflow-state element. This simplifies web testing. Diff
Committed by andreas. -
[2.0] Accept only English reply for workflow overview. No idea why this is necessary here. Diff
Committed by andreas. -
[2.0] Allow to delete messages from inbox, improved usecase behaviour Diff
Committed by andreas. -
[2.0] Using POST for adding users Diff
Committed by andreas. -
[2.0] Using link instead of submit input for cancel button Diff
Committed by andreas. -
[2.0] Log out after web tests Diff
Committed by andreas. -
[2.0] Don't echo webtest home Diff
Committed by andreas. -
[2.0] Removed obsolete sitetree pipeline for admin area Diff
Committed by andreas. -
[2.0] Set navigation title after importing non-default-language docs. This fixes bug #41593. Diff
Committed by andreas. -
[2.0] Adding DB name to DB connection URL as required by new HSQLDB version Diff
Committed by andreas. -
[2.0] Use target to set patch.webapp property in test build. Diff
Committed by andreas. -
[2.0] Use string comparison to check document class, isInstance() doesn't seem to work in all cases. Diff
Committed by andreas. -
[2.0] Don't throw NPE when user doesn't exist in InboxModule Diff
Committed by andreas. -
[2.0] LinkRewriting: don't try to resolve links for docs which are not referenced in the site structure Diff
Committed by andreas. -
[2.0] Avoid / as base path for sitetree fragment requests Diff
Committed by andreas. -
[2.0] Fixed formatting of <a> in overview JX template Diff
Committed by andreas. -
[2.0] Added german i18n for 'revisions' Diff
Committed by andreas. -
[2.0] Added hyphen in 'SSL-Verschluesselung' Diff
Committed by andreas. -
[2.0] Updated location of edit-document.js in kupu module Diff
Committed by andreas. -
[2.0] Handle case that document is not referenced in site structure Diff
Committed by andreas. -
[2.0] Handle case that document doesn't exist when loading site tree Diff
Committed by andreas. -
[2.0] Improved language handling for area nodes Diff
Committed by andreas. -
[2.0] Don't use input modules when generating navigation elements to allow complete caching Diff
Committed by andreas. -
[2.0] Fix usecase handling in usecase.js when no view is used Diff
Committed by andreas. -
[2.0] Handle usecase invocation properly in webdav.js Diff
Committed by andreas. -
[2.0] Added NamespaceHelper.save(OutputStream) Diff
Committed by andreas. -
[2.0] Closing output stream after writing Diff
Committed by andreas. -
[2.0] Use isolated sessions for transactions to avoid 'hanging' modifications. Introduce SharedItemStore to improve performance. Diff
Committed by andreas. -
[2.0] Set patch.webapp property by alling target before test target Diff
Committed by andreas. -
[2.0] Clean up after messing up test data Diff
Committed by andreas. -
[2.0] Added check for empty docs to link manager impl. Diff
Committed by andreas. -
[2.0] [minor change] remove obsolete pipelines Diff
Committed by andreas. -
[2.0] Use context path instead of request parameter 'context' for language selector images Diff
Committed by andreas. -
[2.0] Considering context path when rewriting links Diff
Committed by andreas. -
[2.0] Removed CSS import to fix a permission problem with non-default pubs. See bug 41436. Thanks to Richard Frovarp for the patch. Diff
Committed by andreas. -
[2.0] Use method to access configuration directory instead of field. This avoids a null value problem. See bug 41436. Thanks to Richard Frovarp for the patch. Diff
Committed by andreas. -
[2.0] Add link to favicon Diff
Committed by andreas. -
[2.0] [minor change] removed unused imports Diff
Committed by andreas. -
[2.0] Added i18n for archive and trash states, fixed archive event Diff
Committed by andreas. -
[2.0] Renamed LinkRewritingTransformer to UuidToUrlTransformer, introduced UrlToUuidTransformer Diff
Committed by andreas. -
[2.0] Add context path to references to static images, see bug 41499 Diff
Committed by andreas. -
[2.0] [minor change] fixed javadoc comment Diff
Committed by andreas. -
[2.0] AbstractUsecase.getSourceURL() doesn't use getParameter() to avoid NPEs Diff
Committed by andreas. -
[2.0] Checking if a link target exists before trying to obtain linked doc Diff
Committed by andreas. -
[2.0] Check if source doc is null before trying to obtain resource type Diff
Committed by andreas. -
[2.0] Added some administration i18n terms Diff
Committed by andreas. -
[2.0] Added some missing usecase headlines, refined layout Diff
Committed by andreas. -
[2.0] Fixed admin.ipRange declaration and added policy Diff
Committed by andreas. -
[2.0] Fixed some usecase layout and i18n issuess Diff
Committed by andreas. -
[2.0] Various little layout and i18n improvements for usecases Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed xpatch attribute for uuid2url transformer Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Added UsecaseProxy.getParameter(name, defaultValue) Diff
Committed by andreas. -
[2.0] Imporved changePassword usecase view Diff
Committed by andreas. -
[2.0] Remove mandatory note for default user locales Diff
Committed by andreas. -
[2.0] Remove mandatory note for group name Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed some layout and i18n problems Diff
Committed by andreas. -
[2.0] Fixed IP range profile Diff
Committed by andreas. -
[2.0] Fixed appearance of menu items in admin area Diff
Committed by andreas. -
[2.0] Fixed syntax of nav element URIs, this fixes the search form URL Diff
Committed by andreas. -
[2.0] Fixed wildcard references in sitetree xmap Diff
Committed by andreas. -
[2.0] Fixed SVG resource URL Diff
Committed by andreas. -
[2.0] Added missing i18n message Diff
Committed by andreas. -
[2.0] fixed readme regarding usecase permissions, thanks to richard frovarp.
Diff
Committed by nettings. -
[2.0] remove dead code, whitenoise.
please review, in case somebody left this in as a reminder of some kind
or forgot to add code...
Diff
Committed by nettings. -
[2.0] ValidationUtil: pass error handler to validation handler Diff
Committed by andreas. -
[2.0] Repeat stress test only 3 times Diff
Committed by andreas. -
[2.0] [minor change] removed webtest echo Diff
Committed by andreas. -
[2.0] Fixed DocumentHelper.readDocument(String), added encoding parameter Diff
Committed by andreas. -
[2.0] Added method UsecaseProxy.getSession() Diff
Committed by andreas. -
[2.0] Don't advance usecase before execution Diff
Committed by andreas. -
[2.0] Allow to specify the session when obtaining a lenya-document source Diff
Committed by andreas. -
[2.0] Added some javadocs Diff
Committed by andreas. -
[2.0] Fixed some 1-form-editor issues. Diff
Committed by andreas. -
[2.0] Changed nudge test parameters so that they don't interfere with the archive/delete test Diff
Committed by andreas. -
[2.0] Removed dead code Diff
Committed by andreas. -
[2.0] [minor change] added javadoc comment Diff
Committed by andreas. -
[2.0] Don't retrieve areas from the file system since this fails for non-committed docs Diff
Committed by andreas. -
[2.0] Refresh shared item store actively to avoid 404s because of limited filesystem last modification granularity Diff
Committed by andreas. -
[2.0] Added check+debug code to MoveSubsite usecases Diff
Committed by andreas. -
[2.0] Don't reload sitetree if file system version is newer Diff
Committed by andreas. -
[2.0] Added synchronization to meta data loading code Diff
Committed by andreas. -
[2.0] fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=40778,
thanks to richard frovarp.
include "compiled" tiny_mce.js because it loads faster than the
human-readable version.
Diff
Committed by nettings. -
[2.0] more documentation, partly stolen from the website and extended.
andreas, can you take a look at the FIXMEs regarding the modules.xml
format?
Diff
Committed by nettings. -
[2.0] RepositorySourceValidity: don't use stale node for lastModified comparison, but return UNKNOWN. Diff
Committed by andreas. -
[2.0] Don't store shale node in RepoSourceValidity Diff
Committed by andreas. -
[2.0] remove pointless alert()
Diff
Committed by nettings. -
[2.0] avoid NPE when a user requests <host>:<port>/foo.
see bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41694.
* make URLInformation handle null strings gracefully
* check for null strings in DocumentPolicyManagerWrapper
additionally, redirect "*" to "index.html" in global-sitemap.xmap to
avoid spurious authentication warnings.
FIXME: a request of the form <pub-id> without a trailing slash is not
yet handled - it triggers a login usecase, but permission is not granted
regardless of credentials.
Diff
Committed by nettings. -
[2.0] removed forgotten profile-noncaching setting in pipeline
--
This line, and those below, will be ignored--
M tinymce/sitemap.xmap
Diff
Committed by nettings. -
[2.0] Removed obsolete link-attribute config from publication.xconf Diff
Committed by andreas. -
[2.0] Reduced test repeat counts to 1 Diff
Committed by andreas. -
[2.0] Move blog's publish usecase to a different package, this resolves a name clash Diff
Committed by andreas.
Documentation
-
[Documentation] Added docs about publication configuration Diff
Committed by andreas. -
[Documentation] Updated PDF margins Diff
Committed by andreas. -
[Documentation] Added docs about Canoo web tests Diff
Committed by andreas. -
[Documentation] Updated color of code blocks Diff
Committed by andreas. -
[Documentation] Updating svn log changes of website Diff
Committed by thorsten. -
[Documentation] point to 1.2.5 Diff
Committed by gregor. -
[Documentation] Fixing linking by using site: pattern. Please do not link relative to a path but use the site: and ext: linking. Diff
Committed by thorsten.
No context matched
-
[No context matched] Reworked publication.xconf configuration and introduction pages. Diff
Committed by nettings. -
[No context matched] tagging 1.2.5 Diff
Committed by gregor. -
[No context matched] mirrored andreas' changes in trunk
Diff
Committed by nettings. -
[No context matched] * remove contents of pubs/*/publication.xml (empty files remain)
* remove rendering support for publication.xml (global-sitemap.xmap).
* remove all uses of http://apache.org/cocoon/lenya/publication/1.0
namespace.
* introduce a new new namespace:
http://apache.org/cocoon/lenya/publication/1.1.
* publication.xconf data must now be in that namespace
(backwards-incompatible, requires changes to old files)
notably, module, proxy and resource-type are now grouped in wrapper
elements.
* move information from pubs/*publication.xml to
pubs/*config/publication.xconf
* add webapp/lenya/resources/schemas/publication.rng to define the
namespace
* add complete list of element/attribute constants to
PublicationConfiguration.java
(although only a subset is actually parsed there) and enable namespace
support.
* modify webapp/lenya/resources/i18n/modules2xinclude.xsl accordingly
* introduce core and per-publication readme.xml.
* improve introduction pages
TODO:
* fix webapp/lenya/xslt/modules/modules2xinclude.xsl, rename to something
more intuitive
* fix Instantiator.java
Diff
Committed by nettings. -
[No context matched] Use distinct project name for branch Diff
Committed by andreas. -
[No context matched] white noise.
Diff
Committed by nettings. -
[No context matched] Allow null prefixes, this is conforming to DOM level 2 Diff
Committed by andreas. -
[No context matched] Added namespace prefix to XSLT Diff
Committed by andreas. -
[No context matched] fix botched css, sorry.
Diff
Committed by nettings. -
[No context matched] clean up namespace decls, use default namespace or "lenya" instead of
"pub" for http://apache.org/cocoon/lenya/publication/1.1
to be consistent witht the rest of lenya.
Diff
Committed by nettings. -
[No context matched] fixed handling of proxy configuration (now nested!)
Diff
Committed by nettings. -
[No context matched] corrected hasty commit, sorry.
Diff
Committed by nettings. -
[No context matched] update default publication instantiator.
nasty but working. i need to figure out when to use
DefaultConfiguration and when to use the Configuration and
MutableConfiuration interfaces. right now i took the shotgun approach.
and the string constants need to be eliminated...
Diff
Committed by nettings. -
[No context matched] slightly changed the usage of interface vs. object types, i hope this makes sense.
no change in functionality.
Diff
Committed by nettings. -
[No context matched] fixed missing namespace for templates elements.
Diff
Committed by nettings.
Site
-
[Site] Automatic publish from forrestbot Diff
Committed by thorsten. -
[Site] Automatic publish from forrestbot Diff
Committed by thorsten. -
[Site] Automatic 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), (gregor), (jann), (michi), (nettings), (thorsten).





