History of Changes
Introduction and explanation of symbols
Changes are sorted
=add,
=remove,
=update
Version 2007-01 ()
1.2
-
[1.2] fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41296. This probably never worked in the default pub or somebody deleted the usecase file (but I could not found a hint in svn log). Diff
Committed by jann. -
[1.2] Fix bug #39360: File upload not working in Bitflux. Thanks to Bismarck Reyes (jbreyes@gmail.com). Diff
Committed by antonio. -
[1.2] Fix bug #39360: File upload not working in Bitflux. Thanks to Bismarck Reyes (jbreyes@gmail.com). Diff
Committed by antonio. -
[1.2] Correct actions src attribute for usecase class Diff
Committed by jann. -
[1.2] removing hardcoded unizh publication! arrrgh ... Diff
Committed by jann. -
[1.2] Remove unused variables. Diff
Committed by antonio. -
[1.2] Reduce variable scope. Diff
Committed by antonio. -
[1.2] Remove unused variables. Diff
Committed by antonio. -
[1.2] Remove unused variables, white spaces and cleanup code. Diff
Committed by antonio. -
[1.2] [minor changes] Adding document-type parameter and template matcher for neutron protocol. Credits to thomas comiotto Diff
Committed by jann. -
[1.2] Display [no title] for empty navigation titles in sitetree. This fixes bug #41495 for lenya-1.2.X Diff
Committed by jann.
2.0
-
[2.0] Added development module, first action: show logfile Diff
Committed by andreas. -
[2.0] Added kupu.js and sitemap.xmap for Kupu. Thanks to Jonathan Addison for the patch. See bug 39890. Diff
Committed by andreas. -
[2.0] Moving some blog resources to blog modules. This way, usecases can be registered correctly. Diff
Committed by andreas. -
[2.0] Added site usecase for blog Diff
Committed by andreas. -
[2.0] Make BXE work for blog entries Diff
Committed by andreas. -
[2.0] Fixed saving with neutron Diff
Committed by andreas. -
[2.0] Refactoring: merge modules usecase and usecase-impl Diff
Committed by andreas. -
[2.0] added a language selector to switch between the languages of a
publication.
it iterates over {page-envelope:publication-languages-csv} to display
all languages and then formats the links depending on whether the
language is currently chosen, available or unavailable.
to activate, add <module name="languageselector"/> to your
and add <map:part
src="cocoon://modules/languageselector/languageselector/text-abbr/flagsize-none"/>
to your publication sitemap.
then you can <xsl:apply-templates
select="xhtml:div[id='languageselector']/> in your page2xhtml.xsl.
for nice formatting, you need to do some css (look at the source for the
classes).
an optional display of flag symbols is in the works, but not yet
implemented. ignore the hooks for now.
Diff
Committed by nettings. -
[2.0] Refactoring: move usecase impl classes to impl packages, preparation for join with usecase module Diff
Committed by andreas. -
[2.0] [minor change] removing empty module usecase-impl Diff
Committed by andreas. -
[2.0] Refactoring: renaming modules *-impl to * Diff
Committed by andreas. -
[2.0] move the remaining global kupu resources into the kupu module
patch submitted by jonathan addison, thanks!
please test.
Diff
Committed by nettings. -
[2.0] Refactoring source node classes, attach repo session to http session instead of request (avoid clash because session is also stored in usecase proxy) Diff
Committed by andreas. -
[2.0] Reverted change to LinkResolver javadocs (revision is still considered) Diff
Committed by andreas. -
[2.0] add scroll bars to add link window Diff
Committed by chestnut. -
[2.0] Added publication to path of included scripts so publication fallback is utilized Diff
Committed by chestnut. -
[2.0] Added Apache license to lenya specific tinymce javascript files Diff
Committed by chestnut. -
[2.0] [minor change] removed unnecessary constructor Diff
Committed by andreas. -
[2.0] Detach repo session from servlet session when logging out. This seems to fix bug 41328. Diff
Committed by andreas. -
[2.0] added the anchor button to the tinymce editor Diff
Committed by chestnut. -
[2.0] PageEnvelopeModule: use DocumentBuilder directly instead of SiteUtil convenience method Diff
Committed by andreas. -
[2.0] DocumentManagerImpl: use Document.hasLink() instead of obsolete SiteUtil convenience method Diff
Committed by andreas. -
[2.0] Use direct methods instead of SiteUtil convenience methods Diff
Committed by andreas. -
[2.0] Use direct methods instead of SiteUtil convenience methods Diff
Committed by andreas. -
[2.0] Removed obsolete convenience methods from SiteUtil Diff
Committed by andreas. -
[2.0] MetaDataTest: don't use old-style ID a UUID Diff
Committed by andreas. -
[2.0] Removed / uncommented notes about JCR Diff
Committed by andreas. -
[2.0] Fixed left alignment of lenya header Diff
Committed by andreas. -
[2.0] Changed lenya.usecase=kupu to lenya.module=kupu, updated kupu.js to new API Diff
Committed by andreas. -
[2.0] Fixed kupu icon link Diff
Committed by andreas. -
[2.0] Use lenya-document:uuid for internal links in Kupu. This fixes bug 41341. Diff
Committed by andreas. -
[2.0] Fixed image path base in Kupu Diff
Committed by andreas. -
[2.0] Refactoring: add getTitle() method to kupu.js Diff
Committed by andreas. -
[2.0] Reduced visibility of AbstractUsecase.setSession() - not in interface anymore Diff
Committed by andreas. -
[2.0] Check usecase message params in constructor Diff
Committed by andreas. -
[2.0] Avoid NPE when instantiating UsecaseMessage Diff
Committed by andreas. -
[2.0] Handle non-parent simple site nodes correctly Diff
Committed by andreas. -
[2.0] [minor change] code formatting Diff
Committed by andreas. -
[2.0] Use title instead of uuid in error message Diff
Committed by andreas. -
[2.0] Don't pass null to UsecaseMessage constructor Diff
Committed by andreas. -
[2.0] [minor change] removed dead code Diff
Committed by andreas. -
[2.0] Removed Kupu reference from core sitemap Diff
Committed by andreas. -
[2.0] Use document title instead of uuid for error messages, improved workflow error message i18n Diff
Committed by andreas. -
[2.0] Use uuid-based links for images Diff
Committed by andreas. -
[2.0] Convert urls to uuids when saving with EditDocument, convert img to object elements when saving with Kupu Diff
Committed by andreas. -
[2.0] Rewrite links before delivering document to Kupu Diff
Committed by andreas. -
[2.0] [minor change] Removed debugging statement Diff
Committed by andreas. -
[2.0] Avoid NPE (no null params for UsecaseMessage) Diff
Committed by andreas. -
[2.0] Refactored workflow event handling, replaced unpublished menus with OSGi-style package exporting Diff
Committed by andreas. -
[2.0] [minor change] removed dead code Diff
Committed by andreas. -
[2.0] sitemanagement module depends on workflow-impl module Diff
Committed by andreas. -
[2.0] Refactoring: moved usecase-related resources from core to usecase module Diff
Committed by andreas. -
[2.0] fix bug 41405, thanks to jonathan addison.
Diff
Committed by nettings. -
[2.0] fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41395. thanks to
richard frovarp.
Diff
Committed by nettings. -
[2.0] fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41393. credit
goes to richard frovarp.
Diff
Committed by nettings. -
[2.0] Build process: Make tests run again Diff
Committed by andreas. -
[2.0] Improve encapsulation and consistency by using methods to write private document meta data Diff
Committed by andreas. -
[2.0] remove test usecase message from tinymce module.
Diff
Committed by nettings. -
[2.0] add flag display option to language selector, improve i18n.
Diff
Committed by nettings. -
[2.0] activate language selector in default publication.
add french, spanish and hebrew to default publication (no translations
yet, just for show). hebrew was chosen to demonstrate right-to-left
text flow.
add some styling.
Diff
Committed by nettings. -
[2.0] Updated UsecaseProxy package name in webdav.js Diff
Committed by andreas. -
[2.0] Clarified Identity.belongsTo() and related methods, added corresponding test case Diff
Committed by andreas. -
[2.0] Further simiplification of Identity.belongsTo() Diff
Committed by andreas. -
[2.0] Removed unused imports, use UsecaseWorkflowHelper instead of WorkflowUtil Diff
Committed by andreas. -
[2.0] Don't initialize local url parameter to avoid danger of not setting it Diff
Committed by andreas. -
[2.0] Make target URL available for usecase tests Diff
Committed by andreas. -
[2.0] Don't throw exception when delete usecase fails, don't index non-existing docs Diff
Committed by andreas. -
[2.0] Fix sitetree API call in fragment generator Diff
Committed by andreas. -
[2.0] languageselector: minor style changes, better i18n, limit max height in
svn flag resizer to avoid heap overflows.
Diff
Committed by nettings. -
[2.0] Flush session event queue on commit+rollback, fix javascript issues on reject screen Diff
Committed by andreas. -
[2.0] Don't try to check in transactionables which are checked out by a different user Diff
Committed by andreas. -
[2.0] Clear session history when loggin in and out. This fixes bug 41454. Diff
Committed by andreas. -
[2.0] Replaced java assert with Assert class Diff
Committed by andreas. -
[2.0] Introduced AccreditableManagerFactory to clean up the AM setup mechanism Diff
Committed by andreas. -
[2.0] Check for sitetree instead of index_en to see if content has to be imported. This fixes bug 41424. Diff
Committed by andreas. -
[2.0] Bug 41421 - Visiting a locked page adds page to list of work
patch applied. Thanks to Richard Frovarp Diff
Committed by thorsten. -
[2.0] use corrent usecases.js location in usecasedocument module (symptom was
broken search). comment fix.
credit goes to richard frovarp, thanks for spotting!
Diff
Committed by nettings. -
[2.0] [minor change] removed unused imports Diff
Committed by andreas. -
[2.0] Refactored EditDocument and SaveDocument usecases, added some javadocs Diff
Committed by andreas. -
[2.0] Added some javadocs for UsecaseInvoker Diff
Committed by andreas. -
[2.0] Added some javadocs for UsecaseInvoker Diff
Committed by andreas. -
[2.0] Release service if not null (fixed wrong comparison operator) Diff
Committed by andreas. -
[2.0] Added method Usecase.getParameter(String, Object), updated DocumentUsecase.getTargetDocument(boolean) to match javadoc comment Diff
Committed by andreas. -
[2.0] whitenoise, comment fixes, removed redundant declarations, re-enabled
exeption handler that was removed for debugging.
Diff
Committed by nettings. -
[2.0] Display [no title] for empty navigation titles in sitetree. This fixes bug #41495. Diff
Committed by andreas. -
[2.0] Fixed order of method params in IndexUpdater Diff
Committed by andreas. -
[2.0] [minor change] removed unused fields Diff
Committed by andreas.
Documentation
-
[Documentation] Adding link to upcoming apache cons. adding change log for the last months. Diff
Committed by thorsten.
Site
-
[Site] Automatic publish from forrestbot Diff
Committed by thorsten.
Zone
-
[Zone] removing sitemap since it is not needed and causes build to fail since it uses old syntax Diff
Committed by thorsten. -
[Zone] Adding org.apache.forrest.plugin.output.inputModule to the required plugins. Needed since I updated the forrest instance. 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), (antonio), (chestnut), (jann), (nettings), (thorsten).





