apache > lenya
 

History of Changes

RSS

Version 2006-07 ()

1.4

  • add[1.4] Donation of the resource module from the Wyona AG. This module is an alternative way of keeping resources in lenya. This code is based on https://svn.wyona.com/repos/public/lenya/modules/resource revision 15504. I did some adjustments to workaround the missing icons which cannot be included in this module due to license issues. Please submit us icons. Diff (thorsten)
  • add[1.4] Re-added accidentially removed AccessControlTest Diff (andreas)
  • add[1.4] Moved AC tests to modules Diff (andreas)
  • add[1.4] Added more meta data declarations Diff (andreas)
  • add[1.4] [minor change] Split meta data config Diff (andreas)
  • add[1.4] Moved meta data declaration to prepare directory Diff (andreas)
  • add[1.4] Starting implementation of configurable meta data Diff (andreas)
  • add[1.4] Build process: Patch xtest file for each module separately Diff (andreas)
  • add[1.4] ASF Bugzilla Bug 39906 - Move Xopus integration code to a module From Jonathan Addison. Thank you. This patch moves all of the xopus files and pipelines from the core to a new xopus module. It also fixes some issues left over from migrating xopus from 1.2 to 1.4: - deleted old stylesheets - added xopus.path parameter next to xopus.context parameter in xopus.xconf (previously the pipeline had to be updated with the relative path of the xopus location) - added a basic xhtml schema (thanks to Josias) - added strip_namespaces.xsl to the xopus transformation pipeline There is a README.txt that covers what needs to be set up. Diff (thorsten)
  • add[1.4] renamed RepositoryTest to AbstractRepositoryTest because it's an abstract class Diff (josias)
  • add[1.4] thanks to Jonathan Addison Neutron implementation has been finished Diff (michi)
  • add[1.4] fixes for rollback usecase (define it and allow it) Diff (chestnut)
  • add[1.4] Added cleanup XSLT for homepage resource type Diff (andreas)
  • add[1.4] Use ExistingAncestorSourceResolver for template-fallback://. This should fix bug #39959. Diff (andreas)
  • remove[1.4] Renamed LDAPUserTest to Abstract... so that it isn't executed Diff (andreas)
  • remove[1.4] Merged CustomMetaDataModule and DublinCoreModule to MetaDataModule Diff (andreas)
  • remove[1.4] Advancing towards component-based meta data Diff (andreas)
  • update[1.4] Updated resource page layout to match default publication Diff (andreas)
  • update[1.4] Doh! Forgot to change the package name in the module.xml to apache instead of wyona. Thanks for the headsup Andreas. Diff (thorsten)
  • update[1.4] Forgot to change the id to apache instead of wyona. Thanks for the headsup Andreas. Diff (thorsten)
  • update[1.4] module cleaned and xhtml mime-type enabled Diff (michi)
  • update[1.4] Refactored module build process Diff (andreas)
  • update[1.4] Activating the resource module for the default pub Diff (thorsten)
  • update[1.4] Refactored module + test build process Diff (andreas)
  • update[1.4] Generic editing of meta data Diff (andreas)
  • update[1.4] Generic editing of meta data Diff (andreas)
  • update[1.4] Enable editing of dublin core meta data Diff (andreas)
  • update[1.4] Moving toward configurable meta data Diff (andreas)
  • update[1.4] [minor change] added some javadocs Diff (andreas)
  • update[1.4] Fixed some issues in new meta data handling, use owner.getMetaData(DublinCore.DC_NAMESPACE) instead of metaDataManager.getDublinCoreMetaData() Diff (andreas)
  • update[1.4] Added DC terms + elements to meta data config Diff (andreas)
  • update[1.4] fix typo Diff (chestnut)
  • update[1.4] added context to paths Diff (chestnut)
  • update[1.4] Build process: Patch xtest file for each module separately Diff (andreas)
  • update[1.4] Fixed authorizer configuration Diff (andreas)
  • update[1.4] Like discussed in the dev ml, we are setting headless default to true. Diff (thorsten)
  • update[1.4] fix references to kupu module resources (for kupu editor files) Diff (chestnut)
  • update[1.4] Document and ResourceType should return Date object instead of a formatted String Diff (chestnut)
  • update[1.4] Allow to execute tests of single modules, added endorsed libraries dir to test execution Diff (andreas)
  • update[1.4] refine expires functionality Diff (chestnut)
  • update[1.4] Added ability to set an expires value by resource type and/or by document. Can be fetched by using the DocumentInfoModule or ResourceTypeModule in RFC 1123 date format Diff (chestnut)
  • update[1.4] don't utilize webdav uri for content since it doesn't use existing session Diff (chestnut)
  • update[1.4] note about bug which is causing the save problem Diff (michi)
  • update[1.4] use webdav module for kupu PUT Diff (chestnut)
  • update[1.4] note about mime-type and WYSIWYG added and save commented, because Neutron protocol doesn't allow save after checkout Diff (michi)
  • update[1.4] Ajax is still not working correctly in usecases. Meaning we need to set the @ajax to false. Diff (thorsten)
  • update[1.4] exclude abstract test classes from being executed, because junit fails if no tests are defined in a class. Diff (josias)
  • update[1.4] more meaningful samples for xhtml thanks to Renaud Richardet for the patch fixes bug 40033 Diff (chestnut)
  • update[1.4] use tidy to clean up entities and xml from fck editor Diff (chestnut)
  • update[1.4] replacing “ and ” during doc save Diff (chestnut)
  • update[1.4] Allow WorkflowTest to be applied to different initial states Diff (andreas)
  • update[1.4] Fixed some test build issues Diff (andreas)
  • update[1.4] Made RepositoryTest abstract so it isn't executed by JUnit Diff (andreas)
  • update[1.4] Updated test build process to work with modules correctly Diff (andreas)
  • update[1.4] Improved XPath to check upload enabling in web.xml. This fixes bug #39976. Thanks to Oliver Schalch for the patch. Diff (andreas)
  • update[1.4] Fixed URL reference to Kupu XSLT Diff (andreas)
  • update[1.4] WebDAV sitemap: fixed fallback:// URI (don't use input module and protocol together) Diff (andreas)
  • update[1.4] WebDAV Put: enabled validation Diff (andreas)
  • update[1.4] Replaced context:// with fallback:// so that it works with modules.copy=false Diff (andreas)
  • update[1.4] PublicationTemplateFallbackModule uses fallback:// source. Now it works with modules.copy=false. Diff (andreas)
  • update[1.4] added toString method to get more meaningful error messages (e.g. if a workflow event cannot be invoked). Diff (josias)
  • update[1.4] added policy for logout usecase to enable the logout menu item. this is a temporary fix until we find a better solution. Diff (josias)
  • update[1.4] removed redundant css code: use the same css for all areas in the lenya menu. special css for certain areas is still possible using the id attribute. Diff (josias)
  • update[1.4] applied patch by Oliver Schalch to fix the server status tab in the admin area. fixes bug #39978 Diff (josias)
  • update[1.4] minor layout adjustments: fixed vertical alignment of areas in the menubar in firefox, fixed font size of tabs in the site area in IE Diff (josias)
  • update[1.4] BXE: load bxe relatively to publication to allow fallback Diff (andreas)
  • update[1.4] pass the usecase object to the view pipeline also for non-template uris to allow handling of usecases in a different sitemap, e.g. a module sitemap. Diff (josias)

Docs

  • update[Docs] Updated meta data documentation Diff (andreas)
  • update[Docs] Adding the revolution branch to the sort criteria. Diff (thorsten)
  • update[Docs] Removing draft note for the project guidelines since they are official now. Diff (thorsten)
  • update[Docs] fixed typo Diff (josias)
  • update[Docs] Removing the fixme note since we incorporated them into the latest draft. Diff (thorsten)

Revolution

  • update[Revolution] Added Edit, Link, and File Modules for editing Flat content. Still need editor for XML Resources, and the ability to create a new Resource. To use (after migrating a Publication to Flat content), browse http://server/pub/edit Diff (solprovider)
  • update[Revolution] Minor additions to the HELP. Changed some Indexes. Diff (solprovider)
  • update[Revolution] Fixing typo Diff (thorsten)

Site

  • update[Site] Automatic publish from forrestbot Diff (thorsten)
  • update[Site] Automatic publish from forrestbot Diff (thorsten)

Zone

  • update[Zone] Removing cocoon from the nightly script since we are now using the cocoon that we deliver with lenya. Diff (thorsten)
  • update[Zone] Using clean-all instead of shell commands. Diff (thorsten)
  • update[Zone] Fixing spaces for the JAVA_OPTIONS Diff (thorsten)
  • update[Zone] Setting the server to -Djava.awt.headless=true via the JAVA_OPTIONS env Diff (thorsten)

Version 2006-06 ()

  • add[] move doco to branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)
  • remove[] remove old branches Diff (gregor)

1.2

  • update[1.2] small improvment to the form editor i.e. to prevent th editor to jump to the top of the page if a new element is added Diff (jann)
  • update[1.2] do nothing if an empty href occurs Diff (jann)

1.4

  • add[1.4] checkin exception added Diff (michi)
  • add[1.4] checkout exception started Diff (michi)
  • add[1.4] save and checkout implemented Diff (michi)
  • add[1.4] Fixed usecasedocument module references, moved contact form to separate module Diff (andreas)
  • add[1.4] neutron module added Diff (michi)
  • add[1.4] Moved GUI manager declaration to usecsae module Diff (andreas)
  • add[1.4] Added svn:externals for Kupu in kupu module Diff (andreas)
  • add[1.4] Moved default pub usecase declarations to module Diff (andreas)
  • add[1.4] classes and sources separated Diff (michi)
  • add[1.4] src dir added to separate source from classes Diff (michi)
  • add[1.4] Moved access control input module to ac-impl module Diff (andreas)
  • add[1.4] Made UsecaseAuthorizerImpl permissive. Added usecase policies for admins. Added XSLT to initialize usecase policies. Diff (andreas)
  • add[1.4] Moved UsecaseAuthorizerImpl from ac-impl to usecase-impl Diff (andreas)
  • add[1.4] Moved usecase framework to modules Diff (andreas)
  • add[1.4] Moved templating implementation code to templating-impl module Diff (andreas)
  • add[1.4] Renamed module usecase to usecasedocument Diff (andreas)
  • add[1.4] Moved workflow implementation code to workflow-impl module Diff (andreas)
  • add[1.4] Moved editor usecases from core to editors module Diff (andreas)
  • add[1.4] Moved Kupu class to Kupu module. The rest of the Kupu-related files will be moved later. Diff (andreas)
  • add[1.4] Moved create JX templates from default pub to sitemanagement module. Diff (andreas)
  • add[1.4] Moved site management usecases to sitemanagement module Diff (andreas)
  • add[1.4] Moved TaskAction declaration from core to task module Diff (andreas)
  • add[1.4] Moved access control actions to ac-impl module Diff (andreas)
  • add[1.4] Added AC classes from core-API to ac-impl module Diff (andreas)
  • add[1.4] Added missing administration module descriptor Diff (andreas)
  • add[1.4] Moved CredentialWrapper to administration module Diff (andreas)
  • add[1.4] Adding missing files to core modules Diff (andreas)
  • add[1.4] Added some missing module descriptors Diff (andreas)
  • add[1.4] Build process: Building modules separately, dependencies are resolved Diff (andreas)
  • add[1.4] Added some missing module descriptors Diff (andreas)
  • add[1.4] Updated + added module descriptor files Diff (andreas)
  • add[1.4] Updated + added module descriptor files Diff (andreas)
  • add[1.4] Moved ant tasks to directory which resembles the package Diff (andreas)
  • add[1.4] Moved SourceNode + factory to separate module Diff (andreas)
  • add[1.4] neutron usecase started Diff (michi)
  • add[1.4] Default pub: added page.css dummy to make page.xml work Diff (andreas)
  • add[1.4] Default pub: converted CSS to XML to allow images with context prefix Diff (andreas)
  • add[1.4] SVG module: Added support for corner and tab rendering Diff (andreas)
  • add[1.4] put compile target in here such that it can be used standalone Diff (michi)
  • add[1.4] libs updated Diff (michi)
  • add[1.4] Added usecase resource type module - this allows to execute usecases as documents. Diff (andreas)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] neutron removed from core Diff (michi)
  • remove[1.4] neutron removed from core Diff (michi)
  • remove[1.4] Moved defaultpub usecase declarations to correct directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] Moved kupu usecase declaration to module Diff (andreas)
  • remove[1.4] src and classes separated Diff (michi)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] Moved SourceCache from ac-impl to cache module. Diff (andreas)
  • remove[1.4] Removed obsolete module declaration Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] Moved PublishingEnvironment from core API to task module Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] Moved LenyaProject class to task module Diff (andreas)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] Moved legacy code (task) from core to task module Diff (andreas)
  • remove[1.4] Moved login/logout usecases from core to ac-impl module Diff (andreas)
  • remove[1.4] Renamed ac-file module to ac-impl Diff (andreas)
  • remove[1.4] Moved access control configuration to ac-impl module Diff (andreas)
  • remove[1.4] Moved AC impl and admin usecases to modules Diff (andreas)
  • remove[1.4] [minor change] removed empty bxe directory Diff (andreas)
  • remove[1.4] obsolete Diff (michi)
  • update[1.4] [minor] added xml prolog Diff (josias)
  • update[1.4] reverted commit 416749 on this file which was probably accidental (related to bug #39801). now search should work as before. Diff (josias)
  • update[1.4] Disable caching for webdav/authoring area Diff (chestnut)
  • update[1.4] utilize PUT method from the webDAV protocol for bxe Diff (chestnut)
  • update[1.4] ability to preprocess PUT content with xslt Diff (chestnut)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] missing slash added Diff (michi)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] checkout fixed Diff (michi)
  • update[1.4] neutron added Diff (michi)
  • update[1.4] use the neutron module instead files within core Diff (michi)
  • update[1.4] BXE: added workaround for http://issues.apache.org/jira/browse/COCOON-1873 Diff (andreas)
  • update[1.4] remove junk I didn't mean to commit Diff (chestnut)
  • update[1.4] read usecase-policies.xml uri from ac.xconf Diff (chestnut)
  • update[1.4] Deleted externals declaration for kupu Diff (andreas)
  • update[1.4] Updated Kupu sitemap references to use resources from module, fixed API call n edit-document.js Diff (andreas)
  • update[1.4] classpath fixed Diff (michi)
  • update[1.4] applied patch by Jörn Nettingsmeier (with some modifications): reworked usecases to change passwords and made usecases available in the gui. fixes bug #39765. Diff (josias)
  • update[1.4] Build process: updated webapp build excludes Diff (andreas)
  • update[1.4] Build process: updated webapp build excludes Diff (andreas)
  • update[1.4] Udpated usecase policies Diff (andreas)
  • update[1.4] Updated trash+archive policies, removed obsolete info policices Diff (andreas)
  • update[1.4] Check for Windows path backslashes. See bug #39880. Thanks to Jonathan Addison for the patch. Diff (andreas)
  • update[1.4] Don't reference ac-impl code. This requires some code duplication, but reading the config file directly is a hack anyway. Diff (andreas)
  • update[1.4] [minor change] code formatting, removed dead code Diff (andreas)
  • update[1.4] Added warning messages for dependencies to unpublished modules Diff (andreas)
  • update[1.4] Added warning messages for dependencies to unpublished modules Diff (andreas)
  • update[1.4] Default pub: reference imported tab XSL using template-fallback:// instead of a relative URL Diff (andreas)
  • update[1.4] Updated version of build.properties Diff (andreas)
  • update[1.4] Added option if modules should be copied by the build process Diff (andreas)
  • update[1.4] Added ModuleManager, added option not to copy modules during the build Diff (andreas)
  • update[1.4] Build process: Don't copy module java sources Diff (andreas)
  • update[1.4] Added some usecase policy roles Diff (andreas)
  • update[1.4] Fixed URLs in global-sitemap.xmap (added fallback) Diff (andreas)
  • update[1.4] Removed invalid usecases Diff (andreas)
  • update[1.4] Set admin role in authoring area Diff (andreas)
  • update[1.4] Added note how to initialize the usecase policies. Diff (andreas)
  • update[1.4] Updated module descriptors: added usecase module dependency Diff (andreas)
  • update[1.4] [minor change] added license header Diff (andreas)
  • update[1.4] Reduced visibility of DocumentWorkflowable class to reduce dependencies on implementation code Diff (andreas)
  • update[1.4] [minor change] added some javadocs Diff (andreas)
  • update[1.4] Build process: Added module descriptor validation. This fixes bug #39872. Thanks to Renaud Richardet for the patch. Diff (andreas)
  • update[1.4] Updated module descriptors Diff (andreas)
  • update[1.4] Updated module descriptors Diff (andreas)
  • update[1.4] changed name and description Diff (chestnut)
  • update[1.4] webdav module depends on the sitemanagement module Diff (chestnut)
  • update[1.4] Added dependencies to sitemanagement module Diff (andreas)
  • update[1.4] Parameterize module patches to support test configuration Diff (andreas)
  • update[1.4] Test build: don't require lenya-roles patch directory Diff (andreas)
  • update[1.4] Commented out legacy code in usecase.xmap (requires legacy modules) Diff (andreas)
  • update[1.4] Use separate classpath property for each module Diff (andreas)
  • update[1.4] Removed reference to obsolete ExecutionException Diff (andreas)
  • update[1.4] Updated version of build.properties Diff (andreas)
  • update[1.4] Added core modules to build.properties Diff (andreas)
  • update[1.4] Added module-core directory to IDE build Diff (andreas)
  • update[1.4] [minor change] added xml prolog Diff (josias)
  • update[1.4] Build process: Use ant target dependencies to resolve module dependencies Diff (andreas)
  • update[1.4] Build process: Use ant target dependencies to resolve module dependencies Diff (andreas)
  • update[1.4] Build process: copy&patch modules separately Diff (andreas)
  • update[1.4] Build process: copy&patch modules separately Diff (andreas)
  • update[1.4] Removed NodeFactory role from lenya.roles (now provided by sourcerepository module in cocoon.xconf) Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] checkin started Diff (michi)
  • update[1.4] neutron does differentiate between save and checkin Diff (michi)
  • update[1.4] slightly improved error message and removed unused imports. Diff (josias)
  • update[1.4] use info message instead of error message, s.t. the asset tab is still displayed in the site area if uploads are disabled. Diff (josias)
  • update[1.4] delete build and old libs during compile process Diff (michi)
  • update[1.4] changed file extension for consistency reasons Diff (josias)
  • update[1.4] links fixed Diff (michi)
  • update[1.4] fixed import: use XPathAPI from apache, not from sun Diff (josias)
  • update[1.4] Added a static Method to the ServletHelper which checks the enable-upload parameter in web.xml. This fixes bug #39836. Thanks to Oliver Schalch for the patch. Diff (andreas)
  • update[1.4] Switched <a> and <span> for tabs to allow hover effects Diff (andreas)
  • update[1.4] fixed directory name Diff (josias)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] Fixed tab links in sitetree module Diff (andreas)
  • update[1.4] Default pub: round corners for tabs using SVG module Diff (andreas)
  • update[1.4] Tabs: add <a> also for non-link tabs to support CSS backgrounds Diff (andreas)
  • update[1.4] syntax of link fixed Diff (michi)
  • update[1.4] syntax fixed Diff (michi)
  • update[1.4] introspection fixed Diff (michi)
  • update[1.4] introspection fixed Diff (michi)
  • update[1.4] license added Diff (michi)
  • update[1.4] lib updated Diff (michi)
  • update[1.4] subsequent parameters fixed Diff (michi)
  • update[1.4] Added lastUser and lastDate attributes to WorkflowModule, added footer to default publication which uses these attributes. Diff (andreas)
  • update[1.4] Default publication CSS: added footer support, set small font for <td> Diff (andreas)
  • update[1.4] BXE asset upload: user ID as creator default, creator+title+rights are optional. This fixes bug #39510. Thanks to Joern Nettingsmeier for the patch. Diff (andreas)
  • update[1.4] UserPasswordWithCheck: Don't try to authenticate if the user is null. Diff (andreas)
  • update[1.4] Add meta data to lucune-index.xml for xhtml resource type Diff (andreas)
  • update[1.4] Moved declaration of LenyaMetaDataGenerator from default publication to core Diff (andreas)
  • update[1.4] Build process: don't patch sitemap.xmap twice Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] Asset upload: creator, rights, and title are optional. The creator defaults to the user ID instead of the name. This fixes bug #39510. Thanks to Joern Nettingsmeier for the patch. Diff (andreas)
  • update[1.4] Added method to get the currently requested document to DocumentUtil Diff (andreas)
  • update[1.4] Modified sitemap patch files so that they are not applied during each build Diff (andreas)
  • update[1.4] [minor change] removed debug statements. sorry for the noise Diff (andreas)
  • update[1.4] Issue a global redirect after a usecase is completed, otherwise the continuation will be added to the redirect. Diff (andreas)
  • update[1.4] Use separate usecase for changing password with check of old password. This avoids the security issue that the checkPassword parameter can be set by the client. Diff (andreas)
  • update[1.4] Updated usecase names in usecase-policies.xml Diff (andreas)
  • update[1.4] Pass usecase name as parameter to usecases.js. This allows to invoke the flowscript in different ways than just using a request parameter. Diff (andreas)
  • update[1.4] Menus: check if the current document object as returned from the page envelope is really a document, because the input module logicsheet returns an empty string instead of null values. Diff (andreas)
  • update[1.4] Added check for document existence to module menus to avoid exception for non-existing documents in the site area. Diff (andreas)
  • update[1.4] Added sitetree entry for /concepts (en). The document exists but has to be translated. Diff (andreas)
  • update[1.4] InsertAsset usecase: clear uload field values when upload was successful, clear file parameter value before next screen Diff (andreas)
  • update[1.4] Asset upload: When errors occur, remove the value of the 'file' parameter. The value can't be passed to the next screen for security reasons, so the user has to be prompted to choose the asset again. Diff (andreas)
  • update[1.4] Asset upload: Completed validation, use name/id of logged-in user as default creator value, don't rely on file parameter when delegating the asset upload from the editor upload screen. This fixes bug 39510. Diff (andreas)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] IDE build: don't include non-existing API test directory, include modules-optional src directories Diff (andreas)
  • update[1.4] Updated code after refactoring: DocumentIdentityMap renamed to DocumentFactory (thanks to Edith Chevrier for spotting) Diff (andreas)

Docs

  • update[Docs] add sandbox and branch policies Diff (gregor)
  • update[Docs] add discussion results to guidelines, add proposal for branch creation Diff (gregor)

Revolution

  • add[Revolution] This is (hopefully) all the changes and new files to convert 1.2.x to 1.3. There are 4 new documentation files at the root. Diff (solprovider)
  • add[Revolution] Diff (solprovider)
  • add[Revolution] Diff (solprovider)
  • remove[Revolution] Diff (solprovider)
  • remove[Revolution] Making place for the 1.2.x on which 1.3 is based on Diff (thorsten)
  • remove[Revolution] Diff (solprovider)
  • update[Revolution] Working on the Link ResourceType Module, I kept finding bugs in Cocoon2.1.6, so I reinstalled/reorganized my development system with Cocoon2.1.9 and a fresh copy of Lenya1.3. Fixed some bugs with Hierarchical content while testing the new installation. Updated INSTALL-SRC.txt with instructions based on new installation (especially how Cocoon's BAT files are formatted wrong.) Bug fixes for Hierarchical Content. Migrate: Use live revision for edit revision if no authoring revision (unlikely in Lenya1.2). Added Edit Module for entry into Flat Resource maintenance. Fixed Form Module's post.xsp to handle checkboxes (multiple fields with the same name). Added ResourceTransformer for changing structural information of Resources. Still being tested. Added StringSource and VirtualSourceFactory. The Cocoon project might benefit from them. VirtualSourceFactory needs to be thread-safe. Diff (solprovider)
  • update[Revolution] General cleanup and preparation for the "edit" Module (which will be delayed by the weekend.) Diff (solprovider)
  • update[Revolution] Changed index live.xconf to use "livemenu" structure. If you have previously migrated content, rename {pub}/content/index/livemenu* -> live* (overwrite the old files) Navigation Module: Fixed bug and passes to "nav" Module if flat content. Nav Module: Navigation elements for flat content. Added backwards-compatible instructions to 13UPGRADE.txt for fixing links when using the Nav Module. Diff (solprovider)
  • update[Revolution] FlatRevision: Fixed bug with getTitle() not using current revision. Migrate: Restored edit and live revisions default to "1". Migrate: Removed extension from id and fullid. This changes the content datastore, so please migrate again. Diff (solprovider)
  • update[Revolution] Adding the 1.2.x branch as base for 1.3.x Diff (thorsten)
  • update[Revolution] Diff (solprovider)

Sandbox

  • remove[Sandbox] move repository to branches Diff (gregor)

Zone

  • update[Zone] Updating shell scripts, removing a whitespace Diff (thorsten)

Version 2006-05 ()

1.2

  • add[1.2] configure core lib added Diff (michi)
  • add[1.2] backporting the configuration tool from lenya 1.4 to 1.2 Diff (michi)
  • update[1.2] Use LRUMap instead of deprecated CacheMap. Diff (antonio)
  • update[1.2] Use LRUMap instead of deprecated CacheMap. Diff (antonio)
  • update[1.2] Fix bug 37881. Diff (antonio)
  • update[1.2] Handle GZIP Content-Encoding properly. Diff (antonio)
  • update[1.2] ignore build Diff (michi)
  • update[1.2] Don't check 2 time expression 'cie != null'. Diff (antonio)
  • update[1.2] Don't create unnecesary Long Objects. Diff (antonio)
  • update[1.2] Formatting. Diff (antonio)
  • update[1.2] Code formatting. Remove unused imports and Use imports. Diff (antonio)
  • update[1.2] Don't create unnecesary Long Objects. Diff (antonio)
  • update[1.2] Use StringBuffer inside cycles. Diff (antonio)

1.4

  • add[1.4] instructions on how to use fckeditor in lenya Diff (chestnut)
  • add[1.4] Moved PublicationTemplateManagerImpl from API to impl Diff (andreas)
  • add[1.4] [temporary] removed feed meta file to make room for the new content file, added meta file in new location Diff (andreas)
  • add[1.4] introspection added Diff (michi)
  • add[1.4] Moved some usecase implementation classes from API to impl Diff (andreas)
  • add[1.4] Moved usecase scheduler implementation from API to impl Diff (andreas)
  • add[1.4] Removed notification + default pub classes from API, moved defaultpub usecases to module to make them available to other modules Diff (andreas)
  • add[1.4] defaultpub and notification added such that Lenya compiles again Diff (michi)
  • add[1.4] Re-added AddUser usecase Diff (andreas)
  • add[1.4] Added missing UsecaseAuthorizer after separating API from implementation (sorry) Diff (andreas)
  • add[1.4] actual libs added Diff (michi)
  • add[1.4] for jar location Diff (michi)
  • add[1.4] copy paste functionality added Diff (michi)
  • add[1.4] moved into core Diff (michi)
  • add[1.4] moved Diff (michi)
  • add[1.4] Configure abstractized Diff (michi)
  • add[1.4] new dir structure added. TODO should be replaced by jar ... Diff (michi)
  • remove[1.4] Removed obsolete Operation interface + implementation Diff (andreas)
  • remove[1.4] Moved some publication classes from API to impl. Diff (andreas)
  • remove[1.4] Moved some publication classes from API to impl. The collection interface doesn't extend Document anymore, now the CollectionImpl uses delegation instead of inheritance. Diff (andreas)
  • remove[1.4] Blog: moved index.xml content file to index (removed extension) Diff (andreas)
  • remove[1.4] [minor change] removed empty ac/impl directory Diff (andreas)
  • remove[1.4] moved some workflow classes from API to impl Diff (andreas)
  • remove[1.4] Moved AC cache classes from API to impl Diff (andreas)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] abstract configure command line class moved to core Diff (michi)
  • remove[1.4] moved Diff (michi)
  • remove[1.4] removed for making space of new dir structure Diff (michi)
  • update[1.4] Applying patch from Cayetano. Fixing orthographic errors. Thanks Cayetano. Diff (thorsten)
  • update[1.4] Update Descriptions FIX bug: 39676 Diff (cheche)
  • update[1.4] Cleaning up the odt create usecase like recommended by Andreas. I tested as well with an external content dir. Thanks Andreas for this headsup and the effort to make this possible. Diff (thorsten)
  • update[1.4] extension not needed for PUT, uses default extenstion * as resource type Diff (chestnut)
  • update[1.4] Don't use source extensions when creating ODT documents. This fixes bug #18348. Thanks to Renaud Richardet for the patch! Diff (andreas)
  • update[1.4] Added message to migration target that it doesn't work with external content Diff (andreas)
  • update[1.4] contextPath fixes for webdav module (should fix webDAV via Tomcat) Diff (chestnut)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] more ContextPath fixes Diff (chestnut)
  • update[1.4] added contextpath to javascript includes Diff (chestnut)
  • update[1.4] styles and meta clarified Diff (michi)
  • update[1.4] Session extends UnitOfWork. This removes the dependency from SourceNode to SessionImpl. Diff (andreas)
  • update[1.4] [refactoring] renamed DocumentIdentityMap to DocumentFactory for consistency reasons, removed most of the dependencies from the API to o.a.lenya.transaction Diff (andreas)
  • update[1.4] [refactoring] renamed DefaultDocument to DocumentImpl Diff (andreas)
  • update[1.4] Removed dependency from DefaultDocumentBuilder to DefaultDocument Diff (andreas)
  • update[1.4] Updated publish usecase to new API (session.getUnitOfWork().getIdentity() -> session.getIdentity()) Diff (andreas)
  • update[1.4] Removed references to DocumentIdentityMapImpl Diff (andreas)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] Don't use DocumentIdentityMapImpl directly Diff (andreas)
  • update[1.4] [Refactoring] splitted Session and DocumentIdentityMap into interface and implementation. This will hopefully allow to move the transaction handling code from API to impl. Diff (andreas)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] Obtain ODT content using the lenyadoc:/ protocol. This works now because the extension isn't part of the source path anymore. Diff (andreas)
  • update[1.4] Obtain ODT content using the lenyadoc:/ protocol. This works now because the extension isn't part of the source path anymore. Diff (andreas)
  • update[1.4] Removed deprecated + obsolete Creator interface. The functionality of the NewBlogEntryCreator has been moved to the CreateBlogEntry usecase. Diff (andreas)
  • update[1.4] Removed source extensions from content. This way, source files can be read without knowing the source extension, i.e., without accessing the meta data. This solves several problems and simplifies the code. Diff (andreas)
  • update[1.4] parameters added Diff (michi)
  • update[1.4] context prefix added Diff (michi)
  • update[1.4] introspection pipeline added Diff (michi)
  • update[1.4] introspection link added Diff (michi)
  • update[1.4] Moved workflow implementation from API to impl Diff (andreas)
  • update[1.4] Build process: create build/lenya/lib directory before using it Diff (andreas)
  • update[1.4] Build process: Make pub + module libs available for compiling pubs + modules Diff (andreas)
  • update[1.4] enable ajax in cforms example Diff (chestnut)
  • update[1.4] Moved AC usecases back from impl to API, improved AC API for a better separation between API and impl Diff (andreas)
  • update[1.4] Build Process: fixed src.test.impl.dir value Diff (andreas)
  • update[1.4] Build process: Fixed classpath parameter (refid attribute changed to value) Diff (andreas)
  • update[1.4] Moved tests to impl/test, fixed test classpath Diff (andreas)
  • update[1.4] Improved build process: use specific classpath when compiling modules, pubs, and core implementation Diff (andreas)
  • update[1.4] Starting to separate API from implementation. The API Java files are left where they were to keep the impact minimal for the moment. Implementation files will be moved to the src/impl directory. Diff (andreas)
  • update[1.4] ignore build directory Diff (michi)
  • update[1.4] classpath set to libraries instead classes Diff (michi)
  • update[1.4] create jars Diff (michi)
  • update[1.4] use jars instead of classes Diff (michi)
  • update[1.4] configuration updated and note about environment variables for Windows added Diff (michi)
  • update[1.4] combo bug workaround Diff (michi)
  • update[1.4] kupu drawers must have moved as some point, this should fix the ability to add links in kupu Diff (chestnut)
  • update[1.4] GUI and api updated Diff (michi)
  • update[1.4] formatting Diff (michi)
  • update[1.4] differentiate between comboBox and textField Diff (michi)
  • update[1.4] TODOs added Diff (michi)
  • update[1.4] available parameters made accessible Diff (michi)
  • update[1.4] combox set dynamically Diff (michi)
  • update[1.4] set radio button correctly Diff (michi)
  • update[1.4] back bug fixed Diff (michi)
  • update[1.4] bugs fixed Diff (michi)
  • update[1.4] removed strange chars. thanks to Oliver Schalch for spotting this Diff (josias)
  • update[1.4] Don't copy from lenya/lib/endorsed. Diff (antonio)
  • update[1.4] Activating java 1.5 compile and run for Linux. Diff (antonio)
  • update[1.4] classes for GUI added Diff (michi)
  • update[1.4] thanks to Ilhan Parmaksiz and Oliver Schalch we now have a nice GUI to configure Diff (michi)
  • update[1.4] the actual link added Diff (michi)
  • update[1.4] links to source added Diff (michi)
  • update[1.4] classes moved into implementation dir Diff (michi)
  • update[1.4] classes moved into implementation dir Diff (michi)
  • update[1.4] Configure Command line abstractized Diff (michi)
  • update[1.4] source splitted into API and implementation Diff (michi)
  • update[1.4] slightly refactored to make it easier to extend. included a patch by Renaud Richardet. thanks Renaud. Diff (josias)
  • update[1.4] allow client editors to save (should allow kupu to save) Diff (chestnut)

Docs

  • add[Docs] helper XSLTs added Diff (michi)
  • add[Docs] Adding guidelines proposal based on the one from forrest. Replaced forrest with lenya and updated links to reflect the important ones from lenya. Diff (thorsten)
  • update[Docs] Adding apachecon button and removing all news section or outdated release dates Diff (thorsten)
  • update[Docs] Adding new lenya site. repported by Vik Tara. Diff (thorsten)
  • update[Docs] paths fixed Diff (michi)
  • update[Docs] fixed typos Diff (josias)
  • update[Docs] updated live-sites Diff (chestnut)

Revolution

  • add[Revolution] Opening a revolution branch and added an initial 1.3 directory for solproviders code revolution 1.3 which is backwards compatible to 1.2 Diff (thorsten)

Site

  • update[Site] Automatic publish from forrestbot Diff (thorsten)
  • update[Site] updated live-sites Diff (chestnut)

Version 2006-04 ()

1.2

  • add[1.2] allow to edit the href attribute of a sitetree label in the GUI (Site area, Edit Navigation Link). fixes bug #39237 Diff (josias)
  • update[1.2] Ant Task has a variable called description. Rename 'description' to 'dcDescription'. Diff (antonio)
  • update[1.2] Remove dead store variable. Diff (antonio)
  • update[1.2] Clean code and dead store variables. Diff (antonio)
  • update[1.2] Cleanup. Diff (antonio)
  • update[1.2] Class is already final. Protected variable does make sense. Diff (antonio)
  • update[1.2] Remove redundant checks. Diff (antonio)
  • update[1.2] Use commons-io instead of creating nested annonymous classes. Diff (antonio)
  • update[1.2] Set static inner class. Diff (antonio)
  • update[1.2] Remove interface already implemented by superclass. Diff (antonio)
  • update[1.2] Use Map.Entry. Diff (antonio)
  • update[1.2] Some code improvements.Use Map.Entry instead of looking up the value. Add if (log.isDebugEnable()) {} clausule to cycles generating log.debug() info. Use StringBuffer() instead of String() in cycles. Don't use new String() instead use an empty string. Add final keyword to some static variables. And other small improvements. Diff (antonio)
  • update[1.2] Remove unused imports. Diff (antonio)
  • update[1.2] Use o.a.log4j.Logger instead of deprecated o.a.log4j.Category. Diff (antonio)
  • update[1.2] Sync with cocoon 2.1.9. This works with older cocoon versions too. Diff (antonio)
  • update[1.2] don't throw an NPE on the authoring, trash, or archive nodes, which don't have any labels Diff (josias)
  • update[1.2] It is now possible to set the name of the user in 'from' and 'Reply-to'. The name is taken from the parameters 'from', which should be in the form 'Name <name@foo.org>' Diff (edith)
  • update[1.2] allow a href attribute in the sitetree for each language version of a document. the attribute is used to create the link in the menu and the tabs. its value is displayed in the overview tab of the site area. fixes bug #39165 Diff (josias)
  • update[1.2] show true added Diff (michi)
  • update[1.2] show true added Diff (michi)
  • update[1.2] return null if local robots has not been specified within crawler config Diff (michi)

1.4

  • add[1.4] README on this module started Diff (michi)
  • add[1.4] usecase config renamed according to usecase name Diff (michi)
  • add[1.4] description added Diff (michi)
  • add[1.4] moving the common files (the ones coming from David Eisenberg) into a directory on it one to easier reuse it in forrest via svn:ext. Diff (thorsten)
  • remove[1.4] obsolete Diff (michi)
  • update[1.4] link to ODT added Diff (michi)
  • update[1.4] note about WebDAV added Diff (michi)
  • update[1.4] FOR-872 - RollBack of the patch in order to take into account Thorsten remarks. Waiting for a new patch Clay... Diff (cdupoirieux)
  • update[1.4] FOR-872 - Patch odt_plugin.diff, Thanks to Clay Leeds. Diff (cdupoirieux)
  • update[1.4] TODO added Diff (michi)
  • update[1.4] message improved Diff (michi)
  • update[1.4] log a warning if a resource type is not indexable because generally a resource type should be indexable Diff (michi)
  • update[1.4] how to make a resource type indexable added Diff (michi)
  • update[1.4] logger name changed such that one actually knows where to look for Diff (michi)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] lucene config filename from IndexManager Diff (michi)
  • update[1.4] error message improved Diff (michi)
  • update[1.4] Bugfix Bug 39134 Apache License added to ODT->XHTML .xsl file Last modified: 2006-04-05 10:36 Reporter: J David Eisenberg Using now the stylesheet from http://books.evc-cit.info/odf_utils/odt_to_xhtml.html for odt. Thanks David for your most valuable contribution. Diff (thorsten)
  • update[1.4] adding parameter to the opendocument transformer Diff (thorsten)
  • update[1.4] warning re Java version implemented Diff (michi)
  • update[1.4] note about target.vm 1.5 added Diff (michi)
  • update[1.4] TODO added re usecase policies config Diff (michi)
  • update[1.4] show as true added Diff (michi)
  • update[1.4] if statement added Diff (michi)
  • update[1.4] clean made dependable on properties Diff (michi)
  • update[1.4] usecase-policies read from config Diff (michi)
  • update[1.4] requestURI introduced Diff (michi)
  • update[1.4] getConfiguration separated Diff (michi)
  • update[1.4] note seems to be obsolete, but another TODO added Diff (michi)
  • update[1.4] Fixme replaced by TODO Diff (michi)
  • update[1.4] PATH is obsolete Diff (michi)
  • update[1.4] note clarified re ac config Diff (michi)
  • update[1.4] do not copy local.ac.xconf Diff (michi)
  • update[1.4] allow patching of ac.xconf with local version Diff (michi)
  • update[1.4] Fixing bug related to custom meta data which have not been copied when publishing a document Diff (thorsten)
  • update[1.4] removing obsolete imports Diff (thorsten)
  • update[1.4] removing obsolete import Diff (thorsten)

Sandbox

  • remove[Sandbox] Fixing lucene indexing bug Diff (thorsten)
  • update[Sandbox] content dir commented Diff (michi)
  • update[Sandbox] ignore local publication config Diff (michi)
  • update[Sandbox] Updating todo list for doco Diff (thorsten)
  • update[Sandbox] ignoring .settings Diff (thorsten)

Version 2006-03 ()

1.2

  • update[1.2] Use the url defined in publication.xconf for the live area. It it is not set the respective input module construct the url from request parameters. Diff (jann)
  • update[1.2] reworked the DocumentReferencesHelper: now uses the link attributes defined in publication.xconf and does not duplicate knowledge about URLs, so it should work with custom document builders Diff (josias)
  • update[1.2] make default properties non-static allowing ddifferent ldap properties for different publications Diff (jann)
  • update[1.2] more code simplification Diff (josias)
  • update[1.2] code simplification Diff (josias)
  • update[1.2] enable browser-caching for static lenya images. this increases the performance e.g. of the sitetree widget and also reduces 'flickering' of the menu tabs which occurred in IE. Diff (josias)
  • update[1.2] Adding Image dimensions to the asset tab Diff (jann)
  • update[1.2] Reading image height and width from the metadata in order to show them in the asset tab of the site area Diff (jann)
  • update[1.2] Add image height and width to the metadata of the respecitve asset Diff (jann)

1.4

  • add[1.4] descriptor for asset added Diff (michi)
  • add[1.4] arbitrary resource types added to site Diff (michi)
  • add[1.4] upload max size patcher added Diff (michi)
  • add[1.4] Added LinkRewriterTest Diff (andreas)
  • add[1.4] ASF Bugzilla Bug 38969 [WebDAV] cannot PUT a binary document, like .odt or .jpg Patch (id=17896) provided by Renaud - RequestReader.java Thx Renaud. Diff (thorsten)
  • add[1.4] Implementing the first version of mkcol usecase for webdav. It is quite rudimental and is assuming a xhtml to be created but you can now create new folders in e.g. cadaver with 'mkcol test2'. Have not tested with any other client yet. Diff (thorsten)
  • add[1.4] Bug 38925 WebDAV module: index_en.xml and links_en.xml cannot be opened Reporter: Jonathan Addison Thx Jonathan. Patch applied. however with cadaver you cannot upload the edit files. Diff (thorsten)
  • add[1.4] meta fixed Diff (michi)
  • add[1.4] Added new usecase for the opendocument module. You can now upload opendocuments to already existing odt docs in lenya. This will replace the existing document. Diff (thorsten)
  • add[1.4] Added new create usecase for openDocument. This usecase is bypassing the 'normal' routine and creating a new document on basis of the odt sample. Activated the usecase in the menu. Diff (thorsten)
  • add[1.4] Thanks to Ilhan and Oliver we now have a configure.bat for Windows Diff (michi)
  • add[1.4] menu started by not ready yet Diff (michi)
  • add[1.4] module descriptor added Diff (michi)
  • add[1.4] samples renamed to templates Diff (michi)
  • add[1.4] externals added Diff (michi)
  • add[1.4] testing introduced Diff (michi)
  • add[1.4] classes added Diff (michi)
  • add[1.4] java added Diff (michi)
  • add[1.4] classes updated Diff (michi)
  • add[1.4] utility classes added Diff (michi)
  • add[1.4] README added Diff (michi)
  • add[1.4] configure started cmd and gui Diff (michi)
  • remove[1.4] webDAV usecases have been moved into the webDAV module Diff (chestnut)
  • remove[1.4] logo removed Diff (michi)
  • remove[1.4] removing empty file Diff (thorsten)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] patching of publication.xconf added Diff (michi)
  • remove[1.4] Renaming template dir to samples since all other modules name it like this and we have to handle this consistent\! Diff (thorsten)
  • remove[1.4] moved Diff (michi)
  • update[1.4] RepositoryManagerImpl: copy meta data before copying document source so that the destination document uses the same source extension. Diff (andreas)
  • update[1.4] [minor change] removed unused variable Diff (andreas)
  • update[1.4] Adding workflow to the odt doc Diff (thorsten)
  • update[1.4] Removing obsolete code in comments for odt xsl Diff (thorsten)
  • update[1.4] Adding parent id to the pageEnvelope input module. This parameter enables to request the id of the parent node like {page-envelope:document-parent} in your sitemap. Diff (thorsten)
  • update[1.4] Adding another fallback for the gif pix since they can be a document for themself. Diff (thorsten)
  • update[1.4] Splitting the object template to a helper class to better reuse this code Diff (thorsten)
  • update[1.4] mount for blog module started Diff (michi)
  • update[1.4] Adding eclipse specific files to exclude expression Diff (thorsten)
  • update[1.4] Refactored PUT usecase to store the files with the right extension. Diff (thorsten)
  • update[1.4] use fallback for menu.xsp request so that ancestor template pubs menu can be used Diff (chestnut)
  • update[1.4] lenya.revision added Diff (michi)
  • update[1.4] [minor change] code formatting Diff (josias)
  • update[1.4] logo removed Diff (michi)
  • update[1.4] ASF Bugzilla Bug 39100 create ant target to clean Cocoon, and clean-all (Lenya+Cocoon+Tomcat) Reporter/Patch provider: renaud richardet Thanks Renaud Diff (thorsten)
  • update[1.4] ASF Bugzilla Bug 39019 [WebDAV] Files open as read-only in Word 2003 Reporter/Patch provider: Jonathan Addison Thanks Jonathan. :) Diff (thorsten)
  • update[1.4] ASF Bugzilla Bug 39087 [WebDAV] Cannot open .odt files with OpenOffice Reporter/Patch provider: Jonathan Addison Thanks Jonathan. :) Diff (thorsten)
  • update[1.4] improved exception handling: inform about the document where link rewriting failed. Diff (josias)
  • update[1.4] Use actual source for non-html documents Diff (andreas)
  • update[1.4] LinkRewritingTransformer keeps URL extensions Diff (andreas)
  • update[1.4] Allow different extensions for actual source and meta data source Diff (andreas)
  • update[1.4] improved releasing of sources and components Diff (josias)
  • update[1.4] [minor change] removed log4j logging Diff (andreas)
  • update[1.4] Implemented Create.getSourceExtension() in Mkcol class Diff (andreas)
  • update[1.4] [minor] removed unused imports Diff (josias)
  • update[1.4] re-enabled search index configuration upon publication instantiation. now a new index is created at runtime and search should be working directly after instantiation. Diff (josias)
  • update[1.4] modified lucene index configuration: now the indexes are configured in the file pubid/config/lucene_index.xconf. this is not an xpatch file, i.e. the configuration will not go to cocoon.xconf. this allows to create new indexes at runtime. Diff (josias)
  • update[1.4] Added template method getSourceExtension() to Create usecase to allow custom source extensions Diff (andreas)
  • update[1.4] Removed obsolete admin area declaration Diff (andreas)
  • update[1.4] note added Diff (michi)
  • update[1.4] cleaned Diff (michi)
  • update[1.4] arbitrary resource types added to site Diff (michi)
  • update[1.4] handle resources as 'documents' Diff (michi)
  • update[1.4] lenya revision number added Diff (michi)
  • update[1.4] lenya revision number added Diff (michi)
  • update[1.4] lenya revision added and typos fixed Diff (michi)
  • update[1.4] lenya revision added Diff (michi)
  • update[1.4] lenya revision number added Diff (michi)
  • update[1.4] lenya revision number added Diff (michi)
  • update[1.4] lenya revision number added Diff (michi)
  • update[1.4] removed context path, because internal links don't contain the context path anymore. this makes link-rewriting work with deployment outside of the root context. Diff (josias)
  • update[1.4] if a document is deleted, don't delete it's parent. fixes bug #38820 Diff (josias)
  • update[1.4] make default properties non-static allowing ddifferent ldap properties for different publications Diff (jann)
  • update[1.4] modules added to dependencies Diff (michi)
  • update[1.4] modules added to dependencies Diff (michi)
  • update[1.4] Fixing typo in src location of the opendocument module Diff (thorsten)
  • update[1.4] note improved and TODO added for customizing tomcatctrl Diff (michi)
  • update[1.4] Using fallback:// to determine the menu location Diff (thorsten)
  • update[1.4] Bug 39042 [WebDAV] Identify WebDAV html documents as xhtml Patch submitted by Jonathan Addison Thanks Jonathan :) Diff (thorsten)
  • update[1.4] Move the sitreefragment generator's declaration, to the lenya sitemap Diff (edith)
  • update[1.4] [minor change] Added some debug statements. Diff (andreas)
  • update[1.4] Passing logger to DefaultSiteTree in constructor. Diff (andreas)
  • update[1.4] Passing logger to DefaultSiteTree in constructor. Diff (andreas)
  • update[1.4] reset renamed to clean-tomcat in order to clarify Diff (michi)
  • update[1.4] [minor change] removed log4j references, removed invalid warning logs Diff (andreas)
  • update[1.4] [minor change] removed log4j references, removed invalid warning logs Diff (andreas)
  • update[1.4] Bug 39018 [WebDAV] All files use the source file extension Patch submitted by Jonathan Addison Thanks Jonathan Addison. Diff (thorsten)
  • update[1.4] Bug 39017 [WebDAV] Empty property values in propfind response Patch submitted by Jonathan Addison Thanks Jonathan Addison. Diff (thorsten)
  • update[1.4] Bug 39016 [WebDAV] 500 Internal Server Error when checking in files with Dreamweaver Patch submitted by Jonathan Addison Thanks Jonathan Addison. Diff (thorsten)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] Don't rewrite links if resource type doesn't provide any link rewriting XPaths. Don't swallow exceptions. Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] Fix typo. Diff (antonio)
  • update[1.4] clarified Diff (michi)
  • update[1.4] HUGO removed Diff (michi)
  • update[1.4] note about content repo configuration added Diff (michi)
  • update[1.4] You can now configure which resource type and extension are connected with each other via the usecase config file. That makes the PUT usecase more generic and flexible. Diff (thorsten)
  • update[1.4] enable browser-caching for static lenya images. this increases the performance e.g. of the sitetree widget and also reduces 'flickering' of the menu tabs which occurred in IE. Diff (josias)
  • update[1.4] ignore non-XML files Diff (michi)
  • update[1.4] white noise - formating changes Diff (thorsten)
  • update[1.4] Making the mkcol usecase more abstract, allowing to define a default extension and resource type via the usecase config file. Diff (thorsten)
  • update[1.4] Adding the extension again to the odt meta data like requested by michi. Diff (thorsten)
  • update[1.4] treating xml and binaries the same Diff (thorsten)
  • update[1.4] Changing access to SOURCE_URL to protected Diff (thorsten)
  • update[1.4] Extending the put.java of the webdav usecase. You can now add any file via PUT. Still there is a problem how lenya stores the final file. It uses the xml extension for all files. I tried with PUT a png and in will be saved like {name}/index_{lang}.xml. I can open it with Gimp but Lenya will fail to open the document complaining about 'Invalid byte 1 of 1-byte UTF-8 sequence.' Diff (thorsten)
  • update[1.4] obsolete debug statement removed Diff (michi)
  • update[1.4] check also Cocoon build properties re version Diff (michi)
  • update[1.4] note added about the BUG within Cocoon Diff (michi)
  • update[1.4] property fixed Diff (michi)
  • update[1.4] warning replaced by debug and note added Diff (michi)
  • update[1.4] UUID implementation started Diff (michi)
  • update[1.4] UUID implementation started Diff (michi)
  • update[1.4] Commenting extension since it causes the LinkRewriterImpl.java to fail. You cannot create a DOM from a binary file. Diff (thorsten)
  • update[1.4] note about languages added Diff (michi)
  • update[1.4] unused patching removed Diff (michi)
  • update[1.4] missing parameters added Diff (michi)
  • update[1.4] Fix typo. Diff (antonio)
  • update[1.4] ASF Bugzilla Bug 38969 [WebDAV] cannot PUT a binary document, like .odt or .jpg Patch (id=17897) provided by Renaud - Registers the RequestReader in the sitemap - adds a matcher for /PUT/odt - started refactoring Put.java, validation not working ATM Diff (thorsten)
  • update[1.4] duplicated line removed Diff (michi)
  • update[1.4] fixed classpath for the compile-xsp target (now includes endorsed libs) and added an option to fail on error, so this target could be used by a continous integration tool. Diff (josias)
  • update[1.4] ASF Bugzilla Bug 38926 [WebDAV] in the file listing, all files have the .html file extension Patch submitted by renaud richardet. Applied, thx Renaud. :) Diff (thorsten)
  • update[1.4] Switching java comments to xml comments Diff (thorsten)
  • update[1.4] Adding comments to webDAV code. Submitted by Jonathan Addison. Thx Jonathan. :) Diff (thorsten)
  • update[1.4] [minor change] improved logging Diff (andreas)
  • update[1.4] [minor change] fixed some logging issues, removed dead code Diff (andreas)
  • update[1.4] Formating changes thx to Jonathan Addison who pointed out that line breaks will cause different clients to fail. Diff (thorsten)
  • update[1.4] removing old comment closing brakets Diff (thorsten)
  • update[1.4] white noise - formating changes Diff (thorsten)
  • update[1.4] Bug 38913 WebDav module displays empty directories (collections) Reporter: renaud richardet Patch: Jonathan Addison Patch applied, thx Jonathan. Diff (thorsten)
  • update[1.4] existsInAnyLanguage simplified because it is duplicating code Diff (michi)
  • update[1.4] java doc fixed Diff (michi)
  • update[1.4] opendocument links fixed Diff (michi)
  • update[1.4] german translation started Diff (michi)
  • update[1.4] reference to xpatch file added Diff (michi)
  • update[1.4] cmd as default and gui as parameter Diff (michi)
  • update[1.4] confpatch path added Diff (michi)
  • update[1.4] warning implemented for the case that a node or the sitetree itself does not exists Diff (michi)
  • update[1.4] warning implemented for the case that a resource/document does not exists Diff (michi)
  • update[1.4] link to debug Lenya menu added Diff (michi)
  • update[1.4] notes added Diff (michi)
  • update[1.4] LENYA_META_SUFFIX introduced to make sure that the suffix is defined only once Diff (michi)
  • update[1.4] log4j added as TODO Diff (michi)
  • update[1.4] pipeline added to debug lenya menu Diff (michi)
  • update[1.4] comments added Diff (michi)
  • update[1.4] parameter for usage added Diff (michi)
  • update[1.4] note added resource type input module added Diff (michi)
  • update[1.4] note about endorsed libs added Diff (michi)
  • update[1.4] copy task class renamed Diff (michi)
  • update[1.4] fixed missing language screen Diff (josias)
  • update[1.4] Allow to create non-XML documents with the DefaultCreator. It checks for the extension .xml at the moment, this could be improved. Diff (andreas)
  • update[1.4] Update BXE class to new DocIdToPathMapper signature Diff (andreas)
  • update[1.4] Add extension attribute to LenyaMetaData. This way, the extension can be accessed by the DocumentIdToPathMapper - this allows custom source extensions (like .odt, ...) and is a first step towards handling assets and documents in the same way. Diff (andreas)
  • update[1.4] Replaced <xsl:attribute> with string function in menu2xslt.xsl. This solves a Xalan problem. Diff (andreas)
  • update[1.4] [minor change] formatting Diff (andreas)
  • update[1.4] Reverting check-in (will check-in the whitespace changes in a separate commit) Diff (andreas)
  • update[1.4] Finishing up the odt module download feature. Now we "just" have to make the whole module more generic Diff (thorsten)
  • update[1.4] adding mime-type definition to for the odt module Diff (thorsten)
  • update[1.4] Replaced <xsl:attribute> with string function in menu2xslt.xsl. This solves a Xalan problem. Diff (andreas)
  • update[1.4] Applying first part of the patch provided by renaud richardet attached to Bug 38900. Thanks renaud. Diff (thorsten)
  • update[1.4] search module removed and notes added Diff (michi)
  • update[1.4] blog module commented Diff (michi)
  • update[1.4] note clarified Diff (michi)
  • update[1.4] Note added about not modifying this file directly Diff (michi)
  • update[1.4] check on JAVA_HOME and some notes added Diff (michi)
  • update[1.4] Enabling to download the opendocument for local editing. Diff (thorsten)
  • update[1.4] command line as default Diff (michi)
  • update[1.4] thanks to Oliver one step further re GUI class Diff (michi)
  • update[1.4] thanks to Oli one step further Diff (michi)
  • update[1.4] Cleaning the variable after using in the loop otherwise this can cause a bug by more then one pub. Diff (thorsten)
  • update[1.4] Adding the content dir to the fallback URIs like described in http://marc.theaimsgroup.com/?l=lenya-dev&m=114142602919893&w=2. This fixes the second part of the 'external' resources/asset preview. Diff (thorsten)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] note about NodeFactory and XUL added Diff (michi)
  • update[1.4] TODO note added Diff (michi)
  • update[1.4] private modules removed Diff (michi)
  • update[1.4] zip protocol fixed Diff (michi)
  • update[1.4] some more space for better readability added Diff (michi)
  • update[1.4] externals as default added Diff (michi)
  • update[1.4] cocoon as external added Diff (michi)
  • update[1.4] Part one to fix the bug related to asset management and outsourced content. Still missing to rewrite either the fallback source or the sitemap to force lenya to look in the outsourced content dir for display. Diff (thorsten)
  • update[1.4] backslash bug fixed re properties writing Diff (michi)
  • update[1.4] trim values Diff (michi)
  • update[1.4] pointer to antinstaller added Diff (michi)
  • update[1.4] Tomcat as subsequent implemented Diff (michi)
  • update[1.4] subsequent parameters implemented Diff (michi)
  • update[1.4] another config added Diff (michi)
  • update[1.4] subsequent parameters started Diff (michi)
  • update[1.4] path fixed Diff (michi)
  • update[1.4] testing introduced Diff (michi)
  • update[1.4] Updated comment to refer to the top level instead of topLevel/content Diff (thorsten)
  • update[1.4] Fixing Bug related to the contentDir. Further refactored code to be better understandable. Updated publications to refer to the top level instead of topLevel/content Diff (thorsten)
  • update[1.4] dos2unix Diff (jann)
  • update[1.4] fixing typo. The session tab will again be available in the admin area Diff (jann)
  • update[1.4] Using getSourceURI() instead of getFile().getAbsolutePath() for DublinCoreHelper.java Diff (thorsten)
  • update[1.4] gui enhanced Diff (michi)
  • update[1.4] path fixed Diff (michi)
  • update[1.4] moved Diff (michi)
  • update[1.4] swing based GUI started Diff (michi)
  • update[1.4] bug fixed re selecting default values Diff (michi)
  • update[1.4] more fool proveness added Diff (michi)
  • update[1.4] writing fixed Diff (michi)
  • update[1.4] read values from command line Diff (michi)
  • update[1.4] differentiate between local and default Diff (michi)
  • update[1.4] root dir passed Diff (michi)
  • update[1.4] cleaned Diff (michi)
  • update[1.4] build.properties config added Diff (michi)
  • update[1.4] Fixed location of sitemap.xmap patch files Diff (andreas)
  • update[1.4] instructions added Diff (michi)
  • update[1.4] compile target for building configure added Diff (michi)
  • update[1.4] ignore local.publication.xconf Diff (michi)
  • update[1.4] ignore local.publication.xconf Diff (michi)
  • update[1.4] ignore local.publication.xconf files during copying Diff (michi)
  • update[1.4] note about max upload size added Diff (michi)
  • update[1.4] outdated history deleted because it is covered by SVN anyway Diff (michi)

Docs

  • add[Docs] Splitting monitoring from server webdav file to a file on its own. Diff (thorsten)
  • add[Docs] Added quickstart document taken from the wiki, further linked to the current webdav wiki page. Diff (thorsten)
  • add[Docs] Started the module documentation section. Added first description about webdav from the old 1.2 docu. Diff (thorsten)
  • update[Docs] Updated the monitoring section to reflect current development. Diff (thorsten)
  • update[Docs] white noise - Formating changes Diff (thorsten)
  • update[Docs] white noise - Formating changes Diff (thorsten)
  • update[Docs] Removing note for alpha since it is way too much outdated. Diff (thorsten)
  • update[Docs] Fixing xdoc grammar. Note tags are NOT allowed in P tags. Further fixed the cocoon location. Diff (thorsten)
  • update[Docs] Bug 38949 Update the 1.4 source version documentation. Reporter: Oliver Schalch Patch applied, thx Oli. Diff (thorsten)

Sandbox

  • add[Sandbox] Adding xdocs module. The bxe editing is not working, need to fix this. Diff (thorsten)
  • add[Sandbox] Adding default transformation stylesheet Diff (thorsten)
  • add[Sandbox] Initial version of doco as lenya pub and forrest docu Diff (thorsten)
  • update[Sandbox] setting ignore properties for eclipse file Diff (thorsten)
  • update[Sandbox] Adding one-form editor to xdocs. Fixing rng to make it compatible with BXE. This makes it possible to edit xdocs with BXE. Diff (thorsten)
  • update[Sandbox] Do 'forrest run' in $FORREST_HOME/whiteboard/doco Use Forrest's Ant. Diff (crossley)
  • update[Sandbox] Added local deploy of involved forrest plugins Diff (thorsten)
  • update[Sandbox] fix line endings Diff (thorsten)

Site

  • update[Site] 'fix Diff (gregor)
  • update[Site] Automatic publish from forrestbot Diff (thorsten)

Version 2006-02 ()

1.2

  • update[1.2] make sure new labels are inserted before the child-nodes, so the sitetree.xml will be valid and readable more easily. Diff (josias)
  • update[1.2] note about endorsed libs added Diff (michi)
  • update[1.2] add support for ldap referral Diff (jann)
  • update[1.2] Two same name attr for the asset library form; remove one Diff (edith)
  • update[1.2] fixed and simplified copying of script elements: now works with multiple script elements. Diff (josias)
  • update[1.2] fixed bug: if a node's id starts with the id of one of its siblings, it was not highlighted in the tree of the site area. Diff (josias)
  • update[1.2] Showing the original path of a deleted document Diff (jann)
  • update[1.2] Adding an identifier string which can be used within the trash area in order to show the original path of a deleted document Diff (jann)
  • update[1.2] Add name attributes to form elements. This fixes bug #38471. Thanks to Simon Litwan for the patch. Diff (andreas)
  • update[1.2] Don't swallow exception in crawler configuration Diff (andreas)
  • update[1.2] Improved error logging (message, stack trace) Diff (andreas)

1.4

  • add[1.4] README added Diff (michi)
  • add[1.4] Moved declaration of AccessControlSitetreeTransformer to sitetree module Diff (andreas)
  • add[1.4] Moved sitemap patch files from confpatch to webapp/config/sitemap. Allow modules to patch the sitemap. This is a next step towards equal structures for core and modules. Diff (andreas)
  • add[1.4] Added XLinkCollectionTest Diff (andreas)
  • add[1.4] added ability to use dojo editor in cforms fields with dojoarea sytling like so: <ft:widget id="description"> <fi:styling type="dojoarea" rows="8" style="width:100%"> </fi:styling> </ft:widget> Diff (chestnut)
  • add[1.4] Moved migration class to repository module (removes dependency from core to repository module) Diff (andreas)
  • add[1.4] jcrsource moved Diff (michi)
  • add[1.4] optional modules added Diff (michi)
  • add[1.4] module descriptors added Diff (michi)
  • add[1.4] terminology fixed Diff (michi)
  • add[1.4] Fixed sitetree tests and moved them to the sitetree module. Refactored test build system. Diff (andreas)
  • add[1.4] Simon Litwan's FCKeditor implementation including add imagelookup and link look Thanks Simon! Diff (chestnut)
  • add[1.4] Simon Litwan's FCKeditor implementation including add imagelookup and link look Thanks Simon! Diff (chestnut)
  • add[1.4] Removing custom meta data specific code from the core to the default pub, since it is just an example so far. ;-) Diff (thorsten)
  • add[1.4] Added adapter classes from the existing repo implementation to the new repo draft API Diff (andreas)
  • add[1.4] Moved repository test from jcr to repo package, since it doesn't rely on JCR. Diff (andreas)
  • add[1.4] removal of fallback:// from external relaxng schemas, while still utilizing fallback functionality by specifying the publication the schema is being used in Diff (chestnut)
  • add[1.4] Added JackrabbitRepository. This is neccessary to remove jackrabbit references from the jcr module. Diff (andreas)
  • add[1.4] Store meta data registry data in JCR repository Diff (andreas)
  • add[1.4] added input module to get the path of the lucene search index, instead of hardcoding it in the sitemap Diff (josias)
  • add[1.4] Added URL handling capabilities for new repo implementation Diff (andreas)
  • add[1.4] Renamed repo API classes, provide mime-type when adding translations Diff (andreas)
  • add[1.4] refactored sitetree script: now it always uses asynchronous requests and it should be easier to extend. Diff (josias)
  • add[1.4] One Form Editor Module -Simply uses the One Form Editor usecase -You need to add the FCKeditor directory to the resources directory due to license -I have only tested the ability to open, slight edit, and save of the tutorial page of the default pub (it worked :) ) -http://localhost:8888/default/authoring/tutorial.html?lenya.usecase=edit.fckeditor Diff (chestnut)
  • add[1.4] Added JCRMetaData java file. Diff (andreas)
  • add[1.4] added BaseURLModule which may be used to get the base url to prepend to urls in order to construct internal links. If the publication uses proxying, it returns the proxy url. Otherwise, it returns /context-path/pubid/area Diff (josias)
  • remove[1.4] Moved sitemap patch files from confpatch to webapp/config/sitemap. Allow modules to patch the sitemap. This is a next step towards equal structures for core and modules. Diff (andreas)
  • remove[1.4] Moved DocumentIndexTransformer to sitetree module to remove the dependency from the core to the sitetree module. Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] jcrsource moved Diff (michi)
  • remove[1.4] terminology fixed Diff (michi)
  • remove[1.4] [minor change] removed empty directories Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] Refactoring of test base classes. Adding Request object to context. Fixed access control tests. Diff (andreas)
  • remove[1.4] Refactoring of test base classes. Use correct classpath for tests. Diff (andreas)
  • remove[1.4] always use the java usecase for indexing for consistency reasons. Diff (josias)
  • remove[1.4] adapted homepage and links doctype to new lucene index generation Diff (josias)
  • remove[1.4] this file is not necessary because the lucene module already adds the index_manager to cocoon.xconf (see src/modules/lucene/config/cocoon-xconf/index_manager.xconf) Diff (josias)
  • remove[1.4] updated module urls Diff (chestnut)
  • remove[1.4] Moved JCRSourceNode related code to jcrsource module, restored JCRSourceNode related classes Diff (andreas)
  • remove[1.4] [minor change] removed empty menus directory Diff (andreas)
  • update[1.4] more info added Diff (michi)
  • update[1.4] description added Diff (michi)
  • update[1.4] compile tasks target (re)added Diff (michi)
  • update[1.4] Copy tasks fixed that also modules are being copied properly Diff (michi)
  • update[1.4] Microsoft linefeeds removed Diff (michi)
  • update[1.4] [minor change] Moved XLinkCollectionTest down Diff (andreas)
  • update[1.4] make sure new labels are inserted before the child-nodes, so the sitetree.xml will be valid and readable more easily. Diff (josias)
  • update[1.4] Use Document.getSourceURI() for XLink href in XLinkCollection Diff (andreas)
  • update[1.4] Use source URI to check if collection contents can be loaded (instead of SiteManager) Diff (andreas)
  • update[1.4] Using identifiers to compare DefaultDocument objects Diff (andreas)
  • update[1.4] Set patch.webapp property to 'false' before starting tests. This way, the property is handled correctly even if the webapp and test targets are executed subsequently in the same process. Diff (andreas)
  • update[1.4] CollectionImpl is now using SourceUtil instead File Diff (michi)
  • update[1.4] lenya protocol added such that also entries work Diff (michi)
  • update[1.4] lenya protocol added Diff (michi)
  • update[1.4] [minor change] indentation, replaced tabs with spaces Diff (andreas)
  • update[1.4] Use Document.getSourceURI() instead of Document.getFile() Diff (andreas)
  • update[1.4] Added deprecation tag to Document.getFile() Diff (andreas)
  • update[1.4] Removed unnecessary DocumentStore.getRepositoryNode() method - is now inherited from DefaultDocument Diff (andreas)
  • update[1.4] Removed unnecessary DocumentStore.getRepositoryNode() method - is now inherited from DefaultDocument Diff (andreas)
  • update[1.4] content dir configurable tested on Windows Diff (michi)
  • update[1.4] unitended stuff removed Diff (michi)
  • update[1.4] content dir configuration for blog updated Diff (michi)
  • update[1.4] instructions re build improved Diff (michi)
  • update[1.4] content dir is now configurable Diff (michi)
  • update[1.4] configurable content dir Diff (michi)
  • update[1.4] configuration of content dir started Diff (michi)
  • update[1.4] Extending the ResourcesManager interface (like announced on dev list) and implementing the new method in the default implementation. Diff (thorsten)
  • update[1.4] restructered the overview screen of publications in order to make better readable Diff (michi)
  • update[1.4] containing documents of moved documents should not have their resources/assets copied as well. Fixes the bug of not being able to delete a document contained by a document that has resources/assets. Diff (chestnut)
  • update[1.4] White noise - formating changes Diff (thorsten)
  • update[1.4] Adding method to receive the new document to the create usecase. Diff (thorsten)
  • update[1.4] optional modules introduced Diff (michi)
  • update[1.4] note about configuration of node factory added Diff (michi)
  • update[1.4] improved lucene search results Diff (chestnut)
  • update[1.4] search result fixes Diff (chestnut)
  • update[1.4] Add delimeter between text nodes Diff (chestnut)
  • update[1.4] use an empty link attribute as default, it will be replaced in the feed by the actual url of the entry. Diff (josias)
  • update[1.4] fixed path of css.xsl (it's a core file) Diff (josias)
  • update[1.4] replaced hard-coded jetty ports Diff (michi)
  • update[1.4] Jetty ports are configurable for shell script Diff (michi)
  • update[1.4] Jetty ports moved to build.properties Diff (michi)
  • update[1.4] xslt target added to test Diff (michi)
  • update[1.4] Cocoon version fixed Diff (michi)
  • update[1.4] allow fallback uris which refer to a different module, and made preparations to support more general fallback uris. Diff (josias)
  • update[1.4] trigger workflow for cforms edit Diff (chestnut)
  • update[1.4] no-cache in response header for documents in the authoring area Diff (chestnut)
  • update[1.4] remove xhtml ns and add xhtml ns so that one can use <fi:styling type="htmlarea"><conf>...</conf></fi:styling> in cform usecases Diff (chestnut)
  • update[1.4] Ajax block is being rewritten using dojo Diff (chestnut)
  • update[1.4] removed obsolete test templates, fixed test build Diff (andreas)
  • update[1.4] Refactored test build system: generate xtest file dynamically, added LoginTest Diff (andreas)
  • update[1.4] Replaced assertion with Exception in URLInformation Diff (andreas)
  • update[1.4] allows for multi value fields Diff (chestnut)
  • update[1.4] Renamed test-user from alice to aliceTest to avoid conflict with alice user Diff (andreas)
  • update[1.4] Fixed some tests Diff (andreas)
  • update[1.4] [minor change] revered accidential check-in of System.out call Diff (andreas)
  • update[1.4] Removed MetaData.save() method Diff (andreas)
  • update[1.4] Fixed some tests Diff (andreas)
  • update[1.4] Removed MetaData.save() - changes are saved automatically Diff (andreas)
  • update[1.4] Removed MetaData.save() - changes are saved automatically Diff (andreas)
  • update[1.4] Save meta data after modifications Diff (andreas)
  • update[1.4] Use last modification date to validate if versions are up to date in DocumentWorkflowable Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] Update last modification date when source node content is changed Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] Removed obsolete HISTORY_PATH attribute from WorkflowModule Diff (andreas)
  • update[1.4] Allow to provide custom request URLs for tests. Starting to fix WorkflowTest. Diff (andreas)
  • update[1.4] WorkflowManagerImpl throws exception when schema could not be read Diff (andreas)
  • update[1.4] applied patch by Jörn Nettingsmeier (don't cache the welcome page so new publications are shown immediately, bug #37836). Diff (josias)
  • update[1.4] Use XML formatter and dedicated output dir for tests. This fixes bug #38692. Thanks to Simon Litwan for the patch. Diff (andreas)
  • update[1.4] Synced local.blocks.properties with Cocoon (no rebuild necessary) Diff (andreas)
  • update[1.4] Implemented DocumentIdentifier.toString() Diff (andreas)
  • update[1.4] Fixed some more tests. Diff (andreas)
  • update[1.4] Execute module tests in test target Diff (andreas)
  • update[1.4] Fixed compile error in WorkflowTest, use log level for repository module test Diff (andreas)
  • update[1.4] Make tests run again. Setting reasonable context attributes in PublicationTestCase. Diff (andreas)
  • update[1.4] added fallback reference to xslt Diff (chestnut)
  • update[1.4] allow publications to override module sitemaps Diff (chestnut)
  • update[1.4] typo fix, and ProcessHTMLEntities set to true in conf Diff (chestnut)
  • update[1.4] Added option to configure test log level, added mock for ContextSourceFactory Diff (andreas)
  • update[1.4] fckeditor seems to put allot of &nbsp; in the source which doesn't validate. It didn't appear that this was something configurable in the fckeditor. Diff (chestnut)
  • update[1.4] Removed obsolete mock and test classes, made tests compile again (had to comment out some parts of the code) Diff (andreas)
  • update[1.4] allow publications to define there own module sitemaps, and module-resources.xmap by using fallback:// Diff (chestnut)
  • update[1.4] more descriptive name (using name of a similar stylesheet that was retired) Diff (chestnut)
  • update[1.4] external access to resources is supported via lenya.xmap, module-resources.xmap, resources.xmap, and resources-shared.xmap Diff (chestnut)
  • update[1.4] XSLT transformation added for testing stylesheets Diff (michi)
  • update[1.4] Use correct cocoon project name for eclipse classpath Diff (andreas)
  • update[1.4] Adding version to eclipse project name Diff (andreas)
  • update[1.4] Read Cocoon eclipse project name from /.project Diff (andreas)
  • update[1.4] Add test sources to eclipse project Diff (andreas)
  • update[1.4] fixes for rng includes, added context prefix and core resources Diff (chestnut)
  • update[1.4] Enhanced the meta data example in the default pub by making it more generic since user had problems to extend it. Reported by J. Nettingsmeier. Diff (thorsten)
  • update[1.4] Added versioning test code, fixed some bugs which popped up Diff (andreas)
  • update[1.4] Object-JCR-mapping: set onParentVersion=COPY for mapping property Diff (andreas)
  • update[1.4] Fixed bug -> throw exception when publication already exists, added corresponding test Diff (andreas)
  • update[1.4] Stop repo test on error/failure Diff (andreas)
  • update[1.4] Saving JCR session after creating translation node (has to be continued for other operations). Without this, versioning is not possible. For transactions, the transaction capabilities of JCR have to be used. Splitting the test up into single tests. Diff (andreas)
  • update[1.4] refactored lucene index generation: now each resource type which supports indexing must declare the format 'luceneIndex' in its configuration. This format contains a number of lucene:field elements which should contain the relevant information about the document which will be indexed. Diff (josias)
  • update[1.4] Migrate14 imports Lenya and DublinCore meta data Diff (andreas)
  • update[1.4] Login to repository with user name. Diff (andreas)
  • update[1.4] Enabled to save custom meta data in the site.create usecase and added an example to the default pub. Diff (thorsten)
  • update[1.4] Enhanced metadata usecase performance by adding check whether we really need to save the meta data. Further using better naming for 'public static final String's to enhance re-usability. Diff (thorsten)
  • update[1.4] Renamed JCRRepositoryTest to RepositoryTest, since it's not related to JCR Diff (andreas)
  • update[1.4] Fixed some bugs in JCR-based repo implementation Diff (andreas)
  • update[1.4] removal of fallback:// from external relaxng schemas, while still utilizing fallback functionality by specifying the publication the schema is being used in Diff (chestnut)
  • update[1.4] fixed typo Diff (thorsten)
  • update[1.4] Added ability to edit custom metadata and added a small example of it to the index page. Fixed bug in the save() method that was causing an exception for nonFixedElementNames. Diff (thorsten)
  • update[1.4] formating changes Diff (thorsten)
  • update[1.4] use an empty link attribute as default, and rewrite it using the actual link. also added missing /entries as part of the url. Diff (josias)
  • update[1.4] removed rss namespace according to specification, see http://blogs.law.harvard.edu/tech/rss Diff (josias)
  • update[1.4] Using prefixed names for the metadata to prevent clashes in naming from dc and custom metadata Diff (thorsten)
  • update[1.4] formating changes Diff (thorsten)
  • update[1.4] fixed bug: if a node's id starts with the id of one of its siblings, it was not highlighted in the tree of the site area. Diff (josias)
  • update[1.4] changed outdated cocoon://core/modules reference to cocoon://modules and added a sitemap to handle the message.xml request. Diff (chestnut)
  • update[1.4] added ablity to call module resources while specifying the publication id Now module resources and sitemap can be referenced via: http://localhost:8888/modules/{module-id}/... or http://localhost:8888/{publication-id}/modules/{module-id}/... Both will return the same thing if accessed as an internal request. For external requests the first will always return core resources, while the second will be able to utilize the fallback capability of module-resources.xmap or {module-id}/sitemap.xmap. Diff (chestnut)
  • update[1.4] Remove references to jackrabbit from jcr module. Shut down repository properly after test is completed. Diff (andreas)
  • update[1.4] Replace AssetTypeRegistry with AssetTypeResolver Diff (andreas)
  • update[1.4] Use JCRRepository.INTERNAL_WORKSPACE for internal publication data Diff (andreas)
  • update[1.4] allow relativ paths for the search index to make it possible to move a publication around. Diff (josias)
  • update[1.4] Moved repository draft and related classes to repository module Diff (andreas)
  • update[1.4] Added method URLUtil.getWebappURL(), various bugfixes in JCR-based repo implementation Diff (andreas)
  • update[1.4] ElementSet.getElement(): throw exception if name is not defined Diff (andreas)
  • update[1.4] SiteProxy.getNode(): Throw exception if site node path is not absolute Diff (andreas)
  • update[1.4] [minor change] added docs that site node path must be absolute Diff (andreas)
  • update[1.4] Set jcrSession field in RepositoryFacade constructor Diff (andreas)
  • update[1.4] Return correct area ID (JCR workspace name) Diff (andreas)
  • update[1.4] Added methods to obtain repository session from publication and repository from session Diff (andreas)
  • update[1.4] [minor change] removed unused imports Diff (andreas)
  • update[1.4] Moved method isValidDocumentName() from DocumentManager to DocumentBuilder. Allow dashes in document name in DefaultDocumentBuilder. This fixes bug #38127. Thanks for the patch by Renaud Richardet. Diff (andreas)
  • update[1.4] gets AC Auth and AC Live tabs working Diff (chestnut)
  • update[1.4] need to ensure that height and width attributes are present to use this module, otherwise org.apache.batik.bridge.BridgeExceptions Errors are produced Diff (chestnut)
  • update[1.4] Renamed JCR node types and names, allow Publication and Asset to have meta data Diff (andreas)
  • update[1.4] Extended repository API (added some methods) Diff (andreas)
  • update[1.4] fixed typo Diff (josias)
  • update[1.4] added contextprefix to schema include. makes bxe work on tomcat Diff (josias)
  • update[1.4] Updated cocoon://core/modules/... URLs to cocoon://modules/... URLs. This is meant to fix bug #38506, no idea if it is finished yet. Diff (andreas)
  • update[1.4] [minor change] changed exclude-prefix to exclude-result-prefixes Diff (andreas)
  • update[1.4] fit editor to screen, use page.css Diff (chestnut)
  • update[1.4] Enabled JCR block again to make the JCRSourceNode work. Diff (andreas)
  • update[1.4] Removed handling of core/modules URLs, since it is now possible to call modules using an URL prefix. Diff (andreas)
  • update[1.4] more docu about current JCR integration added Diff (michi)
  • update[1.4] use base-url module to get the root parameter in order to get the correct urls if proxying is used. Diff (josias)
  • update[1.4] [minor] removed unused imports Diff (josias)
  • update[1.4] [minor change] OneFormEditor: refactoring, javadocs Diff (andreas)
  • update[1.4] SVG module: use fallback input module instead of protocol for Batik image references (Batik can't access the source resolver) Diff (andreas)
  • update[1.4] Fixed javadoc. Thanks to Bob Harner for spotting this. Diff (josias)
  • update[1.4] Added context prefix for cforms resources. Diff (froethenbacher)
  • update[1.4] don't assume that internal links start with the context prefix. internal links should look like /pubid/area/doc-url (see also bug #31157) Diff (josias)
  • update[1.4] Mount module-resources.xmap with pass-through. This allows the module to serve resources if module-resources.xmap doesn't contain an appropriate pipeline. Added HTML and XHTML pipelines to module-resources.xmap. This fixes bug #38455, thanks to Simon Litwan for the patch. Diff (andreas)
  • update[1.4] Adds id attribut to form elements and name attributes to buttons. This fixes bug #38471. Thanks to Simon Litwan for the patch. Diff (andreas)
  • update[1.4] match only on img src attributes so that it doesn't interfere other elements such as script. Diff (chestnut)
  • update[1.4] For SVG image xlinks, use fallback input module instead of fallback protocol because Batik can't access the source resolver. Diff (andreas)
  • update[1.4] [minor change] removed unnecessary namespace declarations Diff (andreas)
  • update[1.4] [minor] removed tabs and fixed indenting Diff (josias)

Docs

  • add[Docs] First version of the meta data documentation in 1.4.x. Diff (thorsten)
  • add[Docs] Added forrestbot configuration for our documentation. This easiest the deployment of our website Diff (thorsten)
  • add[Docs] Added documentation about link management in 1.4 Diff (andreas)
  • update[Docs] Finished first version of the meta data documentation. Feel free to give feedback and send docu patches. ;-) Diff (thorsten)
  • update[Docs] Added note that geronimo libraries interfere with notification mails Diff (andreas)
  • update[Docs] Website update by forrestbot Diff (thorsten)
  • update[Docs] Added option to use arbitrary usecase views to documentation Diff (andreas)
  • update[Docs] Updated resource type docs (see bug 38466). Thanks to Joern Nettingsmeier for the comments. Diff (andreas)
  • update[Docs] Updated resource type docs (see bug 38466). Thanks to Joern Nettingsmeier for the comments. Diff (andreas)
  • update[Docs] Updated resource type docs (see bug 38466). Thanks to Joern Nettingsmeier for the comments. Diff (andreas)
  • update[Docs] Updated resource type docs (see bug 38466). Thanks to Joern Nettingsmeier for the comments. Diff (andreas)
  • update[Docs] Updated module docs: /core/modules/... is replaced by cocoon://modules/... Diff (andreas)
  • update[Docs] [minor change] improved wording Diff (andreas)
  • update[Docs] Added note about DocumentReferencesHelper bug Diff (andreas)
  • update[Docs] Added myself :-) Diff (froethenbacher)
  • update[Docs] Minor formatting and lower-/uppercase changes. Diff (andreas)
  • update[Docs] Renamed bxe element to bitfluxeditor. This avoids the clash with the external URL http://bxe.oscom.org. Diff (andreas)
  • update[Docs] Fixed faulty r374107 and added information to generate a dynamic exit URL Diff (thorsten)
  • update[Docs] Updated resource type docs. This fixes bug #38466, thanks to Joern Nettingsmeier for the report. Diff (andreas)
  • update[Docs] Renamed search module to lucene in docs Diff (andreas)
  • update[Docs] Added some paragraphs to the repo doc draft Diff (andreas)
  • update[Docs] Updated patch file paths to config/cocoon-xconf/* Diff (andreas)
  • update[Docs] Adding docs about module menus Diff (andreas)
  • update[Docs] Replaced config/*.xconf with config/cocoon-xconf/*.xconf in module docs Diff (andreas)

Site

  • add[Site] Added Lenya DOAP file (see projects.apache.org) Diff (andreas)
  • add[Site] Updated and deployed apidocs Diff (thorsten)
  • add[Site] Automatic publish from forrestbot Diff (thorsten)
  • add[Site] testing whether .htaccess is enabled on our server Diff (thorsten)
  • update[Site] Added XML category to DOAP file. Diff (andreas)
  • update[Site] Website update by forrestbot Diff (thorsten)
  • update[Site] Adding notification on failure for the staging docu build. Diff (thorsten)

Zone

  • update[Zone] Added tests to nightly trunk script Diff (andreas)
  • update[Zone] Removing the cocoon build dir before building lenya this let lenya build cocoon again. Diff (thorsten)
  • update[Zone] fixing condition matching for notification and added to remove local.b* properties for trunk. Diff (thorsten)
  • update[Zone] fixing check conditions Diff (thorsten)
  • update[Zone] Activating notification when build fails for the branch as well. Diff (thorsten)
  • update[Zone] Fixing web logfile location Diff (thorsten)
  • update[Zone] Activating notification when build fails Diff (thorsten)
  • update[Zone] Adding status to the log Diff (thorsten)
  • update[Zone] Adding enhanced error handling through notification Diff (thorsten)
  • update[Zone] Activating notification to the forrestbot that deploys our zone site and the staging docu Diff (thorsten)
  • update[Zone] Adding notification to the forrestbot that deploys our zone site Diff (thorsten)

Version 2006-01 ()

1.2

  • add[1.2] release management step by step added Diff (michi)
  • add[1.2] this library is needed because of backwards compatibility Diff (michi)
  • add[1.2] xsl for the force-checkin usecase Diff (jann)
  • add[1.2] Action for the force-checkin usecase Diff (jann)
  • add[1.2] excalibur-io has been removed from Cocoon-2.1.8 upwards Diff (michi)
  • update[1.2] more details added Diff (michi)
  • update[1.2] more notes added Diff (michi)
  • update[1.2] name added in order to allow testing Diff (michi)
  • update[1.2] form name added in order to allow testing Diff (michi)
  • update[1.2] thanks to Bob Harner GET by POST replaced Diff (michi)
  • update[1.2] fixed select such that the correct http status code is set. Diff (josias)
  • update[1.2] added default target for the tabs in the lenya menu to prevent an xhtml validation warning (attribute 'target' cannot be empty) Diff (josias)
  • update[1.2] replaced deprecated library excalibur-io 1.1 by commons-io 1.1 and updated all occurrences in the java code. commons-io-1.1.jar is added to lenya because this jar is not included in cocoon 2.1.8 and older. fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=38126 Diff (josias)
  • update[1.2] Adding the force-checkin usecase Diff (jann)
  • update[1.2] Cocoon 2.1.8 set as default Diff (michi)
  • update[1.2] Cocoon versions added Diff (michi)

1.4

  • add[1.4] moved external linkcheck functionality to a module Diff (chestnut)
  • add[1.4] Continued splitting up cocoon-xconf.xsl into dedicated xpatch files Diff (andreas)
  • add[1.4] Continued splitting up cocoon-xconf.xsl into dedicated xpatch files Diff (andreas)
  • add[1.4] Use Xpatch for source factories and input modules Diff (andreas)
  • add[1.4] Moved xconf files to cocoon-xconf for homepage module Diff (andreas)
  • add[1.4] Refactored patch system for cocoon.xconf. Patch files are now gathered in build/temp/patch and not copied to the build directory. Usecase patches were removed from cocoon-xconf.xsl. I have replaced remove=... with unless=... to reduce build time, feel free to complain. Diff (andreas)
  • add[1.4] removed jars due to licensing issues, added licenses for jetty-plus jar files Diff (chestnut)
  • add[1.4] Moved java class to BXE module, added missing resources Diff (andreas)
  • add[1.4] Moving BXE to a dedicated module Diff (andreas)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • add[1.4] Added svg module Diff (edith)
  • add[1.4] Added DocumentInfoModule (see bug #38300), thanks to Felix Roethenbacher Diff (andreas)
  • add[1.4] cleaned up webDAV, moving it to a module Diff (chestnut)
  • add[1.4] added the lenya meta data generator. It is an abstract generator that can produce the metadata to any given docid. Added an example how one can use it within the tutorial.html (only in english). Diff (thorsten)
  • remove[1.4] Removed obsolete WorkflowAuthorizer Diff (andreas)
  • remove[1.4] [minor change] removed empty search directory Diff (andreas)
  • remove[1.4] [minor change] removed empty bxe directory Diff (andreas)
  • remove[1.4] Moving publications from /src/webapp/lenya/pubs to /src/pubs. Diff (andreas)
  • remove[1.4] removed search module and related files Diff (chestnut)
  • remove[1.4] removed search module and related files Diff (chestnut)
  • remove[1.4] [minor change] removed obsolete notification configuration file Diff (andreas)
  • remove[1.4] accidental commit Diff (chestnut)
  • remove[1.4] Moved admin.search usecase to search module. Diff (andreas)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] Moved insertAsset and insertImage usecases to BXE module Diff (andreas)
  • remove[1.4] [BXE] Use Lenya CSS (dummy) instead of obsolete resource-type specific CSS for BXE. That never worked anyway, because the resource-type specific CSS was just not there. Diff (andreas)
  • remove[1.4] Removed empty BXE directory Diff (andreas)
  • remove[1.4] Remove empty dir. Diff (antonio)
  • remove[1.4] Cocoon contains a newer version Diff (michi)
  • remove[1.4] webdav moved to a module Diff (chestnut)
  • update[1.4] [minor change] removed junk characters that were used for indentation testing Diff (andreas)
  • update[1.4] Use images to show menu item state (checked/unchecked) Diff (andreas)
  • update[1.4] the svg module needs to handle shared images if they are processed (image2svg.xsl) Diff (chestnut)
  • update[1.4] [minor change] fixed some java warnings Diff (andreas)
  • update[1.4] Add deprecation note to task javadocs, added some javadocs. Diff (andreas)
  • update[1.4] [minor change] removed unused imports Diff (andreas)
  • update[1.4] [minor change] added javadocs Diff (andreas)
  • update[1.4] [minor change] code formatting, javadoc TODO comment Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] fixed a bug with create new language version if the resource type has multiple samples (only need a sample if there is no initial document). Diff (josias)
  • update[1.4] Instantiator deletes all previous templates before setting the template of the new publication. This fixes bug #38417. The change includes some refactoring. Updating the search index configuration is disabled, because it violates SoC by working with cocoon.xconf patch files - this doesn't work anymore since the patch files aren't copied to the build directory. Diff (andreas)
  • update[1.4] Updated path to publication java files for eclipse-project build target Diff (andreas)
  • update[1.4] Use temp/patch directory for lenya.roles patches Diff (andreas)
  • update[1.4] Removed cocoon-xconf.xsl. This raises the issue that the Xopus context path defined in local.build.properties is not set. This will be taken care of when Xopus is moved to a module. Diff (andreas)
  • update[1.4] Added option to prepare cocoon.xconf with initial patches, e.g., to add selector configurations Diff (andreas)
  • update[1.4] [minor change] removed obsolete reference to scheduler logicsheet (doesn't exist anymore) Diff (andreas)
  • update[1.4] Updated paths to publications and modules in build.properties after moving publications Diff (andreas)
  • update[1.4] fixed the style of the exception page: show hand cursor on stacktrace toggle link. Diff (josias)
  • update[1.4] Throw appropriate exception if workflow variable does not exist Diff (andreas)
  • update[1.4] Fixed handling of is_live workflow variable in Overview usecase Diff (andreas)
  • update[1.4] removed search module and related files Diff (chestnut)
  • update[1.4] [minor] added xml declaration, converted line endings to unix, and set svn eol property Diff (josias)
  • update[1.4] display the last modified date in iso-8601 format Diff (josias)
  • update[1.4] added date-converter input module. it is used to set the correct last-modified http header. Diff (josias)
  • update[1.4] Show navigation visibility on overview tab Diff (andreas)
  • update[1.4] GET replaced by POST Diff (michi)
  • update[1.4] use fallback:// and lenya:// sources instead of ../.. Diff (chestnut)
  • update[1.4] example external opensearch moved into lucene module Diff (chestnut)
  • update[1.4] relative include is broken when xhtml.rng is included in other .rng schemas (try to edit and save the homepage) Diff (chestnut)
  • update[1.4] Removed System.out.println Diff (andreas)
  • update[1.4] Modified site + admin area layout. Removed HTML tables, tabs are arranged vertically now. Diff (andreas)
  • update[1.4] added ability to have more than one script element in the head Diff (chestnut)
  • update[1.4] Removed index page from live area. This fixes bug #38380. Diff (andreas)
  • update[1.4] Added menu item to switch navigation visibility Diff (andreas)
  • update[1.4] [default pub] use meta data to display page title Diff (andreas)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] [BXE] Changed lenya.usecase=bxe to lenya.module=bxe for insert-link screen Diff (andreas)
  • update[1.4] Reverted accidential commit (BXE menu item in blog publication) Diff (andreas)
  • update[1.4] Added module-resources.xmap to serve module resources directly. RNG schemas are now served in a generic way, see pipeline in global-sitemap.xmap (there is still room for improvement). Diff (andreas)
  • update[1.4] use the correct document id in the existance-check in the case of a sibling-after relation: use the method getNewDocumentId() because it takes the relation (child, sibling-after) into account. Diff (josias)
  • update[1.4] Fixed BXE resource paths in blog publication Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] [minor] removed invalid character Diff (josias)
  • update[1.4] README refined Diff (michi)
  • update[1.4] Show appropriate error message if max upload size is exceeded Diff (andreas)
  • update[1.4] Added status check capabilities to UsecaseInvoker Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] added check for the publication id: allow no special characters Diff (josias)
  • update[1.4] Removed DocumentType.getMimeType(), added Document.getMimeType(). This allows different MIME types for documents of the same DocumentType (e.g., image/gif and image/jpeg for image documents). Diff (andreas)
  • update[1.4] thanks to Greggor Imboden the blog publication now has an archive and a lot of bugs have been fixed Diff (michi)
  • update[1.4] use 24 hours date format instead of 12 hours, according to ISO-8601 Diff (josias)
  • update[1.4] id tag removed Diff (michi)
  • update[1.4] use standard ISO-8601 date format with two digits for the month. Diff (josias)
  • update[1.4] Use IOUtils instead of deprecated CopyUtils. Diff (josias)
  • update[1.4] Fixed some character encoding problems: don't use OutputStreamWriter because it changes the encoding of the stream. Use getParameter() instead of get() for cocoon's HttpRequest class because it fixes the encoding. Changed the default uri encoding of jetty to ISO-8859-1 so it is equal to tomcats default encoding. fixes bug #36341 Diff (josias)
  • update[1.4] Added isVisibleInNav() method to SiteManager. This allows to fix an NPE in the CreateLanguage usecase. Diff (andreas)
  • update[1.4] Call the svg module to scale the images Diff (edith)
  • update[1.4] Added svg2tiff serializer Diff (edith)
  • update[1.4] Scaling of images when they are inserted in a doc. With the call of svg module, the scaling will be made with svg. Diff (edith)
  • update[1.4] Set the width and the height of the uploaded image in the lenya meta data Diff (edith)
  • update[1.4] CreateDocument usecase: don't complain about non-valid document ID if the parameter documentId has been provided to the usecase Diff (andreas)
  • update[1.4] Don't copy content when the default publication is instanciated Diff (andreas)
  • update[1.4] Allowed @class in the object element since it is in the xhtml2 common module Diff (thorsten)
  • update[1.4] HEAD request shouldn't contain message-body in response Diff (chestnut)
  • update[1.4] added webDAV GET format to opendocument see http://localhost:8888/default/webdav/doctypes/opendocument.odt Diff (chestnut)
  • update[1.4] Bugfix 38229. Reported and patch submitted by renaud richardet. Thx renaud. :) Diff (thorsten)
  • update[1.4] Paste usecase locks assets. This fixes bug #17378. Thanks to Gregor Imboden. Diff (andreas)
  • update[1.4] InvokeWorkflow.configure() calls super.configure(). This ensures that the view configuration is loaded. Diff (andreas)
  • update[1.4] webDAV fixes Diff (chestnut)
  • update[1.4] fixes Bug 38201: Deactivate usecase does not lock document resources thanks to a patch by Gregor Imboden Diff (chestnut)
  • update[1.4] fixes ability to delete trash, was getting an error that the sitetree wasn't locked Diff (chestnut)
  • update[1.4] some more links added Diff (michi)
  • update[1.4] lenya version and local build properties version added Diff (michi)
  • update[1.4] lenya version number added such that no conflict may arise with other lenya versions Diff (michi)
  • update[1.4] Added 'checked out by' column to SiteOverview usecase (admin area) Diff (andreas)

Docs

  • add[Docs] Added the 'Release Management Howto' into the official docs Diff (thorsten)
  • add[Docs] moving logs to the docroot to see them online. Added overview page to the zone documentation. Diff (thorsten)
  • add[Docs] Added initial version about zone notes Diff (thorsten)
  • add[Docs] Added favicon. Diff (thorsten)
  • add[Docs] Added more documentation for zones server Diff (thorsten)
  • add[Docs] Started our zone site. I am using forrest for it. Diff (thorsten)
  • add[Docs] Updated forrest to 0.7 and had to move raw data http://forrest.apache.org/docs_0_70/upgrading_07.html#raw Diff (thorsten)
  • add[Docs] Added faq document to 1.4.. Diff (thorsten)
  • add[Docs] Added documentation about the url mapping in lenya. Diff (thorsten)
  • remove[Docs] removed not needed resources Diff (thorsten)
  • remove[Docs] Updated forrest to 0.7 and had to move raw data http://forrest.apache.org/docs_0_70/upgrading_07.html#raw Diff (thorsten)
  • update[Docs] formating change Diff (thorsten)
  • update[Docs] formating change Diff (thorsten)
  • update[Docs] Added sandbox to the sorting criteria Diff (thorsten)
  • update[Docs] Added .htaccess file, new theme and the logs for the forrest update Diff (thorsten)
  • update[Docs] moving logs to the docroot to see them online Diff (thorsten)
  • update[Docs] Fixed the nightlies script - warning obsolete Diff (thorsten)
  • update[Docs] Removing unused contract and adding the theme switcher contract. Diff (thorsten)
  • update[Docs] enhanced our theme definition file (=structurer). Adding demo links to left navigation and updated the css. Diff (thorsten)
  • update[Docs] minor changes in documentation Diff (thorsten)
  • update[Docs] Updated the svn2changes.xsl to add 2006 as another trunk year and zone to the sorting criteria. Diff (thorsten)
  • update[Docs] minor docu change Diff (thorsten)
  • update[Docs] Link from mycrons.cron describtion to tips Diff (thorsten)
  • update[Docs] Added some description about how to work with cron on our zone Diff (thorsten)
  • update[Docs] Added link to the staging docu. Diff (thorsten)
  • update[Docs] changed the properties to use headless server Diff (thorsten)
  • update[Docs] Added more information about installed services on zones and updated resource due to current changes Diff (thorsten)
  • update[Docs] site:faq is not unique anymore Diff (thorsten)
  • update[Docs] Fixed the image bug and added space before committer name in the svn2changes.xsl. Updated status file afterwards. Diff (thorsten)
  • update[Docs] Added note about forrest version Diff (thorsten)
  • update[Docs] Added missing copyright notice to files Diff (thorsten)
  • update[Docs] Updated status.xml Diff (thorsten)
  • update[Docs] Extracted max mem note Diff (thorsten)
  • update[Docs] added note that patches are welcome Diff (thorsten)
  • update[Docs] updated properties to build with forrest 0.7 and 0.8-dev. Diff (thorsten)
  • update[Docs] updated status.xml Diff (thorsten)
  • update[Docs] removed contact notice. Diff (thorsten)

Sandbox

  • remove[Sandbox] obsolete Diff (michi)
  • update[Sandbox] Starting to update the code according to the new repository API Diff (andreas)

Site

  • update[Site] Updating changes pages to reflect current development Diff (thorsten)
  • update[Site] Website update with recent changes Diff (thorsten)
  • update[Site] Update for recent changes like adding faq to 1.4, updating website-update, adding license,... Diff (thorsten)
  • update[Site] Update webpage. I am using 0.8-dev, that is the reason that all files have changed. I recomment to use the forrest trunk for building the site. Diff (thorsten)

Zone

  • add[Zone] Added initial release script from the 'Release Management' notes. Diff (thorsten)
  • add[Zone] initial version of the mail script Diff (thorsten)
  • add[Zone] Adding update script to update forrest to trunk version, build clean and build of forrest and the dispatcher Diff (thorsten)
  • add[Zone] splitted nightlies script apart for trunk and branch. nightlies now just calls both scripts. Diff (thorsten)
  • add[Zone] Added two new script related to the forrestbot which deploys the staging docu and the zones site. Diff (thorsten)
  • add[Zone] added a create status script which will be used for the changes.html of our documentation Diff (thorsten)
  • add[Zone] Copied environment script from forrest zones Diff (thorsten)
  • add[Zone] Added configuration files for the forrest bot. Diff (thorsten)
  • add[Zone] added all files from the zones bin to the rep Diff (thorsten)
  • add[Zone] Initial bin directory for our zone Diff (thorsten)
  • add[Zone] added basic readme file Diff (thorsten)
  • add[Zone] Initial directory for resources such as configurations, bash scripts, etc Diff (thorsten)
  • remove[Zone] removed unused script Diff (thorsten)
  • update[Zone] Fixing bug line 14: $logfile: ambiguous redirect Diff (thorsten)
  • update[Zone] Added myself as recipient till testing is over. fixed script that waiting for interrupt signal which caused hanging. Diff (thorsten)
  • update[Zone] moving logs to the docroot to see them online Diff (thorsten)
  • update[Zone] Using all env variables from the env script to overcome the problem decsribed in http://www.experts-exchange.com/Programming/Programming_Platforms/Unix_Programming/Q_21698553.html Diff (thorsten)
  • update[Zone] Extracting all env variables to the script to overcome the problem decsribed in http://www.experts-exchange.com/Programming/Programming_Platforms/Unix_Programming/Q_21698553.html Diff (thorsten)
  • update[Zone] minor changes for the log Diff (thorsten)
  • update[Zone] Further enhancement of loging for all script that build instances of lenya Diff (thorsten)
  • update[Zone] Enhanced logging for the zone update script Diff (thorsten)
  • update[Zone] refactored the zone update script to be runnable in cron and added basic loging Diff (thorsten)
  • update[Zone] refactored the staging script to be runnable in cron and added basic loging Diff (thorsten)
  • update[Zone] minor comment change Diff (thorsten)
  • update[Zone] added the forrestbots to the cron Diff (thorsten)
  • update[Zone] Made forrestbot build files more generic Diff (thorsten)
  • update[Zone] Enhanced logging for the nightly script. Diff (thorsten)
  • update[Zone] fixed Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. Diff (thorsten)
  • update[Zone] formating change Diff (thorsten)
  • update[Zone] Enhanced the forrest nightly script by allowing parameter -u (true|false). Added script echos for telling what we are doing and how. Diff (thorsten)
  • update[Zone] Enhanced the nightly script by allowing parameter like -u (true|false) and -c (true|false) and added script echos for telling what we are doing and how. Diff (thorsten)
  • update[Zone] Fixed pid bug Diff (thorsten)

Version 2005-12 ()

1.2

  • add[1.2] readded libraries because they are needed to build lenya, but remove them from the build directory because they cause conflicts with the endorsed libraries from cocoon. Diff (josias)
  • remove[1.2] These libraries are now taken from cocoon's lib/endorsed directory, so they can be removed from Lenya. Diff (josias)
  • update[1.2] default action servlet added Diff (michi)
  • update[1.2] default action servlet introduced Diff (michi)
  • update[1.2] ignore dist directory Diff (michi)
  • update[1.2] another note about WLS added Diff (michi)
  • update[1.2] [minor] removed comment, because Lenya should now work with Cocoon 2.1.8 Diff (josias)
  • update[1.2] Applied a patch by Felix Roethenbacher, s.t. Lenya also works with Cocoon 2.1.8 (see bug #36382). Thanks Felix. Diff (josias)

1.4

  • add[1.4] Repo layer: Added ContentSource to access repository content Diff (andreas)
  • add[1.4] Repo layer: added Avalon-based RepositoryFactory Diff (andreas)
  • add[1.4] repo layer: added meta data handling Diff (andreas)
  • remove[1.4] removed due to licensing Diff (chestnut)
  • update[1.4] Diff (chestnut)
  • update[1.4] handle Depth header in request (specificly Depth: 0) Diff (chestnut)
  • update[1.4] use page-envelope to get lang version instead of trying to match it Diff (chestnut)
  • update[1.4] making webdav work via /pubid/webdav/ instead of /pubid/authoring/ path. This way we no longer have to rely on the useragent header to determine dav clients Diff (chestnut)
  • update[1.4] list items added Diff (michi)
  • update[1.4] another link added Diff (michi)
  • update[1.4] add linkcheck function to window.onload so we don't override previously assigned functions Diff (chestnut)
  • update[1.4] Kupu isn't integrated according to the usecase framekork Diff (edith)
  • update[1.4] Fix the availability of the edit menu according to the workflow: bug#37602 Diff (edith)
  • update[1.4] Remove the workflowMenuTransformation: the menu's disability according to the workflow is checked by the usecase transformation. Diff (edith)
  • update[1.4] fixes broken compilation: IndexConfiguration (Bug 37873) Thanks to Felix Röthenbacher for the patch Diff (chestnut)
  • update[1.4] Disable the workflow authorizer. Fix bug #37602 and 37534. Thanks to Felix Röthenbacher. Diff (edith)
  • update[1.4] version number fixed Diff (michi)
  • update[1.4] build message changed according to default action servlet Diff (michi)
  • update[1.4] default action servlet added Diff (michi)
  • update[1.4] After the call of sendPageAndWait, a new request is created. Get the context from it. fix bug 37534 Diff (edith)
  • update[1.4] Repo layer: using JCR UUIDs for content node IDs Diff (andreas)
  • update[1.4] Repo layer: implemented document content validation Diff (andreas)
  • update[1.4] JCR integration: simplified node removal Diff (andreas)
  • update[1.4] Repo layer: added method Site.move() Diff (andreas)
  • update[1.4] [minor change] reverted accidential check-in Diff (andreas)
  • update[1.4] Added method Area.getAreaID(), implemented NodeProxy.toString() to improve debugging Diff (andreas)
  • update[1.4] JCR integration: using Property.getLength() instead of custom property for Document.getContentLength() Diff (andreas)
  • update[1.4] JCR integration: fixed Path.append(Path) - avoid changing UnmodifiableList Diff (andreas)

Docs

  • update[Docs] another live site added Diff (michi)
  • update[Docs] Furphys added Diff (michi)

Sandbox

  • add[Sandbox] Created repository integration working copy in the sandbox Diff (andreas)
  • update[Sandbox] RewriteRules added Diff (michi)
  • update[Sandbox] TODOs added Diff (michi)

Version 2005-11 ()

1.2

  • add[1.2] ProxyGenerator with https resp. getScheme enhanced Diff (michi)
  • add[1.2] input module to make content dir configurable started Diff (michi)
  • add[1.2] updated Forrest with fixed SourceTypeAction thanks to Josias Diff (michi)
  • add[1.2] deprecated source type action added Diff (michi)
  • remove[1.2] obsolete libraries Diff (michi)
  • update[1.2] call fallback for the root transformation and the sitetree2nav.xsl, so that they can be overwridden in the pubs (ex: no language suffix _ in url) Diff (edith)
  • update[1.2] patch update from Josias Diff (michi)
  • update[1.2] thanks to Josias Thoeny the sitetree bug re access controlling has been fixed Diff (michi)
  • update[1.2] security patch Diff (michi)
  • update[1.2] advanced methods such that document root dirs will be configurable commented Diff (michi)
  • update[1.2] getDocument added to make content dir configurable Diff (michi)
  • update[1.2] Revision controller prepared such that it works with configurable content directories Diff (michi)
  • update[1.2] note about xopushandler action added Diff (michi)
  • update[1.2] needs to work also without configuration in order to stay backwards compatible Diff (michi)
  • update[1.2] needs also to work without configuration in order to stay backwards compatible Diff (michi)
  • update[1.2] paths neutralized Diff (michi)
  • update[1.2] paths neutralized Diff (michi)
  • update[1.2] Get the content path with help of the new PublicationContentDirModule in all default's sitemaps Diff (edith)
  • update[1.2] Get the content path with help of the new PublicationContentDirModule in all default's sitemaps Diff (edith)
  • update[1.2] content-dir input module added as TODO Diff (michi)
  • update[1.2] SourceTypeAction package name changed Diff (michi)
  • update[1.2] content authoring element fixed Diff (michi)
  • update[1.2] preparations for making root content dir configurable Diff (michi)
  • update[1.2] there seems to be a bug re concat filesystem path. TODO added Diff (michi)
  • update[1.2] getChildFileName fixed such that one is forced to upgrade the creators because of the DocumentIdToPathMapper bug Diff (michi)
  • update[1.2] getChildFileName fixed such that one is forced to upgrade the creators because of the DocumentIdToPathMapper bug Diff (michi)
  • update[1.2] bug re hardcoded filename generation fixed. DocumentIdToPathMapper is now being used Diff (michi)
  • update[1.2] Open live page in a new window Diff (jann)

1.4

  • add[1.4] Extended repo API, updated JCR repo implementation to a more generic approach (using a repository facade and path structures) Diff (andreas)
  • add[1.4] moved lucene stylesheets into resource specific modules xslt directory Thanks to Felix Fixes Bug 37626 Diff (chestnut)
  • add[1.4] applied Patch for removing log4j:WARN removing upon Jetty start-up, Bug 37240, Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • add[1.4] moved lucene specific files into lucene module directory Diff (chestnut)
  • add[1.4] clean up, moved lucene specific files into the lucene module directory Diff (chestnut)
  • add[1.4] Update Jetty to version 5.1.4 Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • add[1.4] Update Jetty to version 5.1.4 Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • add[1.4] replaces the SourceWritingTransformer with a flow approach that uses the processPipelineTo() method of the cocoon flow object. When exiting the flow a plain status code is sent back to the browser. Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • add[1.4] replaces the SourceWritingTransformer with a flow approach that uses the processPipelineTo() method of the cocoon flow object. When exiting the flow a plain status code is sent back to the browser. Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • add[1.4] simple opendocument XSLT added Diff (michi)
  • add[1.4] lucene config added Diff (michi)
  • add[1.4] more lucene stuff of Robert Goene added Diff (michi)
  • add[1.4] lucene module of Robert Goene added Diff (michi)
  • add[1.4] lucene specific classes re Robert Goenes code Diff (michi)
  • add[1.4] lucene XSLTs added Diff (michi)
  • add[1.4] Robert Goene's lucene usecase added Diff (michi)
  • add[1.4] Added 1st version of new Lenya repo interfaces + JCR-based implementation Diff (andreas)
  • add[1.4] First steps re. JCR-only approach: removed dependencies on JCR block, added own JCR libs, started JCR facade objects and content migration build target. Diff (andreas)
  • remove[1.4] LGPL code removed Diff (michi)
  • update[1.4] don't allow to reload cocoon for security reasons. see bug #37631 Diff (josias)
  • update[1.4] added ability to request shared resources [js or css] inherited [or ancestor] from templated pubs ex: page.css @import url(page.inherited.css); /* pub specific css */ Diff (chestnut)
  • update[1.4] JCR module: added Assertion utility class, fixed some NPE issues Diff (andreas)
  • update[1.4] xhtml2index xsl path changes Diff (chestnut)
  • update[1.4] made lucene indexes area (live and authoring) specific, lucene usecase which can be called as an exit usecase of other usecases Diff (chestnut)
  • update[1.4] allows publish usecase to reindex doc in live index when run from scheduled job Diff (chestnut)
  • update[1.4] Takes care of class cast exception when scheduled job tries to publish Diff (chestnut)
  • update[1.4] added JOB_DATA column to qrtz_triggers table fixes error "Column count does not match in statement" when trying to schedule a job Diff (chestnut)
  • update[1.4] Initialize all mandatory JCR properties. The migrate-14 target works now. Diff (andreas)
  • update[1.4] Improved repo interfaces and JCR-based implementation, added JCRRepositoryTest, updated migration class accordingly Diff (andreas)
  • update[1.4] Updated custom_nodetypes.xml to new Jackrabbit syntax Diff (andreas)
  • update[1.4] Added infrastructure for module test builds Diff (andreas)
  • update[1.4] opendocumenttext fixed Diff (michi)
  • update[1.4] indexing added Diff (michi)
  • update[1.4] indexing added Diff (michi)
  • update[1.4] added kupusave.xsl as import to clean up kupu generated source before validation Diff (chestnut)
  • update[1.4] search field added Diff (michi)
  • update[1.4] lucene code of Robert Goene added Diff (michi)
  • update[1.4] lcr changed because of additional lucene block Diff (michi)
  • update[1.4] Lucene block added Diff (michi)
  • update[1.4] config for Jeceira Repository Factory added Diff (michi)
  • update[1.4] Calling DocumentManager.isValidDocumentName() from CreateDocument usecase to validate document names. DocumentManagerImpl allows only characters and numbers in document IDs. Diff (andreas)
  • update[1.4] Fixed missing i18n namespace in cforms module and example. Diff (thorsten)
  • update[1.4] return proper status code on success PUT request Diff (chestnut)
  • update[1.4] Apply module menu fallback to menus.xmap, not to single XSPs Diff (andreas)
  • update[1.4] Added XHTML format to search resource type Diff (andreas)
  • update[1.4] Throw comprehensible exception when a resource type does not support a particular format. Diff (andreas)
  • update[1.4] Added ContextUtility to allow the DocumentPolicyManagerWrapper to access the context on demand. This fixes bug #36494. Credits to Felix Roethenbacher. Diff (andreas)
  • update[1.4] removed reference to non-existing entry module from blog publication Diff (andreas)
  • update[1.4] JCR integration: implemented writing and reading document content Diff (andreas)
  • update[1.4] comment this sample out untill there is a way to make additional samples publication specific Diff (chestnut)
  • update[1.4] Example of a optional xhtml sample in the default pub. Perhaps someone can provide a patch for a better example of a 2 column page Diff (chestnut)
  • update[1.4] fixes ability to save in kupu using webdav interface instead of kupu usecase. Will clean up usecase if this seems to work out. Post processing (before validation) of document can be done with modules/xhtml/xslt/clean-xhtml.xsl if needed. Diff (chestnut)
  • update[1.4] added userId, groupId, and ipRangeId to exit usecases where needed Diff (chestnut)
  • update[1.4] languages choice is hidden if just one language available in publication Thanks to a patch by Simon Litwan, fixes Bug 37434 Diff (chestnut)
  • update[1.4] Configuration of log4j.xconf Diff (chestnut)
  • update[1.4] Fixes non working cancel buttons Diff (thorsten)
  • update[1.4] Usecase exit parameters can now be supplied without a value in the xconf, the value will be picked up from the parameters passed to the usecase. This fixes Bug 37362 Diff (chestnut)
  • update[1.4] Added a fallback for module specific menu generation. Now you can override the menus provided by the modules. e.g. If you want to override the menu provided by the xhtml module, just create a file in pub-id/conf/menus/xhtml.xsp and provide your own menu implementation for the module. Diff (thorsten)
  • update[1.4] prompt for clean build of cocoon with new local.blocks.properties Diff (chestnut)
  • update[1.4] Fixed typo in usecase.js. Spotted by Felix. Thx Felix. Diff (thorsten)
  • update[1.4] Changed cform code that it is possible to use a cancel button. Diff (thorsten)
  • update[1.4] fixed img references for up/down arrows Diff (chestnut)
  • update[1.4] Accidental commit (messing around with cform type), sorry about that Diff (chestnut)
  • update[1.4] Diff (chestnut)
  • update[1.4] Diff (chestnut)
  • update[1.4] allow to patch lenya.roles by publications and modules Diff (andreas)
  • update[1.4] the attribute for the style's properties change from style:properties into style:local-name()-properties Diff (edith)
  • update[1.4] Don't call opendocument2xhtml.xsl: the transformation is replaced by the xslt of art rhyno Diff (edith)

Docs

  • add[Docs] started documentation about repository layout Diff (andreas)
  • update[Docs] Add the University of Zuerich to the live site Diff (jann)
  • update[Docs] added documentation about usecase parameters Diff (andreas)

Site

  • update[Site] Adding Uni Zuerich to the live websites Diff (jann)
  • update[Site] Adding Uni Zuerich to the live websites Diff (jann)

Version 2005-10 ()

1.2

  • add[1.2] Cocoon has moved the sample Diff (michi)
  • remove[1.2] obsolete Diff (michi)
  • update[1.2] Forgot the closing tag. Sorry for any trouble and thx to josias to spot it. Diff (thorsten)
  • update[1.2] reverted unreleated changes of my last commit Diff (thorsten)
  • update[1.2] Bugfix Bug 37193. Submitted by Josias Thoeny. Fixes that Xopus caches document and thus shows an old version. Thx Josias Diff (thorsten)
  • update[1.2] output set to ISO because there are still some mailclients which don't seem to understand UTF Diff (edith)
  • update[1.2] note about Cocoon-2.1.8-dev added Diff (michi)
  • update[1.2] byte rages set to false Diff (michi)
  • update[1.2] byte-ranges set to false Diff (michi)

1.4

  • add[1.4] External Link Check usecase To turn on uncomment the map:transform in the default pubs sitemap.xmap file under the comment <!-- uncomment to turn on external broken link reporting --> (will implement a better switch in the near future) Diff (chestnut)
  • add[1.4] External Link Check usecase To turn on uncomment the map:transform in the default pubs sitemap.xmap file under the comment <!-- uncomment to turn on external broken link reporting --> (will implement a better switch in the near future) Diff (chestnut)
  • add[1.4] Stylesheet to transform the Oasis Opendcoument format into xhtml. Thanks to Art Rhyno Diff (edith)
  • add[1.4] Fixed the CFormsUsecase which is just an example how to work with cforms and not the specific implementation that cform usecases have to use. Diff (thorsten)
  • add[1.4] Apache Lenya logo for XUL menus added Diff (michi)
  • add[1.4] Adds a cforms doctype to the default publication to show the possibilites of CForms/Ajax together with Lenya. See http://wiki.apache.org/lenya/HowToCFormsInLenya1.4 for some basic notes. There is still an issue with saving the document when Ajax is used. Cooperation work with Felix Röthenbacher who provided a patch for that. Solves Bug 37069. Thx Felix. Diff (thorsten)
  • add[1.4] Added ability to "clean" documents uploaded via webDAV PUT method. Diff (chestnut)
  • add[1.4] german added Diff (michi)
  • add[1.4] sitemap and XSLT to generate XHTML added Diff (michi)
  • add[1.4] module config for opendocument added Diff (michi)
  • add[1.4] meta and doctype definition added Diff (michi)
  • add[1.4] opendocument global layout added Diff (michi)
  • add[1.4] links and opendocument as doctype samples added Diff (michi)
  • remove[1.4] english version added Diff (michi)
  • update[1.4] makes ...-bxe.css fallback enabled fixes Bug 37308 Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • update[1.4] fixes Bug 37222 Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • update[1.4] Fixes the following error when editing homepage doc with oneform editor: BaseURI is not valid, it must contain a protocol: xhtml/xhtml-basic.rng Should also help with pub templating. Diff (chestnut)
  • update[1.4] Odt doc needs a own page2xhtml xslt Diff (edith)
  • update[1.4] Call the xslt of art rhyno for the transformation from odt to html Diff (edith)
  • update[1.4] adds a convertor for integers Thanks to Felix Röthenbacher for the patch fixes Bug 37221 Diff (chestnut)
  • update[1.4] Thanks to a patch from Felix Röthenbacher fixes bug Bug 37216 Diff (chestnut)
  • update[1.4] lenyadoc:/ builds document to retrieve source URL instead of hard-coding the DocumentIdToPathMapper behaviour. Diff (andreas)
  • update[1.4] removed broken and unused xsl:include reported by Josias Thoeny Diff (chestnut)
  • update[1.4] Bugfix Bug 37193. Submitted by Josias Thoeny. Fixes that Xopus caches document and thus shows an old version. Thx Josias Diff (thorsten)
  • update[1.4] Bugfix Bug 37139. Submitted by renaud richardet. Thx renaud. Diff (thorsten)
  • update[1.4] Improved error message and fixed a typo Diff (gregor)
  • update[1.4] Workaround bugfix for the cform example. The problem is that ajax='true' will cause on submit of the form the lost of the usecase.js flow. I wrote to the cocoon-user list regarding this issue. Diff (thorsten)
  • update[1.4] fixed tyop :) Diff (chestnut)
  • update[1.4] assigned workflow events to the workflow menu items assigned roles to open usecases Diff (chestnut)
  • update[1.4] added warning|alert for broken internal links in the authoring area so that content managers know there is something to fix Diff (chestnut)
  • update[1.4] site tab fixed Diff (michi)
  • update[1.4] debug statement removed Diff (michi)
  • update[1.4] thanks to Ilhan Parmaksiz and Gregor Imboden the Lenya XUL menus have been greatly improved Diff (michi)
  • update[1.4] Please do svn propset svn:eol-style native on all files Diff (thorsten)
  • update[1.4] Add support for Ajax with CForms. Bugfix: Bug 37068. Submitted by Felix Röthenbacher. Thx Felix. Diff (thorsten)
  • update[1.4] Checks if the xml contains cforms elements, and fixes inclusion of ajax libs Thanks to a patch by Felix Röthenbacher, fixes Bug 37050 Diff (chestnut)
  • update[1.4] blank removed Diff (edith)
  • update[1.4] Torsten added Diff (michi)
  • update[1.4] Wolfgang added Diff (michi)
  • update[1.4] fixed bug with PUT of a new xhtml document Diff (chestnut)
  • update[1.4] ODT updated with some link in it Diff (michi)
  • update[1.4] Bugfix 37021. Fixed the inclusion of the cforms-libs. Patch submitted by Felix Röthenbacher. Thanks Felix Diff (thorsten)
  • update[1.4] checkout/checkin handled by pub usecase should resolve Bug 36992 Diff (chestnut)
  • update[1.4] Applied patch submitted by Felix Röthenbacher. Fixes Bug 36996. Thanks Felix Diff (thorsten)
  • update[1.4] byte range false added for PDFs Diff (michi)
  • update[1.4] OpenDocument added to overview description Diff (michi)
  • update[1.4] resource exists needs to check for assets in an area Diff (chestnut)
  • update[1.4] Shouldn't be able to lock [LOCK webDAV method] a document that doesn't exist Diff (chestnut)
  • update[1.4] added Contribute as a webdav useragent Diff (chestnut)
  • update[1.4] cleaned up logging which was mistakenly copied from the usecase flowscript started working on MKCOL method Diff (chestnut)
  • update[1.4] cadaver added Diff (michi)
  • update[1.4] format for opendocument added Diff (michi)
  • update[1.4] Added link to create document to 404 page. It is now possible to create documents by providing the document ID to the usecase. Thus, it is not necessary to copy the content when the default publication is instanciated. Diff (andreas)
  • update[1.4] Allow URIs as workflow schema locations. It is not necessary to copy workflow files when a publication is instanciated. Diff (andreas)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] Jackrabbit config updated Diff (michi)
  • update[1.4] german text added Diff (michi)
  • update[1.4] document id added Diff (michi)
  • update[1.4] OpenDocument added Diff (michi)
  • update[1.4] show content of ODT Diff (michi)
  • update[1.4] opendocument module added Diff (michi)
  • update[1.4] link to tutorial added Diff (michi)
  • update[1.4] opendocument added to navigation but commented because the opendocument module has not been finished yet Diff (michi)
  • update[1.4] links doctype to doctypes overview added Diff (michi)
  • update[1.4] links doctype sample to navigation added Diff (michi)

Docs

  • update[Docs] conference website added Diff (michi)
  • update[Docs] double entry of Reunion removed and HCI Lab of University of Udine added Diff (michi)
  • update[Docs] Added docs about resource type formats. Diff (andreas)

Sandbox

  • remove[Sandbox] suffix txt added Diff (michi)
  • update[Sandbox] installation clarified Diff (michi)
  • update[Sandbox] made some updates to get search working, separated index into live and authoring indexes Diff (chestnut)

Version 2005-09 ()

1.4

  • add[1.4] opendocument module started Diff (michi)
  • add[1.4] Zip source added. Maybe move them into Cocoon at some later time Diff (michi)
  • add[1.4] Added notification module. Diff (andreas)
  • add[1.4] Added CustomMetaDataModule to retrieve custom meta data. This fixes bug #36668. Thanks to Felix Roethenbacher (and sorry that I forgot to mention you in my last commit ...) Diff (andreas)
  • add[1.4] Formating changes of usecase.js. Added basic flow util js which contains io functions that can be used in the custom flow extensions. Activated the util class in the usecase.js. Diff (thorsten)
  • add[1.4] Renamed publet.xconf to module.xconf Diff (andreas)
  • remove[1.4] RollbackAction replaced with Rollback usecase Diff (chestnut)
  • remove[1.4] Moved XSLT and homepage schemas to corresponding modules. This required to translate fallback:// rng includes to absolute urls (translate-rng-includes.xsl) so that they can be requested by BXE. Diff (andreas)
  • update[1.4] new set-header ("Last-Modified") action broke site view, this fixes 36875 thanks to a patch by Josias Thoeny Diff (chestnut)
  • update[1.4] zip factory added Diff (michi)
  • update[1.4] Indentation fixed fixes bug 36874 thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • update[1.4] cleaned up style-cms-page resources in sitemaps, removed serializer from style-cms-page resource, statusCode wasn't being passed to the serializer [cocoon bug?], added match for sucessful HEAD request for document [lightweight request], added "Last-Modified" header for response to sucessful request Diff (chestnut)
  • update[1.4] added template-fallback source factory (used template-fallback:// instead of template:// in the example): <quote src="http://lenya.apache.org/1_4/reference/publication-templating/index.html"> To simplify overriding of XSLT stylesheets, it would be useful to import the template stylesheet. For this purpose, an additional template source factory could be used, which skips the current publication when resolving the file: <xsl:import href="template://template/xslt/common/header.xsl"/> </quote> Diff (chestnut)
  • update[1.4] Fixes Bug 36725, Thanks to a patch by Felix Röthenbacher Diff (chestnut)
  • update[1.4] moved match for modules above usecase match so that modules could be used in usecase views (live usecase might want to use site navigation from sitetree module) Diff (chestnut)
  • update[1.4] fallback:// proto used outside of a publication should be treated like context:// protocol (shouldn't look in non existent publications) Diff (chestnut)
  • update[1.4] fallback protocol causes problems when used outside of publication, this fix allows CreatePublicationFromTemplate usecase to work Diff (chestnut)
  • update[1.4] Use fallback proto for jx:imports so they can be overridden in templated pubs Diff (chestnut)
  • update[1.4] fix to make sample selection selected again on a subsequent screen, thanks to Andreas for pointing this out Diff (chestnut)
  • update[1.4] typo, lenya:// should be fallback:// Diff (chestnut)
  • update[1.4] added fallback:// protocol where needed in order to override registered usecase handleing in pubs using templating Diff (chestnut)
  • update[1.4] cleanup on rollback usecase, set exit usecase in xconf instead of jx Diff (chestnut)
  • update[1.4] CForms dissallow id='submit' they are using now id='ok'. I extended the usecase-fw to trigger ok as well. Diff (thorsten)
  • update[1.4] Added ability to have multiple samples for a module (doc type). Extra sample choices can be added by adding the sample uri to the modules module.xconf file like so (notice the extra name attribute): <sample-name>fallback://lenya/modules/xhtml/samples/xhtml.xml</sample-name> <sample-name name="Two Column Layout">fallback://lenya/modules/xhtml/samples/xhtml-2col.xml</sample-name> Diff (chestnut)
  • update[1.4] [minor change] removed log transformer (debug), thanks to Josias Thoeny for pointing this out Diff (andreas)
  • update[1.4] Enhanced notification service: Added i18n for message subject. Diff (andreas)
  • update[1.4] [minor change] reverted accidential check-in Diff (andreas)
  • update[1.4] Cocoon version updated Diff (michi)
  • update[1.4] LCR updated such that new Cocoon build is being forced Diff (michi)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] Added DocumentComparator for sortAscending so that nested docs can be deleted Diff (chestnut)
  • update[1.4] [minor change] setting eol-style to native for cocoon-xconf.xsl Diff (andreas)
  • update[1.4] Applied patch for bug #36657. This fixes handling of non-fixed meta data attribute sets. Diff (andreas)
  • update[1.4] Diff (chestnut)
  • update[1.4] bxe needs to add workflow version on edit Diff (chestnut)
  • update[1.4] added date, user, and ip to versions for workflow tab Diff (chestnut)
  • update[1.4] replace ../.. with fallback protocol Diff (chestnut)
  • update[1.4] thanks to Gregor Imboden the build.sh returns a status for further usage, e.g. automatic build testing Diff (michi)
  • update[1.4] bitflux fixes Diff (chestnut)
  • update[1.4] Diff (chestnut)
  • update[1.4] fixes to show versions from revision tab Diff (chestnut)
  • update[1.4] isCheckedOutByUser method shouldn't assume that the latest entry is a checkout Diff (chestnut)
  • update[1.4] new rollback usecase Diff (chestnut)
  • update[1.4] can only rollback to versions with backup, only send backup entries to usecase view Diff (chestnut)
  • update[1.4] changed checkin at the end of a rollback to make a new version if making a backup Diff (chestnut)
  • update[1.4] added method to get backup entries from RCML-file Diff (chestnut)
  • update[1.4] lock doc before rollback, unlock after Diff (chestnut)
  • update[1.4] Getting rid of the hardcoded path. That enables the usage of the composer in any pub that has the compilation source type. Commented out the save action, there is a bug that I am tracking since days in lenya and actually I do not know why it occurs. As workaround for the presentation I recommend to save it to the file system directly and after the presentation keep on debugging. Diff (thorsten)
  • update[1.4] Applied patch for bug #36553 (API change in validation block). Thanks to Felix Roethenbacher. Diff (andreas)
  • update[1.4] Added the proxy to the generic var Diff (thorsten)
  • update[1.4] Removed custom Lenya validation code, using Cocoon validation components instead. Diff (andreas)
  • update[1.4] thanks to a patch by Felix Röthenbacher fixes bug 36539 Diff (chestnut)
  • update[1.4] Add correct URL prefix for relative schema locations. Diff (andreas)
  • update[1.4] thanks to Gregor Imboden also meta data is being deleted Diff (michi)
  • update[1.4] thanks to Gregor Imboden also the SimpleSiteManager allows deleting documents Diff (michi)
  • update[1.4] [minor change] removed jing transformer declaration Diff (andreas)
  • update[1.4] Introduced Validator service. The JingValidator is based on Cocoon's JingTransformer (validation block) and allows to use protocols in Relax NG includes. This way, we can use fallback:// to resolve core schemas. Diff (andreas)
  • update[1.4] Default Pub: Allow resource types without custom XSLT Diff (andreas)
  • update[1.4] AbstractUsecase: wrap error messages in new list to avoid seeing concurrent modifications Diff (andreas)
  • update[1.4] Simplified the cform definitions for the usecase-fw Diff (thorsten)
  • update[1.4] Enhanced *code* documentation of the generic flow object that you can use in custom flow script extensions in usecases. Alternatively one can use the invoking java class by providing bean properties methods (getter/setter methods) in this class and use them in the extensions. Diff (thorsten)
  • update[1.4] The usecase util classes are not usable ATM because of the Rhino bug Diff (thorsten)
  • update[1.4] added an outro flowscript matcher. This way it possible to e.g. save files to the file system or do any other action when the form returns to the script. Diff (thorsten)
  • update[1.4] [minor change] added ASF header Diff (andreas)

Docs

  • add[Docs] Added docs about notification Diff (andreas)
  • add[Docs] Added docs about protocols. Thanks to Felix Roethenbacher. This fixes bug #36360 Diff (andreas)
  • update[Docs] Added more documentation about modules Diff (andreas)
  • update[Docs] Added FAQ entry about custom logicsheets Diff (andreas)

Version 2005-08 ()

1.2

  • add[1.2] Exception in case no child document exist (for the access of first-child-id with the sitetree input module) Diff (edith)
  • add[1.2] sample JCR repo config added such that Lenya 1.2.x can be run with Cocoon 2.1.x Diff (michi)
  • update[1.2] Fix encoding problem of the mail subject Diff (edith)
  • update[1.2] Exception in case no child document exist (for the access of first-child-id with the sitetree input module) Diff (edith)
  • update[1.2] restored mistakenly removed method (it is used from js) Diff (jwkaltz)
  • update[1.2] url fix Diff (chestnut)
  • update[1.2] encrypt cifs passwords Diff (chestnut)
  • update[1.2] initialize() should not throw exception; removed unused method; added logging statements Diff (jwkaltz)

1.4

  • add[1.4] Moved search-related files to search module. Diff (andreas)
  • add[1.4] Renamed publets to modules Diff (andreas)
  • add[1.4] Added lenyadoc:// protocol publet. This fixes bug #36360. Thanks to Felix Roethenbacher. Diff (andreas)
  • add[1.4] Add JCR workspace file to source. This fixes bug #36334. Credits to Felix Roethenbacher. Diff (andreas)
  • add[1.4] Added usecase GUI manager to allow dynamic assembly of tabs in admin and site environments. This will allow to register new tabs by modules using XPatch files. Furthermore, tabs are now displayed / hidden based on access rights and executability, similar to the menubar. Diff (andreas)
  • add[1.4] Added usecase for JCR import+export (see bug #36273). Credits to Felix Roethenbacher. Diff (andreas)
  • add[1.4] Update usecase configurations and handler classes (Transactionable -> Node) Diff (andreas)
  • add[1.4] added JCR classes to publet Diff (andreas)
  • add[1.4] Moved JCR repo to separate publet Diff (andreas)
  • remove[1.4] [minor change] removed obsolete workflow classes Diff (andreas)
  • remove[1.4] Moved search-related files to search module. Diff (andreas)
  • remove[1.4] Refactored usecases config. Background information http://marc.theaimsgroup.com/?t=112380230800004&r=1&w=2 Diff (thorsten)
  • remove[1.4] Use path from context://lenya in usecase view template URIs. This allows to provide usecase views by publets. The JCR import usecase view was moved to the JCR publet. Diff (andreas)
  • remove[1.4] Changed JCR repository location Diff (andreas)
  • remove[1.4] Removed JCR classes (moved to publet) Diff (andreas)
  • update[1.4] Fixed the cform integration. I needed to switch the position of the binding to make it possible to load values into the form Diff (thorsten)
  • update[1.4] Avoid NPE when DocumentHelper passes DTD information to the transformer. This fixes bug #36419. Thanks to Felix Roethenbacher. Diff (andreas)
  • update[1.4] Removed workflow situation. The situation information is now implicitely provided by the workflowable object. This allows to get rid of WorkflowManager.getSituation(), which required it to be Contextualizable (which fails with pooling). Diff (andreas)
  • update[1.4] thanks to Gregor Imboden the one form editor is able to save again Diff (michi)
  • update[1.4] Store parametersInitialized as parameter to avoid re-initialization when UsecaseProxy accesses getTParameterNames() Diff (andreas)
  • update[1.4] DocumentStore: Fixed order of arguments of DocumentIdentifier ctor. Diff (andreas)
  • update[1.4] Performance: added workflow schema cache Diff (andreas)
  • update[1.4] Performance: Attach page envelope to request, lazy loading for usecase parameters Diff (andreas)
  • update[1.4] [minor change] cleaned up document builder code to use URLInformation, simplified WorkflowMenuTransformer code Diff (andreas)
  • update[1.4] Removed non-url methods from usecase resolver. This way, it doesn't have to be Contextualizable and can be ThreadSafe (performance issue) Diff (andreas)
  • update[1.4] [minor change] code cleanup, javadoc fixes Diff (andreas)
  • update[1.4] [minor change] simplified code, removed accidentially committed error log Diff (andreas)
  • update[1.4] Refactored repository session handling. Switched from PublicationFactory to PublicationManager Avalon service. Add DocumentIdentifier to reduce document handling costs. This generates a performance improvement. Diff (andreas)
  • update[1.4] fixed revision 240220 which did not updated the properties-build.xml Diff (thorsten)
  • update[1.4] Applied patch for bug #36382 (copy endorsed libraries from Cocoon). Thanks to Felix Roethenbacher. Diff (andreas)
  • update[1.4] [minor change] Updated revision number in build.properties Diff (andreas)
  • update[1.4] Renamed publets to modules. Diff (andreas)
  • update[1.4] added a generic variable that can be used within cforms Diff (thorsten)
  • update[1.4] Added full cform support inclusive custom flow snippet. Thanks to Jason Johnston, who told me the 'new Function' trick on cocoon-dev. Diff (thorsten)
  • update[1.4] Workflow - RoleCondition uses PolicyManager to check actual policy of a document instead of request policy. This fixes bug #36358. Diff (andreas)
  • update[1.4] Limited support for cforms. Right now it is *not* possible to add custom flow snippets this will have to change in the future. Diff (thorsten)
  • update[1.4] [minor change] fixed cast Transactionable -> Node Diff (andreas)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] Template manager: recurse into publication templates, this fixes bug #36304 Diff (andreas)
  • update[1.4] Instantiator: Don't add additional <templates> element if it already exists Diff (andreas)
  • update[1.4] Updated libraries to Cocoon versions Diff (andreas)
  • update[1.4] Fixes ability to use the AC Live tab to restrict access to a page or group of pages in the live area Diff (chestnut)
  • update[1.4] Don't apply admin menu for each publet (fixes bug #36277), don't show "New ..." items from publets in admin menu Diff (andreas)
  • update[1.4] Display JCR usecase in admin area tab. Diff (andreas)
  • update[1.4] TreeSiteManager: save XML when node label was removed. This fixes bug #36297. Diff (andreas)
  • update[1.4] Navigation visibility checkbox: Don't change order of <option> elements, but add a @selected attribute for consistency reasons Diff (andreas)
  • update[1.4] Allow internal calls from usecases to publets Diff (andreas)
  • update[1.4] Allowing non-lenya-page usecase views (for instance plain XML) Diff (andreas)
  • update[1.4] make visibleinnav selection persistent in case of a reload of the create screen Diff (jann)
  • update[1.4] necessary change in order to hide a node in the navigation (visibleinnav sitetree attribute) Diff (jann)
  • update[1.4] necessary changes in the sitetree publet in order to hide a node in the navigation (visibleinnav sitetree attribute) Diff (jann)
  • update[1.4] necessary changes in order to hide a node in the navigation (visibleinnav sitetree attribute) Diff (jann)
  • update[1.4] Updated blog usecase (Transactionable -> Node) Diff (andreas)
  • update[1.4] Support submenus in non-XUL menu2xhtml as well Diff (andreas)
  • update[1.4] Don't lock meta data node for JCRSourceNodes Diff (andreas)
  • update[1.4] Update usecase configurations and handler classes (Transactionable -> Node) Diff (andreas)
  • update[1.4] Lock meta data source node when locking source node. Diff (andreas)
  • update[1.4] Fixed createPublication JX template URL. This fixes bug #36141. Diff (andreas)
  • update[1.4] [Refactoring] Hide transaction handling below repository layer Diff (andreas)
  • update[1.4] [Refactoring] Hide transaction handling below repository layer Diff (andreas)
  • update[1.4] [Refactoring] Hide transaction handling below repository layer Diff (andreas)
  • update[1.4] JCR hint added Diff (michi)
  • update[1.4] link about importing data into JCR repo Diff (michi)
  • update[1.4] classpath re libs was wrong if also pub specific libs are be ing used during build Diff (michi)
  • update[1.4] [minor change] removed invalid usecase view attribute Diff (andreas)
  • update[1.4] Introduced RepositoryManager service. This service is the single entry point for repository manipulation, because RepositorySource handling doesn't take care of meta data (for instance JCR properties). Diff (andreas)
  • update[1.4] Introduced RepositoryManager service. This service is the single entry point for repository manipulation, because RepositorySource handling doesn't take care of meta data (for instance JCR properties). Diff (andreas)
  • update[1.4] Introduced RepositoryManager service. This service is the single entry point for repository manipulation, because RepositorySource handling doesn't take care of meta data (for instance JCR properties). Diff (andreas)
  • update[1.4] Check for document existence before accessing workflow Diff (andreas)
  • update[1.4] url fix Diff (chestnut)
  • update[1.4] encrypt cifs passwords Diff (chestnut)
  • update[1.4] [minor change] removed dead config items from JCR configuration Diff (andreas)
  • update[1.4] Fixed JCR xpatch files Diff (andreas)
  • update[1.4] [minor change] removed offending > Diff (andreas)
  • update[1.4] Added XML declaration to meta file. This fixes bug #36040. Thanks to Josias Thoeny. Diff (andreas)
  • update[1.4] The repository node is now MetaDataOwner, which allows to provide custom MetaDataManagers at the repository layer. Diff (andreas)
  • update[1.4] updated MetaDataManager return types from ...MetaData to MetaData Diff (andreas)
  • update[1.4] JCR: store meta data as JCR properties. This required to change the return type of MetaDataManager methods to the MetaData interface. Diff (andreas)
  • update[1.4] changed ../.. to fallback in path to core xsl Diff (chestnut)
  • update[1.4] cleaned up ../.. in paths in sitemaps, replaced most with fallback://lenya/ Diff (chestnut)
  • update[1.4] patching JCR node types in cocoon.xconf Diff (andreas)
  • update[1.4] Overview usecase: added links to documents Diff (andreas)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] Added Lenya-specific JCR repository implementation which adds the JCR session to the Cocoon session. Diff (andreas)
  • update[1.4] Added site overview usecase Diff (andreas)
  • update[1.4] xml-stylesheet type hardcoding removed Diff (michi)
  • update[1.4] debug statement added Diff (michi)
  • update[1.4] DocumentWorkflowable.getWorkflowSchemaURI() returns null when workflow schema is null (no wf schema assigned to resource type) Diff (michi)

Docs

  • add[Docs] Renamed publets to modules Diff (andreas)
  • add[Docs] starting publet docs Diff (andreas)
  • update[Docs] Generated new status file, fixed some validation errors Diff (andreas)
  • update[Docs] Applied patch for 1.4 source documentation (see bug #36074). Thanks to Oliver Schalch. Diff (andreas)
  • update[Docs] Added note about displaying usecases in tabs Diff (andreas)
  • update[Docs] added more publet docs Diff (andreas)
  • update[Docs] Updated usecase framework template definition docs Diff (andreas)

Sandbox

  • add[Sandbox] committed soc work from robert goene Diff (gregor)

Version 2005-07 ()

1.2

  • update[1.2] Add fallback. Thanks to Paul Friedman Diff (antonio)
  • update[1.2] Fix the variable for the context-prefix Diff (edith)
  • update[1.2] Fix the 'please wait screen' for the internet explorer: reload the image after the js is called, set the function in the waitScreen.xsl Diff (edith)
  • update[1.2] fixed the calling of fallback pipes by using {fallback://}. That fixes the bug I reported today about the blog pub Diff (thorsten)
  • update[1.2] typos fixed Diff (michi)
  • update[1.2] Add new keys + small changes Diff (antonio)
  • update[1.2] Updated cocoon local build files to SVN revision 202297. It works with cocoon 2.1.7. Cocoon Querybean block is no longer included in lenya build. Diff (antonio)
  • update[1.2] Applying patch for Bug #35660: UniqueDocumentId should not try to increase a dash-separated character value (foo-a), only number values (foo-1), credits to Simon Litwan Diff (andreas)
  • update[1.2] Please Wait Message can be build in menu on the info site Diff (edith)
  • update[1.2] Please Wait Message can be build in menu on the info site Diff (edith)
  • update[1.2] Remove the Timeout. It isn't necessary Diff (edith)
  • update[1.2] version updated Diff (michi)
  • update[1.2] Please Wait Message build while publishing, submiting, deactivating, copying, cuting, pasting, archiving, deletein, restoring Diff (edith)
  • update[1.2] Please Wait Message build while publishing, submiting, deactivating, copying, cuting, pasting, archiving, deletein, restoring Diff (edith)
  • update[1.2] Please Wait Message build while publishing, submiting, deactivating, copying, cuting, pasting, archiving, deletein, restoring Diff (edith)
  • update[1.2] some more hints and pointers added Diff (michi)
  • update[1.2] dowload links added Diff (michi)
  • update[1.2] Note about IBM/AIX added Diff (michi)
  • update[1.2] svn:executable property set Diff (gregor)
  • update[1.2] Search was not using i18n properly. Fix by Paul Ercolino, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35589 Diff (gregor)

1.4

  • add[1.4] Lock assets when documents are manipulated. Diff (andreas)
  • add[1.4] Added JCRNodeFactory and usecase to import pubs into JCR Diff (andreas)
  • add[1.4] Added meta data file for live page in default pub Diff (andreas)
  • add[1.4] Added NodeFactory service. This allows to configure the node factory implementation. Diff (andreas)
  • add[1.4] Tanks to Josias Thoeny: replace sitetree script with one based on XMLHTTP, bug32840 Diff (edith)
  • add[1.4] repository configs according to default cocoon setting added Diff (michi)
  • add[1.4] JCR sample config added Diff (michi)
  • add[1.4] Use complete URIs as resource type sample locations. This separates resource types totally from publets (SoC) Diff (andreas)
  • add[1.4] Extracted sitetree to separate publet Diff (andreas)
  • remove[1.4] removed obsolete homepage plugin (moved one folder up) Diff (andreas)
  • remove[1.4] Removed files that are no longer needed. Diff (gregor)
  • remove[1.4] [minor change] removed empty directory Diff (andreas)
  • remove[1.4] removed obsolete sitetree package Diff (andreas)
  • remove[1.4] Removed obsolete sitetree XSL Diff (andreas)
  • update[1.4] ChangeNodeID usecase: fixed NPE for top-level nodes, don't call super.getObjectsToLock() to avoid stack overflow. Patch by Josias Thoeny. This resolves bug #35873. Diff (andreas)
  • update[1.4] Don't copy resoures twice in DocumentManagerImpl.move(), patch by Josias Thoeny. This resolves bug #35876. Diff (andreas)
  • update[1.4] [minor change] fixed formatting Diff (andreas)
  • update[1.4] Initialize source resolver properly (fixes bug #35874), applied patch by Josias Thoeny Diff (andreas)
  • update[1.4] TraversableGenerator instead of DirectoryGenerator used Diff (michi)
  • update[1.4] getChildren and getName implemented Diff (michi)
  • update[1.4] getChildren implemented Diff (michi)
  • update[1.4] check blocks implemented Diff (michi)
  • update[1.4] minor changes Diff (michi)
  • update[1.4] repository block disabled because Traversables have been moved into Cocoon core. Also a version number added for notifying if properties out of sync Diff (michi)
  • update[1.4] Use lenya:// protocol for content access Diff (andreas)
  • update[1.4] don't use lenya:// protocol to obtain workflow schema Diff (andreas)
  • update[1.4] TreeSiteManager returns all language versions in getDocuments(area) Diff (andreas)
  • update[1.4] lenya protocol used instead of FS calls Diff (michi)
  • update[1.4] TraversableModifiable started Diff (michi)
  • update[1.4] part of traversable interfaces implemented Diff (michi)
  • update[1.4] traversable interfaces added Diff (michi)
  • update[1.4] this resolves the problem of getting a 200 success code when trying to PUT invalid xml (not well formed), should now get a 415 Unsupported Media Type Diff (chestnut)
  • update[1.4] Tomcat 4 work dir added for people who are still using Tomcat 4 Diff (michi)
  • update[1.4] ASF license added and some debug statements to check usage Diff (michi)
  • update[1.4] Removed unused menu entries Diff (gregor)
  • update[1.4] set webDAV DELETE method to use Delete usecase Diff (chestnut)
  • update[1.4] Added CSS for active trash and archive tabs Diff (andreas)
  • update[1.4] Removed obsolete Delete usecase from default pub Diff (andreas)
  • update[1.4] Delete placeholder docs after restoring a document Diff (andreas)
  • update[1.4] Fixed delete and restore usecases Diff (andreas)
  • update[1.4] Fixed search resource type sample URI Diff (andreas)
  • update[1.4] [minor change] moved from getUnitOfWork().getIdentityMap() to getDocumentIdentityMap() Diff (andreas)
  • update[1.4] Tanks to Josias Thoeny: replace sitetree script with one based on XMLHTTP, bug32840 Diff (edith)
  • update[1.4] added check to see if resource.getMimeType() returns null, resolves Bug 35759 Diff (chestnut)
  • update[1.4] blocks for traversable generator and JCR enabled Diff (michi)
  • update[1.4] targetUrl should not contain the context path because it is added in the usecases.js javascript. Diff (jann)
  • update[1.4] Adding publication ID to login screen Diff (andreas)
  • update[1.4] Properly releases ServiceSelector, patch provided by Andreas Hartmann. This resloves Bug 35734 Diff (chestnut)
  • update[1.4] Refactoring: DocumentIdentityMap is now a factory. This avoids extending IdentityMapImpl, thus the creation and management of identitfiables is more generic and not focused on documents. Diff (andreas)
  • update[1.4] [minor change] removed unused code Diff (andreas)
  • update[1.4] sibling added Diff (michi)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] [minor change] removed unused variable, added javadoc tag Diff (andreas)
  • update[1.4] JCR Block added Diff (michi)
  • update[1.4] rename task install to install-tomcat (that's what it does) and execute task if servlet engine is tomcat. build.sh will now correctly build the tomcat webapp. Diff (jann)
  • update[1.4] added an entry for Goliath as a webdav client for the client selector Diff (chestnut)
  • update[1.4] shouldn't use fallback protocol when looking at document content Diff (chestnut)
  • update[1.4] fixed last-modified date format in PROPFIND responses Diff (chestnut)
  • update[1.4] Blog pub: Implemented publishing using the usecase framework Diff (andreas)
  • update[1.4] Added workflow handling to forms editor, improved wf handling in oneform editor Diff (andreas)
  • update[1.4] Allow Boolean objects in AbstractUsecase.getBooleanParameter() Diff (andreas)
  • update[1.4] [minor change] javadoc fixes Diff (andreas)
  • update[1.4] [minor change] removed unnecessary asterisk from javadoc comment Diff (andreas)
  • update[1.4] No more publets in blog publication (replaced by simple resource type declaration) Diff (andreas)
  • update[1.4] Apply <tabs> when merging menus, otherwise hidden tabs are displayed. Diff (andreas)
  • update[1.4] Use complete URIs as resource type sample locations. This separates resource types totally from publets (SoC) Diff (andreas)
  • update[1.4] Use complete URIs as resource type sample locations. This separates resource types totally from publets (SoC) Diff (andreas)
  • update[1.4] DefaultDocument throws exception when resource type is not defined Diff (andreas)
  • update[1.4] Fixed blog entry resource type: set correct creator Diff (andreas)
  • update[1.4] [minor change] no exceptions for logging Diff (andreas)
  • update[1.4] renamed such that project and target name don't conflict anymore Diff (michi)
  • update[1.4] Translated new keys + small changes. Diff (antonio)
  • update[1.4] workflow state needs to be set to authoring on edit so that one can publish Diff (chestnut)
  • update[1.4] Need to lock the live doc even if it doesn't yet exist, SiteUtil.getSubSite wasn't returning the doc when it didn't exist Diff (chestnut)
  • update[1.4] fixed @unless attribute in sitetree usecases.xconf Diff (andreas)
  • update[1.4] Changed location of default publication publets to avoid clash with fallback publet directory Diff (andreas)
  • update[1.4] Eclipse: added pub and publet sources to java source path Diff (andreas)
  • update[1.4] svn:executable property set Diff (gregor)
  • update[1.4] Set echo off for batch file Diff (gregor)
  • update[1.4] Added the concept of Nodes to the site management. The dependency relation is now applied to nodes, which avoids confusion re. document language versions. Diff (andreas)
  • update[1.4] Added the concept of Nodes to the site management. The dependency relation is now applied to nodes, which avoids confusion re. document language versions. Diff (andreas)
  • update[1.4] DocumentSet: added some methods and invariant checks Diff (andreas)
  • update[1.4] DefaultSiteTree: call saveDocument(), this fixes the problem that sitetree nodes were not removed. Diff (andreas)
  • update[1.4] fixes problem with not being able to lock sitetree when putting a document with webDAV Diff (chestnut)
  • update[1.4] fixes the problems of not being able to edit with one form editor and not being able to PUT documents via webDAV Diff (chestnut)

Docs

  • update[Docs] Fix typos Diff (antonio)
  • update[Docs] Updated resource type documentation Diff (andreas)
  • update[Docs] Fixed two small typos Diff (gregor)
  • update[Docs] x removed Diff (michi)

Site

  • update[Site] Fixed two small typos Diff (gregor)

Version 2005-06 ()

  • add[] Tagged release 1.2.4 Diff (gregor)
  • add[] Created branch for doco integration work Diff (gregor)
  • add[] Tagging 1.4alpha1 Diff (gregor)

1.2

  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • add[1.2] Added portuguese translation, thanks to Rolando Isidoro. Diff (gregor)
  • add[1.2] redirects added to guarantee backwards compatibility Diff (michi)
  • update[1.2] No backup while publishing a document (setting the publisher and the publication's and revision's date), fix bug 35309 Diff (edith)
  • update[1.2] create a backup after the creation of a document; fix bug 31968 Diff (edith)
  • update[1.2] Added Paul Ercolino to credits. Diff (gregor)
  • update[1.2] Applied ASL Diff (gregor)
  • update[1.2] Small syntax fix for index shell script Diff (gregor)
  • update[1.2] Made sure that all batch files have their executable bit set. Diff (gregor)
  • update[1.2] Added search usecase to default publication. Thanks to Paul Ercolino, this makes searching work out of the box on Windows for the first time. Diff (gregor)
  • update[1.2] Explicitly set alt tags for images, and title for assets. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35412 Diff (gregor)
  • update[1.2] Set version to 1.2.4 Diff (gregor)
  • update[1.2] No longer hardcode jars in the ant classpath. This resolves the constant breakage as new versions of these jars are added. Diff (gregor)
  • update[1.2] bug fixed re copying of publication specific libraries Diff (michi)
  • update[1.2] make sample/template filename accessible such that the default creator can be reused Diff (michi)
  • update[1.2] Removed empty menus (no longer needed) Diff (gregor)
  • update[1.2] read from cache disabled Diff (michi)
  • update[1.2] LinkRewritingTransformer: add query string to rewritten URLs. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=29701 Diff (andreas)
  • update[1.2] Bugfix 35397 Submitted by Simon Litwan. Thx Simon Litwan Diff (thorsten)
  • update[1.2] Bugfix 35356 Submitted by Simon Litwan. Thx Simon Litwan Diff (thorsten)
  • update[1.2] Delete temp cocoon.xconf patch file on exit. This avoids that the build cancels under Windows when a file locking error occurs. The temp file won't be deleted in this case, so there's still room for improvement. Bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=35394, Patch supplied by Jan Metzner. Thanks! Diff (andreas)
  • update[1.2] [minor change] added sanity checks for clearer error message in the case of a missing configuration item Diff (jwkaltz)
  • update[1.2] Set the form at the top of the row, so that it is easy to see him, even when there are a mutlitude of documents Diff (edith)
  • update[1.2] xhtml iso for backwards compatibility added Diff (michi)
  • update[1.2] Explicitly set utf-8 as the charset. This should hopefully resolve the remaining UTF-8 problems. Diff (gregor)
  • update[1.2] set the encoding in the email header Diff (edith)
  • update[1.2] Avoid StringIndexOutOfBoundsException in crawler configuration. Patch by Michael Wohlfahrt, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35307 Diff (gregor)
  • update[1.2] note added about install-pub target Diff (michi)
  • update[1.2] Do not show pages hidden from navigation in the tabs, either. Diff (gregor)
  • update[1.2] Made sure links sent by notification emails are proxied, if appropriate. Patch by Simon Litwan, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35287 Diff (gregor)
  • update[1.2] Updated russian translation. Patch by Anton Kovalenko, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34798 Diff (gregor)
  • update[1.2] Worked around lack of namespace support in some older browser DOM implementations to make the sitetree work again on Netscape 7. Patch by Clint Harris, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35227 Diff (gregor)
  • update[1.2] Fixed issue that stripped the lenya namespace from the BXE asset popup. Patch by Simon Litwan. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35153 Diff (gregor)
  • update[1.2] Added build.properties to the Windows installer Diff (gregor)
  • update[1.2] Removed unnecessary if statements Diff (gregor)
  • update[1.2] Set serializer for BXE usecases to HTML because there are too many problems for JS inside XHTML (see http://hixie.ch/advocacy/xhtml) This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35152 Diff (gregor)
  • update[1.2] Update ant to 1.6.5 Diff (antonio)
  • update[1.2] Fix copyright year Diff (antonio)
  • update[1.2] applied patch for bug 35205, thanks to Simon Litwan Diff (andreas)
  • update[1.2] applied patch for bug #35088, thanks to Simon Litwan Diff (andreas)
  • update[1.2] applied patch for bug #35088, credits to simon litwan Diff (andreas)
  • update[1.2] Changed i18n to take the language of the document into account, not the request language. Patch by Paul Ercolino. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35099 Diff (gregor)
  • update[1.2] Delete warning for referencing files was not properly translated. Patch by Felix Roethenbacher resolves this http://issues.apache.org/bugzilla/show_bug.cgi?id=35189 Diff (gregor)
  • update[1.2] No longer check the live area when deleting a document. Patch by Felix Roethenbacher, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35190 Diff (gregor)

1.4

  • add[1.4] fixed admin -> search usecase Diff (andreas)
  • add[1.4] moving search XSLTs to publet Diff (andreas)
  • add[1.4] moving search binaries to search publet Diff (andreas)
  • add[1.4] blog pub: migrated doctypes to publets Diff (andreas)
  • add[1.4] added search publet Diff (andreas)
  • add[1.4] simplified publet directory structure Diff (andreas)
  • add[1.4] Introducing publet infrastructure Diff (andreas)
  • add[1.4] added publets to build process Diff (andreas)
  • add[1.4] adding publets directory Diff (andreas)
  • add[1.4] Add sessions.jx for the session usecase Diff (jann)
  • add[1.4] Add SessionViewer which gets all sessions from the SessionListener, extract the sessions belonging to the actual publication and prepare it to the usecase Diff (jann)
  • add[1.4] Add a patch in order to add the SessionListener class to web.xml Diff (jann)
  • add[1.4] Add SessionListener class Diff (jann)
  • add[1.4] Added portuguese translation, thanks to Rolando Isidoro. Diff (gregor)
  • add[1.4] Started editing screen for the links doctype. Diff (gregor)
  • add[1.4] Started work on a Kupu usecase Diff (gregor)
  • add[1.4] Started work on a Kupu usecase Diff (gregor)
  • add[1.4] Added WebDAV support. Patch by Doug Chestnut, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34994 Diff (gregor)
  • add[1.4] added xsl for caching Diff (gregor)
  • add[1.4] Added compatibility classes Diff (gregor)
  • add[1.4] Added compatibility classes Diff (gregor)
  • add[1.4] Added metadata for blog feeds, needs to be incorporated into creator / publisher for the blog publication Diff (gregor)
  • add[1.4] added schemas to resources dir in blog pub Diff (andreas)
  • add[1.4] moved doctype definitions in blog publication Diff (andreas)
  • add[1.4] added homepage schema definition to resources/schemas dir Diff (andreas)
  • add[1.4] added schemas to resources directory Diff (andreas)
  • add[1.4] added default pub doctype definition to lenya/doctypes directory Diff (andreas)
  • add[1.4] added resource type definitions to core Diff (andreas)
  • remove[1.4] moving search XSPs to publet Diff (andreas)
  • remove[1.4] moving search XSLTs to publet Diff (andreas)
  • remove[1.4] moving search binaries to search publet Diff (andreas)
  • remove[1.4] removed obsolete blog entry menu Diff (andreas)
  • remove[1.4] Changed WebDAV status code and made WebDAV work with publication templating. Patch by Doug Chestnut, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35337 Diff (gregor)
  • remove[1.4] Removed no longer needed classes Diff (gregor)
  • remove[1.4] Removed doctypes from old location and added a schema location for the homepage doctype. Diff (gregor)
  • remove[1.4] Removed unused sitemap. Diff (gregor)
  • remove[1.4] removed obsolete DocumentTypeResolver Diff (andreas)
  • remove[1.4] removed old doctypes directory from blog pub Diff (andreas)
  • update[1.4] the fallback-transformation resource should use the fallback protocol, lets navigation xsl live in a pub template Diff (chestnut)
  • update[1.4] Display usecase error messages as menu item tooltips Diff (andreas)
  • update[1.4] Added German workflow i18n entry Diff (andreas)
  • update[1.4] fixed link to meta data page (removed info- from area) Diff (andreas)
  • update[1.4] added ASF header Diff (andreas)
  • update[1.4] xslt/xhtml2xhtml.xsl doesn't seem to exist anymore so I changed the href of the xsl:import to the xhtml publet stylesheet and now I get content on my homepage Diff (chestnut)
  • update[1.4] fixed webapp path in search.properties Diff (andreas)
  • update[1.4] added blog publets to build.properties Diff (andreas)
  • update[1.4] Made publet menus optional (resource-exists for menus.xmap) Diff (andreas)
  • update[1.4] use search publet in default publication Diff (andreas)
  • update[1.4] added publets to build process Diff (andreas)
  • update[1.4] Introducing publet infrastructure Diff (andreas)
  • update[1.4] Site area overview: Display ResourceType.getName() instead of ResourceType Diff (andreas)
  • update[1.4] Switched java classes from DocumentType to ResourceType. ResourceType is an Avalon service and uses the Avalon FW configuration mechanism. Diff (andreas)
  • update[1.4] Render menu block titles as list items Diff (andreas)
  • update[1.4] Added Paul Ercolino to credits. Diff (gregor)
  • update[1.4] Made sure that all batch files have their executable bit set. Diff (gregor)
  • update[1.4] Explicitly set alt tags for images, and title for assets. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35412 Diff (gregor)
  • update[1.4] No longer hardcode jars in the ant classpath. This resolves the constant breakage as new versions of these jars are added. Diff (gregor)
  • update[1.4] resolves Bug 35483 and added fallback:// to shared resources for pub templating Diff (chestnut)
  • update[1.4] bug fixed re copying of publication specific libraries Diff (michi)
  • update[1.4] I forgot to change the method name in the comment Diff (chestnut)
  • update[1.4] Allows a user to checkout an object, execute multiple usecases on the object, and checkin the object Diff (chestnut)
  • update[1.4] fixed problem of not allowing owner of lock on objects to lock again Diff (chestnut)
  • update[1.4] needs to work even when we have documents named authoring Diff (chestnut)
  • update[1.4] List assets of a document for PROPFIND webDAV method Diff (chestnut)
  • update[1.4] List assets of a document for PROPFIND webDAV method Diff (chestnut)
  • update[1.4] stripped namespace from document that has been PUT Diff (chestnut)
  • update[1.4] fixed PROPFIND match on publications root for webDAV, and added fallback: proto to access resources sitemap for templating Diff (chestnut)
  • update[1.4] Added UNLOCK and fixed some problems Diff (chestnut)
  • update[1.4] Added validation and ability to create a new document Diff (chestnut)
  • update[1.4] read from cache dir disabled Diff (michi)
  • update[1.4] remove context path so that the link to the user profile works Diff (jann)
  • update[1.4] Adding the session usecaset as a tab in the admin area and change the urlPrefix value, so that the Search tab also works if you use tomcat. Diff (jann)
  • update[1.4] Add the SessionViewer to the list of usecases Diff (jann)
  • update[1.4] LinkRewritingTransformer: add query string to rewritten URLs. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=29701 Diff (andreas)
  • update[1.4] [minor change] added explicit check for required properties for nicer error message Diff (jwkaltz)
  • update[1.4] Properly lock affected documents when deactivating. Patch by Doug Chestnut, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35381 Diff (gregor)
  • update[1.4] Removed doctypes config from instantiator and did some minor code cleanup. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35382 Diff (gregor)
  • update[1.4] dos2unix in order to remove windows carriage returns Diff (jann)
  • update[1.4] set svn:eol-style to native Diff (andreas)
  • update[1.4] Build Cocoon Ant tasks first, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35367 Diff (andreas)
  • update[1.4] Added publish to usecase policies Diff (gregor)
  • update[1.4] Properties set Diff (gregor)
  • update[1.4] Explicitly set charset for serializers Diff (gregor)
  • update[1.4] Minor javadoc fixes Diff (gregor)
  • update[1.4] Added deprecation notice to creator interface Diff (gregor)
  • update[1.4] Made sure hidden namespaces field is always set Diff (gregor)
  • update[1.4] Removed IllegalArgumentException for null doctype since getTransformer() handles the null case Diff (gregor)
  • update[1.4] Changed URL of flowscript to allow it to be resolved correctly Diff (gregor)
  • update[1.4] Fixed reference to a moved Java class Diff (gregor)
  • update[1.4] Do not show pages hidden from navigation in the tabs, either. Diff (gregor)
  • update[1.4] Removed publishing, ant and tasks classes. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27335 Diff (gregor)
  • update[1.4] Updated russian translation. Patch by Anton Kovalenko, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34798 Diff (gregor)
  • update[1.4] Added build.properties to the Windows installer Diff (gregor)
  • update[1.4] [minor change] check for null for easier tracing of NullPointerException when document is created Diff (jwkaltz)
  • update[1.4] [minor change] fixed typo in doc Diff (jwkaltz)
  • update[1.4] [minor change] added explanation for workaround Diff (jwkaltz)
  • update[1.4] Switched blog publication to use the publish usecase instead of ant task Diff (gregor)
  • update[1.4] Added workaround for collapsed <textarea>, <script> and <style> problem Diff (gregor)
  • update[1.4] Switched to a Lenya-branded error screen. Made all error screens I18N-aware. This (partially) resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34003 Diff (gregor)
  • update[1.4] Update ant to 1.6.5 Diff (antonio)
  • update[1.4] Merge from 1.2.4-dev Diff (antonio)
  • update[1.4] Removed unused menus Diff (gregor)
  • update[1.4] Made sure that the cached files are XHTML strict too Diff (gregor)
  • update[1.4] Switched serializers to XHTML strict and consolidated error handling pipelines Diff (gregor)
  • update[1.4] refactored workflow classes, this minimizes the dependencies between core and workflow package Diff (andreas)
  • update[1.4] refactored workflow classes, this removes references from the core to workflow packages Diff (andreas)
  • update[1.4] reverted pipeline order (site area was broken) Diff (andreas)
  • update[1.4] fixed pipeline structure (fixes bug #35171) Diff (andreas)
  • update[1.4] Changed i18n to take the language of the document into account, not the request language. Patch by Paul Ercolino. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35099 Diff (gregor)
  • update[1.4] publish: add source repository nodes to locked objects, this is necessary because of workflow changes Diff (andreas)
  • update[1.4] moved functionality from defaultpub usecase to core Diff (andreas)
  • update[1.4] removed obsolete URIParameterizer and DocumentTypeResolver Diff (andreas)
  • update[1.4] added resource-type definitions to default pub publication.xconf Diff (andreas)
  • update[1.4] removed scheduler menu item Diff (andreas)
  • update[1.4] reflecting new schema locations in sitemaps. Actually that should be handled by calls to the API (e.g. via input modules) Diff (andreas)
  • update[1.4] reflecting new schema locations in sitemaps. Actually that should be handled by calls to the API (e.g. via input modules) Diff (andreas)
  • update[1.4] (1) added fallback for doctypes, this means doctypes can be served by the core (1st step towards resource type packages) (2) store workflow state and variable values in meta data. currently the history is stored there as well, this is subject to changes. Diff (andreas)
  • update[1.4] [minor change] set missing svn:eol-style and svn:keywords properties in Java files Diff (jwkaltz)
  • update[1.4] Use fallback source to resolve sample content location. This enables the create usecase to work in publications that use publication templating. Patch by Doug Chestnut. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35132 Diff (gregor)
  • update[1.4] Added polices to sources to copy for publication instanciator, patch by Doug Chestnut. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35167 Diff (gregor)
  • update[1.4] Added fallbacks to enable publication templating where necessary. Patch by Doug Chestnut, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35168 Diff (gregor)
  • update[1.4] create-document usecase: checking selected relation in JX template, validate relation in exec conditions, set initial relation 'child' Diff (andreas)
  • update[1.4] Allow to set the relation of a new document to an existing one, thanks to a patch by Doug Chestnut. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35130 Diff (gregor)

Docs

  • add[Docs] added resource types documentation for 1.4 Diff (andreas)
  • update[Docs] fixed broken links Diff (gregor)
  • update[Docs] Typo fix Diff (gregor)
  • update[Docs] Typo fix Diff (gregor)
  • update[Docs] Added information about Lenya 1.2.4 Diff (gregor)
  • update[Docs] point lenya demo at ASF instance Diff (gregor)
  • update[Docs] [minor change] fixed indentation Diff (andreas)
  • update[Docs] added note to resource type docs about assigning workflow schemas to resource types Diff (andreas)
  • update[Docs] Updated resource type docs: menu item reflects usecase framework syntax Diff (andreas)
  • update[Docs] Added University of Kiel to the live sites Diff (gregor)
  • update[Docs] Updated the site in preparation of 1.4alpha1 release Diff (gregor)
  • update[Docs] Don't indent and save 10% of the file size Diff (gregor)
  • update[Docs] Added UltraVNC to live sites Diff (gregor)
  • update[Docs] Added more prominent links to the downloads and clarified purpose of binary distributions. Patch by Hubertus Groepper, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35271 Diff (gregor)
  • update[Docs] Clarified purpose of source and binary versions. Patch by Hubertus Groepper, this resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35248 Diff (gregor)
  • update[Docs] Made docs valid again, patch by Hubertus Groepper. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35221 Diff (gregor)
  • update[Docs] changed project name Diff (thorsten)
  • update[Docs] Typo fixed Diff (gregor)
  • update[Docs] Added Jann Forrer to the committers list. Diff (gregor)
  • update[Docs] Added new japanese live site Diff (gregor)

Sandbox

  • add[Sandbox] README added Diff (michi)
  • add[Sandbox] cforms within default publication Diff (michi)
  • remove[Sandbox] obsolete Diff (michi)
  • update[Sandbox] obsolete pipeline removed Diff (michi)
  • update[Sandbox] code link added Diff (michi)
  • update[Sandbox] link to JCR and Blogs article added Diff (michi)

Site

  • update[Site] Updated site for 1.2.4 release Diff (gregor)
  • update[Site] Updated the site in preparation of 1.4alpha1 release Diff (gregor)
  • update[Site] Added link to ApacheCon Europe 2005 Diff (gregor)

Version 2005-05 ()

  • update[] Tagging release 1.2.3 Diff (gregor)

1.2

  • add[1.2] added ProxyUrlModule (Bug #33742), credits to Felix Roethenbacher Diff (andreas)
  • add[1.2] Added CIFSUser implementation by Doug Chestnut and Peter Shipley. This allows to authenticate users against CIFS using JCIFS. Lenya ships with a mock jar, replace with the real thing if you want to use this. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27289 Diff (gregor)
  • add[1.2] Added CIFSUser implementation by Doug Chestnut and Peter Shipley. This allows to authenticate users against CIFS using JCIFS. Lenya ships with a mock jar, replace with the real thing if you want to use this. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27289 Diff (gregor)
  • add[1.2] Added anonymous authenticator (useful for client certs) based on work by Mike Moretti. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34253 Diff (gregor)
  • add[1.2] Updated russian translation by Антон Коваленко. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34798 Diff (gregor)
  • add[1.2] Added russian translation by Anton Kovalenko Diff (gregor)
  • update[1.2] Re-commit japanese translations in an effort to preseve UTF-8 encoding Diff (gregor)
  • update[1.2] apply patch for bug #35062 (strange characters in textarea-fields in IE), credits to Simon Litwan Diff (andreas)
  • update[1.2] Xopus pipeline view added in order to allow better debugging and illustrating how Xopus needs to be attached Diff (michi)
  • update[1.2] commit patch for bug #35041 (no german translations for errors in addUser GUI), credits to Simon Litwan Diff (andreas)
  • update[1.2] Updated the russian translation. Thanks to qMax Diff (gregor)
  • update[1.2] No longer emit debug messages when starting lenya on windows Diff (gregor)
  • update[1.2] Properly escape warnings in validation.js This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35022 Diff (gregor)
  • update[1.2] Thanks to Simon Litwan: testing for selected file in insertImage/insertAsset popup; bug#34982 Diff (edith)
  • update[1.2] Optimized copying of files to WEB-INF/classes Diff (gregor)
  • update[1.2] Updated ant to 1.6.4 Diff (antonio)
  • update[1.2] Improved russian translation. Thanks to qMax Diff (gregor)
  • update[1.2] Fixed the links to the documentation Diff (thorsten)
  • update[1.2] thanks to Simon Litwan the problem with slashes has been fixed Diff (michi)
  • update[1.2] patch 15061 applied Diff (michi)
  • update[1.2] Set serializer for static publishing to XHTML. Thanks to Travis McCauley. Diff (gregor)
  • update[1.2] generate a warning if no parentid request parameter has been specified and obsolete method name from log message removed Diff (michi)
  • update[1.2] Honour doctype in site area for menu generation. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34890 Diff (gregor)
  • update[1.2] Backported CSS/XHTML menu from trunk, and switched to XHTML serialization everywhere. Lenya now validates as XHTML 1.0 strict. Diff (gregor)
  • update[1.2] Made sure that linefeeds in batch files are windows-style. Thanks to Paul Ercolino for the hint. Diff (gregor)
  • update[1.2] Added missing i18n declaration to password xsl. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34911 Diff (gregor)
  • update[1.2] error handling and warnings improved Diff (michi)
  • update[1.2] invalidate session added Diff (michi)
  • update[1.2] Translated a couple stragglers in the admin UI, thanks to solprovider. Diff (gregor)
  • update[1.2] Start to use labels for accessibility Diff (gregor)
  • update[1.2] Translated 'document visible in navigation' Diff (gregor)
  • update[1.2] Made sure that URI strings are properly encoded when calling the URI default constructor. This resolves the long-standing issue http://issues.apache.org/bugzilla/show_bug.cgi?id=27558 where Lenya could not be installed in a directory with spaces in the path. Diff (gregor)
  • update[1.2] Made access control classes serializable based on a patch by Mirek Hankus. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34127 Diff (gregor)
  • update[1.2] logout activated Diff (michi)
  • update[1.2] version updated Diff (michi)
  • update[1.2] Use Ant task to fix CRLF for the shell scripts and make them executable Diff (gregor)
  • update[1.2] Explicitly exclude build directories from dist-src target Diff (gregor)

1.4

  • add[1.4] added archive and restore usecase handlers Diff (andreas)
  • add[1.4] added BXE JX template and stylesheets Diff (andreas)
  • add[1.4] added BXE usecase handler Diff (andreas)
  • add[1.4] added JX template for AC live tab Diff (andreas)
  • add[1.4] added SimpleSiteManager Diff (andreas)
  • add[1.4] implemented ipRangeGroups usecase Diff (andreas)
  • add[1.4] implemented 'view IP range' usecase Diff (andreas)
  • add[1.4] added addIpRange JX template Diff (andreas)
  • add[1.4] Added CIFSUser implementation by Doug Chestnut and Peter Shipley. This allows to authenticate users against CIFS using JCIFS. Lenya ships with a mock jar, replace with the real thing if you want to use this. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27289 Diff (gregor)
  • add[1.4] Added CIFSUser implementation by Doug Chestnut and Peter Shipley. This allows to authenticate users against CIFS using JCIFS. Lenya ships with a mock jar, replace with the real thing if you want to use this. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27289 Diff (gregor)
  • add[1.4] Added russian translation by Anton Kovalenko Diff (gregor)
  • remove[1.4] removed obsolete parameter-doctype.xmap Diff (andreas)
  • remove[1.4] No longer used Diff (gregor)
  • remove[1.4] No longer used Diff (gregor)
  • remove[1.4] removing obsolete info xslt Diff (andreas)
  • remove[1.4] removed obsolete BXE flowscript Diff (andreas)
  • remove[1.4] Removed obsoleted site management ant tasks Diff (gregor)
  • remove[1.4] Deleted empty directory Diff (gregor)
  • remove[1.4] use SimpleSiteManager for blog publication Diff (andreas)
  • update[1.4] added IPRange.delete() method Diff (andreas)
  • update[1.4] [minor change] removed invalid javadoc tag Diff (andreas)
  • update[1.4] configure exit usecases in cocoon.xconf Diff (andreas)
  • update[1.4] Instanciator: allow to copy directories (credits to Doug Chestnut) Diff (andreas)
  • update[1.4] Re-commit japanese translations in an effort to preseve UTF-8 encoding Diff (gregor)
  • update[1.4] Switch serialization to xhtml Diff (gregor)
  • update[1.4] Removed unused component declarations Diff (gregor)
  • update[1.4] [minor change] resolved variable name clashes Diff (gregor)
  • update[1.4] Shortened exception handling Diff (gregor)
  • update[1.4] Shortened exception handling Diff (gregor)
  • update[1.4] Applied patch by Doug Chestnut to support basic authentication. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34964 and paves the way for WebDAV support. Diff (gregor)
  • update[1.4] added error messages to archive.jx Diff (andreas)
  • update[1.4] added ProxyUrlModule (Bug #33742), credits to Felix Roethenbacher Diff (andreas)
  • update[1.4] forward query string during login usecase Diff (andreas)
  • update[1.4] Instantiator: copy usecase-policies.xml and index_en.xml meta file Diff (andreas)
  • update[1.4] [minor change] fixed quotation mark in error message Diff (andreas)
  • update[1.4] [minor change] added some javadocs Diff (andreas)
  • update[1.4] patch sitetree javascript to avoid error re. non-linked nodes Diff (andreas)
  • update[1.4] replace DocumentTypeResolver by document.getResourceType() Diff (andreas)
  • update[1.4] disable area nodes in sitetree Diff (andreas)
  • update[1.4] [minor change] use background instead of underline for hovering in sitetree CSS Diff (andreas)
  • update[1.4] fixed sitetree CSS Diff (andreas)
  • update[1.4] removed info area prefix Diff (andreas)
  • update[1.4] Updated the russian translation. Thanks to qMax Diff (gregor)
  • update[1.4] No longer emit debug messages when starting lenya on windows Diff (gregor)
  • update[1.4] No longer call init twice, do not call cocoon resources to webapp Diff (gregor)
  • update[1.4] remove info- area prefix from sitetree Diff (andreas)
  • update[1.4] don't use info- area prefix in menu2xhtml.xsl, add lenya.exitUsecase parameter Diff (andreas)
  • update[1.4] fixed meta data URL in menu Diff (andreas)
  • update[1.4] added AbstractUsecase.setExitUsecase() method Diff (andreas)
  • update[1.4] Removed obsolete asset usecase Diff (gregor)
  • update[1.4] added size attribute to asset upload Diff (andreas)
  • update[1.4] added size attribute to asset upload Diff (andreas)
  • update[1.4] [minor change] added javadocs Diff (andreas)
  • update[1.4] ported BXE to usecase framework Diff (andreas)
  • update[1.4] ported BXE to usecase framework Diff (andreas)
  • update[1.4] ported BXE to usecase framework Diff (andreas)
  • update[1.4] editDocument.js: added pre-execution error checking Diff (andreas)
  • update[1.4] page2xhtml: forward <page:body> attributes to <xhtml:body> Diff (andreas)
  • update[1.4] removed obsolete PolicyHelper Diff (andreas)
  • update[1.4] fixed credential adding+deletion on AC tab usecases Diff (andreas)
  • update[1.4] [minor change] set svn prop Diff (jwkaltz)
  • update[1.4] showing existing credentials on AC tabs Diff (andreas)
  • update[1.4] added credential forms to AC usecase view Diff (andreas)
  • update[1.4] [minor change] added debug messages Diff (jwkaltz)
  • update[1.4] fixed SSL form in AC usecases Diff (andreas)
  • update[1.4] fixed sitetree JS links in site area page head Diff (andreas)
  • update[1.4] [minor change] set svn prop Diff (jwkaltz)
  • update[1.4] Access static variable directly Diff (gregor)
  • update[1.4] Avoided synthetic accessors Diff (gregor)
  • update[1.4] Removed unused imports Diff (gregor)
  • update[1.4] Removed deprecated SiteTree.save() Diff (gregor)
  • update[1.4] Added package target and enabled deprecation warnings Diff (gregor)
  • update[1.4] Optimized copying of files to WEB-INF/classes Diff (gregor)
  • update[1.4] Don't echo internals during build Diff (gregor)
  • update[1.4] Removed unused imports Diff (gregor)
  • update[1.4] Made exception final Diff (gregor)
  • update[1.4] Removed unused imports Diff (gregor)
  • update[1.4] Removed unused imports Diff (gregor)
  • update[1.4] Made exception final Diff (gregor)
  • update[1.4] Implemented serialVersionUID for serializable classes Diff (gregor)
  • update[1.4] Implemented serialVersionUID for serializable classes Diff (gregor)
  • update[1.4] Avoid unneccesary toString() Diff (gregor)
  • update[1.4] Made exception final Diff (gregor)
  • update[1.4] Removed unused imports Diff (gregor)
  • update[1.4] Use static method instead of instance method Diff (gregor)
  • update[1.4] Added documentation to stack helper class Diff (gregor)
  • update[1.4] Implemented serialVersionUID for serializable classes Diff (gregor)
  • update[1.4] Made a constant final Diff (gregor)
  • update[1.4] Fixed dead local storage and a null pointer dereference. Diff (gregor)
  • update[1.4] Implemented serialVersionUID for serializable classes Diff (gregor)
  • update[1.4] Return an immutable copy of the checkout date to avoid exposing mutable internals. Diff (gregor)
  • update[1.4] Simplied parsing code Diff (gregor)
  • update[1.4] No longer ship an (outdated) copy of XConfToolTask, but rely on the one from Cocoon instead. This resolves parts of http://issues.apache.org/bugzilla/show_bug.cgi?id=34191 Diff (gregor)
  • update[1.4] Updated ant to 1.6.4 Diff (antonio)
  • update[1.4] [minor change] code formatting Diff (andreas)
  • update[1.4] SourceNode: synchronizing critical methods (avoids 'invalid UTF-8' problem) Diff (andreas)
  • update[1.4] fixed locking in paste usecase Diff (andreas)
  • update[1.4] tree site manager: return all language versions in getAncestors Diff (andreas)
  • update[1.4] added locking to paste usecase Diff (andreas)
  • update[1.4] fixed nudge usecase (instanceof check, locking) Diff (andreas)
  • update[1.4] DocumentManager.add(): replaced initialContentsUri with another method where you can pass a source document Diff (andreas)
  • update[1.4] [minor change] added comments Diff (jwkaltz)
  • update[1.4] simplified Creator interface Diff (andreas)
  • update[1.4] updated DocumentManager.add() signature: don't require parent document, pass info as single strings Diff (andreas)
  • update[1.4] removed existing node type concept (distinction branch / leaf), as it was not used Diff (jwkaltz)
  • update[1.4] [minor change] reduced dependency on parent document Diff (jwkaltz)
  • update[1.4] made SiteManager mandatory in DocumentManager interface Diff (andreas)
  • update[1.4] added SimpleSiteManager Diff (andreas)
  • update[1.4] [minor change] fixed parameter name typo Diff (andreas)
  • update[1.4] [minor change] added Id and introductory explanation of file's purpose Diff (jwkaltz)
  • update[1.4] [minor change] added gregor's explanation on blog entry structuring to comments Diff (jwkaltz)
  • update[1.4] [minor change] added pub sources to javadocs target Diff (jwkaltz)
  • update[1.4] [minor change] removed unused imports and variables, fixed some javadoc comments Diff (andreas)
  • update[1.4] some minor changes to the Javadocs Diff (tschlabach)
  • update[1.4] Improved some JavaDoc comments Diff (tschlabach)
  • update[1.4] Made sure that linefeeds in batch files are windows-style. Thanks to Paul Ercolino for the hint. Diff (gregor)
  • update[1.4] factorized document creation into DocumentManager; removed usage of File in creation process Diff (jwkaltz)
  • update[1.4] [minor change] rename Uri to URI. provide accessor Diff (jwkaltz)
  • update[1.4] provide file-free equivalent to getContentDirectory Diff (jwkaltz)
  • update[1.4] [minor change] add individual setter methods Diff (jwkaltz)
  • update[1.4] [minor change] remove dependency on new document instance Diff (jwkaltz)
  • update[1.4] [minor change] removed unused imports, fixed some javadoc tags Diff (andreas)
  • update[1.4] remove dependence on new document instance in usecases (first step towards refactoring of document creation code) Diff (jwkaltz)
  • update[1.4] use imported messages JX template for IP range usecases Diff (andreas)
  • update[1.4] finished ipRangeProfile usecase Diff (andreas)
  • update[1.4] commented out non-finished usecase declaration from cocoon.xconf Diff (andreas)
  • update[1.4] enabled IP range management usecases in cocoon.xconf Diff (andreas)
  • update[1.4] calling super constructor in FileIPRange Diff (andreas)
  • update[1.4] continued addIPRange usecase, added mock classes for remaining IP range management usecases Diff (andreas)
  • update[1.4] [minor change] set svn id prop Diff (jwkaltz)
  • update[1.4] [minor change] update year property; formatting Diff (jwkaltz)
  • update[1.4] [minor change] set svn id prop Diff (jwkaltz)
  • update[1.4] changed Document.getResourceType() to return an object instead of a string Diff (andreas)
  • update[1.4] [minor change] removed unused imports, added javadoc tags Diff (andreas)
  • update[1.4] [minor change] removed unused import, added javadoc tag Diff (andreas)
  • update[1.4] [minor change] removed unused imports Diff (andreas)
  • update[1.4] use constants / convenience methods instead of lenya:// for accessing content Diff (jwkaltz)
  • update[1.4] [minor change] set svn prop Diff (jwkaltz)
  • update[1.4] fix deleting asset usecase Diff (jwkaltz)
  • update[1.4] deleting language version: lock objects, delete meta source as well Diff (jwkaltz)
  • update[1.4] use URI instead of file for initial contents of a new document. Language version uses URI of existing document Diff (jwkaltz)
  • update[1.4] [minor change] check for null parameter Diff (jwkaltz)
  • update[1.4] [minor change] set Id property Diff (jwkaltz)
  • update[1.4] [minor change] removed unused import Diff (andreas)
  • update[1.4] factorize document creation code into superclass Diff (jwkaltz)
  • update[1.4] [minor change] added minimal dc attributes Diff (jwkaltz)
  • update[1.4] sitetree JX: added missing / in tab link URL Diff (andreas)
  • update[1.4] refactoring of meta-data creation into MetaDataManager Diff (jwkaltz)
  • update[1.4] [minor change] remove duplicate term Diff (jwkaltz)
  • update[1.4] removed obsolete action Diff (jwkaltz)
  • update[1.4] [minor change] call new api to retrieve metadata value Diff (jwkaltz)
  • update[1.4] [minor change] fix javadoc references Diff (jwkaltz)
  • update[1.4] [minor change] fixed javadoc reference Diff (jwkaltz)
  • update[1.4] replace log4j with Avalon logger Diff (jwkaltz)
  • update[1.4] Use labels for accessibility. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34632 Diff (gregor)
  • update[1.4] read meta-data directly instead of using DocumentTypeResolver Diff (jwkaltz)
  • update[1.4] [minor change] add getResourceType() convenience method Diff (jwkaltz)
  • update[1.4] [minor change] set resource type of default publication start page to homepage Diff (jwkaltz)
  • update[1.4] [minor change] added id prop Diff (jwkaltz)
  • update[1.4] modified metadata handling: all meta is now separate from content, and can be of 3 different types (dc, lenya, custom) Diff (jwkaltz)
  • update[1.4] [minor change] added logger to constructor call Diff (jwkaltz)
  • update[1.4] Start to use labels for accessibility Diff (gregor)
  • update[1.4] Made sure that URI strings are properly encoded when calling the URI default constructor. This resolves the long-standing issue http://issues.apache.org/bugzilla/show_bug.cgi?id=27558 where Lenya could not be installed in a directory with spaces in the path. Diff (gregor)
  • update[1.4] Made access control classes serializable based on a patch by Mirek Hankus. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34127 Diff (gregor)
  • update[1.4] Added anonymous authenticator (useful for client certs) based on work by Mike Moretti. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34253 Diff (gregor)
  • update[1.4] Updated russian translation by Антон Коваленко. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34798 Diff (gregor)
  • update[1.4] Simplified Exception handling Diff (gregor)
  • update[1.4] Removed unnecessary comparison to null Diff (gregor)
  • update[1.4] Use Ant task to fix CRLF for the shell scripts and make them executable Diff (gregor)
  • update[1.4] handle document metadata the same as resource metadata, that is under separate URI, separated from contents Diff (jwkaltz)
  • update[1.4] copied changes from branch 1_2 to trunk; fixes bug 34190 Diff (jwkaltz)
  • update[1.4] always throw exception in error case Diff (jwkaltz)
  • update[1.4] [minor change] added some logging and comments Diff (jwkaltz)
  • update[1.4] Explicitly exclude build directories from dist-src target Diff (gregor)
  • update[1.4] Added Gregor's PGP key Diff (gregor)

Docs

  • add[Docs] Added improved screenshots to the site. Thanks to Hubertus Groepper. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34597 Diff (gregor)
  • add[Docs] Added the sections "Publication" and "Authoring and Live mode" to the "Concepts" section of 1.4 docs. Diff (tschlabach)
  • add[Docs] Added Paul Ercolino's external data how-to. Diff (gregor)
  • add[Docs] Added Paul Ercolino's search how-to. Diff (gregor)
  • add[Docs] Added FAQ to the site Diff (gregor)
  • add[Docs] Added reserved names documentation to the site Diff (gregor)
  • add[Docs] Added CMS screens documentation to the site. Diff (gregor)
  • add[Docs] Added CMS menus documentation to the site. Diff (gregor)
  • add[Docs] Added translation howto to the site Diff (gregor)
  • add[Docs] Moved lots of tutorials from the wiki to the documentation. Diff (gregor)
  • add[Docs] Added custom resource type how-to Diff (gregor)
  • add[Docs] Added How-Tos from the wiki to the documentation. Diff (gregor)
  • add[Docs] Added How-Tos from the wiki to the documentation. Diff (gregor)
  • update[Docs] added information about exit usecases Diff (andreas)
  • update[Docs] Clarified the Tomcat versions Lenya runs on in the install instructions Diff (gregor)
  • update[Docs] improved explanation of LDAP integration Diff (jwkaltz)
  • update[Docs] Fixed typo Diff (gregor)
  • update[Docs] Made new documentation valid forrest documents. Diff (gregor)
  • update[Docs] Moved information about the Lenya Source Resolver to the site Diff (gregor)
  • update[Docs] Updated usecases documentation Diff (gregor)
  • update[Docs] Updated unit test documentation Diff (gregor)
  • update[Docs] Moved workflow documentation to the site Diff (gregor)
  • update[Docs] Added National Journal to live sites. Diff (gregor)
  • update[Docs] Removed obsolete warnings about installation directory Diff (gregor)
  • update[Docs] Added anonymous authenticator (useful for client certs) based on work by Mike Moretti. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34253 Diff (gregor)
  • update[Docs] Patrick Street Clinic and Helium 5 added to live sites Diff (gregor)
  • update[Docs] updated front page and changes Diff (gregor)

Sandbox

  • update[Sandbox] Added cforms cleanup patch by Maxim Wasiliev. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34562 Diff (gregor)

Site

  • add[Site] Updated site with latest how-to's. Diff (gregor)
  • update[Site] Fixed typo Diff (gregor)
  • update[Site] Added National Journal to live sites. Diff (gregor)
  • update[Site] Added anonymous authenticator (useful for client certs) based on work by Mike Moretti. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34253 Diff (gregor)
  • update[Site] Patrick Street Clinic and Helium 5 added to live sites Diff (gregor)
  • update[Site] updated index and changes Diff (gregor)

Version 2005-04 ()

1.2

  • add[1.2] Upgrade ant to 1.6.3 Diff (antonio)
  • add[1.2] Add ant-contrib license Diff (antonio)
  • add[1.2] delete resource by ssh called from shell script because sshexec does not work in any case Diff (michi)
  • add[1.2] sample files for crawling added Diff (michi)
  • add[1.2] last modified for sitetree implementation added Diff (michi)
  • add[1.2] replication to multiple servers by ssh resp. scp added Diff (michi)
  • add[1.2] thanks to Felix Roethenbacher sitetree generator added in order to have sitetree abstraction within the sitemap Diff (michi)
  • remove[1.2] Update jetty to 4.2.23 Diff (antonio)
  • remove[1.2] sitetree is not needed by blog publication Diff (michi)
  • update[1.2] Fix pipelines Diff (antonio)
  • update[1.2] delete resource by shell script instead sshexec Diff (michi)
  • update[1.2] htdocs dump path improved Diff (michi)
  • update[1.2] call of the shellscript removed for crawling Diff (michi)
  • update[1.2] logging fixed Diff (michi)
  • update[1.2] resolving of paths fixed Diff (michi)
  • update[1.2] show configuration of crawler fixed Diff (michi)
  • update[1.2] libraries updated Diff (michi)
  • update[1.2] Updated version to 1.2.3 Diff (gregor)
  • update[1.2] Updated install instructions Diff (gregor)
  • update[1.2] [minor change] applied Jann's suggestions (id=34567) to show ldap id of user; will take a look at trunk as well Diff (jwkaltz)
  • update[1.2] source editor link fixed and Xopus edit link added whereas not activated yet because the schema and XSLT is currently missing Diff (michi)
  • update[1.2] language parameter added and german text added Diff (michi)
  • update[1.2] language added such that it can be processed within the global XSLT Diff (michi)
  • update[1.2] Fix bug#34190: introduction of blank lines, while saving the metadata Diff (edith)
  • update[1.2] Replace the Writer, so we can set the encoding to utf-8. Else the default encoding of the platform is taken Diff (edith)
  • update[1.2] Thanks to Simon Litwan:renamed homonymous formfield, add a bit javascript and a hint Diff (edith)
  • update[1.2] Thanks to Simon Litwan: this patch prevents caching the oneFormEditor in the browser. Bug #34414 Diff (edith)
  • update[1.2] Thanks to Simon Litwan:renamed homonymous formfield, add a bit javascript and a hintsrc/webapp/lenya/xslt/notification/message2xslt.xsl Diff (edith)
  • update[1.2] Thanks to Simon Litwan: changes in UploadAction.java, uscase-bxeng.xmap and asset-upload.xsl for error notification after fileupload Diff (edith)
  • update[1.2] Thanks to Simon Litwan. Another minor change in the design. Hide formularfields of the existing asset section if the asset library is empty Diff (edith)
  • update[1.2] thanks to Olivier Lustenberger the Javascript error within Firefox should be gone Diff (michi)
  • update[1.2] note about mod_jk added Diff (michi)
  • update[1.2] thanks to Josias Thoeny the link attribute is also updated within the live are when published Diff (michi)
  • update[1.2] [minor change] removed TODO hint, added some javadocs Diff (andreas)
  • update[1.2] The comments shoul be copied too Diff (edith)
  • update[1.2] SiteTreeGenerator: use XML namespace for xml:lang attribute, this fixes the display of non-default languages. Thanks to Josias Thoeny. Diff (andreas)
  • update[1.2] image and asset upload unified thanks to Simon Litwan Diff (michi)
  • update[1.2] thanks to Felix and Josias last modified has been implemeneted Diff (michi)
  • update[1.2] applied patch for bug #34348, thanks to Felix Roethenbacher Diff (andreas)
  • update[1.2] Removed traces of iso-8859-1 serializers Diff (gregor)
  • update[1.2] Honour the form-encoding default in Cocoon 2.1.7 (the previous approach kept led to 2 entries for form-encoding..) Diff (gregor)
  • update[1.2] Do not return an array of AbstractRole to enable implementations not derived from AbstractRole. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34290 Thanks to Joachim Breitsprecher. Diff (gregor)
  • update[1.2] Point to BXE 1.1 Diff (gregor)
  • update[1.2] thanks to Simon Litwan the title of an asset is being transformed into well-formed XML if inserted through BXE Diff (michi)
  • update[1.2] thanks to Simon Litwan the title of an image is being transformed into well-formed XML if inserted through BXE Diff (michi)
  • update[1.2] thanks to Simon Litwan URLs are being transformed into well-formed XML Diff (michi)
  • update[1.2] ignore local build properties file Diff (michi)
  • update[1.2] create pending and delete dir if necessary Diff (michi)
  • update[1.2] Copy the different attrs of the site tree nodes. Bugs #34298. Thanks to Felix Roethenbacher (Patch http://issues.apache.org/bugzilla/attachment.cgi?id=14618&action=view) Diff (edith)
  • update[1.2] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[1.2] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[1.2] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[1.2] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[1.2] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[1.2] getSiteTree replaced by getTree because getSiteTree is deprecated Diff (michi)
  • update[1.2] getSiteTree deprecated and getTree introduced such it stays backwards compatible Diff (michi)
  • update[1.2] Javadoc added about the link argument Diff (michi)
  • update[1.2] log messages cleaned Diff (michi)
  • update[1.2] commented unnecessary resource Diff (michi)
  • update[1.2] hack to workaround failure of build process if build dir does not exist Diff (michi)
  • update[1.2] sitetree generated by sitetree generator Diff (michi)
  • update[1.2] sitetree generator used instead reading from filesystem directly Diff (michi)
  • update[1.2] sitetree generator declared Diff (michi)

1.4

  • add[1.4] Add ant-contrib license Diff (antonio)
  • add[1.4] Update jetty to 4.2.23 Diff (antonio)
  • add[1.4] implementation of DocumentTypeBuilder as an Avalon Service Diff (jwkaltz)
  • add[1.4] using usecase framework for BXE image upload Diff (andreas)
  • add[1.4] added InsertAsset usecase Diff (andreas)
  • add[1.4] added UsecaseInvoker Diff (andreas)
  • add[1.4] generalized DublinCore to MetaDataManager, using lenya:// sources for asset management Diff (andreas)
  • add[1.4] ported oneformeditor to usecase framework, removed obsolete HtmlFormSaveAction Diff (andreas)
  • add[1.4] usecase framework for blog form editor Diff (andreas)
  • add[1.4] moved forms JX template to forms folder, improved error message display Diff (andreas)
  • add[1.4] Moved XSPPrecompileWrapper to test sources Diff (gregor)
  • add[1.4] migrated forms editor to usecase framework Diff (andreas)
  • add[1.4] added server status usecase JX template Diff (andreas)
  • add[1.4] added SiteUtil class Diff (andreas)
  • add[1.4] display cocoon & server status properly Diff (andreas)
  • add[1.4] introduced Instantiator interface to create instances of publication templates Diff (andreas)
  • add[1.4] Introduced lightweigt repository layer using RepositorySource which is resolved by the lenya:// protocol. This allows transparent transaction handling in the source layer. The implementation is currently done using context:// sources, this can be changed to JCR later on. Diff (andreas)
  • add[1.4] Strip down admin sitemap Diff (gregor)
  • add[1.4] added version number to revision control, implemented locking for Transactionables Diff (andreas)
  • remove[1.4] Update ant to 1.6.3 Diff (antonio)
  • remove[1.4] removed obsolete 1formedit directory Diff (andreas)
  • remove[1.4] removed obsolete forms/oneform editor files Diff (andreas)
  • remove[1.4] Removed proxy generator and scheduler sitemap Diff (gregor)
  • remove[1.4] Removed global ant tasks Diff (gregor)
  • remove[1.4] Remove auxiliary files for old-style usecases. Diff (gregor)
  • remove[1.4] Remove auxiliary files for old-style usecases. Diff (gregor)
  • remove[1.4] Removed redirect XSP Diff (gregor)
  • remove[1.4] Removed admin XSP/XSL Diff (gregor)
  • update[1.4] added messages with parameters where appropriate Diff (jwkaltz)
  • update[1.4] [minor change] set svn properties Diff (jwkaltz)
  • update[1.4] added possibility for parameters in usecase messages, to be used in i18n Diff (jwkaltz)
  • update[1.4] [minor change] added missing svn property Diff (jwkaltz)
  • update[1.4] [minor change] fixed to use text in dictionary Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages. Formatting: removed ctrl-Ms Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages, where possible. Formatting: removed ctrl-Ms Diff (jwkaltz)
  • update[1.4] [minor change] removed duplicate access to error messages Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages. Formatting: removed ctrl-Ms Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages. Diff (jwkaltz)
  • update[1.4] [minor change] use template for error messages. Formatting: removed ctrl-Ms Diff (jwkaltz)
  • update[1.4] added a link to the RelaxNG schema to the Avalon service configuration Diff (tschlabach)
  • update[1.4] added a comment and a link to the schema for the links resource type Diff (tschlabach)
  • update[1.4] [minor change] corrected parameter description Diff (jwkaltz)
  • update[1.4] [minor change] added copyright notices Diff (jwkaltz)
  • update[1.4] [minor change] added copyright notices Diff (jwkaltz)
  • update[1.4] [minor change] added display of LDAP user id when present; fixes bug 34567 Diff (jwkaltz)
  • update[1.4] [minor change] fixed logging usage and missing result retrieval; removed tabs Diff (jwkaltz)
  • update[1.4] Made DocumentTypeBuilder a service. Diff (jwkaltz)
  • update[1.4] language added in order to show how the language can also be used within the global layout Diff (michi)
  • update[1.4] [minor change] removed unused method Diff (andreas)
  • update[1.4] [minor change] removed dead code Diff (andreas)
  • update[1.4] unit of work: synchronize commit() and rollback() because changes to sources are made Diff (andreas)
  • update[1.4] added mime-type, lastmodified, contentlength to repo sources and assets Diff (andreas)
  • update[1.4] DefaultSiteTree: don't use source's DOM document Diff (andreas)
  • update[1.4] removed 'usebuffer=false' (accidential check-in) Diff (andreas)
  • update[1.4] [minor change] changed index from i to j in inner loop - I assume this was a typo Diff (jwkaltz)
  • update[1.4] using Resource objects in asset mgmt screen Diff (andreas)
  • update[1.4] generalized DublinCore to MetaDataManager, using lenya:// sources for asset management Diff (andreas)
  • update[1.4] added support for non-XML repository sources Diff (andreas)
  • update[1.4] [minor change] enabled using logger in DefaultDocument Diff (jwkaltz)
  • update[1.4] [minor change] removed no longer existing actions, HTMLFormSaveAction and OneFormEditorSaveAction, so they are not added to sitemap Diff (jwkaltz)
  • update[1.4] use request attribute instead of session attribute to store UnitOfWork Diff (andreas)
  • update[1.4] [minor change] use already available publication instead of lookup Diff (jwkaltz)
  • update[1.4] usecases.js: allow usecase to rollback the transition if an exception was thrown in the flowscript Diff (andreas)
  • update[1.4] check for site manager hint != null in DefaultDocument.exists() Diff (andreas)
  • update[1.4] AbstractUsecase: moved commit/rollback to finally clause Diff (andreas)
  • update[1.4] [minor change] set svn:keywords for Id on future commits Diff (jwkaltz)
  • update[1.4] [minor change] added some debug log messages and documentation Diff (jwkaltz)
  • update[1.4] allow to cancel usecases incl. rollback of the transition, which means that objects are checked in when a usecase uses pessimistic offline lock Diff (andreas)
  • update[1.4] [minor change] removed reference to UnitOfWork.ROLE Diff (andreas)
  • update[1.4] [minor change] removed reference to non-existent default.css Diff (andreas)
  • update[1.4] [minor change] UnitOfWork is no longer a service -> do not release it through service manager Diff (jwkaltz)
  • update[1.4] [minor change] added debug message at entry of usecase flow, to facilitate tracing Diff (jwkaltz)
  • update[1.4] unit of work: check in all involved resources, not only the changed ones Diff (andreas)
  • update[1.4] using revision controller to determine if source node is checked out Diff (andreas)
  • update[1.4] added functionality to support pessimistic offline lock, fixed RCML path resolving for SourceNodes Diff (andreas)
  • update[1.4] Changed shorthand for ResourceNotFound exception to not-found to make error pipelines work again. Diff (gregor)
  • update[1.4] Moved XSPPrecompileWrapper to test sources Diff (gregor)
  • update[1.4] usecases throw exception in advance() Diff (andreas)
  • update[1.4] add exception to Usecase.advance() Diff (andreas)
  • update[1.4] replace admin.xmap by usecases/admin/usecase.xmap Diff (andreas)
  • update[1.4] Using usecase handler for BXE usecase. This allows transaction handling. Diff (andreas)
  • update[1.4] added parameterization for usecases Diff (andreas)
  • update[1.4] refactored site management, fixed delete usecase problems Diff (andreas)
  • update[1.4] Use byte array instead of separate thread to convert DOM to input stream. This avoids the 'pipe closed' exception. Diff (andreas)
  • update[1.4] disable 'empty trash' when trash is empty Diff (andreas)
  • update[1.4] display site area tab properly Diff (andreas)
  • update[1.4] use full page width for admin usecase tabs Diff (andreas)
  • update[1.4] [minor change] added tab JX import to addGroup JX template Diff (andreas)
  • update[1.4] locking added to ChangeLabel usecase Diff (andreas)
  • update[1.4] proper locking when a document is moved or links are rewritten Diff (andreas)
  • update[1.4] Using lenya:// protocol in parameter-doctype.xmap. This way, the resource type is correctly resolved in transactions, even if the real source of a document is not yet created. Diff (andreas)
  • update[1.4] {page-envelope:area} returns complete area instead of document area Diff (andreas)
  • update[1.4] Introduced interfaces Versionable, Lockable, and Identifiable. This makes it easier to add the appropriate functionality to a class. Furthermore, a bug re. recursive deactivation was fixed. Diff (andreas)
  • update[1.4] Publish recursively: Don't publish a document if it's parent is not published Diff (andreas)
  • update[1.4] added locking to InvokeWorkflow usecase Diff (andreas)
  • update[1.4] added locking to create uscases Diff (andreas)
  • update[1.4] [minor change] replaced System.out by getLogger().debug Diff (andreas)
  • update[1.4] [minor change] set Id for svn back as it was - sorry about that Diff (jwkaltz)
  • update[1.4] [minor change] set cocoon-version to 2.1.7 Diff (jwkaltz)
  • update[1.4] [minor change] corrected XML syntax Diff (jwkaltz)
  • update[1.4] Temporary fix for bug 34175 Diff (gregor)
  • update[1.4] Introduced lightweigt repository layer using RepositorySource which is resolved by the lenya:// protocol. This allows transparent transaction handling in the source layer. The implementation is currently done using context:// sources, this can be changed to JCR later on. Diff (andreas)
  • update[1.4] Reverted move of menus to core (the menu is specific to the default publication) Diff (gregor)
  • update[1.4] Removed scheduler logicsheet Diff (gregor)
  • update[1.4] Do not return an array of AbstractRole to enable implementations not derived from AbstractRole. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34290 Thanks to Joachim Breitsprecher. Diff (gregor)
  • update[1.4] use document area for meta data instead of usecase area Diff (andreas)
  • update[1.4] removed unit of work from cocoon.xconf Diff (andreas)
  • update[1.4] create build dir by default such that build process does not fail unnecessarily Diff (michi)
  • update[1.4] in finally block, check if services are not null Diff (andreas)
  • update[1.4] Javadoc added about the link parameter Diff (michi)
  • update[1.4] enabled transactions for workflow history Diff (andreas)
  • update[1.4] resolve latest RC versions correctly Diff (andreas)
  • update[1.4] avoid NPE when calling TreeSiteManager methods for non-existing tree nodes Diff (andreas)

Docs

  • add[Docs] Added articles by Jon Linczak Diff (gregor)
  • add[Docs] Added a document about WYSIWYG in general. (To be extended and related to Lenya concepts in particular.) Diff (tschlabach)
  • add[Docs] Renamed the "Concepts" section to "Technical Reference" Diff (tschlabach)
  • update[Docs] Improved title Diff (gregor)
  • update[Docs] Removed duplicate description Diff (gregor)
  • update[Docs] Rewrote front page of the site and improved the layout. Converted all documents to the document-2.0 DTD. Diff (gregor)
  • update[Docs] added more docs on usecase framework Diff (andreas)
  • update[Docs] added docu: section 'view' for the usecase framework, section 'instantiator' for publication templating Diff (andreas)
  • update[Docs] Updated install instructions for Cocoon 2.1.7 and JDK 1.5 Diff (gregor)
  • update[Docs] More live sites added Diff (gregor)

Sandbox

  • add[Sandbox] jaas based implementation added Diff (michi)
  • add[Sandbox] patched Xalan added Diff (michi)
  • remove[Sandbox] obsolete Diff (michi)
  • remove[Sandbox] replaced by most recent version Diff (michi)
  • remove[Sandbox] obsolete Diff (michi)
  • remove[Sandbox] moved into Lenya 1.2 itself Diff (michi)
  • update[Sandbox] thanks to Felix the classpath is set correctly such that flowscript works properly Diff (michi)
  • update[Sandbox] webapp.dir introduced Diff (michi)
  • update[Sandbox] thanks to Felix Roethenbacher it's now independent of the default publication Diff (michi)
  • update[Sandbox] thanks to Felix archive, etc. has been implemented Diff (michi)
  • update[Sandbox] note about view-workspace added Diff (michi)
  • update[Sandbox] patch of Felix Roethenbacher added Diff (michi)
  • update[Sandbox] upgraded to jaas based version Diff (michi)
  • update[Sandbox] deprecated getSiteTree replaced by getTree Diff (michi)
  • update[Sandbox] thanks to Felix the import works now Diff (michi)
  • update[Sandbox] improved version of JCRSiteTree Diff (michi)

Site

  • add[Site] Added articles by Jon Linczak Diff (gregor)
  • add[Site] Rewrote front page of the site and improved the layout. Converted all documents to the document-2.0 DTD. Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] Added some more remarks to the introduction section of the document. Diff (tschlabach)
  • remove[Site] prepare new site Diff (gregor)
  • remove[Site] Added a document about WYSIWYG in general. (To be extended and related to Lenya concepts.) Diff (tschlabach)
  • update[Site] Improved title Diff (gregor)
  • update[Site] Removed duplicate description Diff (gregor)

Version 2005-03 ()

1.2

  • add[1.2] license of Guido for Tree Javascript added Diff (michi)
  • add[1.2] images of new tree javascript implementation Diff (michi)
  • add[1.2] howto added Diff (michi)
  • add[1.2] clone build added Diff (michi)
  • remove[1.2] Removed unnecessary DOMStreamer patch (Cocoon 2.1.7 has been released) Diff (gregor)
  • remove[1.2] Removed unnecessary DOMStreamer patch (Cocoon 2.1.7 has been released) Diff (gregor)
  • remove[1.2] obsolete Diff (michi)
  • remove[1.2] Thanks to Josias Thoeny these images have become obsolete Diff (michi)
  • remove[1.2] removed, as is provided by Cocoon in a more recent version Diff (jwkaltz)
  • update[1.2] Changed Cocoon version to 2.1.7 Diff (gregor)
  • update[1.2] Changed Cocoon version to 2.1.7 Diff (gregor)
  • update[1.2] Made FileUser serializable. Patch by Miroslaw Hankus Diff (gregor)
  • update[1.2] thanks to Josias Thoeny the javascript of the client-side tree has no more trouble with the license anymore Diff (michi)
  • update[1.2] thanks to Josias Thoeny we now have a better javascript tree implementation which has no problem with the license Diff (michi)
  • update[1.2] Tomcat 4 readded because people might still use Tomcat 4 in productive environments Diff (michi)
  • update[1.2] caching of default publication back ported, in the deactivation too Diff (edith)
  • update[1.2] caching of default publication back ported, in the deactivation too Diff (edith)
  • update[1.2] Improved windows installer to make Lenya version more explicit and launch Lenya start page at the end of the install. Diff (gregor)
  • update[1.2] Changed window title to Apache Lenya Diff (gregor)
  • update[1.2] Substitute Lenya version at build time. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33658 Diff (gregor)
  • update[1.2] Set the default exlusion patterns to be more complete. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33905 Diff (gregor)
  • update[1.2] Honour exlusion patterns for build clean too. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33769 Diff (gregor)
  • update[1.2] Explicitly set XML serizalizer for SourceWritingTransformer (better be safe than sorry) Diff (tschlabach)
  • update[1.2] Fixed bug #34045 Diff (tschlabach)
  • update[1.2] Filename definition moved back into specific DefaultSiteTree implementation Diff (michi)
  • update[1.2] DefaultSiteTree replaced by interface SiteTree and static parameters centralized Diff (michi)
  • update[1.2] Added context prefix to rename screen. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34060 Diff (gregor)
  • update[1.2] Fixed DocumentIdExistsAction. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33948 Thanks to Felix Roethenbacher Diff (gregor)
  • update[1.2] Removed info messages from build and put it into comments in the build file instead. Diff (gregor)
  • update[1.2] Removed outdated information about cocoon 2.1.5 Diff (gregor)
  • update[1.2] overwrite added Diff (michi)
  • update[1.2] touching the source of the clone publication added and the README improved Diff (michi)
  • update[1.2] ignore local.build.properties of clone process Diff (michi)
  • update[1.2] all methods synchronized Diff (michi)
  • update[1.2] concrete default implementation replaced by interface Diff (michi)
  • update[1.2] separated the anttasks building from the rest of the source such that patches can be applied without breaking the build process during the anttask target Diff (michi)
  • update[1.2] concrete Sitetree implementation replaced by interface Diff (michi)
  • update[1.2] Made sure cocoon.xconf is only copied if it has changed. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33847 Diff (gregor)
  • update[1.2] Activating cron block (needed by scheduler) Diff (jwkaltz)
  • update[1.2] remove namespace from html document, which call the load of bxe Diff (edith)
  • update[1.2] replaced TODO with an example of category configuration Diff (jwkaltz)
  • update[1.2] updated DTD reference for web-app as per java.sun.com instructions Diff (jwkaltz)
  • update[1.2] Only copy cocoon.xconf if it has changed. Patch by Felix Roethenbacher. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33847 Diff (gregor)
  • update[1.2] Removed logout from access control exception list. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33754 Diff (gregor)
  • update[1.2] Changed workflow history files of samples to comply with date formatting expected by the workflow API. Diff (gregor)
  • update[1.2] WLS build implemented Diff (michi)
  • update[1.2] sitetree generation should not be cached, because otherwise permissions cannot be applied Diff (michi)
  • update[1.2] excludes simplified Diff (michi)
  • update[1.2] Synced back up with Kupu and BXE after the 1.2.2 freeze Diff (gregor)
  • update[1.2] Fixing bug 33661 with patch supplied by Miguel Martin (required a patch to /apache-lenya directory in kupu as well) Diff (tschlabach)

1.4

  • add[1.4] added EmptyTrash usecase Diff (andreas)
  • add[1.4] Added a RelaxNG schema for the links resource type (formerly known as doctype) to be able to edit with the One Form Editor among other Diff (tschlabach)
  • add[1.4] added usecase to show user profile Diff (andreas)
  • add[1.4] added Users and Groups usecases Diff (andreas)
  • add[1.4] common rendering of all usecase screens based on view configuration Diff (andreas)
  • add[1.4] introduced usecase view configuration Diff (andreas)
  • add[1.4] added first version of GUI to create a publication Diff (andreas)
  • add[1.4] setup to use hsql for cron block job persistence Diff (andreas)
  • add[1.4] introduced UsecaseScheduler Diff (andreas)
  • add[1.4] adding first draft of scheduler Diff (andreas)
  • add[1.4] moved message output to dedicated JX template Diff (andreas)
  • add[1.4] refactored tab JX templates Diff (andreas)
  • add[1.4] ported delete to usecase framework Diff (andreas)
  • remove[1.4] removed some obsolete classes Diff (andreas)
  • remove[1.4] Diff (gregor)
  • remove[1.4] Unified patching of cocoon config files. This partially resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27825 Diff (gregor)
  • remove[1.4] Moved ant tasks used during build to tools/anttasks Diff (gregor)
  • remove[1.4] removed obsolete JX template Diff (andreas)
  • remove[1.4] removed workflow history files - created on the fly Diff (andreas)
  • remove[1.4] functions no longer used; replaced by use-cases Diff (jwkaltz)
  • remove[1.4] replaced WorkflowUsecase with WorkflowManager Diff (andreas)
  • remove[1.4] Removed old-style create and deactivate usecases Diff (gregor)
  • update[1.4] add identity to UnitOfWork Diff (andreas)
  • update[1.4] added transactions for site trees Diff (andreas)
  • update[1.4] removed getSiteStructure() from DocumentIdentityMap Diff (andreas)
  • update[1.4] UnitOfWork and IdentityMap are now generic Diff (andreas)
  • update[1.4] DocumentBuilder and SiteManager are now Avalon services Diff (andreas)
  • update[1.4] added view config to CreateBlogEntry usecase Diff (andreas)
  • update[1.4] added getSelectableHint() to PublicationTemplateManager, added new getPageEnvelope() method to PageEnvelopeFactory Diff (andreas)
  • update[1.4] added javadocs to AbstractUsecase Diff (andreas)
  • update[1.4] DocumentUsecase: add 'info-' prefix to target document area if necessary Diff (andreas)
  • update[1.4] don't delete non-existing workflow history Diff (andreas)
  • update[1.4] don't copy workflow history if it does not exist Diff (andreas)
  • update[1.4] DocumentManager: removed unnecessary modifiers, added delete(DocumentSet) method Diff (andreas)
  • update[1.4] DocumentManager: simplified method names Diff (andreas)
  • update[1.4] don't log to System.out, use INFO instead of ERROR for checkPreconditions() messages Diff (andreas)
  • update[1.4] Made FileUser serializable. Patch by Miroslaw Hankus Diff (gregor)
  • update[1.4] Fixed the bug that after RelaxNG validation errors, the original document was displayed again with the user's changes lost. Added some comments and applied some formatting. Diff (tschlabach)
  • update[1.4] Switched the source of the document to be edited to the lenya: protocol Diff (tschlabach)
  • update[1.4] [minor change] added some documentation Diff (jwkaltz)
  • update[1.4] [minor change] added some utility methods for reading parameters Diff (jwkaltz)
  • update[1.4] [minor change] added docs Diff (jwkaltz)
  • update[1.4] [minor change] check for existence of usecase view before using it (fixes pb for document submission step) Diff (jwkaltz)
  • update[1.4] Added some comments for better readability. Diff (tschlabach)
  • update[1.4] [minor change] release flowHelper component after usage Diff (jwkaltz)
  • update[1.4] Finished the move of FlowHelper to an Avalon component. Diff (tschlabach)
  • update[1.4] added some comments and formatting Diff (tschlabach)
  • update[1.4] added group information usecase Diff (andreas)
  • update[1.4] added groups to user profile screen Diff (andreas)
  • update[1.4] re-initialize view from usecase proxy Diff (andreas)
  • update[1.4] improved tab view for admin usecases Diff (andreas)
  • update[1.4] redirect to tab.overview usecase in info sitemap Diff (andreas)
  • update[1.4] removed obsolete info area pipelines Diff (andreas)
  • update[1.4] use area from page envelope to generate usecase menubar Diff (andreas)
  • update[1.4] redirect to admin.users usecase in admin area Diff (andreas)
  • update[1.4] added some tabs to admin area Diff (andreas)
  • update[1.4] [minor change] fixed some layout issues on usecase screens Diff (andreas)
  • update[1.4] added IP range overview usecase Diff (andreas)
  • update[1.4] add page:head to page2xhtml Diff (andreas)
  • update[1.4] made AbstractItem Comparable (for sorting) Diff (andreas)
  • update[1.4] common rendering of all usecase screens based on view configuration Diff (andreas)
  • update[1.4] page2xhtml: show header only if <page:title> is present Diff (andreas)
  • update[1.4] BRANCH_2_1_X added as Cocoon source default Diff (michi)
  • update[1.4] tab.overview: use getParameter('document').getId() instead of getParameter('documentid') Diff (andreas)
  • update[1.4] added initial implementation of 'manage scheduler jobs' usecase Diff (andreas)
  • update[1.4] Usecase proxy sets source URL of usecase in setup() Diff (andreas)
  • update[1.4] User profile JX: fixed some request parameter names Diff (andreas)
  • update[1.4] fixed javadocs target (src no longer in build; declare resource variable after the variable it depends on) Diff (jwkaltz)
  • update[1.4] changed some usecase fields to parameters Diff (andreas)
  • update[1.4] [minor change] removed log to System.out Diff (andreas)
  • update[1.4] Tear down and rebuild usecase handler after sendPage(...). This way, services are properly released. Diff (andreas)
  • update[1.4] [minor change] added docs to pipeline. Set view pattern matching to internal Diff (jwkaltz)
  • update[1.4] updated some tests to new API Diff (andreas)
  • update[1.4] Removed AbstractUsecase.getDocumentManager(). Use try { lookup } finally { release } instead. Diff (andreas)
  • update[1.4] [minor change] fixed javadoc tag Diff (andreas)
  • update[1.4] [minor change] added comments to usecase.xmap. Formatting: removed ctrl-M at end of line Diff (jwkaltz)
  • update[1.4] release usecase resolver after usecase is finished Diff (andreas)
  • update[1.4] [minor change] marked DelegatingAuthorizerAction as Poolable Diff (jwkaltz)
  • update[1.4] Fixed kupu paths. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33793 Diff (gregor)
  • update[1.4] Improved windows installer to make Lenya version more explicit and launch Lenya start page at the end of the install. Diff (gregor)
  • update[1.4] Changed window title to Apache Lenya Diff (gregor)
  • update[1.4] Substitute Lenya version at build time. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33658 Diff (gregor)
  • update[1.4] [minor change] marked service as poolable Diff (jwkaltz)
  • update[1.4] [minor change] added some docu and debug messages Diff (jwkaltz)
  • update[1.4] Set the default exlusion patterns to be more complete. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33905 Diff (gregor)
  • update[1.4] Honour exlusion patterns for build clean too. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33769 Diff (gregor)
  • update[1.4] Added a default CMS menu locale and a default document locale to the user profile Diff (tschlabach)
  • update[1.4] Added a default CMS menu locale and a default document locale to the user profile Diff (tschlabach)
  • update[1.4] Don't copy core Java sources to build.src. This saves another 500 unnecessary copies, and maybe 3 seconds. Diff (gregor)
  • update[1.4] Switched build to precompiled ant tasks. This shaves another unnecessary 3 seconds off the build. Diff (gregor)
  • update[1.4] Changed build to directly compile to WEB-INF/classes instead of to a temporary location. Diff (gregor)
  • update[1.4] Moved more properties to properties-build, enabled javac optimization Diff (gregor)
  • update[1.4] Made sure that excludes are actually working while copying cocoon files. This resolves the problem where the Lenya db was not copied correctly. Diff (gregor)
  • update[1.4] [minor change] changed to lazy loading of unit-of-work, as was done in usecase framework Diff (jwkaltz)
  • update[1.4] [optimization] UsecaseRegistrationMatcher checks if lenya.usecase parameter is set before calling resolver. Further, it is now marked as poolable, thus less service creations occur Diff (jwkaltz)
  • update[1.4] Added a default CMS menu locale and a default document locale to the User object. Diff (tschlabach)
  • update[1.4] [minor change] in operations, retrieval of unit-of-work now is lazy. It can thus throw an exception, this is explicitly declared in the interface, for higher transparency Diff (jwkaltz)
  • update[1.4] release use case component after usage (does not solve the case where user never completes second step in interactive use cases) Diff (jwkaltz)
  • update[1.4] Pass the ServiceManager to tasks and Ant tasks. This made it possible to remove deprecated workflow support classes. Diff (andreas)
  • update[1.4] template managment moved to Publication, lazy loading for PageEnvelope fields Diff (andreas)
  • update[1.4] added java-docs Diff (jwkaltz)
  • update[1.4] Replaced PublicationFactory.existsPublication() by Publication.exists(). This way, all PublicationFactory.getPublication() methods can be used to check if a publication exits. The change was possible because of the publication config lazy loading. Diff (andreas)
  • update[1.4] removed obsolete (Request, webappUrl) methods from AccessController and Authorizer Diff (andreas)
  • update[1.4] [minor change] removed unused imports Diff (andreas)
  • update[1.4] lazy loading for PublicationImpl configuration Diff (andreas)
  • update[1.4] fixed pipeline order (sorry for messing this up before) Diff (andreas)
  • update[1.4] Added strip namespaces transformation to BXE open step Diff (gregor)
  • update[1.4] Sychronized all methods in DefaultSiteTree. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33908 Diff (gregor)
  • update[1.4] Changed occurence of document-node-id to document-name Diff (gregor)
  • update[1.4] Removed info messages from build and put it into comments in the build file instead. Diff (gregor)
  • update[1.4] added first version of GUI to create a publication Diff (andreas)
  • update[1.4] improved UnitOfWork javadocs Diff (andreas)
  • update[1.4] added debug messages Diff (jwkaltz)
  • update[1.4] DocumentManager instance is now not created for every case, only upon request in getDocumentManager(). This method can now throw an exception, so methods explicitly listing exceptions as in ChangeNodeID.java must reflect this. Diff (jwkaltz)
  • update[1.4] don't use page envelope in usecase flowscript Diff (andreas)
  • update[1.4] added method to publication factory to return all available publications Diff (andreas)
  • update[1.4] usecase resolver works now for non-publication URLs Diff (andreas)
  • update[1.4] fallback source factory works now for non-publication URLs Diff (andreas)
  • update[1.4] Moved config/menus/generic.xsp from publication to core lenya/cmsmenus.xsp Diff (tschlabach)
  • update[1.4] put scheduler declaration at the end, this way the HSQL DB server has started up when the scheduler needs the job store Diff (andreas)
  • update[1.4] enable hsqldb block for scheduler job persistence Diff (andreas)
  • update[1.4] scheduler: use custom keep-alive statement because HSQL cannot parse 'SELECT 1' Diff (andreas)
  • update[1.4] [minor change] updated to new DocumentFactory method signature Diff (andreas)
  • update[1.4] introduced UsecaseScheduler Diff (andreas)
  • update[1.4] introduced UsecaseScheduler Diff (andreas)
  • update[1.4] [minor change] refactoring: extracted method Diff (andreas)
  • update[1.4] reverted some changes due to improvements in usecase cron job Diff (andreas)
  • update[1.4] usecase cron job initializes request in object model with original URL Diff (andreas)
  • update[1.4] don't use publication templating for content sources Diff (andreas)
  • update[1.4] uri parameterizer: pass publication ID as parameter to fallback module (allows to use it from scheduler) Diff (andreas)
  • update[1.4] allow to pass publication ID as parameter to fallback module Diff (andreas)
  • update[1.4] UsecaseCronJob initializes access control information in session -> workflow invocation works in scheduled usecases Diff (andreas)
  • update[1.4] added methods to authorize a request with a custom URL Diff (andreas)
  • update[1.4] CMSSituation: made toString() more verbose Diff (andreas)
  • update[1.4] don't check for scheduling request parameter (obsolete) in usecase flowscript Diff (andreas)
  • update[1.4] enable scheduling for publish usecase (doesn't work yet due to missing AC role initialization) Diff (andreas)
  • update[1.4] initialize workflow situation even if no session is present Diff (andreas)
  • update[1.4] obtain publication from document instead of object model Diff (andreas)
  • update[1.4] don't use request to resolve invocation URL Diff (andreas)
  • update[1.4] refactored usecase initialization (source URL is passed and not resolved via context) Diff (andreas)
  • update[1.4] removed publication from document identity map (conceptually incorrect) Diff (andreas)
  • update[1.4] Added default value for rendertype variable Diff (tschlabach)
  • update[1.4] Finally fixed encoding ... sorry! Diff (tschlabach)
  • update[1.4] Applied some formatting and fixed encoding to UTF-8 (see bug #28448) Diff (tschlabach)
  • update[1.4] minor change: log error message Diff (andreas)
  • update[1.4] moved message output to dedicated JX template Diff (andreas)
  • update[1.4] changing css class references from lenya-form-entry to lenya-form-element, as this is what is available in the css file Diff (jwkaltz)
  • update[1.4] fix to avoid NPE in logging when new user is added and then used for log in. Note: this is a quick fix, a restructuring of the Item hierarchy might be necessary to avoid these problems, see discussion on dev list Diff (jwkaltz)
  • update[1.4] removed spaces within textarea element to avoid problems in description field Diff (jwkaltz)
  • update[1.4] remove spaces in textarea element. Correct password typo Diff (jwkaltz)
  • update[1.4] Redesign of workflow handling. The workflow core is reduced to a mere engine, the history handling is done by Workflowable now. This way, the workflow persistence could be moved to the Document classes, which means that repository access and transaction handling can easily be supported. Diff (andreas)
  • update[1.4] save changes to user Diff (jwkaltz)
  • update[1.4] call new use-case for "change group memberships" Diff (jwkaltz)
  • update[1.4] call save() after changes Diff (jwkaltz)
  • update[1.4] call new use-case for changing group profile Diff (jwkaltz)
  • update[1.4] removed unused function Diff (jwkaltz)
  • update[1.4] corrected title Diff (jwkaltz)
  • update[1.4] removed functions which are no longer used Diff (jwkaltz)
  • update[1.4] changed to refer to new usecase names Diff (jwkaltz)
  • update[1.4] save user after usecase completion Diff (andreas)
  • update[1.4] Made sure cocoon.xconf is only copied if it has changed. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33847 Diff (gregor)
  • update[1.4] store site structure objects in document identity map Diff (andreas)
  • update[1.4] updated DTD reference as per java.sun.com instructions Diff (jwkaltz)
  • update[1.4] Added "successfully built" message to trunk build Diff (gregor)
  • update[1.4] Only copy cocoon.xconf if it has changed. Patch by Felix Roethenbacher. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33847 Diff (gregor)
  • update[1.4] Removed logout from access control exception list. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33754 Diff (gregor)
  • update[1.4] delete: use unique document ID in trash area Diff (andreas)
  • update[1.4] minor change: code formatting, removed unneeded methods Diff (andreas)
  • update[1.4] override delete usecase in default pub to add workflow handling Diff (andreas)
  • update[1.4] simplified method names Diff (andreas)
  • update[1.4] simplified method names Diff (andreas)
  • update[1.4] moved methods from DocumentManager to WorkflowManager, don't copy workflow history on itself Diff (andreas)
  • update[1.4] updated javadocs Diff (andreas)
  • update[1.4] replace lenya.event handling by Avalon configuration Diff (andreas)
  • update[1.4] move from info-overview to tab.overview, transfer tab.* view checking from usecases.js to usecase.xmap Diff (andreas)
  • update[1.4] check if document exists in checkPreconditions() Diff (andreas)
  • update[1.4] when re-trowing, add exception with stack trace (helps finding the cause) Diff (andreas)
  • update[1.4] Fixed restoreVersion to correctly restore the workflow version date Diff (gregor)
  • update[1.4] Changed workflow history files of samples to comply with date formatting expected by the workflow API. Diff (gregor)
  • update[1.4] Made the Javadoc a bit more verbose. Diff (tschlabach)
  • update[1.4] fixed deleting of assets Diff (andreas)
  • update[1.4] added deleteResource() Diff (andreas)
  • update[1.4] fixed un-initialized variable Diff (andreas)
  • update[1.4] create meta file before saving Diff (andreas)
  • update[1.4] added getPart() method Diff (andreas)
  • update[1.4] correct enctype and method for asset upload form Diff (andreas)
  • update[1.4] added variable declaration Diff (andreas)
  • update[1.4] stay on same tab for site area usecases Diff (andreas)
  • update[1.4] activated new site area usecases Diff (andreas)
  • update[1.4] corrected resolving of document ID Diff (andreas)
  • update[1.4] fixed submit button parameter name Diff (andreas)
  • update[1.4] removed unneeded method Diff (andreas)
  • update[1.4] sitetree generation shall not be cached otherwise permissions cannot be applied Diff (michi)
  • update[1.4] excludes simplified Diff (michi)
  • update[1.4] DocumentManager: use copy+delete for move Diff (andreas)
  • update[1.4] Fixed javadocs Diff (gregor)
  • update[1.4] Tried to refactor the spaghetti code that is the search usecase Diff (gregor)

Docs

  • add[Docs] Started a section explaining the Lenya sitemaps. This can be used as an overview document where links to all the other components can be placed. Diff (tschlabach)
  • add[Docs] added publication templating docs Diff (andreas)
  • update[Docs] Finishing up the Lenya Sitemap Overview document (for now) Diff (tschlabach)
  • update[Docs] Added Ohio Transfer Council to live sites. Diff (gregor)
  • update[Docs] More live sites added Diff (gregor)
  • update[Docs] Java Concepts added to live sites Diff (gregor)
  • update[Docs] Josias and Guido as contributors added Diff (michi)
  • update[Docs] Fixed internal link from 1.2.x -> Installation Instructions to the 1.2.x Download page Diff (tschlabach)
  • update[Docs] [minor change] request parameter formatting Diff (andreas)
  • update[Docs] removed outdated info about lenya.event, fixed some typos Diff (andreas)
  • update[Docs] fixed a mistake in document structure Diff (tschlabach)
  • update[Docs] Added some more remarks to the introduction section of the document. Diff (tschlabach)
  • update[Docs] Reflect the demise of eyebrowse, and replace it with mod_inbox Diff (gregor)
  • update[Docs] Added AIESEC Afghanistan (www.aiesec.org.af) to Live Sites Diff (tschlabach)
  • update[Docs] Added Hybrigencis to live sites. Diff (gregor)
  • update[Docs] fixed some indentation errors Diff (andreas)
  • update[Docs] Fixed wrong instructions on website-update and added some note on contrib page. Diff (thorsten)
  • update[Docs] readded the changes. Sorry, dudes;-) Diff (thorsten)
  • update[Docs] Added a section to advertise the Lenya Wiki. Diff (tschlabach)
  • update[Docs] Adding some comments and making formatting a bit nicer for better overview. Diff (tschlabach)
  • update[Docs] reverted deletes that I did by accident Diff (thorsten)
  • update[Docs] fixed the tab issue on the website. Diff (thorsten)
  • update[Docs] Fixed navigation to display Andreas' concepts/usecase-framework document Diff (tschlabach)
  • update[Docs] Fixing tab navigation (1.2 and 1.4) Diff (tschlabach)
  • update[Docs] News updated with 1.2.2 release Diff (gregor)

Sandbox

  • add[Sandbox] Fixing directory structure Diff (tschlabach)
  • add[Sandbox] Fixing directory structure. (Sorry) Diff (tschlabach)
  • add[Sandbox] Sharing the experimental CForm edit usecase (see README.txt) Diff (tschlabach)
  • add[Sandbox] repository started Diff (michi)
  • add[Sandbox] sitetree generator added to get rid of filesystem dependency Diff (michi)
  • add[Sandbox] unit tests added Diff (michi)
  • add[Sandbox] config for sitetree factory added Diff (michi)
  • add[Sandbox] helper classes added Diff (michi)
  • add[Sandbox] very first steps of a repository model added Diff (michi)
  • add[Sandbox] README added on how to patch Lenya with the JCRSiteTree Diff (michi)
  • add[Sandbox] Thanks to Felix Roethenbacher the JCRSiteTree is now using workspaces Diff (michi)
  • add[Sandbox] download libs added Diff (michi)
  • add[Sandbox] JCRSiteTree implementation added Diff (michi)
  • remove[Sandbox] Fixing direcory structure Diff (tschlabach)
  • remove[Sandbox] cleaned within Lenya and hence obsolete Diff (michi)
  • remove[Sandbox] extra will be created during build process Diff (michi)
  • update[Sandbox] typo fixed Diff (michi)
  • update[Sandbox] userId and password added Diff (michi)
  • update[Sandbox] XSLT for import added Diff (michi)
  • update[Sandbox] accessing the repository directly Diff (michi)
  • update[Sandbox] note about trunk added Diff (michi)
  • update[Sandbox] Made the README a bit more verbose; especially put in that this is a patch for 1.2.x, not for trunk. Diff (tschlabach)
  • update[Sandbox] ignore local.build.properties Diff (michi)
  • update[Sandbox] clear target added Diff (michi)
  • update[Sandbox] namespace from registry added Diff (michi)
  • update[Sandbox] resolve prefix of specific namespace Diff (michi)
  • update[Sandbox] read sitetree through JCR instead from filesystem Diff (michi)
  • update[Sandbox] load sitetree through JCR Diff (michi)
  • update[Sandbox] touch added to make sure everything is really compiled Diff (michi)
  • update[Sandbox] getRepo added Diff (michi)
  • update[Sandbox] extra to ignore Diff (michi)
  • update[Sandbox] download target added Diff (michi)

Site

  • add[Site] Finishing up the Lenya Sitemap Overview document (for now) Diff (tschlabach)
  • add[Site] Checking in Andreas' publication templating document Diff (tschlabach)
  • add[Site] Adding the concepts subtree to SVN Diff (tschlabach)
  • update[Site] Started a section explaining the Lenya sitemaps. This can be used as an overview document where links to all the other components can be placed. Diff (tschlabach)
  • update[Site] Java Concepts added to live sites Diff (gregor)
  • update[Site] Added some more remarks to the introduction section of the document. Diff (tschlabach)
  • update[Site] updated Java-docs Diff (jwkaltz)
  • update[Site] Reflect the demise of eyebrowse, and replace it with mod_inbox Diff (gregor)
  • update[Site] Added AIESEC Afghanistan (www.aiesec.org.af) to Live Sites Diff (tschlabach)
  • update[Site] Fixed wrong instructions on website-update and added some note on contrib page. Diff (thorsten)
  • update[Site] readded the changes. Sorry, dudes;-) Diff (thorsten)
  • update[Site] Added a section to advertise the Lenya Wiki. Diff (tschlabach)
  • update[Site] fix - the index page of . was wrong->let to community Diff (thorsten)
  • update[Site] Added a section to advertise the Lenya wiki. Diff (tschlabach)
  • update[Site] Continuing to fix the tab navigation Diff (tschlabach)
  • update[Site] fixed tab issue Diff (thorsten)
  • update[Site] Fixing tab navigation (1.2 and 1.4) Diff (tschlabach)
  • update[Site] Fixing tab navigation (1.2 and 1.4) Diff (tschlabach)
  • update[Site] News updated with 1.2.2 release Diff (gregor)

Version 2005-02 ()

  • add[] Tagging 1.2.2 Diff (roku)
  • add[] Tagging 1.2.2 Diff (roku)
  • add[] Tagging 1.2.2 based on BRANCHES/BRANCH_1_2_X Diff (roku)
  • remove[] Preparing final re-tag of 1.2.2 Diff (roku)
  • remove[] Preparing re-tagging Diff (roku)

1.2

  • add[1.2] Renamed libraries to have their version in the name Diff (gregor)
  • add[1.2] notes added about building and patching Cocoon Diff (michi)
  • add[1.2] thanks to Josias Thoeny the DOMStreamer is working also for default namespaces with attributes in the root element Diff (michi)
  • add[1.2] Added empty tasks log directory to make view-logs usecase work Diff (gregor)
  • add[1.2] Added empty tasks log directory to make view-logs usecase work Diff (gregor)
  • update[1.2] versions updated Diff (michi)
  • update[1.2] Removed the need to click edit icon in Forms editor twice, patch by Thomas Comiotto. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=26577 Diff (gregor)
  • update[1.2] Made sitetree methods synchronized to guard against concurrent writes Diff (gregor)
  • update[1.2] Fixed NPE reported by Phillipp Bolle Diff (gregor)
  • update[1.2] Made forms editor scroll to editing position after pressing "edit". This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=33731 (Thanks to Thomas Comiotto for the patch) Diff (gregor)
  • update[1.2] Create WEB-INF\logs on unpacking of the war file. Otherwise we get erros on console upon start up. The ant jar task does not include empty dirs. Diff (roku)
  • update[1.2] Proper fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=33225 Diff (gregor)
  • update[1.2] local.feeds.properties shall be ignored Diff (michi)
  • update[1.2] local build properties added for downloading feeds Diff (michi)
  • update[1.2] lucene version fixed Diff (michi)
  • update[1.2] Updated library references in ant targets Diff (gregor)
  • update[1.2] Updated javadocs task to use breakiterator and set complete classpath so that javadoc can see ant. Diff (gregor)
  • update[1.2] Diff (roku)
  • update[1.2] Fixed asset conversion whitespace problem Diff (roku)
  • update[1.2] Diff (roku)
  • update[1.2] Fixed broken link Diff (roku)
  • update[1.2] Moving to latest kupu 1.2. fix; Fixed img @src, since we use Lenya asset stuff Diff (roku)
  • update[1.2] Fixed object2xhtml conversion; Object with a leading / in @data ar used as-is. This is needed if a page references assets from another page. Diff (roku)
  • update[1.2] Grumml, corrected kupu revision Diff (roku)
  • update[1.2] Corrected svn:externals url for kupu Diff (roku)
  • update[1.2] Corrected revision numbers Diff (roku)
  • update[1.2] Prepare 1.2.2 tag; revert after the release See #33658 Diff (roku)
  • update[1.2] Incremented version number to 1.2.2 Diff (roku)
  • update[1.2] Prepare 1.2.2 tag; revert after the release Diff (roku)
  • update[1.2] Set -r for svn:externals for the 1.2.2 release; do not forget to revert after the release Diff (roku)
  • update[1.2] Enhanced xsltproc download note Diff (roku)
  • update[1.2] Added note from where to download xsltproc. Unfortuately, it is not fotting to the build process to include a build kupu in the src dist. So, for 1.2.2, kupu still needs to be build, which requires xsltproc to be installed Diff (roku)
  • update[1.2] Rewrote menu javascript code to avoid crashes on Linux. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33643 Diff (gregor)
  • update[1.2] failure message of loading BXE improved Diff (michi)
  • update[1.2] thanks to Linczak, Jonathan W. the root is not doubled anymore when creating a document Diff (michi)
  • update[1.2] Added version attribute to generated stylesheets Diff (gregor)
  • update[1.2] link rewriting: take care of context prefix, don't try to rewrite external links Diff (andreas)
  • update[1.2] link rewriting: use document builder to match rewritable URLs Diff (andreas)
  • update[1.2] added link-attribute configuration Diff (andreas)
  • update[1.2] added link-attribute configuration Diff (andreas)
  • update[1.2] Thanks to Gregor Imboden and Andreas Hartmann the editing re Workflow triggering is again backwards compatible for documents without a workflow Diff (michi)
  • update[1.2] Fixed link rewriting to make sure that links to sub URLs are rewritten. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29861 Thanks to Thomas Comiotto for the patch. Diff (gregor)
  • update[1.2] Declared flowscript variables excplictly. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=33577 Diff (gregor)
  • update[1.2] Added XSD schema for workflow Diff (gregor)
  • update[1.2] Useability fix: Only display tab as link, if tab if not the current nav:node Diff (roku)
  • update[1.2] Changed test defaults to use existing publications and doctypes Diff (gregor)
  • update[1.2] Switched to BXE 1.1 and Kupu 1.2 Diff (gregor)
  • update[1.2] Switched to BXE 1.1 and Kupu 1.2 Diff (gregor)
  • update[1.2] Changed enum variables to improve compatibility with JDK 1.5 Diff (gregor)
  • update[1.2] Made images and asset titles visible in the forms editor. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29139 Diff (gregor)
  • update[1.2] set the date of publication, the publisher and the date of modification when a document is published Diff (edith)
  • update[1.2] introduce method for the checkIn/Out of document; needed when the publication of a document to set the date, publisher, ... Diff (edith)
  • update[1.2] set the date of publication, the publisher and the date of modification when a document is published: user-name and user-email parameters needed; check if the document can be checkout Diff (edith)
  • update[1.2] Fixed problem where IndexInformation.index was never written, and cleaned the source up a bit. Diff (gregor)
  • update[1.2] Updated install instructions with patch from Hubertus Groepper. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33392 Diff (gregor)
  • update[1.2] reset target integrated into clean target Diff (michi)
  • update[1.2] versions updated Diff (michi)
  • update[1.2] install target removed from build instruction Diff (michi)
  • update[1.2] Re-enabled view task log usecase Diff (gregor)
  • update[1.2] Updated the blog menus to use uc attributes and I18n. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27832 Diff (gregor)
  • update[1.2] Added a note on proxy configuration to publication.xconf Diff (gregor)
  • update[1.2] thanks to Josias softlinks for the content and resources directory should be possible Diff (michi)
  • update[1.2] caching of default publication back ported Diff (michi)
  • update[1.2] Enabled roundtripping of images between BXE and Kupu. Note that this change requires at least Kupu revision 8795 to work. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29164 Diff (gregor)
  • update[1.2] If the current sitree node does not exist in the displayed document's language Continue with next node. This is a quick fix for bug #32808. Next step would be to offer all links to the available languages. Diff (roku)
  • update[1.2] form encoding fixed Diff (michi)
  • update[1.2] Improved sample documents in the default publication with metadata. Diff (gregor)
  • update[1.2] Diff (gregor)

1.4

  • add[1.4] Added usecase for revisions tab Diff (gregor)
  • add[1.4] port cut/copy/paste to usecase framework Diff (andreas)
  • add[1.4] added site usecase utility class Diff (andreas)
  • add[1.4] Added XMLUnit for the XML tests Diff (gregor)
  • add[1.4] Updated tests to use ContainerTestCase and related Cocoon helper classes Diff (gregor)
  • add[1.4] Renamed libraries to have their version in the name Diff (gregor)
  • add[1.4] Moved to a more recent version of xmldb-xupdate Diff (gregor)
  • add[1.4] Added a single-step workflow definition to the blog publication Diff (gregor)
  • remove[1.4] Removed unused rollback screen Diff (gregor)
  • remove[1.4] removed obsolete publication.file package Diff (andreas)
  • remove[1.4] remove FileDocumentManager - replaced java.io.File by o.a.e.source.Source Diff (andreas)
  • remove[1.4] Removed unused directory Diff (gregor)
  • remove[1.4] removed obsolete XSPs Diff (andreas)
  • remove[1.4] removed obsolete XSLTs Diff (andreas)
  • remove[1.4] removed obsolete XSLTs Diff (andreas)
  • remove[1.4] removed obsolete XSLT Diff (andreas)
  • remove[1.4] removed obsolete XSP Diff (andreas)
  • remove[1.4] removed obsolete classes Diff (andreas)
  • remove[1.4] removed obsolete class Diff (andreas)
  • remove[1.4] Removed DocumentCreator test Diff (gregor)
  • remove[1.4] Removed DocumentCreator test Diff (gregor)
  • remove[1.4] Removed empty directories Diff (gregor)
  • update[1.4] Removed obsolete code from menus Diff (gregor)
  • update[1.4] Added date getters and setters to workflow history Diff (gregor)
  • update[1.4] release sources properly Diff (andreas)
  • update[1.4] added delete(...) methods to DocumentManager Diff (andreas)
  • update[1.4] log error messages when addResource() failes Diff (andreas)
  • update[1.4] Changed flowscript to call concrete implementation of FlowHelper. This makes saving in the editors work again. Diff (gregor)
  • update[1.4] Enhanced assets usecase to actually show existing assets ;) Diff (gregor)
  • update[1.4] Improved workflow usecase Diff (gregor)
  • update[1.4] Added stub usecase for workflow history tab. Diff (gregor)
  • update[1.4] Enhanced site area XSLT to support both old-style XSP and new-style JX tabs Diff (gregor)
  • update[1.4] Continued work on the search usecase. The search code needs some major love, good lord! Diff (gregor)
  • update[1.4] Removed the need to click edit icon in Forms editor twice, patch by Thomas Comiotto. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=26577 Diff (gregor)
  • update[1.4] added DocumentManager Diff (andreas)
  • update[1.4] fixed NPE for empty sitetree node labels Diff (andreas)
  • update[1.4] introduced DocumentManager Diff (andreas)
  • update[1.4] Made sitetree methods synchronized to guard against concurrent writes Diff (gregor)
  • update[1.4] allow non-interactive usecases Diff (andreas)
  • update[1.4] usecase framework: move node up/down Diff (andreas)
  • update[1.4] added getPrecedingSiblings() method Diff (andreas)
  • update[1.4] added getPrecedingSibling() methods Diff (andreas)
  • update[1.4] Made forms editor scroll to editing position after pressing "edit". This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=33731 (Thanks to Thomas Comiotto for the patch) Diff (gregor)
  • update[1.4] Create WEB-INF\logs on unpacking of the war file. Otherwise we get erros on console upon start up. The ant jar task does not include empty dirs. Diff (roku)
  • update[1.4] removed obsolete usecase pipelines Diff (andreas)
  • update[1.4] fixed missing namespace declarations, added error message display Diff (andreas)
  • update[1.4] after finishing usecase, go to same area (e.g., index-...) Diff (andreas)
  • update[1.4] added methods to copy/move groups of documents Diff (andreas)
  • update[1.4] removed obsolete task declarations Diff (andreas)
  • update[1.4] removed obsolete condition checks from menu Diff (andreas)
  • update[1.4] improved preconditions for site usecases Diff (andreas)
  • update[1.4] added preconditions to publish and deactivate Diff (andreas)
  • update[1.4] check for usecase preconditions in UsecaseMenuTransformer Diff (andreas)
  • update[1.4] check if invoked on document in checkPreconditions() Diff (andreas)
  • update[1.4] allow certain uscases only in authoring area Diff (andreas)
  • update[1.4] rename all language version URLs Diff (andreas)
  • update[1.4] removed deactivate task reference Diff (andreas)
  • update[1.4] switch from WorkflowHelper to WorkflowResolver Diff (andreas)
  • update[1.4] added precondition checks, allow to create documents from non-document URLs Diff (andreas)
  • update[1.4] publish and deactivate implemented using usecase framework Diff (andreas)
  • update[1.4] added deprecation message to LinkRewriteTask Diff (andreas)
  • update[1.4] removed obsolete doctype config options, added <link-attribute> declarations Diff (andreas)
  • update[1.4] call usecase framework implementation from menu for changeNodeID usecase Diff (andreas)
  • update[1.4] remove references to renameDocument task Diff (andreas)
  • update[1.4] move resource handling to publication class Diff (andreas)
  • update[1.4] use site utility to validate document ID Diff (andreas)
  • update[1.4] add LinkRewriter to Avalon roles Diff (andreas)
  • update[1.4] rename URL is handled by usecase framework Diff (andreas)
  • update[1.4] lucene version number fixed Diff (michi)
  • update[1.4] Updated library references in ant targets Diff (gregor)
  • update[1.4] Updated javadocs task to use breakiterator and set complete classpath so that javadoc can see ant. Diff (gregor)
  • update[1.4] Fixed Javadocs warnings Diff (gregor)
  • update[1.4] Fixed Javadocs warnings Diff (gregor)
  • update[1.4] Fixed asset conversion whitespace problem Diff (roku)
  • update[1.4] Fixed objct conversion. See bug #33661 Diff (roku)
  • update[1.4] Added note from where to download xsltproc. Unfortuately, it is not fotting to the build process to include a build kupu in the src dist. So, for 1.2.2, kupu still needs to be build, which requires xsltproc to be installed Diff (roku)
  • update[1.4] Fixed compilation errors for the unit tests Diff (gregor)
  • update[1.4] Made Link insertion into BXE work with XMLHTTP sitetree. Diff (gregor)
  • update[1.4] added initial version of LinkRewriter Diff (andreas)
  • update[1.4] Declared flowscript variables excplictly. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=33577 Diff (gregor)
  • update[1.4] Added XSD schema for workflow Diff (gregor)
  • update[1.4] added missing href attribute to menu item Diff (andreas)
  • update[1.4] applying workflowmenu and usecasemenu transformations is not necessary here Diff (andreas)
  • update[1.4] check if current URL represents document before accessing document Diff (andreas)
  • update[1.4] check if current URL represents document before accessing document Diff (andreas)
  • update[1.4] check if current URL represents document before resolving according values Diff (andreas)
  • update[1.4] get area from URL instead of document, add DOCUMENT_TYPE to parameter list Diff (andreas)
  • update[1.4] check if URL represents document before resolving workflow Diff (andreas)
  • update[1.4] don't apply WF transformation for non-document URLs Diff (andreas)
  • update[1.4] isDocument = false for admin area Diff (andreas)
  • update[1.4] Merged from 1.2.x: Useability fix: Only display tab as link, if tab if not the current nav:node Diff (roku)
  • update[1.4] Added a ConsoleLogger() to make test cases run again Diff (gregor)
  • update[1.4] Switched to BXE 1.1 and Kupu 1.2 Diff (gregor)
  • update[1.4] Started to use the (much more recent) Quartz from the Cocoon cron block in lieu of the library we shipped before. Our version did not implement methods that some of our code was expecting. Also fixed the scheduler XSP to get past compilation errors. Diff (gregor)
  • update[1.4] Changed string concatenation to use a StringBuffer Diff (gregor)
  • update[1.4] Fixed Eclipse warnings Diff (gregor)
  • update[1.4] Fixed resource leaks with not properly closing Streams Diff (gregor)
  • update[1.4] Made exceptions final Diff (gregor)
  • update[1.4] Made exceptions final Diff (gregor)
  • update[1.4] Fixed resource leaks with not properly closing Streams Diff (gregor)
  • update[1.4] Removed unneeded Log4J Diff (gregor)
  • update[1.4] Fixed Eclipse warnings Diff (gregor)
  • update[1.4] Replaced deprecated tokenStream(Reader) with tokenStream(String, Reader) Diff (gregor)
  • update[1.4] Cleaned up Eclipse warnings Diff (gregor)
  • update[1.4] Made insert link popup work again by switching to XHTML serialization. Diff (gregor)
  • update[1.4] Added the workflow menu transformer to the blog publication Diff (gregor)
  • update[1.4] Added a single-step workflow definition to the blog publication Diff (gregor)
  • update[1.4] Changed enum variables to improve compatibility with JDK 1.5 Diff (gregor)
  • update[1.4] check if current URL represents a document before calling setDocument() Diff (andreas)
  • update[1.4] Made images and asset titles visible in the forms editor. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29139 Diff (gregor)
  • update[1.4] thanks to Josias Thoeny XMLHTTP has been implemented for the sitetree of the default publication Diff (michi)
  • update[1.4] Made anonymous classes final inner classes Diff (gregor)
  • update[1.4] Added svn properties Diff (gregor)
  • update[1.4] Cleaned up source code to deal with Eclipse warnings and Findbug reports. This adds javadocs to all public methods, fixes some resource leaks (Findbugs term: OS), replaces string concatenation with StringBuffer (SBSC), avoids catch (Exception e) (REC), avoids hiding of internal variables by parameter names, makes variable access explicit, and uses entrySet instead of keySet (WMI). Diff (gregor)
  • update[1.4] Use XML serializer for XHTML until Xalan doctype problems are resolved. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33431 Diff (gregor)
  • update[1.4] Removed label attribute from menu (no longer needed) Diff (gregor)
  • update[1.4] Updated the blog menus to use uc attributes and I18n. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=27832 Diff (gregor)
  • update[1.4] Removed dead code Diff (gregor)
  • update[1.4] Fix dubious code to use a locale for toUpperCase / toLowerCase methods Diff (gregor)
  • update[1.4] Added a note on proxy configuration to publication.xconf Diff (gregor)
  • update[1.4] Enabled roundtripping of images between BXE and Kupu. Note that this change requires at least Kupu revision 8795 to work. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29164 Diff (gregor)
  • update[1.4] Removed xlink tranformer definition Diff (gregor)
  • update[1.4] If the current sitree node does not exist in the displayed document's language Continue with next node. This is a quick fix for bug #32808. Next step would be to offer all links to the available languages. Diff (roku)
  • update[1.4] Replaced ASL 1.1 with ASL 2.0 and set svn properties Diff (gregor)
  • update[1.4] Improved sample documents in the default publication with metadata. Diff (gregor)

Docs

  • add[Docs] add concepts overview page for 1.4 Diff (andreas)
  • add[Docs] added usecase framework documentation Diff (andreas)
  • add[Docs] Added screenshots page to the site Diff (gregor)
  • remove[Docs] Removed obsolete directory Diff (gregor)
  • update[Docs] Added some remarks to the "Website Update" procedure Diff (tschlabach)
  • update[Docs] Fixed Version 1.2 and Version 1.4 tabs to jump right into the appropriate sections Diff (tschlabach)
  • update[Docs] Added "Investmentclub-Niederrhein GbR" to "Live Sites" Diff (tschlabach)
  • update[Docs] Live sites updated Diff (gregor)
  • update[Docs] SVN properties set Diff (gregor)
  • update[Docs] Live sites updated Diff (gregor)
  • update[Docs] Live sites updated Diff (gregor)
  • update[Docs] Removed misleading SVN keyword from roadmap Diff (gregor)
  • update[Docs] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • update[Docs] enable proxy notes for Apache 2 added Diff (michi)
  • update[Docs] Added a note about web.app.server Diff (gregor)
  • update[Docs] fixed wrong author email address Diff (gregor)
  • update[Docs] reset into clean integrated Diff (michi)
  • update[Docs] install target removed from source build instruction Diff (michi)
  • update[Docs] Changed seperate to separate throughout. Diff (gregor)
  • update[Docs] Updated proxying instructions with notes about Jetty Diff (gregor)

Site

  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • add[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • remove[Site] Deleted old 1.2 API docs in order to commit new ones Diff (gregor)
  • update[Site] Added "Investmentclub Niederrhein" to "Live Sites" Diff (tschlabach)
  • update[Site] Added screenshots page to the site Diff (gregor)
  • update[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)
  • update[Site] Site restructured to distinguish between Lenya 1.2 and 1.4, roadmap updated with progress Diff (gregor)

Version 2005-01 ()

1.2

  • add[1.2] add README re patching libraries shipped with Cocoon Diff (michi)
  • add[1.2] profiler added for performance analysis but commented because of slowing down the system Diff (michi)
  • add[1.2] build messages added Diff (michi)
  • add[1.2] Added dutch translation for Lenya UI contributed by Arjen. Diff (gregor)
  • add[1.2] Added japanese translation for Lenya UI contributed by Tetsuya Kitahata. Diff (gregor)
  • remove[1.2] Removed empty directories Diff (gregor)
  • remove[1.2] Removed unused license files. Diff (gregor)
  • update[1.2] Diff (gregor)
  • update[1.2] Fixed site area image preview to work for all URLs Diff (gregor)
  • update[1.2] Improved title generation for authoring, admin and site areas Diff (gregor)
  • update[1.2] build properties version added in order to check if local build properties is in sync Diff (michi)
  • update[1.2] log4j conf added in order to patch Cocoon's log4j conf Diff (michi)
  • update[1.2] Set default logger to log4j and made log4 log file path relative to webapp. Diff (gregor)
  • update[1.2] Changed revision controller view to no longer access a static member of Publication. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33225 Diff (gregor)
  • update[1.2] Improved wording of build message Diff (gregor)
  • update[1.2] Enhanced the message on succesful build Diff (egli)
  • update[1.2] Refactor the link detection so that the linkrewriter can be subclassed more easily Diff (egli)
  • update[1.2] Removed xml:output. Cocoon serializers take care of this. Diff (gregor)
  • update[1.2] Fixed order of XSL import statements to avoid xslt exceptions Diff (gregor)
  • update[1.2] Set XML serializer back to UTF-8. Diff (gregor)
  • update[1.2] Javadoc of Server Side Include class updated Diff (michi)
  • update[1.2] Added getter/setter methods for ignoreAElement Diff (egli)
  • update[1.2] Fixed code that tried to delete a file that was still referenced in an open file stream. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=31986 Diff (gregor)
  • update[1.2] differentiate between Tomcat and Jetty during the install Diff (michi)
  • update[1.2] version fixed Diff (michi)
  • update[1.2] allow patching of Lucene Diff (michi)
  • update[1.2] note about lucene and Cocoon 2.1.5.1 added Diff (michi)
  • update[1.2] Fixed wrong pipeline call that broke IP range group administration. Diff (gregor)
  • update[1.2] Removed Lucene and log4j from Lenya (we now get them from Cocoon). Moved neko libraries to /lib, upgraded nekodtd to 0.1.11 and removed src/webapp/WEB-INF/lib Diff (gregor)
  • update[1.2] note about building Lenya offline added Diff (michi)
  • update[1.2] Fixed lenya.bat to no longer display the ASL comments during launch Diff (gregor)
  • update[1.2] log4j enabled because it now also works with Jetty Diff (michi)
  • update[1.2] Jetty path added Diff (michi)
  • update[1.2] copyright year updated Diff (michi)
  • update[1.2] copyright year updated Diff (michi)
  • update[1.2] patch from Jann Forrer applied Diff (michi)
  • update[1.2] Fixed typo in a translation key as reported by Arjen. Diff (gregor)
  • update[1.2] copyright to 2005 changed Diff (michi)
  • update[1.2] log4j path configurable Diff (michi)
  • update[1.2] commented out superfluous sanity check, to avoid problems with MS Active Directory Diff (jwkaltz)
  • update[1.2] Fixed undeclared variables in flowscript Diff (edith)
  • update[1.2] Backported patch to show resource type in the overview tab Diff (gregor)
  • update[1.2] info about Tomcat added Diff (michi)
  • update[1.2] Germand translation started Diff (michi)
  • update[1.2] versions updated Diff (michi)
  • update[1.2] prefixes added and default namespace removed because of problems with Sourcewriting Transformer Diff (michi)
  • update[1.2] Fixed a typo in the translation key. Diff (egli)
  • update[1.2] view task log usecase doesn't seem to work or link might be wrong Diff (michi)

1.4

  • add[1.4] added some publication utility classes Diff (andreas)
  • add[1.4] add publish usecase handler for default pub Diff (andreas)
  • add[1.4] Replaced the Lenya menu with a standards-based implementation by Jon Linczak. New features: * It is now possible to have more (or less) than 4 menus * The area tabs are now internationalized * The new menu displays properly with serialization set to XHTML * The menu javascript code is now far more robust (and simpler) * Area tabs now have a hover effect * Accessibility is improved (by doing away with tables for the menu, and using lists) This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33024 Diff (gregor)
  • add[1.4] Re-added Xlink and XPath classes that slipped into the XPS removal. Diff (gregor)
  • add[1.4] usecase framework for publishing Diff (andreas)
  • add[1.4] usecase framework for submit usecase in default publication Diff (andreas)
  • add[1.4] usecase framework for submit usecase in default publication Diff (andreas)
  • add[1.4] added InvokeWorkflow usecase handler Diff (andreas)
  • add[1.4] Added stubs for search usecase. Lucene search was not handled as a usecase before, so this will involve some porting work. Diff (gregor)
  • add[1.4] Removed Lucene and log4j from Lenya (we now get them from Cocoon). Moved neko libraries to /lib, upgraded nekodtd to 0.1.11 and removed src/webapp/WEB-INF/lib Diff (gregor)
  • add[1.4] moved deleteLanguage JX to core Diff (andreas)
  • add[1.4] using usecase framework for deleteLanguage usecase Diff (andreas)
  • add[1.4] Added missing create blog entry JX screen. Diff (gregor)
  • add[1.4] Added dutch translation for Lenya UI contributed by Arjen. Diff (gregor)
  • add[1.4] Added japanese translation for Lenya UI contributed by Tetsuya Kitahata. Diff (gregor)
  • add[1.4] Added stub for create blog entry usecase. Diff (gregor)
  • add[1.4] Added stub for create blog entry usecase. Diff (gregor)
  • add[1.4] added createLanguage usecase to usecase framework Diff (andreas)
  • add[1.4] added CreateDocument usecase Diff (andreas)
  • add[1.4] added DocumentTypeResolver Diff (andreas)
  • add[1.4] start to implement default pub usecases using usecase framework Diff (andreas)
  • add[1.4] not ready yet, but needed to compile Lenya Diff (andreas)
  • add[1.4] group admin using usecase framework Diff (andreas)
  • add[1.4] group admin using usecase framework Diff (andreas)
  • add[1.4] group admin using usecase framework Diff (andreas)
  • add[1.4] refactor usecase packages Diff (andreas)
  • add[1.4] refactor usecase packages Diff (andreas)
  • add[1.4] refactor usecase packages Diff (andreas)
  • add[1.4] added WorkflowUsecase Diff (andreas)
  • add[1.4] added matcher to match registered usecases Diff (andreas)
  • remove[1.4] Removed empty directories Diff (gregor)
  • remove[1.4] Removed empty directory Diff (gregor)
  • remove[1.4] Removed XPSAssembler and various XML helper classes. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33030 , http://issues.apache.org/bugzilla/show_bug.cgi?id=25956 , http://issues.apache.org/bugzilla/show_bug.cgi?id=19552 and http://issues.apache.org/bugzilla/show_bug.cgi?id=19583 Diff (gregor)
  • remove[1.4] usecase framework for submit and reject Diff (andreas)
  • remove[1.4] usecase framework for submit and reject Diff (andreas)
  • remove[1.4] Removed unused license files. Diff (gregor)
  • remove[1.4] usecase framework used to change navigation title Diff (andreas)
  • remove[1.4] moved deleteLanguage JX to core Diff (andreas)
  • remove[1.4] using usecase framework for deleteLanguage usecase Diff (andreas)
  • remove[1.4] renamed package site.usecase to site.usecases Diff (andreas)
  • remove[1.4] Made log4j the log system used by Lenya, and start using log4j.xconf for configuration. This obviates the need for absolute paths in the log4j configuration. Diff (gregor)
  • remove[1.4] Added missing create blog entry JX screen. Diff (gregor)
  • remove[1.4] Finished the new blog entry usecase. This allowed to remove dom4j and the ParentChildCreatorAction as well as create.xsp and create.xsl, which are now no longer used. Diff (gregor)
  • remove[1.4] Removed unused DelegatingAuthenticatorAction. Login is now handled by the login usecase. Diff (gregor)
  • remove[1.4] removed obsolete document creation helpers Diff (andreas)
  • remove[1.4] Removed upload.js flow script (the upload usecase is now handled by the usecase framework) Diff (gregor)
  • remove[1.4] Removed validate action. Usecases that need to validate use the Relax NG helper directly. Diff (gregor)
  • remove[1.4] Removed deprecated SMTP class, which has been replaced by the notification task. Diff (gregor)
  • remove[1.4] refactor usecase packages Diff (andreas)
  • remove[1.4] refactor usecase packages Diff (andreas)
  • remove[1.4] refactor usecase packages Diff (andreas)
  • remove[1.4] removed obsolete logout files Diff (andreas)
  • remove[1.4] removed obsolete logout files Diff (andreas)
  • remove[1.4] removed obsolete login files Diff (andreas)
  • remove[1.4] removed obsolete login files Diff (andreas)
  • update[1.4] Diff (gregor)
  • update[1.4] added recursive publishing Diff (andreas)
  • update[1.4] added recursive publishing Diff (andreas)
  • update[1.4] lazy loading for workflow history Diff (andreas)
  • update[1.4] switch to AbstractLogEnabled Diff (andreas)
  • update[1.4] Fixed site area image preview to work for all URLs Diff (gregor)
  • update[1.4] Improved title generation for authoring, admin and site areas Diff (gregor)
  • update[1.4] Changed remaining instances of lenya.usecase=logout to lenya.usecase=ac.logout Diff (gregor)
  • update[1.4] Updated WorkflowDocumentSet to use the new WorkflowFactory interface Diff (gregor)
  • update[1.4] switch to AbstractLogEnabled Diff (andreas)
  • update[1.4] introduced workflow resolver Diff (andreas)
  • update[1.4] introduced workflow resolver Diff (andreas)
  • update[1.4] Removed xml:output. Cocoon serializers take care of this. Diff (gregor)
  • update[1.4] Changed revision controller view to no longer access a static member of Publication. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=33225 Diff (gregor)
  • update[1.4] switch to AbstractLogEnabled Diff (andreas)
  • update[1.4] FlowHelper is now Avalon component Diff (andreas)
  • update[1.4] usecase framework for publishing Diff (andreas)
  • update[1.4] usecase framework for publishing Diff (andreas)
  • update[1.4] switch to AbstractLogEnabled Diff (andreas)
  • update[1.4] switch to AbstractLogEnabled Diff (andreas)
  • update[1.4] usecase framework for submit and reject Diff (andreas)
  • update[1.4] usecase framework for reject usecase Diff (andreas)
  • update[1.4] usecase framework for submit usecase in default publication Diff (andreas)
  • update[1.4] added document to initial parameters Diff (andreas)
  • update[1.4] refactoring: extracted method getExecutableEvent() Diff (andreas)
  • update[1.4] Fixed code that tried to delete a file that was still referenced in an open file stream. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=31986 Diff (gregor)
  • update[1.4] make sure that local properties are in sync with pre-set build properties Diff (michi)
  • update[1.4] Added stubs for search usecase. Lucene search was not handled as a usecase before, so this will involve some porting work. Diff (gregor)
  • update[1.4] Fixed wrong pipeline call that broke IP range group administration. Diff (gregor)
  • update[1.4] add i18n messages for changeLabel usecase Diff (andreas)
  • update[1.4] usecase framework used to change navigation title Diff (andreas)
  • update[1.4] using usecase framework for deleteLanguage usecase Diff (andreas)
  • update[1.4] using usecase framework for deleteLanguage usecase Diff (andreas)
  • update[1.4] Fixed lenya.bat to no longer display the ASL comments during launch Diff (gregor)
  • update[1.4] log4j enabled because it also works now with Jetty Diff (michi)
  • update[1.4] note about deployment re the various servlet containers added Diff (michi)
  • update[1.4] applied patch from Jann Forrer re context prefix and asset upload Diff (michi)
  • update[1.4] german translation of default publication welcome page started Diff (michi)
  • update[1.4] log4j path configurable Diff (michi)
  • update[1.4] Fixed typo in a translation key as reported by Arjen. Diff (gregor)
  • update[1.4] commented out superfluous sanity check, to avoid problems with MS Active Directory Diff (jwkaltz)
  • update[1.4] Removed references to dom4j Diff (gregor)
  • update[1.4] removed create tasks Diff (andreas)
  • update[1.4] adding sitetree label instead of new node when node already exists Diff (andreas)
  • update[1.4] refactored exception handling in URIParameterizer Diff (andreas)
  • update[1.4] refactored Create usecases Diff (andreas)
  • update[1.4] using create usecases from usecase FW, show create-language item only when not all language versions exist Diff (andreas)
  • update[1.4] added createLanguage usecase to usecase framework Diff (andreas)
  • update[1.4] added DocumentTypeResolver Diff (andreas)
  • update[1.4] Changed invocation of ResourcesManager to DefaultResourcesManager Diff (gregor)
  • update[1.4] Renamed testGetFullName to testGetName to reflect interface changes Diff (gregor)
  • update[1.4] Replaced references to oscom publication with default publication Diff (gregor)
  • update[1.4] Removed deprecated getAbsoluteParentId() from SiteTreeNode interface Diff (gregor)
  • update[1.4] Removed deprecated getParentId() from SiteTreeNode interface Diff (gregor)
  • update[1.4] Replaced ocurrences of deprecated node-id with node-name Diff (gregor)
  • update[1.4] Changed ocurrences of DocumentURL to use CanonicalDocumentURL Diff (gregor)
  • update[1.4] Set missing SVN properties Diff (gregor)
  • update[1.4] Removed deprecated methods from AbstractUser Diff (gregor)
  • update[1.4] Added ASL 2.0 license and set SVN properties for some new Java files that did not have them Diff (gregor)
  • update[1.4] Added ASL 2.0 license and set SVN properties for some new Java files that did not have them Diff (gregor)
  • update[1.4] Removed default-create action which has been superceded by the create usecase. Diff (gregor)
  • update[1.4] Completed migration from a.o.l.util.FileUtil to excalibur FileUtil Diff (gregor)
  • update[1.4] Removed known issues from 1.4 readme. Diff (gregor)
  • update[1.4] Removed occurrence of cocoon-lenya Diff (gregor)
  • update[1.4] removed unused import Diff (andreas)
  • update[1.4] fixed StringIndexException for language prefixes like de_CH Diff (andreas)
  • update[1.4] fixed some parameter names in Create JX template Diff (andreas)
  • update[1.4] implemented Create usecase Diff (andreas)
  • update[1.4] changing DOM when label has changed, not only Label object Diff (andreas)
  • update[1.4] publication polymorphism for usecase handler classes Diff (andreas)
  • update[1.4] transforming non-namespace elements to XHTML Diff (andreas)
  • update[1.4] first steps for create usecase Diff (andreas)
  • update[1.4] first steps for create usecase Diff (andreas)
  • update[1.4] avoid NPE when fetching source document Diff (andreas)
  • update[1.4] allow fallback for JX templates Diff (andreas)
  • update[1.4] allow string for name, not only NCName Diff (andreas)
  • update[1.4] setting link attributes instead of title Diff (andreas)
  • update[1.4] replaced {fallback} by fallback://, fixed serializer for SourceWritingTransformer Diff (andreas)
  • update[1.4] formatting Diff (andreas)
  • update[1.4] fixed order of XSLT statements Diff (andreas)
  • update[1.4] fixed order of XSLT statements Diff (andreas)
  • update[1.4] replaced element.setNodeValue() by DocumentHelper.setSimpleElementText() Diff (andreas)
  • update[1.4] replaced element.setNodeValue() by DocumentHelper.setSimpleElementText() Diff (andreas)
  • update[1.4] fixed xpath to replace author Diff (andreas)
  • update[1.4] add stylesheet version attribute Diff (andreas)
  • update[1.4] add stylesheet version attribute Diff (andreas)
  • update[1.4] don't swallow exceptions Diff (andreas)
  • update[1.4] XUL menus enabled Diff (michi)
  • update[1.4] XUL menus fixed Diff (michi)
  • update[1.4] comment about meta stylesheet added Diff (michi)
  • update[1.4] group admin using usecase framework Diff (andreas)
  • update[1.4] group admin using usecase framework Diff (andreas)
  • update[1.4] add save() method Diff (andreas)
  • update[1.4] refactoring (remove duplicate code) Diff (andreas)
  • update[1.4] add resources tag Diff (andreas)
  • update[1.4] refactor usecase packages Diff (andreas)
  • update[1.4] added XML file extension Diff (andreas)
  • update[1.4] removed obsolete declarations and pipelines Diff (andreas)
  • update[1.4] using usecase framework for logout Diff (andreas)
  • update[1.4] added logout functionality Diff (andreas)
  • update[1.4] init session before use Diff (andreas)
  • update[1.4] user-groups usecase added Diff (andreas)
  • update[1.4] using usecase framework for login usecase Diff (andreas)
  • update[1.4] removed TODO comment (looks fine to me) Diff (andreas)
  • update[1.4] fixed submit button name Diff (andreas)
  • update[1.4] don't obtain workflow situation Diff (andreas)
  • update[1.4] removed exception clause from doInitialize() Diff (andreas)
  • update[1.4] removed exception clause from doInitialize() Diff (andreas)
  • update[1.4] removed exception clause from doInitialize() Diff (andreas)
  • update[1.4] fixed some style issues Diff (andreas)
  • update[1.4] removed exception clause from doInitialize() Diff (andreas)
  • update[1.4] added matcher to match registered usecases Diff (andreas)
  • update[1.4] added matcher to match registered usecases Diff (andreas)
  • update[1.4] added method to check if a usecase is registered Diff (andreas)
  • update[1.4] moved triggerWorkflow() one level up as it can apply to multiple documents Diff (andreas)
  • update[1.4] added methods to trigger workflow Diff (andreas)
  • update[1.4] added javadocs Diff (andreas)
  • update[1.4] output single languages instead of array object Diff (andreas)
  • update[1.4] don't use interface constructor Diff (andreas)
  • update[1.4] removed unused imports, replace strings with pre-defined fields Diff (andreas)

Docs

  • update[Docs] Added a note about misleading Forrest error messages during web site build Diff (gregor)
  • update[Docs] Added clarification about forrest version used for building the site. Diff (gregor)
  • update[Docs] updated the link to our live site Diff (jwkaltz)

Site

  • add[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • add[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • add[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • add[Site] Updated site with latest documentation changes Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes and removed eol-style Diff (gregor)
  • update[Site] Updated site with latest documentation changes Diff (gregor)

Version 2004-12 ()

  • add[] Tagging the Apache Lenya 1.2.1 release Diff (roku)
  • add[] Tagging the Apache Lenya 1.2.1 release Diff (roku)
  • remove[] removing: used wrong kupu and bxe revs Diff (roku)

1.2

  • add[1.2] Added my gpg key. We also should sign our releases Diff (roku)
  • add[1.2] Made search.properties work out of the box. Diff (gregor)
  • remove[1.2] It is enough if the KEYS file is in the trunk. It is better to maintain. Maybe we should open a new directory called misc or so. Diff (roku)
  • remove[1.2] Removed OSCOM publication, which will continue to be available from http://oscom.org. Diff (gregor)
  • remove[1.2] Removed the links sample page from the default publication until the doctype is completed. Diff (gregor)
  • remove[1.2] The namespaces are needed in order that the XPSAssembler work with the new xalan Diff (edith)
  • remove[1.2] Use cocoon log4j Diff (antonio)
  • remove[1.2] We don't include xalan in the distribution Diff (antonio)
  • update[1.2] Made checksum file extension lower case. Diff (roku)
  • update[1.2] Uups, used the wrong revision Diff (roku)
  • update[1.2] Uups, used the wrong revision Diff (roku)
  • update[1.2] Preparing 1.2.1 tag Diff (roku)
  • update[1.2] Switched to Cocoon 2.1.5.1, since this will be the shipped version in 1.2.1 Diff (roku)
  • update[1.2] Including special revisions of kupu and bxe. Diff (roku)
  • update[1.2] Line break test Diff (roku)
  • update[1.2] Applied patch sent by Hubertus Groepper. Fixes inaccessible links of bread crumbs. See bug http://issues.apache.org/bugzilla/show_bug.cgi?id=32610 Diff (roku)
  • update[1.2] set the xlink namespace even if the document already exist, because the namespace areelse removed Diff (edith)
  • update[1.2] Converted tabs to spaces. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32739 Thanks to Josias Thoeny. Diff (gregor)
  • update[1.2] Readded dependency on Lucene block as the Lenya search XSP relies on it. Diff (gregor)
  • update[1.2] Fixed path to legal dir Diff (roku)
  • update[1.2] Added kupu to be build for dist-bin target. Diff (roku)
  • update[1.2] * Fixed target dist-bin ; removed copying of endorsed libs, since the folder does not exist anymore * excluded dist folder from copy process Diff (roku)
  • update[1.2] Changing to kupu 1.2 branch. Guido Wesdorp created it yesterday from trunk. Diff (roku)
  • update[1.2] Removed setLanguageTabs() Javascript function from the site tree. It was no longer needed and caused problems with some language settings. Also made the sitetree code more defensive to get rid of some Javascript errors in the insert link popup. Thanks to Josias Thoeny for reporting. Diff (gregor)
  • update[1.2] Improved the warning message if Kupu is not installed correctly. Diff (gregor)
  • update[1.2] Switched from deprecated resolver.resolve() to resolver.resolveURI() Diff (gregor)
  • update[1.2] Set cocoon.src.dir to cocoon-2.1.6 by default Diff (gregor)
  • update[1.2] Removed support for hsqldb Diff (gregor)
  • update[1.2] Removed support for hsqldb Diff (gregor)
  • update[1.2] Moved styling information from inline to CSS. Diff (gregor)
  • update[1.2] Made the start page for the export target valid. Diff (gregor)
  • update[1.2] Removed reliance of export targets on Tomcat. Diff (gregor)
  • update[1.2] Removed spurious debugging statements and improved language Diff (gregor)
  • update[1.2] Changed text of the login screen to explicitly mention both default users. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32570 Diff (gregor)
  • update[1.2] Added support for Macromedia Flash to the insert image screen. Diff (gregor)
  • update[1.2] String fixed such that it actually compiles because I mixed up versions Diff (michi)
  • update[1.2] hardcoded 127.0.0.1 replaced by serverName such also WebLogic Server works re Scheduling Diff (michi)
  • update[1.2] name fixed Diff (michi)
  • update[1.2] The namespaces are needed in order that the XPSAssembler work with the new xalan Diff (edith)
  • update[1.2] Fixed undeclared variables in flowscript. Thanks to Doug Chestnut and Jeremy Torres. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32544 Diff (gregor)
  • update[1.2] Fix the uri, because the publication id has no / Diff (edith)
  • update[1.2] allowing 5-character language extensions instead of 4-character Diff (andreas)
  • update[1.2] Fix setup method of DocumentIndexTransformer to work with Cocoon 2.1.6 Diff (gregor)
  • update[1.2] Add mising keys Diff (antonio)
  • update[1.2] Add &#160; Diff (antonio)
  • update[1.2] Use the same key as i18n files Diff (antonio)
  • update[1.2] Improve usability of edit menu. Thanks to Jean-Pierre LeJacq. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32514 Diff (gregor)
  • update[1.2] We don't use pizza compiler. Diff (antonio)
  • update[1.2] Fix typo Diff (antonio)
  • update[1.2] Use cocoon XConfToolTask.class Diff (antonio)
  • update[1.2] Remove unused local variables. Diff (antonio)
  • update[1.2] Fix lenya wiki link Diff (antonio)
  • update[1.2] Eclipse project now use cocoon 2.1.6 Diff (antonio)
  • update[1.2] Remove trailing spaces Diff (antonio)
  • update[1.2] Remove unused imports. Diff (antonio)
  • update[1.2] Fix typo. Diff (antonio)
  • update[1.2] must return a value. Diff (antonio)
  • update[1.2] Define xalan as the default xslt tranformer again (run with cocoon-2.1.6) Diff (antonio)
  • update[1.2] Remove unused imports. Diff (antonio)
  • update[1.2] Remove unused import Diff (antonio)
  • update[1.2] Comment hsqldb port variable. Set cocon dir to 2.1.6 Diff (antonio)
  • update[1.2] Update info based in cocoon 2.16 Diff (antonio)
  • update[1.2] Set java 1.4 as source vm Diff (antonio)
  • update[1.2] Allow to run in cygwin Diff (antonio)
  • update[1.2] Use issue.apache.org Diff (antonio)
  • update[1.2] formatting Diff (roku)
  • update[1.2] - Print out error and fail if xsltproc is not available - Removed redundant call of make on windows Diff (roku)
  • update[1.2] Added note for xsltproc Diff (roku)
  • update[1.2] Updated svn:external prop for bxe Diff (roku)
  • update[1.2] Updated svn:external prop for bxe Diff (roku)
  • update[1.2] When saving in Xopus the workflow state is now set back to "authoring". This is similar to the behaviour in bitflux. Diff (egli)
  • update[1.2] avoid arrayindexoutofboundsexception (URL length check) Diff (andreas)
  • update[1.2] calling super.setup() to avoid NPE in startPrefixMapping() Diff (andreas)
  • update[1.2] adding missing 18n namespace declaration Diff (andreas)
  • update[1.2] Improved Xopus installation instructions Diff (gregor)
  • update[1.2] fixed XLink namespace URI Diff (andreas)
  • update[1.2] fixed XLink namespace URI Diff (andreas)

1.4

  • add[1.4] Added my gpg key. We also should sign our releases Diff (roku)
  • add[1.4] Refactored site-area usecases that are displayed in a tab to have the naming convention tab.* Added seperate view pipeline for those usecases, plus arbitration code in usecases.js Diff (gregor)
  • add[1.4] Added stub usecases for login, create and move. Added well-known usecase names. Diff (gregor)
  • add[1.4] Renamed two usecases to make the naming consistent Diff (gregor)
  • add[1.4] Added (currently inactive) Login usecase Diff (gregor)
  • add[1.4] Added (currently inactive) Login usecase Diff (gregor)
  • add[1.4] Added metadata and generic site usecase (as a superclass for all site-area usecases) Diff (gregor)
  • add[1.4] Added first draft of JX templates for site usecases Diff (gregor)
  • add[1.4] Added first draft of JX templates for site usecases Diff (gregor)
  • add[1.4] user groups as JX template usecase Diff (andreas)
  • add[1.4] user groups as JX template usecase Diff (andreas)
  • add[1.4] changePassword migrated to JX template Diff (andreas)
  • add[1.4] re-organized admin usecases Diff (andreas)
  • add[1.4] initial checkin of java-based access control usecasees Diff (andreas)
  • add[1.4] initial checkin of java-based access control usecasees Diff (andreas)
  • add[1.4] added TopicMapSiteManager outline Diff (andreas)
  • add[1.4] Renamed XPSInclude to XInclude and XPSAssembler to XIncludeImpl. Diff (gregor)
  • add[1.4] Added new compile-xsp target to precompile XSP. This can be used to detect errors in XSP files that would otherwise go unnoticed. This uses code submitted by Simon Mieth (http://issues.apache.org/bugzilla/show_bug.cgi?id=29360) Diff (gregor)
  • add[1.4] Added new compile-xsp target to precompile XSP. This can be used to detect errors in XSP files that would otherwise go unnoticed. This uses code submitted by Simon Mieth (http://issues.apache.org/bugzilla/show_bug.cgi?id=29360) Diff (gregor)
  • add[1.4] Added preview for images to asset upload screens and asset lists. Diff (gregor)
  • add[1.4] Added patch by Marc Kuester to enable per-doctype CSS. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=29325 Diff (gregor)
  • add[1.4] Made search.properties work out of the box. Diff (gregor)
  • add[1.4] Added kupu build script Diff (roku)
  • remove[1.4] Removed UploadHelper (replaced by ResourcesManager) Diff (gregor)
  • remove[1.4] Refactored site-area usecases that are displayed in a tab to have the naming convention tab.* Added seperate view pipeline for those usecases, plus arbitration code in usecases.js Diff (gregor)
  • remove[1.4] Removed OSCOM publication, which will continue to be available from http://oscom.org. Diff (gregor)
  • remove[1.4] Removed SSI class which has been deprecated since 1.0 Diff (gregor)
  • remove[1.4] removed old admin XSP and XSLT Diff (andreas)
  • remove[1.4] removed old admin XSP and XSLT Diff (andreas)
  • update[1.4] Made checksum file extension lower case. Diff (roku)
  • update[1.4] Added kupu target Diff (roku)
  • update[1.4] Added stub class for tab.ac* usecases. Diff (gregor)
  • update[1.4] Refactored tab.meta initialization code Diff (gregor)
  • update[1.4] Added tab.overview usecase, extended SiteUsecase to provide more values Diff (gregor)
  • update[1.4] Changed ResourcesManager invocation to go via Document.getResourcesManager() Diff (gregor)
  • update[1.4] Refactored ResourcesManager, added addResource method. Based ResourcesManager on DublinCore. Added getResourcesManager() to Document interface. Added Assets usecase. Improved the assets JX view. Changed all callers of ResourceManager to use getResourcesManager() Diff (gregor)
  • update[1.4] Removed duplicate ResourceNotFound exception selector (it is already defined by Cocoon) Diff (gregor)
  • update[1.4] Made license header consistent Diff (gregor)
  • update[1.4] Removed empty component definitions from all sitemaps Diff (gregor)
  • update[1.4] Upgraded Cocoon version to 2.1.6 in publication screens Diff (gregor)
  • update[1.4] Moved exception selectors to the root sitemap Diff (gregor)
  • update[1.4] Diff (gregor)
  • update[1.4] Removed unnecessary definitions from usecase.xmap Diff (gregor)
  • update[1.4] Improved layout of site area JX views Diff (gregor)
  • update[1.4] Refactored IterativeHTMLCrawler to implement Configurable Diff (gregor)
  • update[1.4] Migrated pipelines to the Cocoon XincludeTransformer Diff (gregor)
  • update[1.4] Refactored RevisionController to no longer rely on the deprecated XPSOutputStream Diff (gregor)
  • update[1.4] Refactored RCML to no longer rely on the deprecated XPointerFactory Diff (gregor)
  • update[1.4] Refactored NewBlogEntryCreator to no longer rely on the deprecated DOMUtil Diff (gregor)
  • update[1.4] Fixed broken revisions tab (it was using a no longer existing method call) Diff (gregor)
  • update[1.4] Deprecated DelegatingAuthenticatorAction in favour of Login usecase Diff (gregor)
  • update[1.4] Exposed the Context in the AbstractlUsecase with a getter method Diff (gregor)
  • update[1.4] Exposed the AccessController in the AccessControlUsecase with a getter method Diff (gregor)
  • update[1.4] Set eol-style and keywords Diff (gregor)
  • update[1.4] Remove keywords from binary files Diff (gregor)
  • update[1.4] Set svn:keywords and svn:eol-style consistently Diff (gregor)
  • update[1.4] Removed duplicate menu entries Diff (gregor)
  • update[1.4] Added license and file:// prefix to image preview javascript code Diff (gregor)
  • update[1.4] Added image preview to asset usecase Diff (gregor)
  • update[1.4] Added comments and license to usecases.js Diff (gregor)
  • update[1.4] Added deprecation note to WriteDCParametersTask Diff (gregor)
  • update[1.4] Improved javadocs for DocumentUsecase Diff (gregor)
  • update[1.4] Merged from 1.2.x Diff (roku)
  • update[1.4] [merged from 1.2.x] Applied patch sent by Hubertus Groepper. Fixes inaccessible links of bread crumbs. See bug http://issues.apache.org/bugzilla/show_bug.cgi?id=32610 Diff (roku)
  • update[1.4] Fix the uri, because the publicationId has no '/' at the beginning Diff (edith)
  • update[1.4] Fixed typo to make SVN version tags work. Diff (gregor)
  • update[1.4] Defined source resolver in lenya.xtest and removed Tomcat path dependencies Diff (gregor)
  • update[1.4] Removed Tomcat-specific context prefix from AntTaskTest Diff (gregor)
  • update[1.4] Removed dependencies on Tomcat for the test build, fixed some ant properties related to the test build. Diff (gregor)
  • update[1.4] user groups as JX template usecase Diff (andreas)
  • update[1.4] user groups as JX template usecase Diff (andreas)
  • update[1.4] user groups as JX template usecase Diff (andreas)
  • update[1.4] user groups as JX template usecase Diff (andreas)
  • update[1.4] fixed some code style issues, parameters as objects allowed Diff (andreas)
  • update[1.4] fixed some code style issues Diff (andreas)
  • update[1.4] added some password usecase messages Diff (andreas)
  • update[1.4] added some password usecase messages Diff (andreas)
  • update[1.4] changePassword usecase added Diff (andreas)
  • update[1.4] changePassword migrated to JX template Diff (andreas)
  • update[1.4] re-organized admin usecases Diff (andreas)
  • update[1.4] re-organized admin usecases Diff (andreas)
  • update[1.4] re-organized admin usecases Diff (andreas)
  • update[1.4] re-organized admin usecases Diff (andreas)
  • update[1.4] using heading style instead of paragraph Diff (andreas)
  • update[1.4] removed unused declarations Diff (andreas)
  • update[1.4] updated usecase names Diff (andreas)
  • update[1.4] using attribute value templates to reduce XSLT verbosity Diff (andreas)
  • update[1.4] added admin area usecase declarations Diff (andreas)
  • update[1.4] removed deprecated stuff from lenya.roles Diff (andreas)
  • update[1.4] convert initialize() to template method Diff (andreas)
  • update[1.4] calling usecase.xmap for certain admin area usecases Diff (andreas)
  • update[1.4] removing unused component declarations Diff (andreas)
  • update[1.4] use NULL to generate NPEs instead of FileNotFoundException Diff (andreas)
  • update[1.4] made tests compile again Diff (andreas)
  • update[1.4] Converted tabs to spaces. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32739 Thanks to Josias Thoeny. Diff (gregor)
  • update[1.4] Removed obsolete xhtml-iso serializer from the blog sitemap. Diff (gregor)
  • update[1.4] Readded dependency on Lucene block as the Lenya search XSP relies on it. Diff (gregor)
  • update[1.4] Fixed the creator test by changing the resource type to xhtml. Diff (gregor)
  • update[1.4] Removed empty promise from the code. Diff (gregor)
  • update[1.4] Removed empty promise from the code. Diff (gregor)
  • update[1.4] Added resource type to the site area overview tab. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32615 Diff (gregor)
  • update[1.4] do not build Cocoon every time during Lenya build Diff (michi)
  • update[1.4] hardcoded 127.0.0.1 address replaced by server name Diff (michi)
  • update[1.4] Removed setLanguageTabs() Javascript function from the site tree. It was no longer needed and caused problems with some language settings. Also made the sitetree code more defensive to get rid of some Javascript errors in the insert link popup. Thanks to Josias Thoeny for reporting. Diff (gregor)
  • update[1.4] Improved the warning message if Kupu is not installed correctly. Diff (gregor)
  • update[1.4] Added fallback:// protocol to more pipelines. This enables to easily overwrite the look and feel of Lenya by providing custom stylesheets. Diff (gregor)
  • update[1.4] Switched from deprecated resolver.resolve() to resolver.resolveURI() Diff (gregor)
  • update[1.4] Removed support for hsqldb Diff (gregor)
  • update[1.4] Removed support for hsqldb Diff (gregor)
  • update[1.4] Moved styling information from inline to CSS. Diff (gregor)
  • update[1.4] Make building of Cocoon condidational to allow Gump to sidestep it. Diff (gregor)
  • update[1.4] Made the start page for the export target valid. Diff (gregor)
  • update[1.4] Removed reliance of export targets on Tomcat. Diff (gregor)
  • update[1.4] Made Identity serializable (forward-ported from 1.2 branch) Diff (gregor)
  • update[1.4] Changed text of the login screen to explicitly mention both default users. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32570 Diff (gregor)
  • update[1.4] Changed property name from "gump.build" to "gump.skipcocoonbuild" to avoid clashes. Diff (gregor)
  • update[1.4] Make building of Cocoon condidational to allow Gump to sidestep it. Diff (gregor)
  • update[1.4] Added support for Macromedia Flash to the insert image screen. Diff (gregor)
  • update[1.4] Apply patch by Doug Chestnut to make BXE work with 2.1.6. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32574 Diff (gregor)
  • update[1.4] The XML serializer is now set to UTF-8 by default, therefore cleaning out references to xml-utf-8 serializers. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32554, thanks to Doug Chestnut. Diff (gregor)
  • update[1.4] using xsl:element again since it works at least with Xalan Diff (andreas)
  • update[1.4] Fixed undeclared variables in flowscript. Thanks to Doug Chestnut and Jeremy Torres. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32544 Diff (gregor)
  • update[1.4] Fix setup method of DocumentIndexTransformer to work with Cocoon 2.1.6 Diff (gregor)
  • update[1.4] Fix typo. Diff (antonio)
  • update[1.4] Improve usability of edit menu. Thanks to Jean-Pierre LeJacq. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32514 Diff (gregor)
  • update[1.4] Set default publication serialization to html to deal with rendering problems from spurious namespace definitions when using XHTML. Diff (gregor)
  • update[1.4] Fixed edit flowscript to no longer use the getSourceURI method. Thanks to Doug Chestnut. Diff (gregor)
  • update[1.4] Switch to HTML / XHTML / XML serializers from the serializers block. This improves compliance with UTF-8 and fixes various serialization bugs. Diff (gregor)
  • update[1.4] Adapted published check to API changes in 1.4. Thanks to Doug Chestnut. Diff (gregor)
  • update[1.4] Set encoding to UTF-8 for admin pipelines Diff (gregor)
  • update[1.4] Remove encoding from stylesheet Diff (gregor)
  • update[1.4] Set enable.uploads=false Diff (antonio)
  • update[1.4] Update info based in cocoon 2.1.6 Diff (antonio)
  • update[1.4] Set java 1.4 as source vm Diff (antonio)
  • update[1.4] Comment hsqldb port variable. It is not needed. Diff (antonio)
  • update[1.4] Allow to run in cygwin Diff (antonio)
  • update[1.4] Use issue.apache.org + remove trailing spaces. Diff (antonio)
  • update[1.4] Added note for xsltproc Diff (roku)
  • update[1.4] Updated svn:external prop for bxe Diff (roku)
  • update[1.4] check wellformedness Diff (andreas)
  • update[1.4] calling super.setup() to avoid NPE in startPrefixMapping() Diff (andreas)
  • update[1.4] Improved Xopus installation instructions Diff (gregor)
  • update[1.4] removed unnecessary component declarations Diff (andreas)
  • update[1.4] fixed XLink namespace URI Diff (andreas)
  • update[1.4] fixed XLink namespace URI Diff (andreas)

Docs

  • add[Docs] Moved resource-types to make them a proper folder in the documentation. Diff (gregor)
  • remove[Docs] Moved resource-types to make them a proper folder in the documentation. Diff (gregor)
  • remove[Docs] Substantially extended the Lenya proxying howto, and enabled the section on resource types. Diff (gregor)
  • update[Docs] - Added release 1.2.1 - Improved download link text Diff (roku)
  • update[Docs] Updated Xopus documentation with pointers from Nele Vogel. Diff (gregor)
  • update[Docs] Increased default memory allocation for forrest to avoid out of memory exceptions. Diff (gregor)
  • update[Docs] Updated status.xml from SVN logs. Diff (gregor)
  • update[Docs] Added instructions to create changes.html from SVN logs. Diff (gregor)
  • update[Docs] Improved svn2changes stylesheet to show the version and link to a diff of the change. Diff (gregor)
  • update[Docs] Fixed install document validation errors. Diff (gregor)
  • update[Docs] Changed ant install to build install in the install instructions. Diff (gregor)
  • update[Docs] Made install instructions clearer, thanks to a patch by Hubertus Groepper. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32768 Diff (gregor)
  • update[Docs] Improved the Lucene documentation. Diff (gregor)
  • update[Docs] Updated install instructions to reflect that Cocoon 2.1.6 is now the required version. Diff (gregor)
  • update[Docs] Added two live sites to the list. Diff (gregor)
  • update[Docs] Fixed a typo in the documentation. Diff (gregor)
  • update[Docs] changed install note for forrest Diff (thorsten)
  • update[Docs] Apply patch by Hubertus Groepper to better describe the patch preparation procedure. Diff (gregor)
  • update[Docs] Clarified install instructions. Thanks to Martin Luethi. Diff (gregor)
  • update[Docs] removed "<strong>" for Torsten Schlabach afert having read at the bottom of the page what the type means Diff (tschlabach)
  • update[Docs] added "Torsten Schlabach" (tschlabach at apache.org) to the list of active committers Diff (tschlabach)
  • update[Docs] added unibe.ch Diff (andreas)
  • update[Docs] Extended BXE documentation. Diff (gregor)
  • update[Docs] New live site added. Diff (gregor)
  • update[Docs] Live site added. Diff (gregor)
  • update[Docs] Improved the BXE documentation. Diff (gregor)
  • update[Docs] Language improvements Diff (gregor)
  • update[Docs] Expanded Lucene documentation. Diff (gregor)
  • update[Docs] Replace references to cocoon-lenya Diff (gregor)
  • update[Docs] Expanded the Xopus integration documentation. Diff (gregor)

Sandbox

  • update[Sandbox] debugging improved Diff (michi)
  • update[Sandbox] logging off added Diff (michi)

Site

  • add[Site] Added missing icon Diff (gregor)
  • update[Site] Update for release 1.2.1 Diff (roku)
  • update[Site] Updated Xopus documentation. Diff (gregor)
  • update[Site] Updated editors documentation. Diff (gregor)
  • update[Site] Updated site with latest changes. Diff (gregor)
  • update[Site] Updated site with latest changes. Diff (gregor)
  • update[Site] deployed the site with last changes Diff (thorsten)
  • update[Site] deployed changes that have been done by committers that not have deployed the site afterwards Diff (thorsten)

Version 2004-11 ()

  • add[] Migrate lenya to TLP Diff (blautenb)

1.2

  • add[1.2] A sample for ldap.properties; the usage of the various options (especially the new ones) are documented within the file Diff (jwkaltz)
  • add[1.2] this is needed to edit homepage documents in bxe Diff (gregor)
  • add[1.2] factor out js validation add check for empty title to all asset / image upload screens Diff (gregor)
  • add[1.2] schema added Diff (michi)
  • add[1.2] homepage readded Diff (michi)
  • remove[1.2] status.xml is no longer needed; it can be generated from the SVN log file. Diff (gregor)
  • remove[1.2] Not needed anymore Diff (roku)
  • remove[1.2] charter moved to site Diff (gregor)
  • remove[1.2] resolution moved to site Diff (gregor)
  • remove[1.2] project-logo.gif is no longer used Diff (gregor)
  • remove[1.2] documentation was moved to its own branch Diff (gregor)
  • remove[1.2] documentation was moved to its own branch Diff (gregor)
  • update[1.2] added more java file types Diff (andreas)
  • update[1.2] Move to web-app 2.3 DTD Diff (gregor)
  • update[1.2] 404: Page not found returned HTTP status code 200, not 404. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32337 Diff (gregor)
  • update[1.2] Adjustements for new directory layout in kupu trunk Diff (roku)
  • update[1.2] Improved download message. Diff (roku)
  • update[1.2] Lifted 2-letter language code restriction. It is now possible to create pages with a language code of zh-tw, for instance. It is still possible to use the short en, de as well. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=28974 Diff (gregor)
  • update[1.2] Make homepage matcher work with multiple languages Diff (gregor)
  • update[1.2] Missing config files for homepage and links doctypes added. Diff (gregor)
  • update[1.2] Publication specific libs are copied in init-build.xml. Diff (roku)
  • update[1.2] Fixed html tags in docs Diff (roku)
  • update[1.2] Improved docs Diff (roku)
  • update[1.2] - Added generic bulkCopy task. Can also be used for copyJavaSources, but that would require the regexp mapper, which is part of ant optional package. - Fixes for bug 29553. - Removed CopyLibraries task Diff (roku)
  • update[1.2] Test Diff (roku)
  • update[1.2] Disable HSQLDB block (not used by Lenya) Diff (antonio)
  • update[1.2] lenya TLP changes Diff (gregor)
  • update[1.2] Fixed the entity bug Diff (thorsten)
  • update[1.2] escape special characters in BXE link sitetree Diff (andreas)
  • update[1.2] OneFormEditor: check wellformedness before validation Diff (andreas)
  • update[1.2] 508 compliance Diff (gregor)
  • update[1.2] added more parameter descriptions Diff (jwkaltz)
  • update[1.2] added support for multi paragraph paste into BXE to config Diff (gregor)
  • update[1.2] sitemap components cleanup Diff (gregor)
  • update[1.2] Removed hard-coding of ou=People branch, added possibility to search a subtree for a user, and added option to support MS Active Directory Diff (jwkaltz)
  • update[1.2] move more validation out of XSL and into javascript validation.xml Diff (gregor)
  • update[1.2] move client side ip range validation to validation.xml (currently unused) sync trunk with 1.2 for validation.xml Diff (gregor)
  • update[1.2] move js to includes to avoid problems with XML and && Diff (gregor)
  • update[1.2] #30039 make addMetaData.xsl consistent Diff (gregor)
  • update[1.2] #32000 reliance on cocoon deprecated classes removed Diff (gregor)
  • update[1.2] BAD practice to log standard messages with log.error. Diff (gregor)
  • update[1.2] BAD practice to log standard messages with log.error. Diff (gregor)
  • update[1.2] remove misleading comments Diff (gregor)
  • update[1.2] eol-style set to native Diff (gregor)
  • update[1.2] eol-style set to native Diff (gregor)
  • update[1.2] #32119 org.apache.forrest.components.sourcetype.SourceTypeAction references Diff (gregor)
  • update[1.2] remove misleading comments Diff (gregor)
  • update[1.2] recommended version added Diff (michi)
  • update[1.2] thanks to Josias the javascript is now copied properly Diff (michi)
  • update[1.2] change to ../cocooon to match what the docs say Diff (gregor)
  • update[1.2] #32183 keep the visibility attribute if a usecase as archive is invoked Diff (gregor)
  • update[1.2] eol style set Diff (gregor)
  • update[1.2] getting tests to run Diff (gregor)
  • update[1.2] getting tests to run Diff (gregor)
  • update[1.2] getting tests to run Diff (gregor)
  • update[1.2] Diff (gregor)
  • update[1.2] line endings Diff (gregor)
  • update[1.2] #29135 convert spaces in asset filenames to underscores Diff (gregor)
  • update[1.2] timestamp format fixed Diff (michi)
  • update[1.2] thanks to Josias the IE problem re UTF-8 has been fixed Diff (michi)
  • update[1.2] more details on how to build Cocoon Diff (michi)
  • update[1.2] Fixing typos Diff (antonio)
  • update[1.2] Don't use underscore text decoration in the lenya menu Diff (antonio)
  • update[1.2] adding lenya:asset/@size attribute Diff (andreas)
  • update[1.2] adding button to insert asset (fixes bug #31953) Diff (andreas)
  • update[1.2] hardcoded Xopus path removed Diff (michi)
  • update[1.2] false readded Diff (michi)
  • update[1.2] homepage readded Diff (michi)
  • update[1.2] serialize Identity Diff (michi)
  • update[1.2] bring schema for object closer in snyc with xhtml 2 draft and allow the href attritube we should really migrate to the rng for xhtml 2 Diff (gregor)
  • update[1.2] remove xul from 1.2 branch Diff (gregor)
  • update[1.2] #29156 i18n for checkout exceptions Diff (gregor)
  • update[1.2] #29156 i18n for checkout exceptions Diff (gregor)
  • update[1.2] update lenya 1.2.1 issues Diff (gregor)

1.4

  • add[1.4] homepage stylesheets added Diff (michi)
  • add[1.4] - Added generic bulkCopy task. Can also be used for copyJavaSources, but that would require the regexp mapper, which is part of ant optional package. - Fixes for bug 29553. - Removed CopyLibraries task. Diff (roku)
  • add[1.4] refactor the build to * trigger the cocoon build, using the lenya-supplied properties * xpatch the original cocoon sitemap to arrive at the lenya sitemap Diff (gregor)
  • add[1.4] bxeng -> bxe Diff (gregor)
  • add[1.4] add XUL css (was forgotten in original commit) Diff (gregor)
  • remove[1.4] Move to web-app 2.3 DTD Diff (gregor)
  • remove[1.4] status.xml is no longer needed; it can be generated from the SVN log file. Diff (gregor)
  • remove[1.4] Not needed anymore Diff (roku)
  • remove[1.4] charter moved to site Diff (gregor)
  • remove[1.4] resolution moved to site Diff (gregor)
  • remove[1.4] sitemap.xmap is no longer needed as it is generated Diff (gregor)
  • remove[1.4] project-logo.gif is no longer used Diff (gregor)
  • remove[1.4] cleanup Diff (gregor)
  • remove[1.4] bxeng -> bxe Diff (gregor)
  • remove[1.4] documentation was moved to its own branch Diff (gregor)
  • remove[1.4] sync with 1.2 Diff (gregor)
  • remove[1.4] sync with 1.2 Diff (gregor)
  • update[1.4] XUL breaks layout completely. Used to work. DISABLED for the moment Diff (michi)
  • update[1.4] Remove Lenya's implementation of the AbstractDOMTransformer in favour of the orginal from Cocoon. This solves http://issues.apache.org/bugzilla/show_bug.cgi?id=27331 Diff (gregor)
  • update[1.4] Exclude HSQLDB block from lenya build as it is unused. Diff (gregor)
  • update[1.4] 404: Page not found returned HTTP status code 200, not 404. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=32337 Diff (gregor)
  • update[1.4] Improved download message. Diff (roku)
  • update[1.4] Lifted 2-letter language code restriction. It is now possible to create pages with a language code of zh-tw, for instance. It is still possible to use the short en, de as well. This fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=28974 Diff (gregor)
  • update[1.4] Make homepage matcher work with multiple languages Diff (gregor)
  • update[1.4] Missing config files for homepage and links doctypes added. Diff (gregor)
  • update[1.4] Publication specific libs are copied in init-build.xml. Diff (roku)
  • update[1.4] Fixed html tags in docs Diff (roku)
  • update[1.4] Improved docs Diff (roku)
  • update[1.4] lenya TLP changes Diff (gregor)
  • update[1.4] 508 compliance Diff (gregor)
  • update[1.4] bring in sync with build changes Diff (gregor)
  • update[1.4] don't destroy the original cocoon sitemap.xmap this allows to run cocoon and lenya side by side with the same build Diff (gregor)
  • update[1.4] added more parameter descriptions Diff (jwkaltz)
  • update[1.4] added support for multi paragraph paste into BXE to config Diff (gregor)
  • update[1.4] bxeng -> bxe Diff (gregor)
  • update[1.4] sitemap components cleanup Diff (gregor)
  • update[1.4] bxeng -> bxe Diff (gregor)
  • update[1.4] applying same changes as to BRANCH_1_2_X: providing sample for ldap.properties and adding features to LDAP configuration: flexibility in branch, possibility for subtree searches and for MS Active Directory Diff (jwkaltz)
  • update[1.4] move more validation out of XSL and into javascript validation.xml Diff (gregor)
  • update[1.4] move client side ip range validation to validation.xml (currently unused) sync trunk with 1.2 for validation.xml Diff (gregor)
  • update[1.4] move js to includes to avoid problems with XML and && Diff (gregor)
  • update[1.4] #30039 make addMetaData.xsl consistent Diff (gregor)
  • update[1.4] #32000 reliance on cocoon deprecated classes removed Diff (gregor)
  • update[1.4] add UTF-8 encoding explicitly to give IE a break Diff (gregor)
  • update[1.4] BAD practice to log standard messages with log.error. Diff (gregor)
  • update[1.4] i18n prefix added Diff (gregor)
  • update[1.4] BAD practice to log standard messages with log.error. Diff (gregor)
  • update[1.4] eol-style set to native Diff (gregor)
  • update[1.4] eol-style set to native Diff (gregor)
  • update[1.4] #32119 org.apache.forrest.components.sourcetype.SourceTypeAction references Diff (gregor)
  • update[1.4] remove misleading comments Diff (gregor)
  • update[1.4] trying to get tests to compile again.. not finished yet. the ac classes were all wrong, still having the ac2 etc Diff (gregor)
  • update[1.4] #29135 convert spaces in asset filenames to underscores Diff (gregor)
  • update[1.4] factor out js validation add check for empty title to all asset / image upload screens Diff (gregor)
  • update[1.4] Don't use underscore text decoration in the lenya menu Diff (antonio)
  • update[1.4] merging from 1.2 branch: add library buttons Diff (andreas)
  • update[1.4] merging schema change from 1.2 branch Diff (andreas)
  • update[1.4] fix build erors, improve integration with cooon build Diff (gregor)
  • update[1.4] bring schema for object closer in snyc with xhtml 2 draft and allow the href attritube we should really migrate to the rng for xhtml 2 Diff (gregor)
  • update[1.4] #29156 i18n for checkout exceptions Diff (gregor)
  • update[1.4] add xsl ns Diff (gregor)
  • update[1.4] add missing version attribute Diff (gregor)
  • update[1.4] DocumentReferencesHelper signature changed Diff (gregor)
  • update[1.4] DocumentReferencesHelper signature changed Diff (gregor)

Docs

  • add[Docs] charter moved to site Diff (gregor)
  • add[Docs] add resolution to site Diff (gregor)
  • add[Docs] initial upload Diff (thorsten)
  • add[Docs] creating docu dir Diff (thorsten)
  • add[Docs] restructured documentation and added apacheCon logo Diff (thorsten)
  • remove[Docs] fix eol-style Diff (gregor)
  • remove[Docs] cleaned the docu Diff (thorsten)
  • update[Docs] Updated install instructions to recommend deletion of Tomcat work directory. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=32433 Diff (gregor)
  • update[Docs] fixed link spotted by Matt collin Diff (thorsten)
  • update[Docs] Add 1.4 javadocs, fix download location, fix external links Diff (gregor)
  • update[Docs] Add svn2changes stylesheet to generate status.xml out of the svn log. Note that this is a XSLT 2.0 stylesheet, so you need to use an appropriate processor like Saxon 8. Add changes.html page to the site. Increase Forrest memory allocation to handle status.xml Diff (gregor)
  • update[Docs] Wolfgang is not yet PMC member Diff (thorsten)
  • update[Docs] missing p end tag Diff (thorsten)
  • update[Docs] some typos Diff (thorsten)
  • update[Docs] We are testing before we are checkin something Diff (thorsten)
  • update[Docs] some contributors were in bold type, making them pmc members according to the notes :) Diff (gregor)
  • update[Docs] Add more links to site.xml Diff (antonio)
  • update[Docs] Fixed missing / spotted by stefan burkhard Diff (thorsten)
  • update[Docs] Add subversion link Diff (antonio)
  • update[Docs] Move links to site.xml Diff (antonio)
  • update[Docs] modified ack. Diff (thorsten)
  • update[Docs] formated the site + TLP move + modified ack. Diff (thorsten)
  • update[Docs] Add myself Diff (antonio)
  • update[Docs] added some docs and fixed a linking bug. PLEASE use site:node to link to sites instead of linking to the page.html Diff (thorsten)
  • update[Docs] moved 1.4 date into the future again :) Diff (gregor)
  • update[Docs] ant -> build Diff (gregor)
  • update[Docs] svn:ignore Diff (gregor)
  • update[Docs] eyebrowse is now on mail-archives Diff (gregor)
  • update[Docs] nagoya -> issues Diff (gregor)
  • update[Docs] updated the install instructions, subversion Diff (gregor)
  • update[Docs] fixed the open issue with aggregation Diff (thorsten)
  • update[Docs] renamed dir to solve a bug ;-) Diff (thorsten)
  • update[Docs] started to use the status.xml Diff (thorsten)
  • update[Docs] cleaned the wrong mailing address Diff (thorsten)
  • update[Docs] TLP clean up Diff (thorsten)
  • update[Docs] whitespace Diff (gregor)
  • update[Docs] update lenya site instructions Diff (gregor)
  • update[Docs] another live site Diff (gregor)

Sandbox

  • add[Sandbox] mod_lenya and sandbox added Diff (michi)

Site

  • add[Site] Add 1.4 javadocs, fix download location, fix external links Diff (gregor)
  • add[Site] Add images for RSS, Fix and Change Diff (gregor)
  • add[Site] We are testing before we are checkin something Diff (thorsten)
  • add[Site] added some docs and fixed a linking bug. PLEASE use site:node to link to sites instead of linking to the page.html Diff (thorsten)
  • add[Site] documentation restructure and add link for apacheCon Diff (thorsten)
  • add[Site] initial upload Diff (thorsten)
  • add[Site] initial upload Diff (thorsten)
  • add[Site] initial upload Diff (thorsten)
  • add[Site] initial upload Diff (thorsten)
  • add[Site] initial upload Diff (thorsten)
  • add[Site] moving again Diff (thorsten)
  • add[Site] tlp Diff (thorsten)
  • add[Site] tlp cleanup Diff (thorsten)
  • add[Site] restructuring site Diff (thorsten)
  • remove[Site] Add 1.4 javadocs, fix download location, fix external links Diff (gregor)
  • remove[Site] dell old docs Diff (thorsten)
  • remove[Site] still cleaning Diff (thorsten)
  • remove[Site] tlp cleanup Diff (thorsten)
  • remove[Site] tlp cleanup Diff (thorsten)
  • remove[Site] tlp part 99 -- Diff (thorsten)
  • remove[Site] tlp -- Diff (thorsten)
  • remove[Site] still moving Diff (thorsten)
  • remove[Site] restructuring site Diff (thorsten)
  • remove[Site] This line, and those below, will be ignored-- A https://svn.apache.org/repos/asf/lenya/site/lenya Diff (thorsten)
  • update[Site] fixed link spotted by Matt collin Diff (thorsten)
  • update[Site] Add 1.4 javadocs, fix download location, fix external links Diff (gregor)
  • update[Site] Add 1.4 javadocs, fix download location, fix external links Diff (gregor)
  • update[Site] Added link to SVN diff for each commit (experimental) Added changes.rss Diff (gregor)
  • update[Site] Add changes.html to the site. This is generated out of the SVN logs and is structured by month. Diff (gregor)
  • update[Site] Wolfgang is not yet PMC member Diff (thorsten)
  • update[Site] enhanced text Diff (thorsten)
  • update[Site] some contributors were in bold type, making them pmc members according to the notes :) Diff (gregor)
  • update[Site] Fixed missing / spotted by stefan burkhard Diff (thorsten)
  • update[Site] modified ack. Diff (thorsten)
  • update[Site] formated the site + TLP move + modified ack. Diff (thorsten)
  • update[Site] updated install instructions Diff (gregor)
  • update[Site] fixed more tlp related stuff Diff (thorsten)
  • update[Site] fixed more tlp related stuff Diff (thorsten)
  • update[Site] fixed more tlp related stuff and updated the website-update doc Diff (thorsten)
  • update[Site] TLP clean up Diff (thorsten)

Version 2004-10 ()

1.2

  • add[1.2] Fixed http://issues.apache.org/bugzilla/show_bug.cgi?id=31987 Diff (roku)
  • add[1.2] add workflow to links sample Diff (gregor)
  • add[1.2] add workflow to links sample Diff (gregor)
  • add[1.2] move forrest source type action here Diff (gregor)
  • add[1.2] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • add[1.2] - Extracted edit (forms editor) usecase to separte sitemap - Switched form-encoding to UTF-8 for testing purposes. Lets rip all iso-* out. Please help testing. I guess I had a licky hand this time. Diff (roku)
  • add[1.2] Extraced 1oneformedit usecase to its own sitemap. Using flow to save doc. Fixed blank pages on save and exit. Diff (roku)
  • remove[1.2] cleanup Diff (gregor)
  • remove[1.2] no longer needed Diff (gregor)
  • remove[1.2] delete docs-new and point to the live documentation for now Diff (gregor)
  • remove[1.2] these are obsolete Diff (gregor)
  • remove[1.2] remove obsolete jars Diff (gregor)
  • update[1.2] Fixed bug http://issues.apache.org/bugzilla/show_bug.cgi?id=31988 Thanks to Jann Forrer Diff (roku)
  • update[1.2] Fixed 31955 Diff (roku)
  • update[1.2] excludes changed due to svn move and build refactoring Diff (gregor)
  • update[1.2] reduce verbosity Diff (gregor)
  • update[1.2] made image upload work again made title mandatory (now used for listing assets) added note about lowercasing file extensions added js validation of title fixed missing translation in asset screen Diff (gregor)
  • update[1.2] Removed debug stuff Diff (roku)
  • update[1.2] Fixed meta data access. Diff (roku)
  • update[1.2] enable image upload Diff (gregor)
  • update[1.2] #30080 BXE usecase has hardcoded link to German language for a sitetree Diff (gregor)
  • update[1.2] Fix for bug #31941 Diff (roku)
  • update[1.2] Improved error message on missing kupu build Diff (roku)
  • update[1.2] the form editors and bxe no longer require iso encoding Diff (gregor)
  • update[1.2] when will people learn to use the repository instead of commenting dead code out.. Diff (gregor)
  • update[1.2] consistency Diff (gregor)
  • update[1.2] make links menu behave like a grown-up lenya menu Diff (gregor)
  • update[1.2] incubating removed Diff (michi)
  • update[1.2] fixed ref to kupu Diff (roku)
  • update[1.2] Set Kupu to trunk version, since integration into 1.1 branch is not working properly Diff (roku)
  • update[1.2] Updated to bxe 0.9.6 Diff (roku)
  • update[1.2] backwards compatibility fixed Diff (michi)
  • update[1.2] don't swallow all children when matching <cocoon> Diff (andreas)
  • update[1.2] ignore local properties Diff (michi)
  • update[1.2] sync build.properties with changes in cocoon Diff (gregor)
  • update[1.2] delete docs-new and point to the live documentation for now Diff (gregor)
  • update[1.2] #31533 [Patch] workaround for XHTML <script/> bug in most browser Diff (gregor)
  • update[1.2] fixed a colour issue for our website Diff (thorsten)
  • update[1.2] no longer need bxe / kupu excludes since they are now part of the source tree Diff (gregor)
  • update[1.2] #31357 [Patch] Add visibility attribute to node within sitetree (against lenya-1.2.x) Diff (gregor)
  • update[1.2] #30000 Alt attribute not set for images Diff (gregor)
  • update[1.2] #27400 [patch] consolidate Redirect files Diff (gregor)
  • update[1.2] fix lucene crawler libraries.. Diff (gregor)
  • update[1.2] #31863 Editing the Homepage of the default pub throws an homepage.rng not found error Diff (gregor)
  • update[1.2] #26588 Reword install directions Diff (gregor)
  • update[1.2] #30596 CopyJavaSourcesTask.java Ant task only works relative to basedir Diff (gregor)
  • update[1.2] Removed build of Kupu during build of webapp since we would have a xsltproc dependency then, which is bad. TODO: Add the possibility to build kupu via "build.sh kupu" and "build.bat kupu" Diff (roku)
  • update[1.2] Added kupu build. Diff (roku)
  • update[1.2] Trying svn:externals property. Diff (roku)
  • update[1.2] Trying svn:externals property. Diff (roku)
  • update[1.2] Trying svn:externals property. Diff (roku)
  • update[1.2] Diff (roku)
  • update[1.2] new lenya site Diff (gregor)
  • update[1.2] Fixed dos2unix conversion problem. Diff (roku)
  • update[1.2] Undo lastest change (restore copy of lib-dir) Diff (antonio)
  • update[1.2] {tools.lib.dir} does not exists. Fix for 'ant install' Diff (antonio)
  • update[1.2] #29311 Search field in lower-level articles does not work Diff (gregor)
  • update[1.2] make text more professional Diff (gregor)
  • update[1.2] update install instructions Diff (gregor)
  • update[1.2] whitespace fixes, remove link to press release (it is now part of the index page) Diff (gregor)
  • update[1.2] major site update in preparation for the TLP move Diff (gregor)
  • update[1.2] added Lenya favicon. Diff (gregor)
  • update[1.2] Made executable. Diff (roku)
  • update[1.2] Made executable. Diff (roku)
  • update[1.2] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • update[1.2] - Extracted edit (forms editor) usecase to separte sitemap - Switched form-encoding to UTF-8 for testing purposes. Lets rip all iso-* out. Please help testing. I guess I had a licky hand this time. Diff (roku)
  • update[1.2] Removed hardcoded paths, which I accidently introduced for testing purposes. Removed useless commented parts. Diff (roku)
  • update[1.2] Extraced 1oneformedit usecase to its own sitemap. Using flow to save doc. Fixed blank pages on save and exit. Diff (roku)
  • update[1.2] Added helper methods for revision controlling. Diff (roku)
  • update[1.2] update Diff (gregor)
  • update[1.2] Update acknowledgements Diff (gregor)
  • update[1.2] Fixed typo Diff (roku)
  • update[1.2] Removed svn:mime-type Diff (roku)
  • update[1.2] Fixed reference to a Kupu xslt, since they merged some the last months. Diff (roku)
  • update[1.2] Saving a doc with 1form editor now uses utf-8. Diff (roku)
  • update[1.2] Saving a doc with bxe now uses utf-8. Diff (roku)
  • update[1.2] Fixed #30675. Kupu should not change the encoding anymore. BTW: I will now make some tests re switching Lenya completely to UTF-8, or is that not useful for 1.2.x ?? Diff (roku)
  • update[1.2] fix bug #29295 dead links on introduction pages Diff (gregor)
  • update[1.2] update CREDITS with active commiters. Diff (gregor)
  • update[1.2] change cocoon.apache.org/lenya to lenya.apache.org Diff (gregor)
  • update[1.2] fixed bug #31798 Diff (andreas)
  • update[1.2] information on the id of the first child Diff (edith)
  • update[1.2] Change the type within 'em' and 'strong' types from NCName to text Diff (bigdog)
  • update[1.2] upper case suffix for JPG added Diff (michi)

1.4

  • add[1.4] bxeng -> bxe Diff (gregor)
  • add[1.4] add workflow to links sample Diff (gregor)
  • add[1.4] add workflow to links sample Diff (gregor)
  • add[1.4] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • add[1.4] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • add[1.4] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • add[1.4] overhaul of the build system: got rid of duplicate servlet.jar switched to standard build.properties / local.build.properties pair removed dependency on external ant added build.bat / build.sh script from cocoon got rid of commons-dpcp.jar Tomcat 5 is now the default Upgraded Ant from 1.6a to 1.6.2 removed gump.xml (it is managed externally now) Diff (gregor)
  • add[1.4] [Merged from 1.2.x] - Extracted edit (forms editor) usecase to separte sitemap - Switched form-encoding to UTF-8 for testing purposes. Lets rip all iso-* out. Please help testing. I guess I had a licky hand this time. Diff (roku)
  • add[1.4] [Merged from 1.2.x] Extraced 1oneformedit usecase to its own sitemap. Using flow to save doc. Fixed blank pages on save and exit. Diff (roku)
  • remove[1.4] documentation moved to /lenya/site Diff (gregor)
  • remove[1.4] bxeng -> bxe Diff (gregor)
  • remove[1.4] bxeng -> bxe Diff (gregor)
  • remove[1.4] remove obsolete jars Diff (gregor)
  • update[1.4] ASL 2.0 Diff (gregor)
  • update[1.4] Fixed http://issues.apache.org/bugzilla/show_bug.cgi?id=31987 Diff (roku)
  • update[1.4] deprecated conf.properties removed from RC Diff (gregor)
  • update[1.4] Added support for archive node Diff (roku)
  • update[1.4] excludes changed due to svn move and build refactoring Diff (gregor)
  • update[1.4] reduce verbosity Diff (gregor)
  • update[1.4] made image upload work again made title mandatory (now used for listing assets) added note about lowercasing file extensions added js validation of title fixed missing translation in asset screen Diff (gregor)
  • update[1.4] Fixed meta data access. Diff (roku)
  • update[1.4] activate xul menu Diff (gregor)
  • update[1.4] enable image upload Diff (gregor)
  • update[1.4] #30080 BXE usecase has hardcoded link to German language for a sitetree Diff (gregor)
  • update[1.4] Fixed my last checkin :) Diff (roku)
  • update[1.4] Fix for bug #31941 Diff (roku)
  • update[1.4] [Merged from 1.2.x] Improved error message on missing kupu build Diff (roku)
  • update[1.4] the form editors and bxe no longer require iso encoding Diff (gregor)
  • update[1.4] when will people learn to use the repository instead of commenting dead code out.. Diff (gregor)
  • update[1.4] make links menu behave like a grown-up lenya menu Diff (gregor)
  • update[1.4] incubating removed and version fixed Diff (michi)
  • update[1.4] ignore local properties Diff (michi)
  • update[1.4] sync build.properties with changes in cocoon Diff (gregor)
  • update[1.4] #31533 [Patch] workaround for XHTML <script/> bug in most browser Diff (gregor)
  • update[1.4] cocoon site branch changed its name Diff (gregor)
  • update[1.4] fixed a colour issue for our website Diff (thorsten)
  • update[1.4] changed AbstractDOMTransformer from Composable to Serviceable Diff (andreas)
  • update[1.4] #30000 Alt attribute not set for images Diff (gregor)
  • update[1.4] #27400 [patch] consolidate Redirect files Diff (gregor)
  • update[1.4] fix lucene crawler libraries.. Diff (gregor)
  • update[1.4] #31863 Editing the Homepage of the default pub throws an homepage.rng not found error Diff (gregor)
  • update[1.4] #26588 Reword install directions Diff (gregor)
  • update[1.4] #30596 CopyJavaSourcesTask.java Ant task only works relative to basedir Diff (gregor)
  • update[1.4] sync with 1.2 Diff (gregor)
  • update[1.4] sync with 1.2 Diff (gregor)
  • update[1.4] Trying svn:externals property. Diff (roku)
  • update[1.4] Diff (roku)
  • update[1.4] Fixed dos2unix conversion problem. Diff (roku)
  • update[1.4] Fixed dos2unix conversion problem. Diff (roku)
  • update[1.4] Fixed dos2unix conversion problem. Diff (roku)
  • update[1.4] #29311 Search field in lower-level articles does not work Diff (gregor)
  • update[1.4] make text more professional Diff (gregor)
  • update[1.4] bxeng -> bxe Diff (gregor)
  • update[1.4] sync with 1.2 branch Diff (gregor)
  • update[1.4] added Lenya favicon. Diff (gregor)
  • update[1.4] Made executable. Diff (roku)
  • update[1.4] Made executable. Diff (roku)
  • update[1.4] [Merged from 1.2.x] - Extracted edit (forms editor) usecase to separte sitemap - Switched form-encoding to UTF-8 for testing purposes. Lets rip all iso-* out. Please help testing. I guess I had a licky hand this time. Diff (roku)
  • update[1.4] Removed hardcoded paths, which I accidently introduced for testing purposes. Removed useless commented parts. Diff (roku)
  • update[1.4] [Merged from 1.2.x] Extraced 1oneformedit usecase to its own sitemap. Using flow to save doc. Fixed blank pages on save and exit. Diff (roku)
  • update[1.4] [Merged from 1.2.x] Added helper methods for revision controlling. Diff (roku)
  • update[1.4] update Diff (gregor)
  • update[1.4] Update acknowledgements Diff (gregor)
  • update[1.4] Removed svn:mime-type so that we can see diffs. Otherwise the doc was treated as a binary file. Diff (roku)
  • update[1.4] Fixed typo Diff (roku)
  • update[1.4] [Merged from 1.2.x branch] Fixed reference to a Kupu xslt, since they merged some the last months. Diff (roku)
  • update[1.4] Saving a doc with 1form editor now uses utf-8. Diff (roku)
  • update[1.4] Saving a doc with bxe now uses utf-8. Diff (roku)
  • update[1.4] [Merged from 1.2.x] Fixed #30675. Kupu should not change the encoding anymore. BTW: I will now make some tests re switching Lenya completely to UTF-8, or is that not useful for 1.2.x ?? Diff (roku)
  • update[1.4] fix bug #29295 dead links on introduction pages Diff (gregor)
  • update[1.4] update CREDITS with active commiters. Diff (gregor)
  • update[1.4] change cocoon.apache.org/lenya to lenya.apache.org Diff (gregor)
  • update[1.4] fixed Bug #31798 Diff (andreas)
  • update[1.4] remove cocoon favicon, provide capability to have one for your publication Diff (gregor)
  • update[1.4] change "NCName" text in tags to 'text' to allow any text in <strong> amd <em> tags. Diff (bigdog)

Docs

  • add[Docs] preserved document2txt.xsl Diff (gregor)
  • add[Docs] inital checkin part2 Diff (thorsten)
  • add[Docs] inital checkin Diff (thorsten)
  • update[Docs] new live site Diff (gregor)
  • update[Docs] new live sites.. Diff (gregor)
  • update[Docs] documentation was wrong. It should read "/lenya" instead of "lenya" "/news/foo" instead of "news/foo" #29698 Diff (gregor)
  • update[Docs] new live site Diff (gregor)

Site

  • add[Site] preserved document2txt.xsl Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] Diff (gregor)
  • add[Site] create site branch Diff (gregor)

Version 2004-09 ()

  • add[] Import Lenya into Subversion Diff (jerenkrantz)

1.2

  • add[1.2] Thanks to Gregor Imboden Lenya receives a Feed downloader which is checking well-formedness Diff (michi)
  • add[1.2] Thanks to Gregor Imboden Lenya receives a Feed downloader which is checking well-formedness Diff (michi)
  • add[1.2] disable sitemap for the moment in order to generate HTML files Diff (michi)
  • add[1.2] Renamed Diff (roku)
  • add[1.2] Diff (bigdog)
  • add[1.2] Update lucene to 1.4.1 Diff (antonio)
  • add[1.2] Fixing bug #31256 Diff (antonio)
  • add[1.2] Class to perform some useful stuff on Sources. Diff (roku)
  • add[1.2] Creating Lenya 1.2.* branch Diff (andreas)
  • remove[1.2] obsolete Diff (michi)
  • remove[1.2] disable sitemap for the moment in order to generate HTML files Diff (michi)
  • remove[1.2] Renamed Diff (roku)
  • remove[1.2] Diff (bigdog)
  • remove[1.2] Update jetty to 4.2.22. Fix bug #29300 Diff (antonio)
  • remove[1.2] Update xalan to 2.6 Diff (antonio)
  • update[1.2] sync with trunk Diff (michi)
  • update[1.2] ignore for feeds.properties added Diff (michi)
  • update[1.2] Fix jscript tag Diff (antonio)
  • update[1.2] license added Diff (michi)
  • update[1.2] license added Diff (michi)
  • update[1.2] CVS replaced by Subversion Diff (michi)
  • update[1.2] update install bin instructions. Diff (gregor)
  • update[1.2] TLP and 1.2.1 changes. We need to make the nisis script more genric in 1.4-dev. Diff (roku)
  • update[1.2] Update properties Diff (antonio)
  • update[1.2] Add comments Diff (antonio)
  • update[1.2] Add copyright info + comments Diff (antonio)
  • update[1.2] branch added Diff (michi)
  • update[1.2] tags fixed according to forrest validator Diff (michi)
  • update[1.2] TLP changes. Diff (roku)
  • update[1.2] TLP changes Diff (roku)
  • update[1.2] Fix Javadocs Diff (antonio)
  • update[1.2] Fixed project name to "Apache Lenya" Diff (roku)
  • update[1.2] language added Diff (michi)
  • update[1.2] Added Stefano M. as PMC member. Diff (roku)
  • update[1.2] Added Steven Noels as initial PMC member. Diff (roku)
  • update[1.2] using document-id request parameter if present Diff (andreas)
  • update[1.2] Fix bug #30541: xalan transformer declared twice Diff (antonio)
  • update[1.2] fixed some HTML validation issues Diff (andreas)
  • update[1.2] upload filename can be overwritten Diff (michi)
  • update[1.2] Add new live site - InterMedia, University of Oslo Diff (antonio)
  • update[1.2] cvs command added Diff (michi)
  • update[1.2] Hiram College added Diff (michi)
  • update[1.2] Check if the images is already uploaded Diff (antonio)
  • update[1.2] patch applied which was submitted by Michael Jung Diff (michi)
  • update[1.2] comment updated Diff (michi)
  • update[1.2] comment about pipeline added Diff (michi)
  • update[1.2] applied patch for bug #30231 Diff (andreas)
  • update[1.2] applied patch for bug #30231 Diff (andreas)
  • update[1.2] Updated to Kupu 1.1.x Diff (roku)
  • update[1.2] Fix for bug "save+exit in bxe and kupu takes forever..." Diff (roku)
  • update[1.2] Added method to get a documents "cocoon" URI which can be useful together with a SourceResolver. Diff (roku)
  • update[1.2] Removed java.io depend method. Diff (roku)
  • update[1.2] changed collection return type to UserType array Diff (andreas)
  • update[1.2] fixed test cases Diff (andreas)
  • update[1.2] using arrays for parameter passing, added javadocs Diff (andreas)
  • update[1.2] added javadocs Diff (andreas)
  • update[1.2] fixed missing import Diff (andreas)
  • update[1.2] applied patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=30231 Diff (andreas)

1.4

  • add[1.4] sitemap readded Diff (michi)
  • add[1.4] Renamed Diff (roku)
  • add[1.4] Update jetty to 4.2.22. Fix bug #29300 Diff (antonio)
  • add[1.4] created publication.util package Diff (andreas)
  • add[1.4] introduced DocumentFactory Diff (andreas)
  • add[1.4] re-organize site management, using DocumentIdentityMap Diff (andreas)
  • add[1.4] Merged from Sprint 2004 branch. Diff (roku)
  • add[1.4] added homepage form editor XSLT Diff (andreas)
  • add[1.4] added homepage schema Diff (andreas)
  • add[1.4] adding FallbackSourceFactory Diff (andreas)
  • add[1.4] Initial checkin of publication templating code Diff (andreas)
  • add[1.4] subversion howto added Diff (michi)
  • add[1.4] XUL view added Diff (michi)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] Had to disable the whole docu feature. I have to fix the sitemap for that Diff (thorsten)
  • remove[1.4] Renamed Diff (roku)
  • remove[1.4] removed obsolete XopusHandlerAction Diff (andreas)
  • remove[1.4] removed obsolete XopusHandlerAction Diff (andreas)
  • remove[1.4] removed obsolete XopusHandlerAction Diff (andreas)
  • remove[1.4] Update lucene to 1.4.1 Diff (antonio)
  • update[1.4] related projects updated Diff (michi)
  • update[1.4] fixed validation issue Diff (andreas)
  • update[1.4] exclude unwanted result prefixes Diff (andreas)
  • update[1.4] don't remove XHTML namespace Diff (andreas)
  • update[1.4] fixed validation issues Diff (andreas)
  • update[1.4] serialize as XHTML Diff (andreas)
  • update[1.4] serialize as XHTML Diff (andreas)
  • update[1.4] using <xsl:copy> instead of <xsl:element> to avoid that XSLTC adds custom namespace prefixes Diff (andreas)
  • update[1.4] just fixed formating Diff (thorsten)
  • update[1.4] update docu about howto update our website Diff (thorsten)
  • update[1.4] CVS replaced by Subversion Diff (michi)
  • update[1.4] added i18n namespace - needed in resulting stylesheet Diff (andreas)
  • update[1.4] fixed conformance issue Diff (andreas)
  • update[1.4] don't remove namespace URIs Diff (andreas)
  • update[1.4] updated the dtd of skinconf to enable new skin features Diff (thorsten)
  • update[1.4] TLP changes. Diff (roku)
  • update[1.4] TLP changes. Diff (roku)
  • update[1.4] Fixed project name to "Apache Lenya" Diff (roku)
  • update[1.4] using / instead of - to separate mount url prefix Diff (andreas)
  • update[1.4] update deprecated to current classes Diff (andreas)
  • update[1.4] language added Diff (michi)
  • update[1.4] Added Stefano M. as PMC member. Diff (roku)
  • update[1.4] adding document usecase, improving setup Diff (andreas)
  • update[1.4] added license and javadocs Diff (andreas)
  • update[1.4] adding usecase component declarations Diff (andreas)
  • update[1.4] merging bugfix from 1.2 branch Diff (andreas)
  • update[1.4] adding usecase classes Diff (andreas)
  • update[1.4] Added Steven Noels as initial PMC member. Diff (roku)
  • update[1.4] created publication.util package Diff (andreas)
  • update[1.4] introduced DocumentFactory Diff (andreas)
  • update[1.4] introduced DocumentFactory Diff (andreas)
  • update[1.4] introduced DocumentFactory Diff (andreas)
  • update[1.4] fixed some HTML validation issues Diff (andreas)
  • update[1.4] replaced calls to DocumentBuilder by DocumentIdentityMap Diff (andreas)
  • update[1.4] submenus added Diff (michi)
  • update[1.4] submenu added Diff (michi)
  • update[1.4] speedup and XUL added Diff (michi)
  • update[1.4] Id line updated Diff (michi)
  • update[1.4] submenus added Diff (michi)
  • update[1.4] Id line updated Diff (michi)
  • update[1.4] sequence of submenus and items fixed Diff (michi)
  • update[1.4] using correct identitymap.get() method Diff (andreas)
  • update[1.4] re-organize site management, using DocumentIdentityMap Diff (andreas)
  • update[1.4] re-organize site management, using DocumentIdentityMap Diff (andreas)
  • update[1.4] upload filename can be overwritten Diff (michi)
  • update[1.4] get rid of log4j Diff (andreas)
  • update[1.4] get rid of log4j Diff (andreas)
  • update[1.4] get rid of log4j Diff (andreas)
  • update[1.4] get rid of log4j Diff (andreas)
  • update[1.4] get rid of log4j Diff (andreas)
  • update[1.4] changed some public modifiers to protected, added javadocs Diff (andreas)
  • update[1.4] changed some public modifiers to protected, added javadocs Diff (andreas)
  • update[1.4] caching activated Diff (michi)
  • update[1.4] Add new live site - InterMedia, University of Oslo Diff (antonio)
  • update[1.4] caching implemented Diff (michi)
  • update[1.4] Hiram College Diff (michi)
  • update[1.4] added javadocs, removed deprecated stuff Diff (andreas)
  • update[1.4] removed reference to DOMUtil Diff (andreas)
  • update[1.4] using avalon configuration Diff (andreas)
  • update[1.4] added javadocs, refactoring, improved logging Diff (andreas)
  • update[1.4] reflecting changes to sitetree package Diff (andreas)
  • update[1.4] removed tabstops, don't use fallback:// for sitemaps Diff (andreas)
  • update[1.4] don't use fallback:// for sitemaps Diff (andreas)
  • update[1.4] don't use fallback:// for sitemaps Diff (andreas)
  • update[1.4] releasing template manager Diff (andreas)
  • update[1.4] check if file exists before creating Diff (andreas)
  • update[1.4] submenus added Diff (michi)
  • update[1.4] Michael Jung patch applied to OSCOM publication Diff (michi)
  • update[1.4] patch applied which was submitted by Michael Jung Diff (michi)
  • update[1.4] comments updated Diff (michi)
  • update[1.4] applied patch for bug #30231 Diff (andreas)
  • update[1.4] applied patch for bug #30231 Diff (andreas)
  • update[1.4] removed some deprecated stuff Diff (andreas)
  • update[1.4] removed some deprecated stuff Diff (andreas)
  • update[1.4] removed some deprecated stuff Diff (andreas)
  • update[1.4] added javadocs, removed some deprecated stuff Diff (andreas)
  • update[1.4] removed some deprecated stuff Diff (andreas)
  • update[1.4] removed some deprecated stuff, added javadocs Diff (andreas)
  • update[1.4] moving dublin core classes to their own package Diff (andreas)
  • update[1.4] moving dublin core classes to their own package Diff (andreas)
  • update[1.4] moving dublin core classes to their own package Diff (andreas)
  • update[1.4] moved sitetree classes to their own package Diff (andreas)
  • update[1.4] moved sitetree classes to their own package Diff (andreas)
  • update[1.4] moved sitetree classes to their own package Diff (andreas)
  • update[1.4] removed some deprecated stuff Diff (andreas)
  • update[1.4] added javadocs Diff (andreas)
  • update[1.4] using lenya:/ protocol for source access Diff (andreas)
  • update[1.4] added logger to fallback sf Diff (andreas)
  • update[1.4] releasing source resolver, wrapping exception instead of message Diff (andreas)
  • update[1.4] removed unused code Diff (andreas)
  • update[1.4] code formatting, fixed @version tag Diff (andreas)
  • update[1.4] compleded javadocs Diff (andreas)
  • update[1.4] fixed wrong variable reference, final parameter declaration Diff (andreas)
  • update[1.4] fixed a to link! REMEMBER to use link instead of <a Deleted author tags. We agreed not to use them! Diff (thorsten)
  • update[1.4] Merged from Sprint 2004 branch. Diff (roku)
  • update[1.4] Merge from 1_2_x Diff (roku)
  • update[1.4] merged BRANCH_1_2_X into trunk Diff (andreas)
  • update[1.4] merged BRANCH_1_2_X into trunk Diff (andreas)
  • update[1.4] merged BRANCH_1_2_X into trunk Diff (andreas)
  • update[1.4] fixed typo and wellformedness Diff (andreas)
  • update[1.4] links creator added Diff (michi)
  • update[1.4] using fallback for schemas and form editor XSLTs Diff (andreas)
  • update[1.4] using fallback for RNG schema Diff (andreas)
  • update[1.4] added fallback protocol Diff (andreas)
  • update[1.4] replaced java.io.file by o.a.excalibur.source.Source Diff (andreas)
  • update[1.4] Update xalan to 2.6 Diff (antonio)
  • update[1.4] Set back xslt as default transformer Diff (antonio)
  • update[1.4] code formatting Diff (andreas)
  • update[1.4] removed duplicate Xalan transformer declaration Diff (andreas)
  • update[1.4] using fallback for schemas Diff (andreas)
  • update[1.4] using source resolver to resolve schema -> allows fallback:// protocol Diff (andreas)
  • update[1.4] making validate method public Diff (andreas)
  • update[1.4] extracted input source method Diff (andreas)
  • update[1.4] removed obsolete XopusHandlerAction Diff (andreas)
  • update[1.4] Using fallback module to mount sitemap Diff (andreas)
  • update[1.4] Lucene version fixed Diff (michi)
  • update[1.4] using fallback:// protocol instead of input module Diff (andreas)
  • update[1.4] using fallback:// protocol instead of input module Diff (andreas)
  • update[1.4] using FallbackSourceFactory (allows combination of fallback and ResourceExistsAction) Diff (andreas)
  • update[1.4] adding license header Diff (andreas)
  • update[1.4] more versions updated Diff (michi)
  • update[1.4] version number udated Diff (michi)
  • update[1.4] Initial checkin of publication templating code Diff (andreas)
  • update[1.4] Initial checkin of publication templating code Diff (andreas)
  • update[1.4] openssl added Diff (michi)
  • update[1.4] SVN info to navigation added Diff (michi)
  • update[1.4] space inserted to test Diff (michi)
  • update[1.4] Changed line break (repo test) Diff (andreas)
  • update[1.4] Updated CVS usage docu -> SVN (The doc is not yet tested and may need improvements) Diff (roku)
  • update[1.4] Adding generator metatag Diff (antonio)
  • update[1.4] trivial text change -- testing complaints that commit is broken Diff (noel)
  • update[1.4] fixing link inclusion bug in BXE Diff (andreas)
  • update[1.4] formatting fixed Diff (michi)
  • update[1.4] do not show empty menus Diff (michi)
  • update[1.4] XUL selector added Diff (michi)
  • update[1.4] Search Block removed Diff (michi)
  • update[1.4] date into english translated Diff (michi)
  • update[1.4] XUL enabled Diff (michi)
  • update[1.4] copyright statement added Diff (michi)
  • update[1.4] match links menu by doctype Diff (michi)

Version 2004-08 ()

1.4

  • add[1.4] Support for getting al docs from a pub via sitetree Diff (roku)
  • add[1.4] Extracted kupu usecase Diff (roku)
  • add[1.4] refactored image upload XSLT Diff (andreas)
  • add[1.4] added string-functions XSLT Diff (andreas)
  • add[1.4] menu of doctype links added Diff (michi)
  • add[1.4] added charter Diff (gregor)
  • add[1.4] using of doctypes is now better recognizable Diff (michi)
  • add[1.4] generalized fallback module Diff (andreas)
  • add[1.4] search URL configuration separated Diff (michi)
  • remove[1.4] using same GUI for bxe & lenya asset upload Diff (andreas)
  • remove[1.4] Removed lenya patched StreamGenerator since we now can configure the content type in kupu. Diff (roku)
  • update[1.4] Added passage about mailing list guidelines Diff (andreas)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] Fixed javadocs Diff (roku)
  • update[1.4] Fixed javadocs Diff (roku)
  • update[1.4] Triggering workflow after each save now. Diff (roku)
  • update[1.4] Added method to trigger workflow Diff (roku)
  • update[1.4] Fixed path reference to rco-exception.xsl Diff (roku)
  • update[1.4] - Removed useless imports - Added lic - Docs Diff (roku)
  • update[1.4] Fixed typo Diff (roku)
  • update[1.4] Added javadocs . I know nobby like that :) Diff (roku)
  • update[1.4] Fixed bug #27905 for Kupu (Save and Exit takes forever) This also can fix the bug for bxe, but will need some usecase sitemap refactoring. I would very appreciate to fix that for bxe too in 1.2.1 CHANGES in detail: - Added method savePipelineToDocument to FlowHelper - Refactored kupu usecase sitemap to save doc via js flow. - Added coomons-io for faster output streams. BTW: excalibur-io is deprecated ! Diff (roku)
  • update[1.4] fixed empty expression error Diff (andreas)
  • update[1.4] Removed useless comment Diff (roku)
  • update[1.4] Exclude current pages images in "other" pages images Diff (roku)
  • update[1.4] Added methods getImageResources and getResourceUrl Diff (roku)
  • update[1.4] Continued image drawer integration: Its now possible to select images from all pages. Diff (roku)
  • update[1.4] IE fix. Diff (roku)
  • update[1.4] prettified XSLT Diff (andreas)
  • update[1.4] removed tabstops Diff (andreas)
  • update[1.4] check if policy file exists before creating Diff (andreas)
  • update[1.4] using same GUI for bxe & lenya asset upload Diff (andreas)
  • update[1.4] using same GUI for bxe & lenya asset upload Diff (andreas)
  • update[1.4] - added license - parameter declarations were in wrong position Diff (andreas)
  • update[1.4] using same GUI for bxe & lenya asset upload Diff (andreas)
  • update[1.4] refactoring: extracted some methods Diff (andreas)
  • update[1.4] fixed javascript error: adding selected image Diff (andreas)
  • update[1.4] improved comment for root parameter Diff (andreas)
  • update[1.4] Removed useless commneted sitemap markup Diff (roku)
  • update[1.4] warning message for invalid asset file names Diff (andreas)
  • update[1.4] escaping characters ", <, > in sitetree labels Diff (andreas)
  • update[1.4] Started using dc meta data in assets.xsp and info:assets. Its a bit hacky, but my approach to do it nice is out of scope of Lenya 1.2.1. So smack me if its too bad. The info:assets screen now also shows the real dc:title. The bxe assets screens need to be fixed abit. I laready started but haven't tested yet. Diff (roku)
  • update[1.4] Added some useful methods. Diff (roku)
  • update[1.4] Small refactoring of kupu usecase Diff (roku)
  • update[1.4] Updated kupu usecase re linkdrawer integration. Diff (roku)
  • update[1.4] Added method to get a meta file for a special resource. i guess we need an Asset API which keeps us away from acting on File level here. The ResourcesManager should return sth. like Asset or Resource. However..... Diff (roku)
  • update[1.4] Documented Kupu usecase a bit. Diff (roku)
  • update[1.4] Using content/info/assets.xsp to populate Kupu image drawer. There is some work to do in assets.xsp I feel Diff (roku)
  • update[1.4] Kupu uc updates Diff (roku)
  • update[1.4] Cleaned up kupu usecase Diff (roku)
  • update[1.4] Small kupu fix Diff (roku)
  • update[1.4] Continued kupu usecase. Started image drawer integration. Diff (roku)
  • update[1.4] Added jx generator. I need it for the kupu usecase (drawers) Diff (roku)
  • update[1.4] Cleaned up kupu use case. Added step "exit", where the doc is checkked in. Diff (roku)
  • update[1.4] Upgraded to Kupu 1.1 Diff (roku)
  • update[1.4] Error message improved, hint given Diff (michi)
  • update[1.4] doctype links added Diff (michi)
  • update[1.4] formatting fixed Diff (michi)
  • update[1.4] make resolution ready for the board. the vote history can be inferred from older CVS versions. also changed the copy & paste errors from forest. Diff (gregor)
  • update[1.4] My vote for PMC proposal Diff (bigdog)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] My two cents. I hope this is ok. Feel free to correct. Diff (roku)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] fixed javadocs Diff (andreas)
  • update[1.4] Andreas declined the chair Diff (thorsten)
  • update[1.4] resignment from candidature Diff (andreas)
  • update[1.4] *** empty log message *** Diff (egli)
  • update[1.4] Changed Cocoon to lenya Diff (thorsten)
  • update[1.4] Enhanced the mission of the lenya project Diff (thorsten)
  • update[1.4] closing streams in finally block Diff (andreas)
  • update[1.4] removed redundant comparison to null Diff (andreas)
  • update[1.4] changed & to && Diff (andreas)
  • update[1.4] using boolean || instead of integer | Diff (andreas)
  • update[1.4] fixed equals() comparison Diff (andreas)
  • update[1.4] fixed nullpointer deference Diff (andreas)
  • update[1.4] replaced important assertions with exceptions Diff (andreas)
  • update[1.4] removed redundant comparison to null Diff (andreas)
  • update[1.4] using Boolean.valueOf instead of constructor Diff (andreas)
  • update[1.4] don't swallow & log exceptions Diff (andreas)
  • update[1.4] using boolean || instead of integer | Diff (andreas)
  • update[1.4] added javadoc tag Diff (andreas)
  • update[1.4] closing streams Diff (andreas)
  • update[1.4] removed unnecessary "== null" check Diff (andreas)
  • update[1.4] using boolean || instead of integer | Diff (andreas)
  • update[1.4] closing stream in finally block Diff (andreas)
  • update[1.4] - fixed javadocs - fixed access modidifier of static fields Diff (andreas)
  • update[1.4] added some javadocs Diff (andreas)
  • update[1.4] findbugs: a class's finalize() method should have protected access Diff (gregor)
  • update[1.4] *** empty log message *** Diff (thorsten)
  • update[1.4] added time wrapping (minutes are added) Diff (andreas)
  • update[1.4] PMC vote casted Diff (michi)
  • update[1.4] added missing javadoc tag Diff (andreas)
  • update[1.4] LinkRewrintingTransformer can now handle URLs with anchors Diff (andreas)
  • update[1.4] set default encoding for text serializer to UTF-8 Diff (andreas)
  • update[1.4] *** empty log message *** Diff (roku)
  • update[1.4] removed myself as candidate and voted Diff (gregor)
  • update[1.4] saner defaults for notification Diff (gregor)
  • update[1.4] refactoring: extracted method Diff (andreas)
  • update[1.4] formatting Diff (andreas)
  • update[1.4] replaced tabs by spaces Diff (andreas)
  • update[1.4] - removed tabstops - code formatting Diff (andreas)
  • update[1.4] replaced tabstops by spaces Diff (andreas)
  • update[1.4] added fallback for referenced documents screen Diff (andreas)
  • update[1.4] added fallback for log view usecase Diff (andreas)
  • update[1.4] added fallback for notification pipelines Diff (andreas)
  • update[1.4] removed obsolete resources for CMS screens Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for asset screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for create-language screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for create screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for create screen Diff (andreas)
  • update[1.4] replaced tabstops by spaces Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for publish screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for reject screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for submit screen Diff (andreas)
  • update[1.4] using fallback module instead of cms-screen-xml resource for scheduler screen Diff (andreas)
  • update[1.4] noc of afghanistan added Diff (michi)
  • update[1.4] removed invalid fallback call Diff (andreas)
  • update[1.4] Hand down lenya:meta to page2xhtml. page2xhtml uses dc:title to set title element in html head. Hope this is ok. Diff (roku)
  • update[1.4] deleting empty parent directories after deleting resources Diff (andreas)
  • update[1.4] Wiki Link updated Diff (michi)
  • update[1.4] removed DEBUG classes Diff (andreas)
  • update[1.4] delete enclosing directories when deleting workflow history file Diff (andreas)
  • update[1.4] create index if it does not exist yet Diff (michi)
  • update[1.4] search form added to third column Diff (michi)
  • update[1.4] Demo element added Diff (michi)
  • update[1.4] search and results improved Diff (michi)
  • update[1.4] incrementally indexing finished Diff (michi)
  • update[1.4] names added, sorted alphabetically Diff (gregor)
  • update[1.4] formatting fixed log.error() is not there for debugging purposes.. Diff (gregor)

Version 2004-07 ()

1.4

  • add[1.4] readded Diff (michi)
  • add[1.4] Added the aggregation of our documentation Diff (thorsten)
  • add[1.4] Checked in the src/documentation and forrest spefic files for the website build Diff (thorsten)
  • update[1.4] project id fixed Diff (michi)
  • update[1.4] deleting and readding implemented Diff (michi)
  • update[1.4] creation of ID improved Diff (michi)
  • update[1.4] Lenya version fixed Diff (michi)
  • update[1.4] minor docu chances Diff (thorsten)
  • update[1.4] Fixed exception message Diff (roku)
  • update[1.4] Fixed exception message Diff (roku)
  • update[1.4] Added deleteParentDirs. See javadoc. Diff (roku)
  • update[1.4] replaced SimpleLinkRewritingTransformer by LinkRewritingTransformer Diff (andreas)
  • update[1.4] added fallback for menubar stylesheets Diff (andreas)
  • update[1.4] simplified a catch cascade Diff (andreas)
  • update[1.4] added some javadocs Diff (andreas)
  • update[1.4] using DOM level 2 method to create namespace declaration attribute Diff (andreas)
  • update[1.4] target added for indexing a single document incrementally Diff (michi)
  • update[1.4] incrementally indexing of a single document started Diff (michi)
  • update[1.4] Added history site, added contributing site and the proposal for pmc Diff (thorsten)
  • update[1.4] Cocoon version updated Diff (michi)
  • update[1.4] Epoz by Kupu replaced Diff (michi)
  • update[1.4] version added Diff (michi)
  • update[1.4] lucene xmap link added Diff (michi)
  • update[1.4] patching documentation content Diff (michi)
  • update[1.4] don't swallow stack trace Diff (andreas)
  • update[1.4] Added delete path Diff (roku)
  • update[1.4] using <map:redirect-to> for forms editor save usecase Diff (andreas)
  • update[1.4] using document-url module for remove-language usecase Diff (andreas)
  • update[1.4] using document-url module for new-language usecase Diff (andreas)
  • update[1.4] Added DocumentURLModule (thanks to Peter Shipley) Diff (andreas)
  • update[1.4] Tweaked NPE guard clause Diff (roku)
  • update[1.4] Fixed potential NullPointerException. Diff (roku)
  • update[1.4] avoid classcastexception when roles are hot-added Diff (andreas)
  • update[1.4] clearified the installation INSTRUCTIONS Diff (thorsten)
  • update[1.4] fixed link from group to member Diff (andreas)
  • update[1.4] added sample proxy configuration Diff (andreas)
  • update[1.4] added new LinkRewritingTransformer and proxy configuration for publications Diff (andreas)
  • update[1.4] Exchanged usage of nio.Channel.tranferTo with ...excalibur.io.FileUtil since Linux 2.6.x Kernels have an issue with jdk 1.4.x. See http://swforum.sun.com/jive/thread.jspa?threadID=46416 Of course transferTo is most fucking quick :) Diff (roku)
  • update[1.4] param document-id added to xopus stylesheet Diff (edith)
  • update[1.4] added fallback for login & logout screens Diff (andreas)
  • update[1.4] fixed logging categories for some input modules Diff (andreas)
  • update[1.4] method to delete the revisions (backups) and the rcml files Diff (edith)
  • update[1.4] added javadocs with replacement code suggestions Diff (andreas)
  • update[1.4] added setSimpleElementText() method Diff (andreas)
  • update[1.4] - deprecated select(Document, String) - added javadocs Diff (andreas)
  • update[1.4] added DocumentHelper.readDocument(String) deprecated same method in DOMUtil Diff (andreas)
  • update[1.4] code formatting Diff (andreas)
  • update[1.4] XHTML serializer reverted Diff (michi)
  • update[1.4] method tidy readded, see javadoc Diff (michi)
  • update[1.4] remove tags implemented Diff (michi)
  • update[1.4] excerpt length configurable Diff (michi)
  • update[1.4] Wiki link fixed and Apache 1 installation instruction added Diff (michi)
  • update[1.4] indexing XML documents added Diff (michi)
  • update[1.4] default value and delimiter added Diff (michi)
  • update[1.4] initializing session (avoid NPE) Diff (andreas)
  • update[1.4] removed unused imports Diff (andreas)
  • update[1.4] removed unused import Diff (andreas)
  • update[1.4] override getNamespaceHelper() instead of save() Diff (andreas)
  • update[1.4] replaced DOM level 1 by DOM level 2 methods Diff (andreas)
  • update[1.4] fixed the link Diff (michi)
  • update[1.4] reverted serializers Diff (michi)
  • update[1.4] download link fixed Diff (michi)
  • update[1.4] new live sites Diff (gregor)
  • update[1.4] the text-utf-8 serializer was removed. if this leads to funny-looking sitetree in the insert link popup, it will have to be reinstated. Diff (gregor)

Version 2004-06 ()

  • remove[] This commit was manufactured by cvs2svn to create tag 'cocoon-lenya'. Diff ()
  • update[] This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2'. Diff ()

1.4

  • add[1.4] added admin area policies for lenya and alice Diff (andreas)
  • add[1.4] added missing licesne files for log4j, neko and kupu removed obsolete epoz license Diff (gregor)
  • add[1.4] do not copy SCM files Diff (michi)
  • add[1.4] this file is necessary else the build process does not work Diff (michi)
  • update[1.4] - cleaned up component declarations - moved component declarations from global-sitemap to sitemap - removed duplicate component declarations - using XML/XHTML/HTML serializers from Cocoon serializers block Diff (andreas)
  • update[1.4] - code formatting - replaced log4j by Avalon logging Diff (andreas)
  • update[1.4] workflow event is not hardcoded anymore Diff (michi)
  • update[1.4] copying publication specific libraries Diff (michi)
  • update[1.4] Reverted Diff (roku)
  • update[1.4] - proper exception handling - corrected some javadocs Diff (andreas)
  • update[1.4] Fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=29553 . Now the pub specific libraries are included in the compile classpath. Diff (roku)
  • update[1.4] applied patch (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26600) Diff (andreas)
  • update[1.4] using specific notification message for scheduler Diff (andreas)
  • update[1.4] don't remember request URI when flowscript function has ended Diff (andreas)
  • update[1.4] getPublication() throws exception when publication could not be created Diff (andreas)
  • update[1.4] trimming &#160; chars from parameters Diff (andreas)
  • update[1.4] notification: allow passing "from" address as parameter Diff (andreas)
  • update[1.4] note added to javadoc about missing implementation Diff (michi)
  • update[1.4] preparation for Tomcat 5 ... Diff (michi)
  • update[1.4] added netcom SA Diff (gregor)
  • update[1.4] Added copying of "legal" directory. Diff (roku)
  • update[1.4] Following incubator filename pattern. We should use and replace to set this automatically. Diff (roku)
  • update[1.4] Added copying of NOTICE.txt and CREDITS.txt in prepare-dist-bin. Diff (roku)
  • update[1.4] Added copying of LICENSE.txt within prepare-dist-bin. See #29525. Diff (roku)
  • update[1.4] Added copying of legal dir to dist-bin-prepare. See #29523. Diff (roku)
  • update[1.4] Set log4j log level for jcs to ERROR as voted today. This spuresses some confusing console WARN loggings of jcs, if log4j is disabled during build. In this case lenya uses a concole appender for logging. Diff (roku)
  • update[1.4] Sorry for the commit, but this was necassarry. Diff (roku)
  • update[1.4] libraries updated re Cocoon-2.1.5 Diff (michi)
  • update[1.4] log4j lib version updated Diff (michi)
  • update[1.4] Using generated issue list from bugzilla instead of a hand made one Diff (roku)
  • update[1.4] - Added hints about "known issues" Feel free to update them. I hope I put it at the right place. Diff (roku)
  • update[1.4] restored accidentially deleted messages Diff (andreas)
  • update[1.4] changed username + password in reload target Diff (andreas)
  • update[1.4] info improved Diff (michi)
  • update[1.4] allowing multiple cocoon.xconf patch files Diff (andreas)
  • update[1.4] feedvalidator added Diff (michi)
  • update[1.4] renumbering moved into action such that file is not read and written within the pipeline Diff (michi)
  • update[1.4] - removed unused import - refactored this.excludes to list - added more javadocs Diff (andreas)
  • update[1.4] javadocs added Diff (michi)
  • update[1.4] removed commented-out std out log Diff (andreas)
  • update[1.4] Filter for SCM files added Diff (michi)
  • update[1.4] readded Diff (michi)
  • update[1.4] fixed direct user/group/iprange links in the admin area Diff (andreas)

Version 2004-05 ()

  • add[] Sprint hacks: LenyaSourceFactory and lenya protocol integration Diff (roku)
  • add[] This commit was manufactured by cvs2svn to create branch 'Lenya_Sprint_2004_5_13-branch'. Diff ()
  • update[] Removed @author. Diff (roku)
  • update[] This commit was manufactured by cvs2svn to create tag 'Root-of-Lenya_Sprint_2004_5_13'. Diff ()

1.4

  • add[1.4] Those two files were missing see #29172 Diff (roku)
  • add[1.4] upload added Diff (michi)
  • add[1.4] Lucene 1.4-rc3 added which allows sorting Diff (michi)
  • remove[1.4] thorsten is active again Diff (thorsten)
  • remove[1.4] Lucene 1.3 replaced by 1.4-rc3 Diff (michi)
  • remove[1.4] obsolete Diff (michi)
  • update[1.4] Deleting CVS dirs from build/lenya/webapp/lenya/pubs and subdirs since copyPubs task is not using the defaultexcludes attribute. This should improve the build process, since one tends to forget to delete the cvs dirs by hand. See #29196 Diff (roku)
  • update[1.4] disabled export for default publication #29083 Diff (gregor)
  • update[1.4] Added unpacking of WAR file if needed (on first start up of lenya). See #29026. Diff (roku)
  • update[1.4] #29023 search result links were wrong Diff (gregor)
  • update[1.4] why bother with css and the lenya GUI guidelines when you can have font tags and debug output... Diff (gregor)
  • update[1.4] Cocoon seems to have a problem with write-source transformer re serialization. Hence enforce XML serialization Diff (michi)
  • update[1.4] Applied Dale Patch. This fixes #29218. Diff (egli)
  • update[1.4] - Added appropriate @basedir to ZIP targets Diff (roku)
  • update[1.4] - Added creation of ZIPs - Added generation of MD5 checksum files Diff (roku)
  • update[1.4] added documentation for resource types Diff (andreas)
  • update[1.4] Added target "dist" which simply depends on clean, dist-src and dist-bin. Fixed some comments. Diff (roku)
  • update[1.4] Finished i18n of image upload/insert screnn. Diff (roku)
  • update[1.4] new live site Diff (gregor)
  • update[1.4] - Started translation of Image upload/insert screen(bxe) - fixed i18n stuff in Asset upload/insert screen(bxe) - started using logical message keys instead of the texts itself as key Diff (roku)
  • update[1.4] Bugfix for bug #29117. Added method filterURI in order to remove session info encoded within the uri, otherwise the URIParametrizer would fail on such an unfiltered uri. Diff (roku)
  • update[1.4] improve RC error messages (no longer omit cause of exception) remove obsolete exception.xsp the RC code uses exceptions for flow control.. hopefully we can soon rip it out and replace it with repository code. Diff (gregor)
  • update[1.4] improve error message when checkout fails. for some reason we didnt show the exception message. Diff (gregor)
  • update[1.4] reverse added and link activated Diff (michi)
  • update[1.4] showing + disabling SSL checkbox when parent URL is SSL-protected Diff (andreas)
  • update[1.4] Made getDocument() public. This is a hack due to the insufficient workflow condition interface (should be reconsidered when the new API is designed). Diff (andreas)
  • update[1.4] added new admin interface usecases Diff (andreas)
  • update[1.4] removed unneeded field workflowId Diff (andreas)
  • update[1.4] asserting that workflow name is not null and non-empty Diff (andreas)
  • update[1.4] replaced assertion with exception for non-valid areas Diff (andreas)
  • update[1.4] added info-* as vadid areas Diff (andreas)
  • update[1.4] fix bxe download url Diff (gregor)
  • update[1.4] setting Cache-Control header for sitetree javascript (enforce reloading) Diff (andreas)
  • update[1.4] fixed check of netmask 255.255.255.255 Diff (andreas)
  • update[1.4] treat 255.255.255.255 exceptionally Diff (michi)
  • update[1.4] added notification for scheduling Diff (andreas)
  • update[1.4] Added another live site. Diff (roku)
  • update[1.4] gurit added to live sites Diff (gregor)
  • update[1.4] change the navigation framework to create absolute links including the host and protocol if SSL is enabled anywhere in a publication. this is necessary to make navigating between SSL and non SSL pages of a site possible (without a protocol it is not possible to distinguish otherwise) if you have problems with your links through a proxy, consider using the live mount prefix. this will rewrite links in your live area to the form /livemountprefix/documentid/. use / as livemountprefix for virtual hosts (it willl rewrite lenya/yourpub/authoring/index.html yousite.com/index.html and so on) yeah i know this needs more documentation :) Diff (gregor)
  • update[1.4] xpath as element instead as attribute Diff (michi)
  • update[1.4] add comment Diff (michi)
  • update[1.4] javadoc added Diff (michi)
  • update[1.4] namespaces added Diff (michi)
  • update[1.4] javadoc added and logging fixed Diff (michi)
  • update[1.4] index live area Diff (michi)
  • update[1.4] add multiple xpaths to combine various elements Diff (michi)
  • update[1.4] encoding parameter removed Diff (michi)
  • update[1.4] #28992 atom relax ng had NMTOKEN instead of dateTime Diff (gregor)
  • update[1.4] Simplify the installation instructions. Diff (egli)
  • update[1.4] #28538 Lenya build process does not support multiple tomcat instance Diff (gregor)
  • update[1.4] #28538 Lenya build process does not support multiple tomcat instance Diff (gregor)
  • update[1.4] * The encoding is now taken from the request and no longer from the sitemap parameter. * Said encoding is used when writing the file. This seems to solve a few problems with umlauts. Diff (egli)
  • update[1.4] enforce password security when changing passwords. * at least 6 characters long * at least one digit Diff (gregor)
  • update[1.4] default to em and strong instead of i and b Diff (gregor)
  • update[1.4] Jetty included into binary snapshot Diff (michi)
  • update[1.4] building snapshots cleaned Diff (michi)
  • update[1.4] upload added but out commented Diff (michi)
  • update[1.4] source instead of suroce Diff (edith)
  • update[1.4] fix bug 28861 Diff (edith)
  • update[1.4] special characters fixed Diff (michi)
  • update[1.4] sorting implemented Diff (michi)
  • update[1.4] checking area validity in isDocument() Diff (andreas)
  • update[1.4] libraries fixed and Usage added Diff (michi)
  • update[1.4] Lucene 1.4-rc3 added Diff (michi)
  • update[1.4] thanks to Jan Metzner special characters within XML files are handled correctly within excerpts Diff (michi)
  • update[1.4] encoding fixed Diff (michi)
  • update[1.4] pixel gif fixed Diff (michi)
  • update[1.4] #28915 more atom fixes thanks dale Diff (gregor)
  • update[1.4] #28917 make blog bxe editable again Diff (gregor)
  • update[1.4] Remove myself Diff (antonio)
  • update[1.4] Kupu and BXE mentioned Diff (michi)
  • update[1.4] no strong email Diff (michi)
  • update[1.4] fix 404 Diff (gregor)
  • update[1.4] don't add a mime-type if one can't be mapped Diff (michi)
  • update[1.4] check if Cocoon webapp dir exists Diff (michi)
  • update[1.4] string replaced by parameter Diff (michi)
  • update[1.4] cocoon.dir renamed and simplified Diff (michi)
  • update[1.4] Update link to Cocoon 2.1 Diff (antonio)
  • update[1.4] #28890 upgrade to atom 0.3 thanks to dale christ WOOF WOOF! Diff (gregor)
  • update[1.4] ADD EMAIL ADDRESS Diff (thorsten)
  • update[1.4] moved deleteTrash usecase from usecase.xmap to admin.xmap Diff (andreas)
  • update[1.4] - commented out patching of web.xml (problems with <init-param>) - copy publication libraries Diff (andreas)
  • update[1.4] patch web.xml by publications Diff (andreas)
  • update[1.4] merged patch to support IP range access control through proxies. thanks to jann forrer Diff (gregor)
  • update[1.4] output fields Diff (michi)
  • update[1.4] stored fields added Diff (michi)
  • update[1.4] Epoz replaced by Kupu Diff (michi)
  • update[1.4] versions added Diff (michi)
  • update[1.4] homepage before email Diff (michi)
  • update[1.4] adding and deleting features improved Diff (michi)
  • update[1.4] adding of homepage attribute Diff (michi)
  • update[1.4] Xopus and Rollback added Diff (michi)
  • update[1.4] homepage added Diff (michi)
  • update[1.4] homepage attribute added Diff (michi)
  • update[1.4] *** empty log message *** Diff (thorsten)
  • update[1.4] When the cancel button was pressed in the one form editor the pipeline would still validate the contents. Now it only validates if the save button was pressed. Diff (egli)
  • update[1.4] dist targets fixed and improved Diff (michi)
  • update[1.4] info added and simplified Diff (michi)
  • update[1.4] hostname replaced Diff (michi)
  • update[1.4] normalize element after removing children Diff (andreas)
  • update[1.4] return null if publication does not exist Diff (andreas)
  • update[1.4] Fixed Trapo's realname. Sorry Trapo :) Diff (roku)

Version 2004-04 ()

  • update[] This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2_RC_3'. Diff ()

1.4

  • add[1.4] moved menu resources one directory up Diff (andreas)
  • add[1.4] hiding namespaces Diff (michi)
  • add[1.4] shouldnt have deleted this sitemap.. Diff (gregor)
  • add[1.4] Added italian translation for cms ui. Thanks to Giampaolo Trapasso for this contribution. Diff (roku)
  • add[1.4] added ResourceExistsModule Diff (andreas)
  • add[1.4] strip namespaces utility xslt Diff (gregor)
  • add[1.4] - Added french dict file fro default pub - Moved global keys to pub local Diff (roku)
  • add[1.4] Thanks to Olivier Lange for the french translation and his useful comments. Diff (roku)
  • add[1.4] log4j was removed from upstream cocoon Diff (gregor)
  • add[1.4] Revoking update of xalan due to weird behavior under special circumstances. Jetty only likes xalan-2.6.0 if not placed in endorsed dir. Diff (roku)
  • remove[1.4] while the call back is nice, its not necessary here. there is more than one way to do things in bxe.. Diff (gregor)
  • remove[1.4] epoz is now kupu Diff (gregor)
  • remove[1.4] renamed Diff (michi)
  • remove[1.4] This checkin should fix bug 27474. Changes: ... - updated shipped xalan to version 2.6.0 ... Diff (roku)
  • remove[1.4] Removed as it is not used anywhere and is under MPL license, so is problematic to keep in CVS anyway. Also there are better versions of this stylesheet @ www.openoffice.org. Diff (egli)
  • update[1.4] don't allow to delete current user Diff (andreas)
  • update[1.4] don't allow LDAP users to change their password Diff (andreas)
  • update[1.4] removed reference to pending area Diff (andreas)
  • update[1.4] [jam] replaced PENDING_AREA with PENDING_PATH Diff (andreas)
  • update[1.4] [jam] added copy(File, File) method Diff (andreas)
  • update[1.4] added forgotten "else" Diff (andreas)
  • update[1.4] added "search-" as valid area prefix Diff (andreas)
  • update[1.4] utf-8 serialization for sitetree labels in the link popup Diff (gregor)
  • update[1.4] ascending order for workflow history versions Diff (andreas)
  • update[1.4] using ISO date format for workflow history Diff (andreas)
  • update[1.4] disallow _ in url Diff (gregor)
  • update[1.4] add an OK button to checkout exception screen. Diff (gregor)
  • update[1.4] seperate out scheduling from workflow in the menu Diff (gregor)
  • update[1.4] scheduling notification is currently not working. it was disabled in the sitemap. the new strip_namespaces turned the stray not:textarea into one big textarea, breaking the screen. disabled that part in the xslt for now. Diff (gregor)
  • update[1.4] changed callback Diff (gregor)
  • update[1.4] a xslt param was not applied. this lead to ie errors. thanks to Johnson Hsu for spotting. Diff (gregor)
  • update[1.4] using mime-type "application/x-javascript" Diff (andreas)
  • update[1.4] namespaces added Diff (gregor)
  • update[1.4] connect lenya link insert popup with bxe link button. Diff (gregor)
  • update[1.4] fixed indentation Diff (andreas)
  • update[1.4] added policies for user administration usecases Diff (andreas)
  • update[1.4] added "edit" as author role Diff (andreas)
  • update[1.4] getCredential() -> public Diff (andreas)
  • update[1.4] check if accreditable has role before deleting role Diff (andreas)
  • update[1.4] refactored admin usecases using "lenya.usecase" request parameter Diff (andreas)
  • update[1.4] checking if item was already removed when file was deleted Diff (andreas)
  • update[1.4] removed unused import Diff (andreas)
  • update[1.4] remove author role on user admin URL when a user is deleted Diff (andreas)
  • update[1.4] adding author role on user admin URL when a user is created Diff (andreas)
  • update[1.4] added USER_ADMIN_URL field Diff (andreas)
  • update[1.4] remove user from groups before (re-)configuring Diff (andreas)
  • update[1.4] - restore group consistence after file changes - re-configuring items instead of building new ones Diff (andreas)
  • update[1.4] added removeFromAllGroups() to Groupable interface Diff (andreas)
  • update[1.4] added accreditableAdded() method Diff (andreas)
  • update[1.4] implemented accreditableAdded() Diff (andreas)
  • update[1.4] fixed core resource pipelines and moved them to lenya.xmap Diff (andreas)
  • update[1.4] insert-before of select/option added Diff (michi)
  • update[1.4] not well formed Diff (gregor)
  • update[1.4] Search link added Diff (michi)
  • update[1.4] unnecessary error logging Diff (gregor)
  • update[1.4] b replaced by strong and i replaced by em Diff (michi)
  • update[1.4] hiding namespaces during editing ... Diff (michi)
  • update[1.4] reloading AC items when the files have changed Diff (andreas)
  • update[1.4] added some isDebugEnabled() checks Diff (andreas)
  • update[1.4] improved entry css from dale christ. #28114 Diff (gregor)
  • update[1.4] use correct lenya links to enable link rewriting. Diff (gregor)
  • update[1.4] updated lenya start page Diff (gregor)
  • update[1.4] fixed lenya:meta positioning bug Sorry, thanks Michi for the FIXME Diff (andreas)
  • update[1.4] added getChildren(Element) without namespace check Diff (andreas)
  • update[1.4] REVERT addition of i18n transformer because of resolver issues. see source for details. Diff (gregor)
  • update[1.4] credits updated, contributors added, reformatted. Diff (gregor)
  • update[1.4] removed legacy initArticle() check. the function was not even defined.. Diff (gregor)
  • update[1.4] add strip_namespaces transform step to before all (x)html serializations. this should fix the issues with stray namespaces showing up in the final output. Diff (gregor)
  • update[1.4] hello? i -> em, or these will never be valid xhtml strict Diff (gregor)
  • update[1.4] hello? b -> strong, or these will never be valid xhtml strict Diff (gregor)
  • update[1.4] epoz -> kupu Diff (gregor)
  • update[1.4] FIXME added Diff (michi)
  • update[1.4] copying of tools.jar removed Diff (michi)
  • update[1.4] fixed lenya:meta positioning bug Diff (andreas)
  • update[1.4] reloading sitetree if stale Diff (andreas)
  • update[1.4] starting with Sitetree reloading Diff (andreas)
  • update[1.4] unncessary list removed Diff (michi)
  • update[1.4] Jean Pierre LeJacq : Lenya build process fixes location of anttask build directory #28540 thanks Diff (gregor)
  • update[1.4] crawl target removed Diff (michi)
  • update[1.4] crawl is now executed by ant directly Diff (michi)
  • update[1.4] index target is obsolete Diff (michi)
  • update[1.4] indexing via ant instead of shell script Diff (michi)
  • update[1.4] rng png and xsl files now also bypass the access control. this allows editing to work for restricted users Diff (gregor)
  • update[1.4] improved error message Diff (andreas)
  • update[1.4] disable-output-escaping is not allowed on xsl:stylesheet Diff (gregor)
  • update[1.4] URLs fixed Diff (michi)
  • update[1.4] go figure, xhtml serializer escapes things in cdata, html doesnt. this broke javascript for image upload Diff (gregor)
  • update[1.4] embed replaced by replace Diff (michi)
  • update[1.4] replace, embed and enclose bug fixed Diff (michi)
  • update[1.4] Added possibility to specify <node @visible="true|false"> in order to hide a page from sitetree. Default is assumed "true" if @visible is not specified. Diff (roku)
  • update[1.4] protect insert ns from strip_namespaces stylesheet. this broke the link popup Diff (gregor)
  • update[1.4] import was pointing into nirvana Diff (gregor)
  • update[1.4] Epoz->Kupu Diff (roku)
  • update[1.4] exclude i18n Diff (gregor)
  • update[1.4] allow overriding of document-id UGLY Diff (gregor)
  • update[1.4] strangely, <script/> was turned into <script> in xhtml which broke the rendering. changed to <script> </script>. still a lot of changes needed before we can finally switch to xhtml in the authoring area. for instance, the whole <td background= business is broken in xhtml. Diff (gregor)
  • update[1.4] Reverting to iso-* encoding since utf-8 broke the forms editor. Annoying. Diff (roku)
  • update[1.4] - Updated french translation send by Olivier Lange - Removed entities from german and french translation Diff (roku)
  • update[1.4] Fixed comments Diff (roku)
  • update[1.4] Updated and added pub specific translation. Thanks to Jose Chaso for this contribution. Diff (roku)
  • update[1.4] restored Cocoon 2.1.4 compatibility Diff (andreas)
  • update[1.4] Added def. of init-param form-encoding. I set it to utf-8. Otherwise I had many problems using forms with special chars in. Trapo had that problem , too. So, if this chnage causes any problems, we need to revert this fix. Diff (roku)
  • update[1.4] fix stray namespaces in asset / image upload screens that broke the javascript code apply i18n to image upload screen Diff (gregor)
  • update[1.4] Removed hint to ope another browser window using @target since that attribute is ot allowed in xhtml strict . Diff (roku)
  • update[1.4] added some javadocs Diff (andreas)
  • update[1.4] wyona.com replaced by apache.org Diff (michi)
  • update[1.4] - code style fixes - added method Diff (andreas)
  • update[1.4] replaced inline strings by constants Diff (andreas)
  • update[1.4] added pending area to areas list Diff (andreas)
  • update[1.4] code formatting Diff (andreas)
  • update[1.4] IndexIterator added Diff (michi)
  • update[1.4] sorting of files is optional Diff (michi)
  • update[1.4] Added translations. Again thanks to Olivier lange. Diff (roku)
  • update[1.4] Reverted ediths changes as they broke a number of pubs. Diff (egli)
  • update[1.4] make shell script executable Diff (michi)
  • update[1.4] Rolf added to credits page Diff (michi)
  • update[1.4] Do the special character really not work? They work in the global file, at least for the french translation. This is a test checkin Diff (roku)
  • update[1.4] Fixed a special character using entity since cvs screws this up. Diff (roku)
  • update[1.4] Fixed i18n key "New document". Is now "New Document". Was reported by Olivier Lange. Diff (roku)
  • update[1.4] fixed javadocs Diff (joerg)
  • update[1.4] extracted method to calculate href attributes Diff (andreas)
  • update[1.4] using constant for XLink namespace URI Diff (andreas)
  • update[1.4] set pipeline for the share css and images in the globalsitemap Diff (edith)
  • update[1.4] make language switching in insert link popup work pass default language to insert link popup Diff (gregor)
  • update[1.4] start sitetree closed in insert link screen Diff (gregor)
  • update[1.4] sitetree was no longer visible in insert link screen Diff (gregor)
  • update[1.4] code formatting Diff (andreas)
  • update[1.4] fix documentation link #28348 Diff (gregor)
  • update[1.4] set publication versions to 1.0 Diff (gregor)
  • update[1.4] restored backwards compatibility Diff (andreas)
  • update[1.4] - added javaflow block - changed syntax from exclude to include Diff (andreas)
  • update[1.4] Pending area added for replication of content to other servers Diff (michi)
  • update[1.4] forgot language extension and "html" for some ssl rewrites :) Diff (gregor)
  • update[1.4] fix ldap exception. was due to javascript being quite happy with arbitrary number of arguments.. grr WHERE IS MY GROOVY WHEN I NEED IT!! Diff (gregor)
  • update[1.4] all the possible versions added Diff (michi)
  • update[1.4] cocoon, lenya and publication version added resp differentiated Diff (michi)
  • update[1.4] bin added to corresponding target names such that it is consistent with src Diff (michi)
  • update[1.4] wasn't well-formed Diff (gregor)
  • update[1.4] enable "mounting" of live site under specified url. if you enable the live-mount-point in your publication.xconf, publications using the simpleLinkRewritingTransformer will rewrite urls of the form /lenya/publication/authoring/documentid to /livemountpoint/documentid Diff (gregor)
  • update[1.4] Formatting. Diff (roku)
  • update[1.4] Fixed old Epoz comment. Diff (roku)
  • update[1.4] Formatting. Diff (roku)
  • update[1.4] i18n enhancements for AC info screen/tab. We should have i18n'ed >= 95% of texts now. Diff (roku)
  • update[1.4] import statements added Diff (michi)
  • update[1.4] lucene configuration documented Diff (michi)
  • update[1.4] indexer info added Diff (michi)
  • update[1.4] configurable filter to configurable indexer added Diff (michi)
  • update[1.4] Addded i18n for Role list box in ac info screen/tab Diff (roku)
  • update[1.4] ASL 2.0 Diff (gregor)
  • update[1.4] various improvements to the installer: * checks for installed JVM * retains build.xml * fix for #26957 (no menu items installed) * show ASL 2.0 Diff (gregor)
  • update[1.4] Small i18n fixes of workflow info screen/tab. Diff (roku)
  • update[1.4] Small i18n fixes of workflow info screen/tab. Diff (roku)
  • update[1.4] IPv6 comment Diff (gregor)
  • update[1.4] Getting closer to a complete i18n and translation. I love this kind of work...really :) Diff (roku)
  • update[1.4] Reordered active committers list Diff (roku)
  • update[1.4] Hope it was ok to add me to the list of active committers. Diff (roku)
  • update[1.4] Completed i18n of info RC screen/tab. Diff (roku)
  • update[1.4] Completed i18n of info asset screen/tab. Diff (roku)
  • update[1.4] Completed i18n of info asset screen/tab. Diff (roku)
  • update[1.4] Completed i18n for meta info screnn/tab. Diff (roku)
  • update[1.4] home.dir replaced by webapp.dir Diff (michi)
  • update[1.4] oops, the ASL turns up in the final html .. thats NOT the idea. the ASL is not supposed to be viral and licesne the user content under ASL :) Diff (gregor)
  • update[1.4] This checkin should fix bug 27474. Changes: - exclude all xalan jars from cocoon webapp space during copy process in build scripts - updated shipped xalan to version 2.6.0 - updated nekopull to version 0.2.4 which fixes an xerces-2.6.2 issue with the class ObjectFactory which has been removed from xerces due to security issues - moved nekopull libs from docs-new pub to global WEB-INF/lib Diff (roku)

Version 2004-03 ()

1.4

  • add[1.4] Moved i18n handling to a separate sitemap in order to: - avoid potential endless loops caused by sub sitemap mounts - avoid unessacarry ResourceBundle loggings in core.log if a dict file is not found Diff (roku)
  • add[1.4] the eclipse-project target is now able to create an eclipse project for lenya. some new properties in build.properties: cocoon.dir ide.eclipse.outputdir ide.eclipse.export.libs Diff (gregor)
  • add[1.4] logging for shell scripts and batch files Diff (michi)
  • add[1.4] UploadHelper added Diff (michi)
  • add[1.4] Added pub local i18n catalogue files. Diff (roku)
  • add[1.4] Merges pub local i18n catalogue with global i18n catalogue. Diff (roku)
  • add[1.4] Used to merge pub local message catalogue with global one. Diff (roku)
  • add[1.4] Added a new use step in the publish usecase named "show-referenced-documents" which allows you to download the list of referenced documents as a text/plain file. Diff (egli)
  • add[1.4] Search is now handled in a separate xsl. Diff (egli)
  • add[1.4] pre-populate lucene index for authoring area as well. michi, please update both indexes before release #26945 Diff (gregor)
  • add[1.4] Implementation for a collection, so that xlink are inserted in the collection Diff (edith)
  • add[1.4] Tutorial on how a new doctype can be created Diff (michi)
  • remove[1.4] epoz -> kupu Diff (gregor)
  • remove[1.4] Remove dead code. Diff (egli)
  • remove[1.4] Remove these entities as they are outdated and are officially provided by http://xml.openoffice.org/sx2ml Diff (egli)
  • remove[1.4] publishing of articles Diff (gregor)
  • remove[1.4] when will people finally use the proper location for files? geez. Diff (gregor)
  • remove[1.4] upgrade to jetty 4.2.19 Diff (gregor)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] no longer needed (its from the old bitflux editor) Diff (gregor)
  • remove[1.4] no longer needed. this is provided by the cocoon webapp Diff (gregor)
  • remove[1.4] remove traces of old documentation Diff (gregor)
  • remove[1.4] got rid of old schemas Diff (gregor)
  • remove[1.4] merge dicts not needed anymore Diff (roku)
  • remove[1.4] removed forrest bloat Diff (gregor)
  • remove[1.4] remove unused navigation experiments Diff (gregor)
  • remove[1.4] useless Diff (gregor)
  • remove[1.4] remove unused usecases (unusecases?) Diff (gregor)
  • remove[1.4] superceded by pageenvelopemodule Diff (gregor)
  • remove[1.4] remove unsused menu Diff (gregor)
  • remove[1.4] epoz integration prepared for epoz 1.0.2 release * epoz now also runs in jetty * removed epoz files from lenya (we use the originals now) Diff (gregor)
  • remove[1.4] LICENSE.txt is now in root Diff (gregor)
  • remove[1.4] no longer used anywhere Diff (gregor)
  • remove[1.4] removed unnecessary class Diff (andreas)
  • remove[1.4] remove deprecated pageenvelopeaction Diff (gregor)
  • remove[1.4] these two are no longer used anywhere Diff (gregor)
  • remove[1.4] these two are no longer used anywhere Diff (gregor)
  • update[1.4] make sure the scheduler default time is in the future :) Diff (gregor)
  • update[1.4] fix asset / image lists Diff (gregor)
  • update[1.4] Usage added Diff (michi)
  • update[1.4] better install instructions added Diff (michi)
  • update[1.4] better install instructions added Diff (michi)
  • update[1.4] formatting fixed Diff (michi)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] Insert ASL 2.0 Diff (egli)
  • update[1.4] missing resource PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Diff (gregor)
  • update[1.4] If a script is passed as an argument, add it to the files section. Diff (egli)
  • update[1.4] Fixed Epoz->Kupu renaming. Old Epoz will not work anymore. Diff (roku)
  • update[1.4] more ie 6 script tag madness Diff (gregor)
  • update[1.4] exception message improved Diff (michi)
  • update[1.4] As reported by gregor there are problems if i18n dir is not existing in pub space. I dunno why it has sth to do with noncaching stuff. Reverting. Diff (roku)
  • update[1.4] Finished i18n. Diff (roku)
  • update[1.4] Added i18n support for Asset Dialog (BXE) Diff (roku)
  • update[1.4] fix the rc namespace Diff (edith)
  • update[1.4] reinsert needed transformation {doctypes}toxhtml Diff (edith)
  • update[1.4] Added i18n transformation. Diff (roku)
  • update[1.4] Started with i18n. Diff (roku)
  • update[1.4] Removed type="noncaching". I had problems earlier when not using noncaching. Maybe I have to revoke this change later. Lets see. Diff (roku)
  • update[1.4] new lenya live sites Diff (gregor)
  • update[1.4] Fixed cvs keyword Diff (roku)
  • update[1.4] Fixed comments Diff (roku)
  • update[1.4] Fix for http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27644 Is related to file lenya/xslt/navigation/sitetree2nav.xsl Diff (roku)
  • update[1.4] prevent collapsing of script tag Diff (gregor)
  • update[1.4] fix ns problem with imported js Diff (gregor)
  • update[1.4] we don't need axis. Diff (gregor)
  • update[1.4] make sitemaps more readable xslt transformer was defined twice, go figure remove wsproxy (unneeded) Diff (gregor)
  • update[1.4] updated requirements Diff (gregor)
  • update[1.4] build system updated to use the ant 1.6 import task -> you need ant 1.6 or higher applied ASL 2.0 Diff (gregor)
  • update[1.4] calculate size for an asset correctly. thanks to trapo. we will have to revisit this once we tackle #26576 Diff (gregor)
  • update[1.4] added support for h1, asset and object to forms editor Diff (gregor)
  • update[1.4] make one form editor utilize the whole screen Diff (gregor)
  • update[1.4] typo fix Diff (gregor)
  • update[1.4] ASL 2.0 removed use of DateUtil (thanks to Dale Christ) Diff (gregor)
  • update[1.4] ASL 2.0 @author removed Diff (gregor)
  • update[1.4] obsolete variables removed Diff (michi)
  • update[1.4] zip target added in order to deploy webapp Diff (michi)
  • update[1.4] encoding fixed Diff (michi)
  • update[1.4] we now use nice error screens. converted from deprecated type=500 error handling to new handling with exception selector this means you should never ever get ugly stack traces again. Diff (gregor)
  • update[1.4] fields fixed Diff (michi)
  • update[1.4] contents field as default Diff (michi)
  • update[1.4] Pipeline split which allows better customizing Diff (michi)
  • update[1.4] re-enable resourcenotfound exception Diff (gregor)
  • update[1.4] The previuos checkin broke the validatorAction. This change makes it work again and does an attempt at some clean-up. Diff (egli)
  • update[1.4] copyright statement removed Diff (michi)
  • update[1.4] 24 hours fix Diff (michi)
  • update[1.4] move license inside root element to make source writing transformer happy #27650 Diff (gregor)
  • update[1.4] check if directory exists Diff (michi)
  • update[1.4] validateaction didnt take encoding into account. #27262 Diff (gregor)
  • update[1.4] logging added Diff (michi)
  • update[1.4] Note about potential xmldb conflict Diff (michi)
  • update[1.4] typo Diff (gregor)
  • update[1.4] beginning of SSL Encryption documentation Diff (gregor)
  • update[1.4] first cut of SSL support. the SimpleLinkTransformer now checks if a link is protected by SSL (has the SSL property set in its policy) and prepends a SSL prefix. this allows you to selectively serve pages of your site through SSL. i'll write some documentation to outline the setup with mod_proxy and friends. Diff (gregor)
  • update[1.4] Comment placed and logging fixed Diff (michi)
  • update[1.4] Make the search button look more like the rest of the navigation. Diff (egli)
  • update[1.4] Fixed path for an epoz xsl. The file epozcontent-xhrml.xsl is included in epoz release. Diff (roku)
  • update[1.4] Fixed a small typo Diff (roku)
  • update[1.4] A forgotten commit :) Sorry for any incovinience. Diff (roku)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] update to ASL 2.0 Diff (gregor)
  • update[1.4] Minor fix. Diff (roku)
  • update[1.4] completed i18n for create doc and create language screens. Diff (roku)
  • update[1.4] i18n support for client side javascript popup messages. This should all be done with woody aka cforms in the future. Diff (roku)
  • update[1.4] Some i18n pipeline fixes. Diff (roku)
  • update[1.4] Some i18n pipeline fixes. Diff (roku)
  • update[1.4] Started i18n'ing Diff (roku)
  • update[1.4] Fixed test if pub local cat exists. Using Source.exists(String) now Diff (roku)
  • update[1.4] Added messages. Diff (roku)
  • update[1.4] - Moved XInclude transformer to sitemap.xmap, because I need to use it there for i18n catalogue merging - Added support for the i18-catalogue pipeline to merge local with global i18n catalogue Diff (roku)
  • update[1.4] Removed useless char. Diff (roku)
  • update[1.4] Using a pipeline to aggregate pub dicts with global dicts:) Diff (roku)
  • update[1.4] Removed all I18nTransfomer decls. We can use the global one. Diff (roku)
  • update[1.4] Applied sitemap refactoring: Extract resource i18n. Diff (roku)
  • update[1.4] Added i18n for info sidetree. Diff (roku)
  • update[1.4] - Moved i18n transfomration into a resource called i18n - Added i18n for info tree Diff (roku)
  • update[1.4] Added the link-rewrite transfomer to enable internal link rewriting in the default publication. This also entails link disabling in the live area if the link target is not in live. Diff (egli)
  • update[1.4] Moved the SimpleLinkRewritingTransformer to the core. Diff (egli)
  • update[1.4] If a live document contains (internal) links to another document with is not in live yet, then the link will be deactivated, i.e. the transformer will drop the <a> element and just pass the text node of the <a> element. Diff (egli)
  • update[1.4] temporarily disable deletion of scheduler entries until we figure out the root cause. #27252 Diff (gregor)
  • update[1.4] form editor layout improvements. thanks to jan forrer for the patch. Diff (gregor)
  • update[1.4] well-formedness fixed Diff (michi)
  • update[1.4] make warning message more legible for wrong filetype warning Diff (gregor)
  • update[1.4] highlight workflow state more prominently Diff (gregor)
  • update[1.4] ie didnt like the font-size: x-small; syntax, and the css was not valid anyway. Diff (gregor)
  • update[1.4] store image title in the title attribute, not name. Diff (gregor)
  • update[1.4] typo Diff (gregor)
  • update[1.4] override zhe save method, to set the xlink namespace in the xml document Diff (edith)
  • update[1.4] set the attribute documen id, if it already doesn't exist Diff (edith)
  • update[1.4] Xmx added Diff (michi)
  • update[1.4] Usability fixes to the oneform editor: * Added i18n * Added a box which shows the document-id and the language of the document that is currently beeing edited (similar to the forms editor). Diff (egli)
  • update[1.4] titles improved Diff (michi)
  • update[1.4] XInclude Processor documentation added Diff (michi)
  • update[1.4] Remove the document title field to make it consistent with the create screen. It could be that this has to be added later, but it will have to be added consistently in both screens and the dc metadata handling will have to be integrated. Diff (egli)
  • update[1.4] Removed date translation due to dynamic src-formats of date. Will be fixed after 1.2. Diff (roku)
  • update[1.4] search as text input field added Diff (michi)
  • update[1.4] ac2 -> ac package rename Diff (gregor)
  • update[1.4] typo fixes, and links to ac2 fixed Diff (gregor)
  • update[1.4] Optimized the layout of the search box. Diff (egli)
  • update[1.4] search configuration within admin Diff (michi)
  • update[1.4] XPathDirectoryGenerator added Diff (michi)
  • update[1.4] Place the search box relative to the breadcrumb path (basically to the right of the breadcrumb) Diff (egli)
  • update[1.4] Place the search box after the breadcrumb path. Diff (egli)
  • update[1.4] When aggregating the navigation also pull in the search box. Diff (egli)
  • update[1.4] Reverted as the search is now in a separate xsl. Diff (egli)
  • update[1.4] adding search link to default pub layout. #26945 Diff (gregor)
  • update[1.4] make workflow roles consistent Diff (gregor)
  • update[1.4] remove unizh references #27035 Diff (gregor)
  • update[1.4] remove unizh references #27035 Diff (gregor)
  • update[1.4] usage added Diff (michi)
  • update[1.4] do not crawl URLs with query strings Diff (michi)
  • update[1.4] IndexOutOfRange bug fixed Diff (michi)
  • update[1.4] nasty bug re .././ fixed Diff (michi)
  • update[1.4] create new doctype page added to Tutorial Diff (michi)
  • update[1.4] javascript errors due to empty values. thanks to sharon for the fix Diff (gregor)
  • update[1.4] Since the role names have changed in other places this file needs to be changed as well. Now the menues work again. Diff (egli)
  • update[1.4] xpdf into config file moved Diff (michi)
  • update[1.4] crawling documented better Diff (michi)
  • update[1.4] elementExists method added Diff (michi)
  • update[1.4] robots.txt made configurable Diff (michi)
  • update[1.4] Usage added Diff (michi)
  • update[1.4] make generic role names consistent. roles: edit, visit, admin, review groups: editor, visitor, reviewer, admin this fixes an issue reported by peter shipley (empty notification dropdowns in publish screen) Diff (gregor)
  • update[1.4] set endorsed dir for jetty to WEB-INF/lib/endorsed it was pointing to a directory that we do not ship in the binaries.. Diff (gregor)
  • update[1.4] the lenya-util logicsheet is no more. Diff (gregor)
  • update[1.4] Moved to ASL 2.0 Diff (egli)
  • update[1.4] save method made public Diff (edith)
  • update[1.4] was still referencing removed xslt Diff (gregor)
  • update[1.4] dict is cacheable now Diff (roku)
  • update[1.4] remove unizh reference Diff (gregor)
  • update[1.4] Removed spaces after a message. Caused a weird bug. Sorry. Diff (roku)
  • update[1.4] pass publication id to lucene stylesheets Diff (gregor)
  • update[1.4] updated to ASL 2.0 added CVS ID where necessary Diff (gregor)
  • update[1.4] related projects updated, link fixed Diff (gregor)
  • update[1.4] Revert to old licenses as the jars that we include are still under the old license despite our own license change. Diff (egli)
  • update[1.4] updated to ASL 2.0 Diff (gregor)
  • update[1.4] documentation updated for 1form and forms editor Diff (gregor)
  • update[1.4] Added i18n support for global Create Doc screen. Diff (roku)
  • update[1.4] TODO note added Diff (michi)
  • update[1.4] better hint added Diff (michi)
  • update[1.4] parameter names fixed Diff (michi)
  • update[1.4] Fixed a typo, i.e. some missing white space. Diff (egli)
  • update[1.4] author removed Diff (michi)
  • update[1.4] version moved and author added Diff (michi)
  • update[1.4] Archive links added Diff (michi)
  • update[1.4] If the sitetree node already specifies a href attribute copy this into the href attribute of the navigation node verbatim. Diff (egli)
  • update[1.4] * changed to ASL 2.0 * moved attributions from CREDITS to NOTICE Diff (gregor)
  • update[1.4] using generic pattern for copying Xerces Diff (andreas)
  • update[1.4] * ASL 2.0 applied * CVS ID added where it was missing Diff (gregor)
  • update[1.4] When creating a new document redirect to it after creating it and make sure you take the language into account. Diff (egli)
  • update[1.4] Restrict language selection to the languages specified for this publication using a html form select. Diff (egli)
  • update[1.4] Remove last traces of university of zuerich. Diff (egli)
  • update[1.4] added javadocs Diff (andreas)
  • update[1.4] added javadocs Diff (andreas)
  • update[1.4] Added some fixmes. Diff (egli)
  • update[1.4] Crawler and Indexer added Diff (michi)
  • update[1.4] logging and output modified Diff (michi)

Version 2004-02 ()

1.4

  • add[1.4] configuration improved Diff (michi)
  • add[1.4] added dublin core module Diff (andreas)
  • add[1.4] added xopus config module Diff (andreas)
  • add[1.4] adding edit entry Diff (michi)
  • add[1.4] utility methods for String manipulation Diff (michi)
  • add[1.4] spanish translation courtesy of jorge gutierrez Diff (gregor)
  • add[1.4] Dictionary files for Lenya CMS screens. Languages de,en with en as default dict. Diff (roku)
  • add[1.4] move image / asset upload screens for bxeng to the core Diff (gregor)
  • add[1.4] bxeng support for default pub improved * image upload * asset upload Diff (gregor)
  • remove[1.4] This class has overstayed its welcome and is replaced by jakarta commons StringUtils. Diff (egli)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] removed Sitemap class (no references in core) Diff (andreas)
  • remove[1.4] we no longer use our own forrestbot and therefore do not need these libraries. Diff (gregor)
  • remove[1.4] reducing docs-new to xdoc serving Diff (gregor)
  • remove[1.4] log4j is provided by the deli block Diff (gregor)
  • remove[1.4] removed obsolete RequestParamAction Diff (andreas)
  • remove[1.4] replaced XopusModule with DefaultsMetaModule Diff (andreas)
  • remove[1.4] obsolete sample Diff (gregor)
  • remove[1.4] removed windows file Diff (gregor)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] removed forrest publication template Diff (andreas)
  • remove[1.4] these parameters are now in the core. i wonder why they were duplicated in the first place? Diff (gregor)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] moved obsolete creators directly into the oscom publication Diff (gregor)
  • remove[1.4] moved obsolete publishing screens out of the core and into the oscom publication. Diff (gregor)
  • remove[1.4] this was never used Diff (gregor)
  • remove[1.4] removed deprecated and unsupported menu XSLTs Diff (andreas)
  • remove[1.4] removed deprecated and unsupported menu resources Diff (andreas)
  • remove[1.4] no longer needed Diff (gregor)
  • remove[1.4] moved bxeng asset and image upload callbacks to the core Diff (gregor)
  • update[1.4] check if sample file exists Diff (michi)
  • update[1.4] version moved Diff (michi)
  • update[1.4] Usage added Diff (michi)
  • update[1.4] Mailing Lists link fixed Diff (michi)
  • update[1.4] restored xslt as default transformer (sorry) Diff (andreas)
  • update[1.4] typo Diff (gregor)
  • update[1.4] typo (yeah hit me) Diff (gregor)
  • update[1.4] typo Diff (gregor)
  • update[1.4] stylesheet for object tag was missing... Diff (gregor)
  • update[1.4] pass in context prefix Diff (gregor)
  • update[1.4] the blog publication was using a deprecated resource matcher... Diff (gregor)
  • update[1.4] remove unizh reference Diff (gregor)
  • update[1.4] remove outdated information Diff (gregor)
  • update[1.4] removed JXTemplateGenerator declaration Diff (andreas)
  • update[1.4] fixed some layout issues Diff (andreas)
  • update[1.4] Add a default value for the event (in some cases the request parameter doesn't seem to be passed in). Diff (egli)
  • update[1.4] doh. Diff (gregor)
  • update[1.4] NullPointerException fixed and logging improved Diff (michi)
  • update[1.4] RobotExclusion patched such that also local robots.txt are possible Diff (michi)
  • update[1.4] class name fixed Diff (michi)
  • update[1.4] Small i18n fix. Diff (roku)
  • update[1.4] Added translation for time. Diff (roku)
  • update[1.4] Added i18n support for scheduler usecase. Diff (roku)
  • update[1.4] Use the StringUtils class from jakarta commons to reverse strings rather than the class from lenya.util. Diff (egli)
  • update[1.4] note about StringUtils within commons Diff (michi)
  • update[1.4] embarrassing: the tree in the site tab was hard coded to show en and de. It now uses gets the languages info for the current publication from the page-envelope and builds the tabs dynamically. Diff (egli)
  • update[1.4] redirect to shell script because of linkage error Diff (michi)
  • update[1.4] crawl target added Diff (michi)
  • update[1.4] domain updated Diff (michi)
  • update[1.4] logging improved Diff (michi)
  • update[1.4] Added code to return a csv list of the publication languages. Diff (egli)
  • update[1.4] * Added code to return a csv list of the publication languages * Refactored some code to use StringUtils from jakarta commons to create csv strings. Diff (egli)
  • update[1.4] prepend hostname only for internal links Diff (gregor)
  • update[1.4] when collection is saved, additional XML is preserved Diff (edith)
  • update[1.4] Usage added Diff (michi)
  • update[1.4] changed encoding to utf-8 Diff (roku)
  • update[1.4] asset mgmt doc update Diff (gregor)
  • update[1.4] i18n stuff Diff (roku)
  • update[1.4] refactoring Diff (andreas)
  • update[1.4] improved javadocs, some refactoring Diff (andreas)
  • update[1.4] i18n fixes. Diff (roku)
  • update[1.4] i18n stuff Diff (roku)
  • update[1.4] Cocoon 2.1.5-dev mentioned Diff (michi)
  • update[1.4] Added i18n support on copy doc screen. Diff (roku)
  • update[1.4] disable-output-escaping was illegal on the <stylesheet> element Diff (gregor)
  • update[1.4] no such schema modified Diff (michi)
  • update[1.4] configuration improved Diff (michi)
  • update[1.4] - Parametrized translations - Small text changes Diff (roku)
  • update[1.4] Parametrized some translations. Diff (roku)
  • update[1.4] i18n support for archive screen Diff (roku)
  • update[1.4] - Added translations (useless) for move down. - Small fixes Diff (roku)
  • update[1.4] Added i18n support. Is this file really used? if not, we sould remove it. Diff (roku)
  • update[1.4] added getRequest() method Diff (andreas)
  • update[1.4] i18n support for deactivate and delete screens. Diff (roku)
  • update[1.4] Added i18n support for info/scheduler screen. Diff (roku)
  • update[1.4] I did it again: More i18n for info screens. ( This is shit boring work :) Diff (roku)
  • update[1.4] Added date-i18n with iso format as proposed by nobby in lenya-dev. Diff (roku)
  • update[1.4] i18n stuff. Diff (roku)
  • update[1.4] Small i18n fix. Diff (roku)
  • update[1.4] Small i18n fix. Diff (roku)
  • update[1.4] Added i18n support for info screens. Diff (roku)
  • update[1.4] Small i18n fix. Diff (roku)
  • update[1.4] Added i18n support/transformation for info screens Diff (roku)
  • update[1.4] Minor i18n key fix. Diff (roku)
  • update[1.4] Uups. Added "mit" again :) Diff (roku)
  • update[1.4] Added i18n support for admin sitetree. Diff (roku)
  • update[1.4] Reverting: To many problems with normal language selection scheme. Diff (roku)
  • update[1.4] Using request:locale as default language for sitetree2nav in lenya/xslt**. Language selection admin navigation works now. Diff (roku)
  • update[1.4] lenya prefix added Diff (michi)
  • update[1.4] validation before saving tmp version Diff (michi)
  • update[1.4] warn by info category replaced Diff (michi)
  • update[1.4] attributes bug fixed Diff (michi)
  • update[1.4] unnecessary variable Diff (gregor)
  • update[1.4] escaping of special characters of attributes Diff (michi)
  • update[1.4] attack the class from hell and remove unnecessary fields and methods. Diff (gregor)
  • update[1.4] configurationfile was never read Diff (gregor)
  • update[1.4] private main() is never used Diff (gregor)
  • update[1.4] fix dc deprecation warning Diff (gregor)
  • update[1.4] unnecessary ; according to eclipse Diff (gregor)
  • update[1.4] current working versions added Diff (michi)
  • update[1.4] fix deprecation warnings with httpclient 2.0 Diff (gregor)
  • update[1.4] removed unused field Diff (andreas)
  • update[1.4] remove unused imports Diff (gregor)
  • update[1.4] remove unnecessary casts Diff (gregor)
  • update[1.4] Comment out the example. Diff (egli)
  • update[1.4] enable the pipeline that takes the css from an xml and does some context-prefix transformation on it. Diff (egli)
  • update[1.4] remove unused private field Diff (andreas)
  • update[1.4] changed prereqs to Cocoon 2.1.4 Diff (andreas)
  • update[1.4] further docs-new cleanup Diff (gregor)
  • update[1.4] bye bye xopus Diff (gregor)
  • update[1.4] also exclude obj and repository blocks Diff (gregor)
  • update[1.4] synched with 2.1.5-dev we now exclude the linotype, jms, mail, paranoid, portal-fw, precept, slide and webdav blocks Diff (gregor)
  • update[1.4] removed reference to patched RequestParamAction Diff (andreas)
  • update[1.4] added dublin core module declaration Diff (andreas)
  • update[1.4] using dublin core module instead of page envelope DC attributes Diff (andreas)
  • update[1.4] download link generalized Diff (gregor)
  • update[1.4] set dublin core keys to deprecated Diff (andreas)
  • update[1.4] return terms with getFirstValue() Diff (andreas)
  • update[1.4] mit added Diff (michi)
  • update[1.4] reduce verbosity Diff (gregor)
  • update[1.4] added xopus context configuration Diff (andreas)
  • update[1.4] removed commented-out code Diff (andreas)
  • update[1.4] configuring xopus using input module Diff (andreas)
  • update[1.4] patching cocoon.xconf with xopus module Diff (andreas)
  • update[1.4] removed usage of deprecated code Diff (andreas)
  • update[1.4] don't copy the files Diff (michi)
  • update[1.4] debugging query string re encoding Diff (michi)
  • update[1.4] removed usage of deprecated methods Diff (andreas)
  • update[1.4] removed usage of deprecated methods Diff (andreas)
  • update[1.4] set specific dublin core methods to @deprecated Diff (andreas)
  • update[1.4] don't show inherited rights for top-level URLs Diff (andreas)
  • update[1.4] specific AC handling for archive and trash Diff (andreas)
  • update[1.4] removed unused private field Diff (andreas)
  • update[1.4] removed unused import Diff (andreas)
  • update[1.4] added javadocs Diff (andreas)
  • update[1.4] removed usage of deprecated Avalon components Diff (andreas)
  • update[1.4] fixed xlink namespace Diff (andreas)
  • update[1.4] fixed xlink namespace Diff (andreas)
  • update[1.4] fixed XLink namespace handling Diff (andreas)
  • update[1.4] fixed XLink namespace handling Diff (andreas)
  • update[1.4] - refactoring - removed some premature methods Diff (andreas)
  • update[1.4] search target added Diff (michi)
  • update[1.4] search moved into own method Diff (michi)
  • update[1.4] libraries updated and debug argument removed Diff (michi)
  • update[1.4] better introspection support added Diff (michi)
  • update[1.4] Indexer added and forum Creator removed Diff (michi)
  • update[1.4] Indexing improved Diff (michi)
  • update[1.4] Tomcat binary installation added Diff (michi)
  • update[1.4] typo fixed Diff (michi)
  • update[1.4] removed edit entry Diff (michi)
  • update[1.4] Added i18n support for IP Range admin screens. Diff (roku)
  • update[1.4] added DocumentSetVisitor Diff (andreas)
  • update[1.4] some little refactoring Diff (andreas)
  • update[1.4] Completed i18n of user admin screens. Diff (roku)
  • update[1.4] update TODO Diff (gregor)
  • update[1.4] upgrade to Cocoon 2.1.4: ResourceExistsSelector Diff (andreas)
  • update[1.4] switched to xerces jar of Cocoon 2.1.4 Diff (andreas)
  • update[1.4] casting manager to object to avoid clash Diff (andreas)
  • update[1.4] added cast for component/service manager Diff (andreas)
  • update[1.4] create and edit entry added Diff (michi)
  • update[1.4] ...more i18n for user admin screen. Diff (roku)
  • update[1.4] More i18n for user admin screens and a fix for group admin screens. Diff (roku)
  • update[1.4] Added more i18n for group admin screen. Diff (roku)
  • update[1.4] made it compatible with Cocoon 2.1.4 Diff (andreas)
  • update[1.4] Clean up the Dublin Core interface: * The instance() is protected again (as in the GoF proxy pattern) * The refresh() method is gone and is replaced by the replaceBy() method * There is a new method replaceBy() which lets you replace the content of a dublin core by another. * The FilePublication class now uses the replaceBy() method and no longer requires internal knowledge of the dublin core implementation. Diff (egli)
  • update[1.4] reverting changes (didn't work with 2.1.2) Diff (andreas)
  • update[1.4] - replaced deprecated ConfigurableComposerAction by ConfigurableServicableAction - added javadocs Diff (andreas)
  • update[1.4] replaced commandlinelogger by log4j Diff (andreas)
  • update[1.4] prettified javadocs Diff (andreas)
  • update[1.4] completed javadocs Diff (andreas)
  • update[1.4] Minor i18n fix. Diff (roku)
  • update[1.4] Added i18n support for group administration. Diff (roku)
  • update[1.4] Added i18n support. Diff (roku)
  • update[1.4] Did german translation for sitetree nodes. Diff (roku)
  • update[1.4] Fixed small "typo" when calling confirm-delete.xsl Diff (roku)
  • update[1.4] Small i18n fixes. Diff (roku)
  • update[1.4] Added i18n support for admin trash screen and menubar Diff (roku)
  • update[1.4] Added i18n support Diff (roku)
  • update[1.4] Added translations for admin screens Diff (roku)
  • update[1.4] Added i18n transformation to admin screens Diff (roku)
  • update[1.4] added xinclude preparation step Diff (andreas)
  • update[1.4] replace only latest transformation source Diff (andreas)
  • update[1.4] parent element bug fixed whereas attributes need to be fixed as well Diff (michi)
  • update[1.4] formatting and comments Diff (gregor)
  • update[1.4] formatting and comments Diff (gregor)
  • update[1.4] editing attributes Diff (michi)
  • update[1.4] formatting and comments Diff (gregor)
  • update[1.4] attributes can also be updated now Diff (michi)
  • update[1.4] improved documentation Diff (gregor)
  • update[1.4] cleaned up version Diff (michi)
  • update[1.4] restored tree view pipeline Diff (andreas)
  • update[1.4] i thought i had fixed that already? xsl:text cannot have mixed content of course Diff (gregor)
  • update[1.4] some usability renames Diff (gregor)
  • update[1.4] Added translation for workflow states Diff (roku)
  • update[1.4] Pass the document-type to the page2xhtml transformer. Diff (egli)
  • update[1.4] disallow _ in document ids. was leading to problems with the language delimiter Diff (gregor)
  • update[1.4] usability: adjust assets list Diff (gregor)
  • update[1.4] prepend contextprefix publication and area Diff (gregor)
  • update[1.4] disallow the caption element in bxe Diff (gregor)
  • update[1.4] bxe now has a popup for links that lets you select an internal link from the sitetree Diff (gregor)
  • update[1.4] for some strange reason, xhtml strict did not allow a as a child of p and other problems. this made bxe pretty useless. fixed to use xhtml transitional Diff (gregor)
  • update[1.4] Removed "Back to Page" button. Diff (roku)
  • update[1.4] the bxe image / asset upload screens were not getting the user name and current date correctly Diff (gregor)
  • update[1.4] Completed translations. TODO: Translate images for Live,Admin,Site etc. tabs Diff (roku)
  • update[1.4] overwritten title has precedence over dc:title for an asset Diff (gregor)
  • update[1.4] Fixed a small bug I introduced earlier with i18n Diff (roku)
  • update[1.4] default for dc:rights added Diff (gregor)
  • update[1.4] Added i18n support for cms tabs (incomplete). TODO: We need to translate the tab images! Diff (roku)
  • update[1.4] - Finished cms menu translations - Fixed translations in logout screen Diff (roku)
  • update[1.4] Fixed a translation. Diff (roku)
  • update[1.4] Added i18n support for cms menu. Diff (roku)
  • update[1.4] Moved i18n transformer to usecase.xmap. Diff (roku)
  • update[1.4] Removed useless cvs keyword Diff (roku)
  • update[1.4] Added support for i18n on reject screen. Diff (roku)
  • update[1.4] Removed spaces Diff (roku)
  • update[1.4] Fixed copyright. It's called The Apache Software Foundation and not Apache Software Foundation Diff (roku)
  • update[1.4] usability: remove url printout in info area Diff (gregor)
  • update[1.4] Added a translation Diff (roku)
  • update[1.4] Added i18n support for logout screen. Diff (roku)
  • update[1.4] Added i18n support. Diff (roku)
  • update[1.4] Added translations for login screen Diff (roku)
  • update[1.4] Added i18n transformation for login screen. Also see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26933 Diff (roku)
  • update[1.4] Now page:title is translated as well. Now the 18n transformation is done first. Diff (roku)
  • update[1.4] Fixed a translation Diff (roku)
  • update[1.4] Started with i18n. Still the problem that text within <page:title> is not translated. Diff (roku)
  • update[1.4] Added some translations for publish screen Diff (roku)
  • update[1.4] Using utf codes for umlauts now. Diff (roku)
  • update[1.4] Added ASF license info and more translations Diff (roku)
  • update[1.4] Initial i18n Diff (roku)
  • update[1.4] Added use of i18n transformer for cms pages/screens Diff (roku)
  • update[1.4] Added i18n Transformer called i18n with initial catalogues. Diff (roku)
  • update[1.4] usability: don't mix read-only with writable form fields Diff (gregor)
  • update[1.4] usability: use textarea for dc description Diff (gregor)
  • update[1.4] refreshing dublin core after coping a document Diff (andreas)
  • update[1.4] now compatible with Cocoon 2.1.2 and Cocoon 2.1.4 (fix) Diff (andreas)
  • update[1.4] now compatible with Cocoon 2.1.2 and Cocoon 2.1.4 Diff (andreas)
  • update[1.4] now compatible with Cocoon 2.1.2 and Cocoon 2.1.4 Diff (andreas)
  • update[1.4] factored out Cocoon-related methods to cocoon package Diff (andreas)
  • update[1.4] explicitly specify the ns for the script tag Diff (gregor)
  • update[1.4] for some reason, assets are sorted differently depending on the platform (due to the ResourcesManager) added a sort statement to keep them consistent Diff (gregor)
  • update[1.4] added deleteHistory() method Diff (andreas)
  • update[1.4] make workflow history sort order consistent with revision sort order Diff (gregor)
  • update[1.4] restricted access to the admin area to members of the admin group. thanks to doug chestnut for the suggestion Diff (gregor)
  • update[1.4] remove unused multiparthttpservletrequestaction fixes #26830 Diff (gregor)
  • update[1.4] added revision control for xopus Diff (andreas)
  • update[1.4] removed some useless lines Diff (andreas)
  • update[1.4] improved javadocs Diff (andreas)
  • update[1.4] formatted Diff (andreas)
  • update[1.4] removed dead code Diff (andreas)
  • update[1.4] made some methods public Diff (andreas)
  • update[1.4] refactored revision controller Diff (andreas)
  • update[1.4] removed unused import Diff (andreas)
  • update[1.4] replaced DOM4j + deprecated lenya.xml stuff by JAXP Diff (andreas)
  • update[1.4] deprecated Diff (gregor)
  • update[1.4] hide obscure html attributes in bxe Diff (gregor)
  • update[1.4] crap removal Diff (gregor)
  • update[1.4] this should be the last of the ugly screens. the next person who fails to use the proper design elements will be shot. Diff (gregor)
  • update[1.4] crap removal Diff (gregor)
  • update[1.4] added lucene index creation gui (was hidden in the lucene sitemap) it is not working yet Diff (gregor)
  • update[1.4] Passing variables root, document-id, url from publication-sitemap to page2xhtml Diff (roku)
  • update[1.4] improved javadocs Diff (andreas)
  • update[1.4] added some linebreaks (too wide in browser) Diff (andreas)
  • update[1.4] now show assets correctly Diff (gregor)
  • update[1.4] marked required fields (thanks to Jan Metzner) Diff (andreas)
  • update[1.4] forgot to re-rename a method call Diff (andreas)
  • update[1.4] replaced DOMParserFactory with DocumentHelper Diff (andreas)
  • update[1.4] fixed hard-coded context prefix Diff (andreas)
  • update[1.4] fixed "delete user" bug Diff (andreas)
  • update[1.4] fixed hard-coded context prefix Diff (andreas)
  • update[1.4] removed publication-build.xml Diff (andreas)
  • update[1.4] - removed obsolete XSLT - removed hard-coded context prefix Diff (andreas)
  • update[1.4] hide this publication by default because it perpetrates obsolete ways to set up a lenya publication and should therefore not be used as a sample to learn from. the oscom publication will be removed from lenya in the future. Diff (gregor)
  • update[1.4] huh? the linked stylesheet never worked. Diff (gregor)
  • update[1.4] cleanup. /me getting tired of people who do not understand CVS and abuse comments for "old code" Diff (gregor)
  • update[1.4] changed references to obsolete stuff this publication is on the way out anyway Diff (gregor)
  • update[1.4] the next person who commits new cms screens that do not use the standard layout will be shot. Diff (gregor)
  • update[1.4] moved obsolete creators directly into the blog publication Diff (gregor)
  • update[1.4] cleanup: no more xsp-lenya Diff (gregor)
  • update[1.4] xslt belong in the xslt dir Diff (gregor)
  • update[1.4] xslt moved to its proper place Diff (gregor)
  • update[1.4] fixed http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26710 Diff (andreas)
  • update[1.4] added login link to logout screen Diff (andreas)
  • update[1.4] FIXME added Diff (michi)
  • update[1.4] while this xsp should probably die, i fixed a bug anyway. the method to get the user name changed Diff (gregor)
  • update[1.4] non-breaking space added Diff (michi)
  • update[1.4] In order to avoid a problem with publication specific css for td I added a class for the td which holds the leftmost part of the lenya menu. Diff (egli)
  • update[1.4] exclude BXE and Epoz Diff (michi)
  • update[1.4] BXE loading fixed Diff (michi)
  • update[1.4] added prerequisites Diff (andreas)
  • update[1.4] fixed <ul> processing Diff (andreas)
  • update[1.4] using generated installation instructions Diff (andreas)
  • update[1.4] - added note to txt stylesheet - added Text version link to html stylesheet Diff (andreas)
  • update[1.4] added TXT generation Diff (andreas)
  • update[1.4] changed info messages to debug Diff (andreas)
  • update[1.4] Make sure the td which the server time is in has a class, so that it is not overwritten by publication specific td css definitions. Diff (egli)
  • update[1.4] oops was not well formed Diff (gregor)
  • update[1.4] moved introduction and "" matchers to the core Diff (gregor)
  • update[1.4] make bxe_xpath conditional Diff (gregor)
  • update[1.4] pipeline desc improved Diff (gregor)
  • update[1.4] should be type, not mime-type thanks to peter shipley Diff (gregor)
  • update[1.4] reject / submit screen usability improvements thanks to trapo for the suggestions Diff (gregor)
  • update[1.4] xml declaration was missing Diff (gregor)
  • update[1.4] one form editor cleanup. uses correct encoding now Diff (gregor)
  • update[1.4] checking "normal" parameter too in getImageParameterValue() Diff (andreas)
  • update[1.4] Adapted to the new method getAbsoluteId(). Diff (egli)
  • update[1.4] Remove read code. Diff (egli)
  • update[1.4] Removed some code smell by replacing occurences of String parentid = node.getAbsoluteParentId(); String srcDocumentid = parentid + "/" + node.getId(); by String srcDocumentid = node.getAbsoluteId(); Diff (egli)
  • update[1.4] Added a method getAbsoluteId() to get the absolute id of a node. Diff (egli)
  • update[1.4] * Added a method getAbsoluteId() to get the absolute id of a node. * Reimplemented getAbsoluteParentId with the help of above method and deprecated it (you should use getParent().getAbsoluteId() instead. * deprecated getParentId (as you should use getParent().getId() instead. Diff (egli)
  • update[1.4] Improved the wording based on a suggestion by Peter Shipley. Diff (egli)
  • update[1.4] added support for block titles Diff (andreas)
  • update[1.4] changed error log messages to debug Diff (andreas)
  • update[1.4] using multiple dc:* elements instead of dc:value elements Diff (andreas)
  • update[1.4] weird things going on with stray namespaces. the xhtml-strict serializer does not strip them sometimes Diff (gregor)
  • update[1.4] added support for multiple dublin core values Diff (andreas)
  • update[1.4] add support for loading of js in lenya cms screens Diff (gregor)
  • update[1.4] typo fix Diff (gregor)
  • update[1.4] were not well-formed Diff (gregor)
  • update[1.4] set the workflow to edit, while inserting an already existing image/asset Diff (edith)
  • update[1.4] Prettifying Diff (stefano)
  • update[1.4] Organized imports Diff (stefano)
  • update[1.4] downgrading to servlet 2.2 calls Diff (stefano)
  • update[1.4] fixing license Diff (stefano)

Version 2004-01 ()

  • update[] This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2_RC_2'. Diff ()

1.4

  • add[1.4] Magnolia added Diff (michi)
  • add[1.4] stylesheet to change the rc backup xml in the desired doctype's xml Diff (edith)
  • add[1.4] while we do not have bxeng and epoz in CVS, we ship our binaries with them. adding the licenses here seems prudent. Diff (gregor)
  • add[1.4] added word 11 import, and reorganized the openoffice import Diff (gregor)
  • add[1.4] better upload images Diff (gregor)
  • add[1.4] Added licence for w3c-crypt. Diff (egli)
  • add[1.4] Added a first cut of a credits file as suggested by Nicola. Mostly copy and paste from the credits page from the community section of the Lenya web page. Diff (egli)
  • add[1.4] Added the license files from the xml-forrest project as they are included in the ditribution. Diff (egli)
  • add[1.4] live updated Diff (michi)
  • add[1.4] Epoz added Diff (michi)
  • add[1.4] replace the ant delete with own ant task Diff (edith)
  • add[1.4] utility class similiar to UNIX sed added Diff (michi)
  • add[1.4] add relax ng schema for sidebar there are still some glitches in the editor.. please review this fixes #26111 Diff (gregor)
  • add[1.4] things ought to be in different places Diff (gregor)
  • add[1.4] one form fixed Diff (michi)
  • add[1.4] serving shared resources Diff (andreas)
  • add[1.4] Ant task to init the RC for the destination files (for instance while copying) Diff (edith)
  • add[1.4] convert w3c crypt into a jar Diff (gregor)
  • add[1.4] improve serving of static resources: * take area into account * extend out of the box mime types Diff (gregor)
  • add[1.4] added publication test framework Diff (andreas)
  • add[1.4] moved from default publication into the core Diff (michi)
  • add[1.4] action to validate a document Diff (edith)
  • add[1.4] refactored scheduler, added task to move scheduler entry Diff (andreas)
  • remove[1.4] usecase bxeng renamed Diff (michi)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] security hole Diff (michi)
  • remove[1.4] obsolete Diff (michi)
  • remove[1.4] removed duplicate lib #26277 Diff (gregor)
  • remove[1.4] No more needed. Diff (edith)
  • remove[1.4] moved to jar Diff (michi)
  • remove[1.4] remove simple doctype Diff (gregor)
  • remove[1.4] remove obsolete schema Diff (gregor)
  • remove[1.4] moved into core Diff (michi)
  • remove[1.4] midas removed. we have epoz now Diff (gregor)
  • update[1.4] also copy CREDITS Diff (gregor)
  • update[1.4] target was out of sync with root-level contents Diff (gregor)
  • update[1.4] cannot have mixed content in xsl:text Diff (gregor)
  • update[1.4] oops had old copyright Diff (gregor)
  • update[1.4] hide image upload with dots until someone ports the rest of the pipelines Diff (gregor)
  • update[1.4] for some reason, xsltc craps out on jetty. jalan-j works though. Diff (gregor)
  • update[1.4] eliminate the "text before root element" warning Diff (gregor)
  • update[1.4] use cvs as it is intended Diff (gregor)
  • update[1.4] remove superflous buttons Diff (gregor)
  • update[1.4] there was a namespace problem that broke the transform Diff (gregor)
  • update[1.4] export support added Diff (gregor)
  • update[1.4] remove empty DC elements when saving Diff (andreas)
  • update[1.4] container-independent epoz. epozmacros.html still to do Diff (gregor)
  • update[1.4] updated instructions. simplified Diff (gregor)
  • update[1.4] Epoz pipeline added Diff (michi)
  • update[1.4] BXE interface independent of contextPath Diff (michi)
  • update[1.4] bxe replaced by bxeng Diff (michi)
  • update[1.4] some were binary Diff (gregor)
  • update[1.4] *** keyword substitution change *** Diff (gregor)
  • update[1.4] Hartman CMS Matrix added Diff (michi)
  • update[1.4] reinstate the scheduler.. WOHOOO Diff (gregor)
  • update[1.4] doh, was not well-formed Diff (gregor)
  • update[1.4] content updated Diff (michi)
  • update[1.4] links updated Diff (michi)
  • update[1.4] NOTE about dist and snapshot added Diff (michi)
  • update[1.4] debug text removed Diff (michi)
  • update[1.4] identities should not be deleted or overwritten during reset or install Diff (michi)
  • update[1.4] Publishing all fixed Diff (michi)
  • update[1.4] rc view for the doctype entry Diff (edith)
  • update[1.4] introduced rc-revisions in menu Diff (edith)
  • update[1.4] bitflux, epoz credits added Diff (gregor)
  • update[1.4] readme updated Diff (gregor)
  • update[1.4] wording improved Diff (gregor)
  • update[1.4] change to usecase Diff (gregor)
  • update[1.4] XOPUS_PREFIX added Diff (michi)
  • update[1.4] Xopus area generalized Diff (michi)
  • update[1.4] replace the ant delete by own delete ant tasks. (For windows problem) Diff (edith)
  • update[1.4] change the layout to this of a lenya screen Diff (edith)
  • update[1.4] fix the redirect for the rename. Redirect to the parent Diff (edith)
  • update[1.4] redirect fixed Diff (michi)
  • update[1.4] document name added Diff (michi)
  • update[1.4] document name added Diff (michi)
  • update[1.4] w3c MD5 replaced by java.security.MessageDigest Diff (michi)
  • update[1.4] Edit link fixed Diff (michi)
  • update[1.4] editor added Diff (michi)
  • update[1.4] parameter bug fixed Diff (michi)
  • update[1.4] Planet OSCOM link fixed Diff (michi)
  • update[1.4] Navigation fixed Diff (michi)
  • update[1.4] Epoz integration updated Diff (michi)
  • update[1.4] installation instructions updated Diff (michi)
  • update[1.4] remove scheduler from default publication menu #26339 Diff (gregor)
  • update[1.4] simplified the installation instructions for the binary version. #26348 Diff (gregor)
  • update[1.4] redirect-to added Diff (michi)
  • update[1.4] redirect-to Diff (michi)
  • update[1.4] Save and Exit implemented Diff (michi)
  • update[1.4] Layout fixed Diff (michi)
  • update[1.4] FIXME added re reloadsrc attribute Diff (michi)
  • update[1.4] proxy enabling for Apache 2 added Diff (michi)
  • update[1.4] extended logging Diff (andreas)
  • update[1.4] fixed publish & deactivate Diff (andreas)
  • update[1.4] FIXME added Diff (michi)
  • update[1.4] XHTML and Epoz readded Diff (michi)
  • update[1.4] reverting accidential changes Diff (andreas)
  • update[1.4] passing default parameters to Xopus stylesheet Diff (andreas)
  • update[1.4] xhtml XSLTs fixed Diff (michi)
  • update[1.4] publish task fixed Diff (michi)
  • update[1.4] version fixed Diff (michi)
  • update[1.4] revert Diff (edith)
  • update[1.4] delete history file by move workflow history Diff (edith)
  • update[1.4] catch delete exception, so that the move don't crash under windows Diff (edith)
  • update[1.4] acceptReserveSubtree method for the visitor pattern Diff (edith)
  • update[1.4] delete meta files and resources file Diff (edith)
  • update[1.4] fixed some broken links Diff (andreas)
  • update[1.4] - fixed Tomcat link - removed "or later" for cocoon 2.1.2 Diff (andreas)
  • update[1.4] ldap works Diff (gregor)
  • update[1.4] show publication name for login and logout screens Diff (gregor)
  • update[1.4] center fixed Diff (michi)
  • update[1.4] also get <link> elements, such as CSS #26109 Diff (gregor)
  • update[1.4] no more default caption Diff (gregor)
  • update[1.4] only show images in the images dropdown Diff (gregor)
  • update[1.4] add "all rights reserved" as default Diff (gregor)
  • update[1.4] show user name instead of user id on asset screens Diff (gregor)
  • update[1.4] roundtripping was broken Diff (gregor)
  • update[1.4] introduction text updated Diff (michi)
  • update[1.4] for all tomcat properties a note added re relative path Diff (michi)
  • update[1.4] note about relative paths added. thanks to dale christ for the hint Diff (gregor)
  • update[1.4] deleteDocument() throws exception when the document does not exist Diff (andreas)
  • update[1.4] added method as workaround for IE <input type="image"> bug Diff (andreas)
  • update[1.4] replaced /lenya by {request:contextPath} Diff (andreas)
  • update[1.4] replaced /lenya by {request:contextPath} Diff (andreas)
  • update[1.4] type fixed Diff (michi)
  • update[1.4] validation was too draconian Diff (gregor)
  • update[1.4] one day, people will learn that xml comments are not a dumping ground for old crap Diff (gregor)
  • update[1.4] fixed centering for Lenya cmsbody Diff (andreas)
  • update[1.4] export href fixed Diff (michi)
  • update[1.4] gray out info area operations for objects in the trash or in the archive. Diff (gregor)
  • update[1.4] version and author fixed Diff (michi)
  • update[1.4] sed native call by SED class replaced Diff (michi)
  • update[1.4] usability improvements Diff (gregor)
  • update[1.4] debugging improved Diff (michi)
  • update[1.4] redirect to the new url after a document rename Diff (gregor)
  • update[1.4] export fixed Diff (michi)
  • update[1.4] Sidebar fixed Diff (michi)
  • update[1.4] tighten things further so that you cannot create documents with stupid ids Diff (gregor)
  • update[1.4] added method to obtain request URL Diff (andreas)
  • update[1.4] restrict renames to a-z, A-Z, 0-9, _ and - Diff (gregor)
  • update[1.4] validate required fields Diff (gregor)
  • update[1.4] make it harder for users to shoot themselves in the foot. no more renames with spaces or / in the document id Diff (gregor)
  • update[1.4] method added Diff (michi)
  • update[1.4] these exceptions are far too verbose, scaring unsuspecting users Diff (gregor)
  • update[1.4] more options for bxe toolbar Diff (gregor)
  • update[1.4] was looking for the old bxe, doh! Diff (gregor)
  • update[1.4] make sure admins cannot set empty passwords Diff (gregor)
  • update[1.4] usability improvements. gray out inappropriate options, like move up / down for nodes in the trash. Diff (gregor)
  • update[1.4] well-formedness fix Diff (gregor)
  • update[1.4] sync ant tasks with more recent developments Diff (gregor)
  • update[1.4] typo fix Diff (gregor)
  • update[1.4] public method to get source added Diff (michi)
  • update[1.4] removed superflous transform. view revisions should now work. fixes #25476 Diff (gregor)
  • update[1.4] what is this crap: value="LENYA" Diff (gregor)
  • update[1.4] added dcterms ns to samples. this should fix #25570 Diff (gregor)
  • update[1.4] * replace ugly html with lenya cms screen * remove platform bias where appropriate * add jetty note heres to hoping that no one checks in any more plain html screens. Diff (gregor)
  • update[1.4] add warning if bxe is missing fixes #25569 Diff (gregor)
  • update[1.4] FIXME re updating attribute added Diff (michi)
  • update[1.4] Note added Diff (michi)
  • update[1.4] changed to UTF-8 Diff (michi)
  • update[1.4] reset the encoding for resource "style-cms-page" to iso-8859-1 Diff (edith)
  • update[1.4] sometimes, i am anal retentive. Diff (gregor)
  • update[1.4] create file with IOUtils.createFile instead of file.createNewFile because of unix problems Diff (edith)
  • update[1.4] RC for assets and images Diff (edith)
  • update[1.4] RC build in for the images and assets Diff (edith)
  • update[1.4] fix the path for bootombg.gif Diff (edith)
  • update[1.4] w3c-crypt jar added Diff (michi)
  • update[1.4] michi removed Diff (michi)
  • update[1.4] FIXMEs added Diff (michi)
  • update[1.4] directory structure updated and source added Diff (michi)
  • update[1.4] improve form editor for xhtml doctype Diff (gregor)
  • update[1.4] remove unizh references Diff (gregor)
  • update[1.4] add support for editing of sidebar. thanks to dale christ Diff (gregor)
  • update[1.4] remove non existing xml upload Diff (gregor)
  • update[1.4] removed doctype declaration to avoid nasty entity resolver issues Diff (gregor)
  • update[1.4] added validation of required fields improved wording Diff (gregor)
  • update[1.4] enable archive and delete for default publication. thanks to doug chestnut Diff (gregor)
  • update[1.4] a doc type was mispelt Diff (gregor)
  • update[1.4] Warning prettified Diff (michi)
  • update[1.4] utility method added Diff (michi)
  • update[1.4] add pdf to allowed upload types Diff (gregor)
  • update[1.4] using template for publications test buildfile (avoid multiple patching) Diff (andreas)
  • update[1.4] CMFS updated Diff (michi)
  • update[1.4] no need to leave debug statements in Diff (gregor)
  • update[1.4] whitespace Diff (gregor)
  • update[1.4] the validation action was validating an empty file for some reason. edith, please double-check. should fix #622 Diff (gregor)
  • update[1.4] index iterator had a wrong comparison. works again now. Diff (gregor)
  • update[1.4] lenya version updated Diff (gregor)
  • update[1.4] PDF docu added Diff (michi)
  • update[1.4] deleting scheduler entry when document is moved Diff (andreas)
  • update[1.4] make xpdf path independent of version changes Diff (gregor)
  • update[1.4] upgrade to lucene 1.3 final Diff (gregor)
  • update[1.4] crawl removed Diff (michi)
  • update[1.4] Adobe PDF conversion target added Diff (michi)
  • update[1.4] cleaned Diff (michi)
  • update[1.4] xpdf implemented Diff (michi)
  • update[1.4] xpdf as target added Diff (michi)
  • update[1.4] remove unused ant task Diff (gregor)
  • update[1.4] asset button Diff (gregor)
  • update[1.4] element is now called children, was index. this fixes #593 Diff (gregor)
  • update[1.4] dtd troubles if offline Diff (michi)
  • update[1.4] call default.xsp from core Diff (michi)
  • update[1.4] text/xhtml replaced by application/xhtml+xml Diff (michi)
  • update[1.4] Fixed a bug that shows up in some corner cases: When deactivating a document the references used to be checked in a language agnostic way, i.e. you would get warnings that were not true. This is fixed so that the document bar [en] only invokes a warning when deactivating iff 1. the link is to bar_en 2. or the link is to bar and en is the default language. Diff (egli)
  • update[1.4] working dir for jetty was wrong (in the start menu shortcut) this fixes #25565 Diff (gregor)
  • update[1.4] get rid of 1.2-dev label fixes #25682 Diff (gregor)
  • update[1.4] Factored out the constants for file name "index" and suffix ".xml". Diff (egli)
  • update[1.4] Removed unused variable. Diff (egli)
  • update[1.4] The validation for 1form editor built Diff (edith)
  • update[1.4] representation of error messages Diff (edith)
  • update[1.4] Under winblows the backslashes in the filename have to be replaced with '/' to make up a decent documentId. This should really fix #472. Diff (egli)
  • update[1.4] Fixed a Unixism (using File.separator instead of "/"). This fixes #472. Diff (egli)
  • update[1.4] fix the the parent id, computed from the dc:identifier Diff (edith)
  • update[1.4] Make sure the doctype is passed through to the error screen. This fixes #606 Diff (egli)
  • update[1.4] haunted by phantom loop Diff (michi)
  • update[1.4] fix the bug for the destination id "//bar" Diff (edith)
  • update[1.4] removed unused imports. Diff (egli)
  • update[1.4] set the backup parameter for the checkin Diff (edith)
  • update[1.4] introduction of backup parameter in the sheckin pipeline; fix the checkin for the Forms editors; fix the cancel fot the 1 form editor Diff (edith)
  • update[1.4] cvs tags added Diff (gregor)
  • update[1.4] If the internal reference does not specify a language use the default language (with the help of the document builder). Diff (egli)
  • update[1.4] Simplified the code and fixed a bug in getLanguage. Fixes #562. Diff (egli)
  • update[1.4] Added a fixme about simplyfying the boolean expression that is used in getLabel. This can be simpyfied since the language of a label should now never be null. Diff (egli)
  • update[1.4] DC Term isReferencedBy added Diff (michi)
  • update[1.4] added extension check for file uploads. currently configurable through xsl parameter. Diff (gregor)
  • update[1.4] FIXME re NullPointerException Diff (michi)
  • update[1.4] improve wording to fix #602 Diff (gregor)
  • update[1.4] updated method signature Diff (andreas)

Version 2003-12 ()

1.0

  • add[1.0] docu on Epoz and Xopus started Diff (michi)
  • add[1.0] Xalan 2.5.0 works fine Diff (michi)
  • add[1.0] actual layout readded Diff (michi)
  • add[1.0] navigation readded, else it's hard to navigate Diff (michi)
  • add[1.0] Matrix entry editable with Xopus Diff (michi)
  • add[1.0] Xopus example within Blog pubblication added Diff (michi)
  • add[1.0] Xopus interface refactored Diff (michi)
  • add[1.0] allow formatting of CMS screens using cocoon://lenya-screen.xsl Diff (andreas)
  • add[1.0] Epoz save added Diff (michi)
  • add[1.0] Epoz added Diff (michi)
  • add[1.0] Moved the publication specific publication screen from xslt/publishing to lenya/xslt/publishing. Diff (egli)
  • add[1.0] Add an error screen for the sax-parsing exception which can happen in the one form editor if non-validating xml is entered. Diff (egli)
  • add[1.0] Added a specific publishing screen to the blog pub which does not have the scheduler stuff in it. Diff (egli)
  • add[1.0] stray xsl is back where it belongs Diff (gregor)
  • add[1.0] added collections Diff (andreas)
  • remove[1.0] start with a white sheet of paper Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] oscom pub now mirrors what is in use at oscom.org/matrix Diff (gregor)
  • remove[1.0] old bxe removed more old crap removed <!-- is not a CVS replacement.. Diff (gregor)
  • update[1.0] public constructors else one needs to extend this class always Diff (michi)
  • update[1.0] add workflow transition. an image upload puts a document back into authoring. Diff (gregor)
  • update[1.0] javadoc fix Diff (gregor)
  • update[1.0] make sure temporary files are created in the work directory Diff (gregor)
  • update[1.0] search link fixed Diff (michi)
  • update[1.0] introspection added Diff (michi)
  • update[1.0] setup info added Diff (michi)
  • update[1.0] Xopus menu item added Diff (michi)
  • update[1.0] save and exit implemented Diff (michi)
  • update[1.0] saving for Xopus implemented Diff (michi)
  • update[1.0] save and configuration added Diff (michi)
  • update[1.0] Epoz and Xopus docu added Diff (michi)
  • update[1.0] version and acknowledgements fixed Diff (michi)
  • update[1.0] Rollback view added Diff (michi)
  • update[1.0] logging fixed Diff (michi)
  • update[1.0] backup flag added Diff (michi)
  • update[1.0] archives hidden Diff (michi)
  • update[1.0] the document is checked in and backed up after its creation Diff (edith)
  • update[1.0] fixed the backup: -in the revision view appears only the existing versions -time version Diff (edith)
  • update[1.0] build process simplified and endorsed libraries added Diff (michi)
  • update[1.0] fixed redirect to javadoc error file Diff (edith)
  • update[1.0] href fixed Diff (gregor)
  • update[1.0] redirects and banner fixed Diff (michi)
  • update[1.0] image path fixed Diff (michi)
  • update[1.0] authoring and live area merged Diff (michi)
  • update[1.0] authoring sitemap cleaned and fixed Diff (michi)
  • update[1.0] hide documentation publication Diff (gregor)
  • update[1.0] Xopus items added (hidden) Diff (michi)
  • update[1.0] group editormatric doesn't exist anymore Diff (michi)
  • update[1.0] refactored version of Xopus interface added Diff (michi)
  • update[1.0] html serializer without adding DTD Diff (michi)
  • update[1.0] copy also xml files Diff (michi)
  • update[1.0] debugging fixed Diff (michi)
  • update[1.0] michi deleted Diff (michi)
  • update[1.0] version fixed Diff (michi)
  • update[1.0] Epoz should only be available for xhtml doctypes Diff (michi)
  • update[1.0] FIXME re text/html added Diff (michi)
  • update[1.0] fixed download link to use mirrors Diff (gregor)
  • update[1.0] replaced FOM_Cocoon methods with FlowHelper (SoC) Diff (andreas)
  • update[1.0] - removed buildCollection() from DocumentBuilder - added lazy loading to CollectionImpl Diff (andreas)
  • update[1.0] title updated Diff (michi)
  • update[1.0] download page prettified Diff (michi)
  • update[1.0] michi removed Diff (michi)
  • update[1.0] namespace fixed Diff (michi)
  • update[1.0] This commit was manufactured by cvs2svn to create tag 'RELEASE_1_2_RC_1'. Diff ()
  • update[1.0] bump version up to 1.2-rc1 Diff (gregor)
  • update[1.0] fix the pipeline for the rng Diff (edith)
  • update[1.0] relax ng schema generated with trang to be able to save with bitflux Diff (edith)
  • update[1.0] close the outputstream change renameTo which doesn't work for windows Diff (edith)
  • update[1.0] added flowscript methods to factories Diff (andreas)
  • update[1.0] added getFirstPosition() method Diff (andreas)
  • update[1.0] removed the finally because eclipse complains Diff (stefano)
  • update[1.0] * moved a test to test dir * replaced some hardcoded /home/ values Diff (gregor)
  • update[1.0] cancel bug fixed Diff (michi)
  • update[1.0] archive fixed Diff (michi)
  • update[1.0] not entries yet Diff (michi)
  • update[1.0] no entries directory Diff (michi)
  • update[1.0] double escaping fixed Diff (michi)
  • update[1.0] further cleanup * changed to xalan * cleaned menus * cleaned lucene sitemap Diff (gregor)
  • update[1.0] sitemap is well-formed again Diff (michi)
  • update[1.0] PathMapper replaced Diff (michi)
  • update[1.0] namespaces fixed Diff (michi)
  • update[1.0] namespace xinclude bug fixed Diff (michi)
  • update[1.0] Added a note about the fact that you have to use the local.*.properties from ./src/cocoon to build your cocoon. Otherwise you'll get problems with the cron block. This fixes #24738. Diff (egli)
  • update[1.0] Merged some usability fixes from the unicom pub over: * requred fields * note about allowed values * warning about duplicate document-ids Diff (egli)
  • update[1.0] Added a warning in the screen that no special chars are allowed when renaming a document ( a '/' in the new document-id will lead to an exception). This is a workaround for bug #24610 which is non-trivial to fix and will therefore be punted to 1.4 Diff (egli)
  • update[1.0] Rename the submit menu to "Submit for review". Diff (egli)
  • update[1.0] using DOMSource and DocumentBuilder with EntityResolver to avoid external HTTP lookup Diff (andreas)
  • update[1.0] checking if visitor role exists Diff (andreas)
  • update[1.0] Added dcterms to exclude-result-prefixes so that it is no longer that zealous with namespaces. Fixes #24618 Diff (egli)
  • update[1.0] Adapted the tutorial to the new menu structure and added a user alice as an reviewer. This will give a nice balance as we have a man (lenya) doing the authoring and a woman doing the reviewing. Diff (egli)
  • update[1.0] Remove the scheduler menu entry from the Help section since the functionality is now in the scheduler tab in the site area and since a click on the menu causes an exception. Diff (egli)
  • update[1.0] The publishing usecase now uses the fallback module to find the xslt. This allows for publication specific publishing xslts. This is used e.g. in the bloging pub to remove the scheduling parts of the screen. Fixes #24857 Diff (egli)
  • update[1.0] Adapted a relative path to make sure it also works in the context of a publication. Diff (egli)
  • update[1.0] Moved the one-form editor to a separate pipeline so we can do specific error handling for it. The sax-parsing exception (that can occur if you enter non-validating xml in the one-form editor) is now handled and a nice error screen is rendered. Diff (egli)
  • update[1.0] Replace "/home/username" by "$HOME" and "username" by "$USER". Diff (egli)
  • update[1.0] Removed the obsolete usecase upload (which is only used in unipublic), updated the usecase docu and updated the default pub to refer to the asset upload usecase. Diff (egli)
  • update[1.0] Some prettyfication (indented, etc.) Diff (egli)
  • update[1.0] improve compliance with html 4 transitional for output. still a long way before our menu validates. Diff (gregor)
  • update[1.0] typo Diff (gregor)
  • update[1.0] reverting changes (event has to be supplied) Diff (andreas)
  • update[1.0] using authoring workflow history also for staging and live documents Diff (andreas)
  • update[1.0] invoking workflow only if event name is provided Diff (andreas)
  • update[1.0] added clear() to Collection Diff (andreas)
  • update[1.0] added moveDocument() to publication API Diff (andreas)
  • update[1.0] slightly rearrange things Diff (gregor)
  • update[1.0] sitetree is now optional Diff (andreas)
  • update[1.0] removed obsolete iframe Diff (gregor)
  • update[1.0] document-node-id added Diff (gregor)
  • update[1.0] playing janitor this publication is still way sub par. * does not use lenya screens * does not use sitemap structure * is a big XSLT mess etc Diff (gregor)
  • update[1.0] BXE seems to have problems with optional elements Diff (michi)
  • update[1.0] Error handling improved Diff (michi)
  • update[1.0] don't load XML document again before saving Diff (andreas)
  • update[1.0] looking if file exists in Document.exists() (FIXME) Diff (andreas)
  • update[1.0] added namespace support for elements Diff (andreas)
  • update[1.0] changed <super> to <sup> Diff (andreas)
  • update[1.0] related projects moved. this fixes #25081 Diff (gregor)
  • update[1.0] insert-before and schema fixed Diff (michi)
  • update[1.0] logging fixed Diff (michi)
  • update[1.0] AbsolutePath replaced by CanonicalPath because of Softlink problem Diff (michi)
  • update[1.0] logging fixed Diff (michi)
  • update[1.0] sample and schema fixed Diff (michi)
  • update[1.0] rollback added Diff (michi)
  • update[1.0] applying Sandra's patch Diff (andreas)
  • update[1.0] add a Catalog Resolver to the parser Diff (edith)
  • update[1.0] keyords added Diff (michi)
  • update[1.0] args added Diff (michi)
  • update[1.0] shell script added because of linkage error Diff (michi)
  • update[1.0] error replaced by debug Diff (michi)
  • update[1.0] keywords added Diff (michi)
  • update[1.0] updated scheduler screen pipeline Diff (andreas)
  • update[1.0] implementing useful toString() method Diff (andreas)
  • update[1.0] added log messages Diff (andreas)
  • update[1.0] applied chregus patch again ("Damit sollte dann man tabellen �ber das context men� mit "Append Table" einf�gen k�nnen.") Diff (andreas)
  • update[1.0] make DocumentBuilder configuration optional Diff (andreas)
  • update[1.0] summary as optional Diff (michi)
  • update[1.0] IE Bug fixed Diff (michi)
  • update[1.0] applied chregus patch (tabellen �ber das context men� mit "Append Table") Diff (andreas)
  • update[1.0] fixed labels assignment bug Diff (andreas)
  • update[1.0] checking if directory exists before trying to resolve file list Diff (andreas)
  • update[1.0] using fallback for "deactivate" files Diff (andreas)
  • update[1.0] added "role-ids" attribute Diff (andreas)
  • update[1.0] - extended publication API - deleting resources by ResourcesManager Diff (andreas)
  • update[1.0] version control implemented Diff (michi)
  • update[1.0] group admin instead of user lenya Diff (michi)

Version 2003-11 ()

1.0

  • add[1.0] add recent version of Jing because Cocoon 2.1.2 is missing it Diff (michi)
  • add[1.0] implemented document transfer in site tree test Diff (andreas)
  • add[1.0] refactoring publication API Diff (andreas)
  • add[1.0] adding checkstyle config file Diff (andreas)
  • add[1.0] Added license file for bitflux editor. Diff (egli)
  • add[1.0] adding staging tab images Diff (andreas)
  • add[1.0] Ported the remaining dependencies from unizh to the core: * add meta data * link rewriting Diff (egli)
  • add[1.0] Added LICENCE files for all jars which are included in the ./lib dir. Diff (egli)
  • add[1.0] adding canoo webtest files Diff (andreas)
  • add[1.0] starting anteater tests Diff (andreas)
  • add[1.0] index moved Diff (michi)
  • add[1.0] Config of configurable indexer added Diff (michi)
  • add[1.0] added editor buttons Diff (andreas)
  • add[1.0] more licenses added Diff (gregor)
  • add[1.0] have fun, kids jetty support for linux Diff (gregor)
  • add[1.0] relaxng added Diff (michi)
  • add[1.0] dynamic CSS generation to include context prefix Diff (andreas)
  • add[1.0] jetty support Diff (gregor)
  • add[1.0] added some workflow documentation Diff (andreas)
  • add[1.0] adding xpatch task Diff (andreas)
  • add[1.0] typo and bug fixed Diff (michi)
  • add[1.0] begin work on windows installer for lenya, starting from the tomcat 5.0 installer code Diff (gregor)
  • add[1.0] added missing sitetree to make life easier for first time users Diff (gregor)
  • add[1.0] Completed the multilingual docu. Diff (egli)
  • add[1.0] Completed the meta data docu. Diff (egli)
  • add[1.0] Completed the link management docu. Diff (egli)
  • remove[1.0] moved Diff (michi)
  • remove[1.0] Removed bitflux license and bitflux credit. Diff (egli)
  • remove[1.0] Added a new version of xml-forrest-components.jar (plus License file) which contains the SourceTypeAction, which is needed to determine the document-type. Also removed the old version of xml-forrest-components.jar in the docs-new/WEB-INF directory. Diff (egli)
  • remove[1.0] Removed as we cannot legaly redistibute and there is a free (as in speech) replacement included in Cocoon. Diff (egli)
  • remove[1.0] moving publication tests to publication directory Diff (andreas)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] obsolete Diff (michi)
  • remove[1.0] renamed and typo fixed Diff (michi)
  • update[1.0] schema validation implemented Diff (michi)
  • update[1.0] make bxe work in default publication. thanks to thomas wasserberg for the hint. Diff (gregor)
  • update[1.0] introspection link added Diff (michi)
  • update[1.0] validation added Diff (michi)
  • update[1.0] date type modified Diff (michi)
  • update[1.0] FIXME re Jing added Diff (michi)
  • update[1.0] validation added Diff (michi)
  • update[1.0] cleanup stylesheet Diff (michi)
  • update[1.0] implemented document transfer in site tree Diff (andreas)
  • update[1.0] handle only document source in repository-specific publication class Diff (andreas)
  • update[1.0] Make sure the tag at the specified xpath is replaced if insertReplace is true. Diff (egli)
  • update[1.0] Pass the insertTemplate and the insertReplace request parameters on to the ant insert task. Diff (egli)
  • update[1.0] timezone fixed Diff (michi)
  • update[1.0] feedvalidator added Diff (michi)
  • update[1.0] schema updated Diff (michi)
  • update[1.0] entry fixed according to schema Diff (michi)
  • update[1.0] feedvalidator URL added Diff (michi)
  • update[1.0] relax ng for entry moved Diff (michi)
  • update[1.0] eat lenya tags. fixes #24895 Diff (gregor)
  • update[1.0] Make sure internal calls comming from the usecase sitemap are directly handled by the publication sitemap. Diff (egli)
  • update[1.0] There is now an additional step in the asset usecase (called "showdots") which does an internal call to cocoon://{publication-id}/lenya-image-upload/{area}/{uri}. This internal (and publication specific) pipeline is then responsible for displaying the image upload dots. Diff (egli)
  • update[1.0] added document dependency methods Diff (andreas)
  • update[1.0] added the notion of task success or failure Diff (andreas)
  • update[1.0] made block visibility more generic Diff (andreas)
  • update[1.0] change the image / asset upload usecases Diff (gregor)
  • update[1.0] The exception handling is now merged from the unicom publication, i.e. you'll get a nice error page if a document has not been published yet and you'll get the normal exception stack trace in all other cases (where we are looking at real bugs). Fixes #24224. Diff (egli)
  • update[1.0] check if href attribute exists before manipulating it Diff (andreas)
  • update[1.0] making <sub> and <super> tags work Diff (andreas)
  • update[1.0] commented out strikethrough and underline buttons Diff (andreas)
  • update[1.0] added some isDebugEnabled() statements Diff (andreas)
  • update[1.0] Added statements like "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)." as we are required to do so by the license requirements. Diff (egli)
  • update[1.0] extensions are now configurable Diff (michi)
  • update[1.0] more fields to Matrix search added Diff (michi)
  • update[1.0] Use the namespace of the document-element instead of the document-declaration (which is removed by the addMetaData xslt). This fixes bug #24617. Diff (egli)
  • update[1.0] adding staging tab Diff (andreas)
  • update[1.0] Added some more information to the asset screen such as file size and creation date. Diff (egli)
  • update[1.0] multiple fields added Diff (michi)
  • update[1.0] multiple fields as checkboxes added Diff (michi)
  • update[1.0] license as another field added Diff (michi)
  • update[1.0] method and line number added Diff (michi)
  • update[1.0] authorization can fail now Diff (andreas)
  • update[1.0] Made the shell script independent of anyone users home dir. Diff (egli)
  • update[1.0] removed unused imports Diff (andreas)
  • update[1.0] removed unused import Diff (andreas)
  • update[1.0] Changed the dc title to make it more palatable. Diff (egli)
  • update[1.0] multiple search fields Diff (michi)
  • update[1.0] admin and live tabe are now configurable Diff (michi)
  • update[1.0] content dir is kind of configurable Diff (michi)
  • update[1.0] mixed content with better namespace support Diff (michi)
  • update[1.0] about page added link to start page added Diff (gregor)
  • update[1.0] OSCOM cleaned Diff (michi)
  • update[1.0] break and valign fixed Diff (michi)
  • update[1.0] start page cleanup Diff (gregor)
  • update[1.0] more gump descriptor tweaks Diff (gregor)
  • update[1.0] removed some commented-out lines that were superflous Diff (gregor)
  • update[1.0] de-uglified one form editor Diff (gregor)
  • update[1.0] NullPointerException fixed Diff (michi)
  • update[1.0] added advanced matrix search Diff (michi)
  • update[1.0] images path fixed Diff (michi)
  • update[1.0] cleaned Diff (michi)
  • update[1.0] license field added Diff (michi)
  • update[1.0] as alternative to the ant which seems to have a class loading problem Diff (michi)
  • update[1.0] search fields depending on the index added Diff (michi)
  • update[1.0] also copy properties files Diff (michi)
  • update[1.0] reload java classes Diff (michi)
  • update[1.0] index of Matrix added Diff (michi)
  • update[1.0] search fields added Diff (michi)
  • update[1.0] Fields parameter added Diff (michi)
  • update[1.0] hardcoded filename fixed Diff (michi)
  • update[1.0] filename fixed Diff (michi)
  • update[1.0] another command line usage Diff (michi)
  • update[1.0] namespace fixed Diff (michi)
  • update[1.0] namespace fixed Diff (michi)
  • update[1.0] NullPointerException fixed Diff (michi)
  • update[1.0] michi removed Diff (michi)
  • update[1.0] configurable document creator fixed Diff (michi)
  • update[1.0] - refactoring access control - removed obsolete file Diff (andreas)
  • update[1.0] refactoring access control package structure Diff (andreas)
  • update[1.0] getParentDocument() returns ProcessingException Diff (andreas)
  • update[1.0] - refactoring access control package structure - removed obsolete actions Diff (andreas)
  • update[1.0] removed some unused code Diff (andreas)
  • update[1.0] URL fixed Diff (michi)
  • update[1.0] upper to lower case for migration of legacy HTML Diff (michi)
  • update[1.0] updated the requirements, strenghtened the language. Diff (gregor)
  • update[1.0] added image and asset hooks. Diff (gregor)
  • update[1.0] corrected a javadoc comment Diff (andreas)
  • update[1.0] fixed "back to page" button for IE Diff (andreas)
  • update[1.0] lucene sitemap cleanup Diff (michi)
  • update[1.0] lucene moved into overwriting sitemap Diff (michi)
  • update[1.0] lucene mounting fixed Diff (michi)
  • update[1.0] lucene mounting generalized Diff (michi)
  • update[1.0] fixed file path regexp bug Diff (andreas)
  • update[1.0] changed editor buttons Diff (andreas)
  • update[1.0] BXE bypass pipeline added Diff (michi)
  • update[1.0] fixed the form editor Diff (gregor)
  • update[1.0] One form editor added Diff (michi)
  • update[1.0] lenya servlet is now the default action. a double click will now launch lenya properly Diff (gregor)
  • update[1.0] installer now shows license instead of readme Diff (gregor)
  • update[1.0] clarified install instructions Diff (gregor)
  • update[1.0] updated gump decriptor Diff (gregor)
  • update[1.0] added multilingual features to menu sanitized menu Diff (gregor)
  • update[1.0] insert via select option added Diff (michi)
  • update[1.0] select and option added Diff (michi)
  • update[1.0] FIXME re CDATA added Diff (michi)
  • update[1.0] context prefix fixed Diff (michi)
  • update[1.0] standalone path added Diff (michi)
  • update[1.0] do not show exception re prune Diff (michi)
  • update[1.0] when compiled with http://nsis.sf.net, this now creates a working installer for windows. Diff (gregor)
  • update[1.0] the repository name is still cocoon-2.1 Diff (gregor)
  • update[1.0] Cocoon version updated Diff (michi)
  • update[1.0] renamed cocoon dir parameter Diff (michi)
  • update[1.0] replaced hard-coded context prefix by parameter Diff (andreas)
  • update[1.0] added cancel button Diff (andreas)
  • update[1.0] reinstated text/css mime type Diff (gregor)
  • update[1.0] add support for insert asset hook Diff (gregor)
  • update[1.0] layout fixed Diff (michi)
  • update[1.0] namespace workaround added Diff (michi)
  • update[1.0] select added Diff (michi)
  • update[1.0] select added Diff (michi)
  • update[1.0] special characters added Diff (michi)
  • update[1.0] copy-mixed-content moved to a later stage Diff (michi)
  • update[1.0] fixed missing decrement bug Diff (andreas)
  • update[1.0] removed hard-coded context prefix Diff (andreas)
  • update[1.0] using CMS screen layout for form editor Diff (andreas)
  • update[1.0] we will use jetty for the installer, this simplifies things a lot Diff (gregor)
  • update[1.0] edit only one field Diff (michi)
  • update[1.0] namespace workaround for formeditor fixed Diff (michi)
  • update[1.0] layout layer introduced Diff (michi)
  • update[1.0] added some menubar documentation Diff (andreas)
  • update[1.0] added getExistingLanguageVersion(document) method Diff (andreas)
  • update[1.0] patching cocoon.xconf for publications Diff (andreas)
  • update[1.0] version added and updated Diff (michi)
  • update[1.0] fixed lenya.xtest fixed DocumentDeactivateTest Diff (andreas)
  • update[1.0] setting context-prefix parameter Diff (andreas)
  • update[1.0] - using namespace - some code simplifications Diff (andreas)
  • update[1.0] renamed and typo fixed Diff (michi)
  • update[1.0] edit items fixed Diff (michi)
  • update[1.0] FIXME added Diff (michi)
  • update[1.0] xalan-2.5.1 workaround Diff (michi)
  • update[1.0] throwing Exception when context directory is invalid Diff (andreas)
  • update[1.0] added some access control documentation Diff (andreas)
  • update[1.0] removed unused code Diff (andreas)
  • update[1.0] fixed live-sites link Diff (andreas)
  • update[1.0] don't insert bxe_xpath attributes when page is not edited Diff (andreas)
  • update[1.0] don't apply empty dc:* tags Diff (andreas)
  • update[1.0] namespace bug fixed and indenting Diff (michi)
  • update[1.0] namespace bug and indenting fixed Diff (michi)
  • update[1.0] Make sure the case where there is no language specified in the reference is handled correctly. Diff (egli)
  • update[1.0] Prevent a NullPointerException in the case where the link has no language. Diff (egli)
  • update[1.0] Added some punctuation. Diff (egli)
  • update[1.0] Adapted to new DocumentReferencesHelper interface. Diff (egli)
  • update[1.0] Added links to meta data and to multilingual document handling. Diff (egli)
  • update[1.0] Fixed a typo and added some FIXME:s about stuff that has to be migrated from unizh to the core. Diff (egli)
  • update[1.0] added some policy documentation Diff (andreas)
  • update[1.0] Added link management. Diff (egli)
  • update[1.0] Completed the asset management docu. Diff (egli)
  • update[1.0] Fixed a typo in the java doc. Diff (egli)
  • update[1.0] fixed sources parameter for publish Diff (andreas)
  • update[1.0] description fixed Diff (michi)

Version 2003-10 ()

1.0

  • add[1.0] added simple doctype schema placeholder Diff (andreas)
  • add[1.0] tests separated Diff (michi)
  • add[1.0] Test added Diff (michi)
  • add[1.0] added redirect-document XSP and XSLT Diff (andreas)
  • add[1.0] moved DocumentHelper Diff (andreas)
  • add[1.0] Docu for the site management Diff (edith)
  • add[1.0] This commit was manufactured by cvs2svn to create tag 'V_2003-10-28'. Diff ()
  • add[1.0] Added first draft of asset management docu. Diff (egli)
  • add[1.0] added DocumentHelper Diff (andreas)
  • add[1.0] - improved logging - don't throw exception when TaskJob execution fails Diff (andreas)
  • add[1.0] Cocoon build properties files Diff (michi)
  • add[1.0] - implemented BXE as usecase - added XHTML handling for BXE Diff (andreas)
  • add[1.0] adding workflow history files Diff (andreas)
  • add[1.0] added XHTML 1.1 DTD Diff (andreas)
  • add[1.0] Added a task that takes care of internal link rewriting upon cut'n'paste. Diff (egli)
  • add[1.0] migrated to new menu generation method Diff (michi)
  • add[1.0] Documentation for the RC Diff (edith)
  • add[1.0] added page processing diagram Diff (andreas)
  • add[1.0] redirecting to new language version after create-language Diff (andreas)
  • add[1.0] make upload action more generic Diff (gregor)
  • add[1.0] This simple link rewriting transformer is used for Link Management. Links that look like internal links (currently http://$hostname:$portname/$context-prefix/$publication-id/authoring/$document-id are rewritten for the appropriate area. Diff (egli)
  • add[1.0] continued docs restructuring Diff (gregor)
  • add[1.0] adding first workflow documentation Diff (andreas)
  • add[1.0] xupdate bugs re mixed content fixed Diff (michi)
  • add[1.0] mixed content enabled Diff (michi)
  • add[1.0] index configuration Diff (michi)
  • add[1.0] sample file Diff (michi)
  • add[1.0] minimal index added Diff (michi)
  • add[1.0] adding xhtml relax ng schema Diff (andreas)
  • add[1.0] re-adding navigation sitemap Diff (andreas)
  • add[1.0] CSS and namespace file for BXENG Diff (michi)
  • add[1.0] BXENG documentation started Diff (michi)
  • add[1.0] added DocumentSet and LanguageVersions Diff (andreas)
  • remove[1.0] - added policy clean-up when accreditables are removed - improved PolicyManager type hierarchy Diff (andreas)
  • remove[1.0] replaced redirect-language with redirect-document Diff (andreas)
  • remove[1.0] obsolete and replaced by util.xml Diff (michi)
  • remove[1.0] backup removed Diff (michi)
  • remove[1.0] remove old bitflux Diff (gregor)
  • remove[1.0] remove old image upload Diff (gregor)
  • remove[1.0] remove unipublic from lenya cvs because it is legacy code it will be available from wyona.org from now on Diff (gregor)
  • remove[1.0] remove xopus and old bitflux from docs publication Diff (gregor)
  • remove[1.0] reorganized doc structure (now mirrors the actual components within lenya) got rid of documentation dead ends consolidated structure added live sites document improved website update documentation removed some xopus references made mod_proxy text less cryptic Diff (gregor)
  • remove[1.0] replaced by 2003-10-14 Diff (michi)
  • remove[1.0] removed old bitflux Diff (andreas)
  • remove[1.0] Has been superceded by the SingleLanguageIdentityMapper. Diff (egli)
  • update[1.0] image upload callback added Diff (gregor)
  • update[1.0] fixed bxeng css Diff (andreas)
  • update[1.0] added bxe css handler Diff (andreas)
  • update[1.0] added xhtml css Diff (andreas)
  • update[1.0] added BXE for XHTML Diff (andreas)
  • update[1.0] made document builder configurable Diff (andreas)
  • update[1.0] added document builder configuration Diff (andreas)
  • update[1.0] removed unused import Diff (andreas)
  • update[1.0] build document only as it was requested Diff (andreas)
  • update[1.0] tests fixed Diff (michi)
  • update[1.0] logout fixed Diff (michi)
  • update[1.0] reflecting changes to access control Diff (andreas)
  • update[1.0] AC configuration updated Diff (michi)
  • update[1.0] Properly build the document if the language is null. Diff (egli)
  • update[1.0] Adapted to the changed interface in DocumentReferencesHelper. Diff (egli)
  • update[1.0] The DocumentReferencesHelper now correctly handles multilingual documents when trying to find out an internal link is not published yet and when a referenced document is deactivated. Diff (egli)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] reflecting changes to access control Diff (andreas)
  • update[1.0] Added a getLanguage method which allows you to query the language of a given document file. Diff (egli)
  • update[1.0] Make sure the language part of the URL is not simply swallowed. Diff (egli)
  • update[1.0] version moved Diff (michi)
  • update[1.0] Fixed the regular expression so that link checking on publishing and deactivate actually works. Diff (egli)
  • update[1.0] Removed an unused import. Diff (egli)
  • update[1.0] mixed content generalized Diff (michi)
  • update[1.0] mixed content fixed and generalized Diff (michi)
  • update[1.0] invoking workflow on rollback Diff (andreas)
  • update[1.0] redirecting to new document after "create" Diff (andreas)
  • update[1.0] added getDocumentUrl() method Diff (andreas)
  • update[1.0] moved DocumentHelper to publication package Diff (andreas)
  • update[1.0] simplified getLanguageVersion() method Diff (andreas)
  • update[1.0] - fixed some javadocs - obtaining correct parent in DocumentHelper - moving DocumentHelper to publication package Diff (andreas)
  • update[1.0] remove the resource dir property Diff (edith)
  • update[1.0] java doc Diff (edith)
  • update[1.0] check style and java doc Diff (edith)
  • update[1.0] make it compile against the latest excalibur-xmlutil shipped in cocoon Diff (stefano)
  • update[1.0] webdav and slide and linotype included Diff (michi)
  • update[1.0] IP address check fixed Diff (michi)
  • update[1.0] IP address check fixed Diff (michi)
  • update[1.0] One Form Editor integrated Diff (michi)
  • update[1.0] empty tag problem fixed Diff (michi)
  • update[1.0] fixed deactivate scheduler form Diff (andreas)
  • update[1.0] increasing part in loop Diff (andreas)
  • update[1.0] added javadocs and fixme Diff (andreas)
  • update[1.0] commented out LDAP user check Diff (andreas)
  • update[1.0] Added link to asset management. Diff (egli)
  • update[1.0] converting configDir to File Diff (andreas)
  • update[1.0] converting configDir to File Diff (andreas)
  • update[1.0] converting configDir to String Diff (andreas)
  • update[1.0] added ctor with configuration directory Diff (andreas)
  • update[1.0] configuring LDAP user Diff (andreas)
  • update[1.0] checking if context is null Diff (andreas)
  • update[1.0] added Packages statement for LDAP user Diff (andreas)
  • update[1.0] Added a hint as to how the external and the internal links have to look like. Diff (egli)
  • update[1.0] fixed unterminated string literal Diff (andreas)
  • update[1.0] escaping dot in regexp Diff (andreas)
  • update[1.0] checking if LDAP user exists Diff (andreas)
  • update[1.0] added existsUser() method Diff (andreas)
  • update[1.0] Fixed the problem in the resource publisher that it would only publish resources without the associated meta data files. Diff (egli)
  • update[1.0] Fixed the redirection for asset upload in the usecase sitemap so that it redirects back to the asset screen. Diff (egli)
  • update[1.0] forwarding lenya.event for rename-label Diff (andreas)
  • update[1.0] Fixed a spelling problem in the "Default Caption". Diff (egli)
  • update[1.0] checking all address parts Diff (andreas)
  • update[1.0] one form editor added Diff (michi)
  • update[1.0] class cleaned up Diff (michi)
  • update[1.0] using lenya.event request parameter if workflow.event was not found Diff (andreas)
  • update[1.0] using complete area Diff (andreas)
  • update[1.0] redirecting to parent URL after delete and archive Diff (andreas)
  • update[1.0] added getCompleteArea() Diff (andreas)
  • update[1.0] redirecting to parent URL after delete and archive Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] removing empty credential from policy Diff (andreas)
  • update[1.0] redesigned scheduler interface Diff (andreas)
  • update[1.0] improved logging Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] checking if <user> elment exists when restoring version Diff (andreas)
  • update[1.0] author link fixed Diff (michi)
  • update[1.0] more meaning-full data added Diff (michi)
  • update[1.0] some meaningful data added Diff (michi)
  • update[1.0] author link fixed Diff (michi)
  • update[1.0] request parameter renamed to form Diff (michi)
  • update[1.0] also export feed Diff (michi)
  • update[1.0] renamed state "redaktion" to "authoring" Diff (andreas)
  • update[1.0] michi removed Diff (michi)
  • update[1.0] michi and michiii removed Diff (michi)
  • update[1.0] network address and mask added Diff (michi)
  • update[1.0] cleaning up unused imports Diff (stefano)
  • update[1.0] remove uneccesary function Diff (gregor)
  • update[1.0] made content upload work for different path mappings Diff (gregor)
  • update[1.0] migrated to new menu generation Diff (michi)
  • update[1.0] info/site tab is now configurable Diff (michi)
  • update[1.0] copy meta Diff (edith)
  • update[1.0] Internal link now by definition no longer contain the http://serverName:serverPort part, but simply /$context-prefix/$publication-id/.... Diff (egli)
  • update[1.0] Make sure the context-prefix that is returned by the DefaultTaskWrapper is the same as the context-prefix that is returned by the PageEnvelope. Diff (egli)
  • update[1.0] Pass the context-prefix to the PublicationTask. Diff (egli)
  • update[1.0] Documentation fixes. Diff (egli)
  • update[1.0] RC documentation Diff (edith)
  • update[1.0] Java doc call of pruneEntities(rcbackDirectory) after checkin Diff (edith)
  • update[1.0] Java doc pruneEntities(String rcbackDirectory) Diff (edith)
  • update[1.0] added error handling Diff (andreas)
  • update[1.0] added ExceptionSelector declaration Diff (andreas)
  • update[1.0] changed info line font, factored out to CSS Diff (andreas)
  • update[1.0] added myself as author Diff (andreas)
  • update[1.0] added some menubar documentation Diff (andreas)
  • update[1.0] removed initialization of DocumentIdToPathMapper Diff (andreas)
  • update[1.0] lenya menubar docu added Diff (michi)
  • update[1.0] note about endorsed libraries added Diff (michi)
  • update[1.0] redirecting to same area after removing language version Diff (andreas)
  • update[1.0] removed unnecessary casts/variables Diff (andreas)
  • update[1.0] fixed buildCanonicalUrl() and buildLanguageVersion() bugs Diff (andreas)
  • update[1.0] instructions for binary installation added Diff (michi)
  • update[1.0] made logging less verbose by default added some more comments Diff (gregor)
  • update[1.0] message of exception slightly improved Diff (michi)
  • update[1.0] install instructions added Diff (michi)
  • update[1.0] added sample configuration for windows Diff (gregor)
  • update[1.0] removed obsolete docs Diff (gregor)
  • update[1.0] made getInstance() public again Diff (andreas)
  • update[1.0] replacing DefaultDocumentbuilder with publication.getDocumentBuilder() Diff (andreas)
  • update[1.0] saving & loading IP ranges Diff (andreas)
  • update[1.0] added log4j logging Diff (andreas)
  • update[1.0] all fields added Diff (michi)
  • update[1.0] mixed content to sidebar added Diff (michi)
  • update[1.0] proper name for cocooncenter Diff (andreas)
  • update[1.0] summary and xhtml content fixed Diff (michi)
  • update[1.0] XHTML content field added Diff (michi)
  • update[1.0] XUpdateUpdate workaround fixed Diff (michi)
  • update[1.0] subtitle removed Diff (michi)
  • update[1.0] footer added Diff (michi)
  • update[1.0] Java Docs howto added Diff (michi)
  • update[1.0] domain suffix fixed Diff (michi)
  • update[1.0] moved choice of existing language label to sitetree2nav.xsl Diff (andreas)
  • update[1.0] echo statement fixed Diff (michi)
  • update[1.0] server port and context path added Diff (michi)
  • update[1.0] checking if messages list is null (not used in "change profile" screen) Diff (andreas)
  • update[1.0] add missing trailing slashes. should fix the navigation for the docs Diff (gregor)
  • update[1.0] set hover style only for <a> items Diff (andreas)
  • update[1.0] Added more docu to the FIXME: Diff (egli)
  • update[1.0] Link Management now assumes that internal links are of the form href="http://$SERVER_NAME:$SERVER_PORT/$CONTEXT_PREFIX/$PUBLICATION_ID/$AREA$DOCUMENT_ID(_[a-z][a-z])?.html If there is a match in a document file it is assumed that this is an internal link and is treated as such (warning if publish with unpublished internal links and warning if deactivate with internal references). However this is not coordinated with the DocumentToPathMapper and will probably fail if the URL looks different. Diff (egli)
  • update[1.0] Javadoc fix. Diff (egli)
  • update[1.0] removed xopus removed old bitflux editor removed obsolete stylesheets other cleanups Diff (gregor)
  • update[1.0] new layout for default publication Diff (andreas)
  • update[1.0] renamed workflow variable to is_live added deactivate menu item Diff (andreas)
  • update[1.0] added initworkflow usecase Diff (andreas)
  • update[1.0] - added initworkflow task - removed broken task definitions Diff (andreas)
  • update[1.0] added initworkflow menu item Diff (andreas)
  • update[1.0] throwing exception when attribute is not supported Diff (andreas)
  • update[1.0] throwing exception when attribute is not supported Diff (andreas)
  • update[1.0] - using authorizers in declared order - added some log messages Diff (andreas)
  • update[1.0] removed "experimental version" text Diff (andreas)
  • update[1.0] commenting out forrest template configuration Diff (andreas)
  • update[1.0] Refined exception message for "Request does not contain roles" Diff (andreas)
  • update[1.0] argument added to jtidy target Diff (michi)
  • update[1.0] The creation of the meta data files now no longer uses dom4j but NameSpaceHelper instead. The meta files are now properly wrapped in the dc namespace. Diff (egli)
  • update[1.0] version replaced by CVS instruction Diff (michi)
  • update[1.0] workaround for mixed content Diff (michi)
  • update[1.0] mixed content added Diff (michi)
  • update[1.0] classes added to import and NullPointerException message fixed Diff (michi)
  • update[1.0] replace predifined entities also during loop Diff (michi)
  • update[1.0] method names to log statements added Diff (michi)
  • update[1.0] error replaced by warn Diff (michi)
  • update[1.0] Deactivation of children is only necessary when no more parent version is live Diff (edith)
  • update[1.0] add language in the descritpion of document Diff (edith)
  • update[1.0] Deactivate only one language version of a document Diff (edith)
  • update[1.0] mixed content added Diff (michi)
  • update[1.0] copying mixed content Diff (michi)
  • update[1.0] Added back a line that was deleted inadvertedly in version 1.15 and caused a lot of grief (the asset upload would simply not work anymore). Diff (egli)
  • update[1.0] ahem Diff (gregor)
  • update[1.0] fixed some errors and obsolete instructions in the install docs Diff (gregor)
  • update[1.0] editing replaced by editors Diff (michi)
  • update[1.0] adding AccessControlSitetreeTransformer Diff (andreas)
  • update[1.0] BXENG renamed to BXE Diff (michi)
  • update[1.0] Check if the file that is being uploaded has no extension. If yes do not upload and present the upload screen again with a warning. Diff (egli)
  • update[1.0] crawling instruction added Diff (michi)
  • update[1.0] Added a little not to the file upload file saying that files should not have whitespace and weird punctuation (#@! etc.) in their names. Diff (egli)
  • update[1.0] Go back to the asset upload screen if the upload action failed. Diff (egli)
  • update[1.0] Pass original request params such as 'insert' or 'insertImage' along so that an error screen can reproduce the upload screen as if it was directly invoked. Diff (egli)
  • update[1.0] Display an error message if the error param is true. Diff (egli)
  • update[1.0] changed password parameter name to avoid browser auto-fill-in Diff (andreas)
  • update[1.0] Added a test that makes sure the filename does not contain any characters outside the range of "a-zA-Z0-9.-_" Diff (egli)
  • update[1.0] The caption of abstract should be 'description' as in the meta data screen. Diff (egli)
  • update[1.0] added option [no notification] for combobox Diff (andreas)
  • update[1.0] validating password only for non-ldap users Diff (andreas)
  • update[1.0] - checking if password and email comply certain conditions Diff (andreas)
  • update[1.0] Before deactivating, look if all children's versions are no more live Diff (edith)
  • update[1.0] added fallback to existing language version if default language version is not present Diff (andreas)
  • update[1.0] prettified "remove language version" screen Diff (andreas)
  • update[1.0] added draft for asset upload error screen Diff (andreas)
  • update[1.0] - escaping quotation marks in strings - fixed color values Diff (andreas)
  • update[1.0] creating doctype only when document exists Diff (andreas)
  • update[1.0] [add user] checking password only for non-ldap user Diff (andreas)
  • update[1.0] Note in incubation added Diff (michi)
  • update[1.0] added note on incubation Diff (michi)
  • update[1.0] added "submit" menu item Diff (andreas)
  • update[1.0] added FallbackModule declaration Diff (andreas)
  • update[1.0] extracted interface from SynchronizedWorkflowInstances Diff (andreas)
  • update[1.0] introducing AbstractPageEnvelopeModule and FallbackModule Diff (andreas)
  • update[1.0] Cocoon Gmane added Diff (michi)
  • update[1.0] Xopus removed and HTML Form editor added Diff (michi)
  • update[1.0] removing assertions from test (we should aim at 1.3 compatibility) Diff (stefano)
  • update[1.0] cleaning up unused imports Diff (stefano)
  • update[1.0] libraries updated Diff (michi)
  • update[1.0] ant target documented Diff (michi)
  • update[1.0] search area added Diff (michi)
  • update[1.0] search added to tests Diff (michi)
  • update[1.0] search authoring and live introduced Diff (michi)
  • update[1.0] Search with Lucene docu started Diff (michi)
  • update[1.0] comments improved Diff (michi)
  • update[1.0] Added a default text to the caption. Diff (egli)
  • update[1.0] Added error handling in case of failure, i.e. when the document cannot be checked out. Diff (egli)
  • update[1.0] Added reserved checkin and checkout to the update of meta data. Diff (egli)
  • update[1.0] If there are no files for the children in the language of the parent document and no version in default language, then any other existent version is considered Diff (edith)
  • update[1.0] Removed unneeded import statement. Diff (egli)
  • update[1.0] Removed the mailing-list archives as they did not properly archive the mailing-lists. Diff (egli)
  • update[1.0] adding document by default Diff (andreas)
  • update[1.0] Document Type added Diff (michi)
  • update[1.0] xhtml doctype added Diff (michi)
  • update[1.0] upgrading to Cocoon 2.1-Release Diff (andreas)
  • update[1.0] starting BXENG implementation Diff (andreas)
  • update[1.0] fixed patch stylesheet name Diff (andreas)
  • update[1.0] re-formatted document id Diff (andreas)
  • update[1.0] Bug Tracker Link fixed Diff (michi)
  • update[1.0] path fixed Diff (michi)
  • update[1.0] BXENG added Diff (michi)
  • update[1.0] inactive committers added Diff (michi)
  • update[1.0] BXENG configured for default pub Diff (michi)
  • update[1.0] BXENG added Diff (michi)
  • update[1.0] replaced wyona image by lenya image Diff (andreas)
  • update[1.0] Error prettified Diff (michi)
  • update[1.0] DC Title added Diff (michi)
  • update[1.0] when restoring jobs, check if trigger date has expired Diff (andreas)
  • update[1.0] added label "Inherited Rights" to the inherited privileges group Diff (andreas)
  • update[1.0] setting fullname for non-LDAP user instead of LDAP user Diff (andreas)
  • update[1.0] showing password fields only for non-LDAP users Diff (andreas)
  • update[1.0] don't set password when creating new LDAP user Diff (andreas)
  • update[1.0] fixed "cancel does not work" bug Diff (andreas)
  • update[1.0] fixed "cancel does not work" bug Diff (andreas)
  • update[1.0] Replaced the BlogDocumentIdToPathMapper by the SingleLanguageIdentityMapper (which comes with the core). Diff (egli)
  • update[1.0] task id publish added Diff (michi)
  • update[1.0] Form Editor added Diff (michi)
  • update[1.0] updated roadmap Diff (gregor)
  • update[1.0] got rid of DOCTYPE to evade all sorts of catalog issues Diff (gregor)
  • update[1.0] adding existing language to navigation tree if requested language does not exist Diff (andreas)
  • update[1.0] Assigning role "visit" or "visitor" when no policy is defined. This allows "protection on demand", e.g. for the live area. Diff (andreas)
  • update[1.0] added isEmpty() method Diff (andreas)
  • update[1.0] debug messages only when isDebugEnabled() Diff (andreas)
  • update[1.0] using workflow synchronization Diff (andreas)
  • update[1.0] added synchronization layer to workflow Diff (andreas)
  • update[1.0] Features added Diff (michi)
  • update[1.0] lenya:show fixed Diff (michi)
  • update[1.0] Display a warning if there are references to documents which have not been published yet. Diff (egli)
  • update[1.0] Use the DocumentReferencesHelper to produce a list of all non-published documents which are referenced in the current document. Diff (egli)
  • update[1.0] Added a method to find all internal refernces in the current document. Diff (egli)
  • update[1.0] Added a method to find all occurences of a pattern. Diff (egli)
  • update[1.0] Xopus removed and Form Editor fixed Diff (michi)
  • update[1.0] Attribute Namespace problem fixed Diff (michi)
  • update[1.0] Change the error message Diff (edith)
  • update[1.0] remove the attribute (document-id) from the session after pasting in case of cut Diff (edith)
  • update[1.0] Indenting fixes. Diff (egli)
  • update[1.0] redirects added Diff (michi)
  • update[1.0] replace methode renameTo with copy and delete, because renameTo fails on windows Diff (edith)

Version 2003-09 ()

1.0

  • add[1.0] action to test the checkOut of a document Diff (edith)
  • add[1.0] Interface that offers a method to fetch the document-id for a given file (publication and area). Diff (egli)
  • add[1.0] added forrest build target and template Diff (andreas)
  • add[1.0] first cut at a grep util Diff (gregor)
  • add[1.0] HTML Form Editor docu started Diff (michi)
  • add[1.0] added WorkflowInvokerAction Diff (andreas)
  • add[1.0] Task to copy the policies files Diff (edith)
  • add[1.0] added SitetreeModule Diff (andreas)
  • add[1.0] Added an action that checks for the existence of a document-id in the authoring site tree. This is used in the creation usecase. If a child-id is already taken redirect back to the creation screen and displey an error message. Diff (egli)
  • add[1.0] Transformer to list the children of a document Diff (edith)
  • add[1.0] Added an ant task to rename the label. Diff (egli)
  • add[1.0] - factored out URIParameterizer from action - added document-type parameter to page envelope module Diff (andreas)
  • add[1.0] Added a pipeline for renaming of labels and the corresponding xsl to create the rename label screen. Diff (egli)
  • add[1.0] implemented new Lenya page processing Diff (andreas)
  • add[1.0] exception message Diff (michi)
  • add[1.0] added ResourcePublisher Diff (andreas)
  • add[1.0] moved scheduler screen to info area Diff (andreas)
  • add[1.0] converted MoveSiteTreeNodeTask to Ant task Diff (andreas)
  • add[1.0] Lexus added Diff (michi)
  • add[1.0] added new logo image Diff (andreas)
  • add[1.0] The missing-language screen now allows the user to directly click on one of the available languages. In order to do that the missing-language xsp uses a helper class DocumentLanguagesHelper which can compute an URL given an objectModel and a language. Diff (egli)
  • add[1.0] Build an error screen in the case when the document doesn't exist. Diff (egli)
  • add[1.0] added WorkflowModule Diff (andreas)
  • add[1.0] Copy/move generalisations (No more dependent of file structure) Work in progress Diff (edith)
  • remove[1.0] removed unnecessary files Diff (andreas)
  • remove[1.0] - reflecting changes to lenya page processing - removed obsolete stylesheets Diff (andreas)
  • remove[1.0] removed unused tabs javascript Diff (andreas)
  • remove[1.0] deleted. Replace by CopyContentTask, CopyResourceTask, ... Diff (edith)
  • remove[1.0] Changed blue dot image Diff (felix)
  • remove[1.0] Rename SiteTreeInitialisationTask to SiteTreeResetTask Diff (edith)
  • update[1.0] While I was at it I also removed some boilerplate comments from Eclipse. Diff (egli)
  • update[1.0] Removed unused variable. Diff (egli)
  • update[1.0] Added more Javadoc and fixed existing Javadoc. Diff (egli)
  • update[1.0] Added the display of a warning if there are references to the document which is being archived/deleted. Diff (egli)
  • update[1.0] Added the functionality to find references to the current document (which can be used to warn a user before deleting or archiving) using the DocumentReferencesHelper helper class. Diff (egli)
  • update[1.0] Moved a lot of functionality into a helper class for easier reuse in other xsps. Diff (egli)
  • update[1.0] Insertion of ReservedCheckoutTestAction Diff (edith)
  • update[1.0] The code that was commented out is needed when deleting a language version when we need to redirect to another language version of the document (we cannot blindly redirect to the default language as it might have been deleted as well). Diff (egli)
  • update[1.0] Make sure to check all other files in the live area for links to the current document before deactivating. Issue a warning if any other files do contain references. Diff (egli)
  • update[1.0] The DefaultDocumentIdToPathMapper now also implements the PathToDocumentIdMapper interface, i.e. it can be used to query for a document-id given a file, an area and a publication. Diff (egli)
  • update[1.0] Indenting fixes. Diff (egli)
  • update[1.0] Adapted to the needs of deactivate in the info area which is only interested if a file contains a certain pattern. Diff (egli)
  • update[1.0] XInclude fixed Diff (michi)
  • update[1.0] Removed unused variable. Diff (egli)
  • update[1.0] Added a method to fetch the content directory. Diff (egli)
  • update[1.0] Javadoc fixes. Diff (egli)
  • update[1.0] replaced "user-id" with "group-id" (fixes bug #359) Diff (andreas)
  • update[1.0] Added the credits section which Nicola has alraedy added to the live site. Diff (egli)
  • update[1.0] added reference to publication buildfile Diff (andreas)
  • update[1.0] using "skin-docs" attribute for docs-new skin Diff (andreas)
  • update[1.0] removed some blank lines Diff (andreas)
  • update[1.0] using "lenya-menubar" prefix for menu CSS class Diff (andreas)
  • update[1.0] using ISO format for last-modified date Diff (andreas)
  • update[1.0] commented out breadcrumb prefix Diff (andreas)
  • update[1.0] fixed link from info/authoring/ to other areas Diff (andreas)
  • update[1.0] passing document id to menu2xhtml stylesheet Diff (andreas)
  • update[1.0] added lenya.event hidden input field to metadata form Diff (andreas)
  • update[1.0] form editor triggers workflow Diff (andreas)
  • update[1.0] removing all extensions from the URL Diff (andreas)
  • update[1.0] cvs reflects lenya 1.2 Diff (gregor)
  • update[1.0] Remove the create-workflow usecase as all the enhancements have been ported back to the create usecase, so it was basically a duplicate of the create workflow. Diff (egli)
  • update[1.0] Midas fixed Diff (michi)
  • update[1.0] mentioning CDATA Diff (michi)
  • update[1.0] note re predefined entities added Diff (michi)
  • update[1.0] logging improved and unnecessary method removed Diff (michi)
  • update[1.0] add a property for the refence node, so that the node is no more moved while renaming Diff (edith)
  • update[1.0] add a refDocumentId to the method importSubtree Diff (edith)
  • update[1.0] fixed problem with the suffix - Diff (edith)
  • update[1.0] added method getNextSiblinDocumentId Diff (edith)
  • update[1.0] change log messages Diff (edith)
  • update[1.0] change the logs messages Diff (edith)
  • update[1.0] checking if sitetree node exists Diff (andreas)
  • update[1.0] This commit was manufactured by cvs2svn to create tag 'V_2003-09-23'. Diff ()
  • update[1.0] going to index.html after delete trash Diff (andreas)
  • update[1.0] added cancel button Diff (andreas)
  • update[1.0] forwarding lenya.event request parameter Diff (andreas)
  • update[1.0] fixing language Diff (gregor)
  • update[1.0] This commit was manufactured by cvs2svn to create tag 'V_2003-09-22'. Diff ()
  • update[1.0] checking if event is not null in workflow history loop Diff (andreas)
  • update[1.0] allowing multiple role IDs in RoleCondition Diff (andreas)
  • update[1.0] added password fields to "add user" screen Diff (andreas)
  • update[1.0] checking for BXENG Diff (michi)
  • update[1.0] BXENG added to the File menu Diff (michi)
  • update[1.0] changed constructor to static extractParameters method Diff (andreas)
  • update[1.0] always creating workflow invoker Diff (andreas)
  • update[1.0] declaring workflow invoker action Diff (andreas)
  • update[1.0] - using SitetreeModule to obtain sitetree node - fixed version loop bug Diff (andreas)
  • update[1.0] fixed password template bug Diff (felix)
  • update[1.0] passing "ldap" variable from flowscript to xsp Diff (felix)
  • update[1.0] applying scheduler stylesheet to deactivate screen Diff (andreas)
  • update[1.0] - adapted layout to publish screen - including scheduler form Diff (andreas)
  • update[1.0] using SitetreeModule to obtain live tree Diff (andreas)
  • update[1.0] commented out alert box Diff (andreas)
  • update[1.0] removed unused import Diff (andreas)
  • update[1.0] fixed empty expression bug Diff (andreas)
  • update[1.0] added language-suffix attribute to navigation tree nodes Diff (andreas)
  • update[1.0] simplified some code snippets Diff (andreas)
  • update[1.0] showing password form only for non-LDAP users Diff (andreas)
  • update[1.0] added ldap attribute Diff (andreas)
  • update[1.0] - fixed user id bug - showing name only for non-LDAP users Diff (andreas)
  • update[1.0] changed live role from "visitor" to "visit" Diff (andreas)
  • update[1.0] atom api debugging added Diff (michi)
  • update[1.0] CDATA works now Diff (michi)
  • update[1.0] link pointing from publishing screen to scheduler info tab Diff (andreas)
  • update[1.0] showing error message when publishing is not possible Diff (andreas)
  • update[1.0] added getParent() and getParent(language) Diff (andreas)
  • update[1.0] fixed links to groups Diff (andreas)
  • update[1.0] removed <em> tags for groups list Diff (andreas)
  • update[1.0] fixed linebreaks in members list Diff (andreas)
  • update[1.0] showing error message if child documents are live Diff (andreas)
  • update[1.0] added method to obtain webapp URL based on context and request URI Diff (andreas)
  • update[1.0] added method to obtain only the children for a certain language Diff (andreas)
  • update[1.0] The ldapid was hard coded when doing the ldap lookup. This is fixed now. Diff (egli)
  • update[1.0] - added setLabel() method to sitetree and sitetreenode - fixed label publishing bug Diff (andreas)
  • update[1.0] Make sure the overwrite-uploads parameter is set to allow so that repeated uploads are not renamed. Diff (egli)
  • update[1.0] the node is inserted in the live tree at the right place call method addNode with the document id corresponding to the next sibling node Diff (edith)
  • update[1.0] method getNextSiblings added Diff (edith)
  • update[1.0] added methods to insert a node before another reference node Diff (edith)
  • update[1.0] returning null when requested variable does not exist (not throwing exception) Diff (andreas)
  • update[1.0] replaced feather with "admin" text Diff (andreas)
  • update[1.0] language bug fixed which occured during workflow initialization Diff (michi)
  • update[1.0] Declaration of the DocumentIndexTransformer Diff (edith)
  • update[1.0] is_live is not really necessary Diff (michi)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] removed items from unused menus Diff (andreas)
  • update[1.0] disabling empty menus Diff (andreas)
  • update[1.0] removed tabs Diff (andreas)
  • update[1.0] open new browser window for live tab Diff (andreas)
  • update[1.0] using @current = 'true' attribute to check for currently selected node Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] changed output method to XML (otherwise a comments/CDATA problem occurs) Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] Make sure the cancel button works. Diff (egli)
  • update[1.0] reverting accidential commit Diff (andreas)
  • update[1.0] Added a FIXME about the fact that it would be nicer if the rename of a label would not first remove and then readd the label. Diff (egli)
  • update[1.0] Fixed the Cancel button. Diff (egli)
  • update[1.0] Added referer to be used in case of a 'Cancel' Diff (egli)
  • update[1.0] fixed links from admin to other areas Diff (andreas)
  • update[1.0] * "Fixed" the param names to contain no '-'. Apparently this still causes problems under Linux with xsls. * Pass the area from the page-envelope as the sitemap area can contain "info-". Diff (egli)
  • update[1.0] * Changed the name of the screen to match the menu entry. * "Fixed" the param names to contain no '-'. Apparently this still causes problems under Linux with xsls. * Added a param for the language of the label that is to be changed. Diff (egli)
  • update[1.0] Fixed the indenting. Diff (egli)
  • update[1.0] Removed an unused variable. Diff (egli)
  • update[1.0] Added some more documentation to a docstring. Diff (egli)
  • update[1.0] Added a method to set (i.e. change) the label. Completed all the doc strings. Diff (egli)
  • update[1.0] getting doctype from page envelope Diff (andreas)
  • update[1.0] added URIParameterizer component Diff (andreas)
  • update[1.0] added URIParameterizer role Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] added Atom as name Diff (michi)
  • update[1.0] added the legal directory to the build process Diff (michi)
  • update[1.0] replaced "Info" with "Site" Diff (andreas)
  • update[1.0] - removed obsolete tags - pretty printing Diff (andreas)
  • update[1.0] moved workflow handling to core Diff (andreas)
  • update[1.0] - simplified some pipelines - workaround for xslt param hyphen bug Diff (andreas)
  • update[1.0] implementing new menu handling in admin area Diff (andreas)
  • update[1.0] fixed admin area CSS problem Diff (andreas)
  • update[1.0] - repaired some URLs - commented out handle-errors (we can remove the comment in the release) Diff (andreas)
  • update[1.0] Fix typo in documentation. Diff (egli)
  • update[1.0] Export the getLabel method of the document through the page envelope module. Diff (egli)
  • update[1.0] Added a method to query the associated label of a document. Diff (egli)
  • update[1.0] Implemented a method to query the associated label of a document. Diff (egli)
  • update[1.0] pretty printing Diff (andreas)
  • update[1.0] - enabling assertions - disabling mime-type check Diff (andreas)
  • update[1.0] added style information for lenya-menubar and lenya-cmsbody Diff (andreas)
  • update[1.0] reflecting changes to lenya page processing Diff (andreas)
  • update[1.0] - added menu namespace - removed url-info - removed lenya util logicsheet Diff (andreas)
  • update[1.0] Testing website added Diff (michi)
  • update[1.0] search-results on the fly Diff (michi)
  • update[1.0] wsproxy added Diff (michi)
  • update[1.0] more work on the atom api Diff (gregor)
  • update[1.0] PUT for updating added Diff (michi)
  • update[1.0] some debugging instructions added Diff (michi)
  • update[1.0] avoiding exception when no resource files exist Diff (andreas)
  • update[1.0] Adapting changes in BXENG Diff (felix)
  • update[1.0] removed unnecessary task action parameters Diff (andreas)
  • update[1.0] getHistoryPath() bugfix Diff (andreas)
  • update[1.0] Code cleanup: * Use document-node-id from the page envelope input module instead of splitting the document-id manually. * Renamed the ill-named first- and lastDocumentId to source- and destinationDocumentId. Diff (egli)
  • update[1.0] including only menu.css Diff (andreas)
  • update[1.0] removed FIXME comment Diff (andreas)
  • update[1.0] added getPathFromPublication() Diff (andreas)
  • update[1.0] webdav Test added Diff (michi)
  • update[1.0] Entries added Diff (michi)
  • update[1.0] sidebar archive fixed Diff (michi)
  • update[1.0] namespaces fixed Diff (michi)
  • update[1.0] replaced old atom namespace Diff (gregor)
  • update[1.0] Page XML View added Diff (michi)
  • update[1.0] search-entries and introspection implemented Diff (michi)
  • update[1.0] tests and spec links added Diff (michi)
  • update[1.0] Use the html-iso-8859-1 serializer to ensure the forms are in iso-8859-1 so that there are no problems with umlauts. Diff (egli)
  • update[1.0] set log to debug Diff (edith)
  • update[1.0] RC exception with new layout Diff (edith)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] different navigation stylesheets for admin area Diff (andreas)
  • update[1.0] fix the redirect for the revision's view because of the info-authoring area Diff (edith)
  • update[1.0] Fix the view and the rollback version for the revisions Diff (edith)
  • update[1.0] pipeline simplified Diff (michi)
  • update[1.0] atomapi implementation started Diff (michi)
  • update[1.0] subtitle bar added Diff (michi)
  • update[1.0] namespace problem fixed Diff (michi)
  • update[1.0] workflowmenu transformation added but did not solve the menu item problem Diff (michi)
  • update[1.0] version to feed added Diff (michi)
  • update[1.0] remove obsolete elements Diff (gregor)
  • update[1.0] Atom Software Links added Diff (michi)
  • update[1.0] fixes to make the blog feed comply with atom 0.2 as per feedvalidator.org Diff (gregor)
  • update[1.0] formatting Diff (andreas)
  • update[1.0] Renamed the xsls not_published_yet and parent_node_not_found to not-published-yet and parent-node-not-found respectively according to naming convection discussions in the mailing list. Diff (egli)
  • update[1.0] adding document URL to notification message Diff (andreas)
  • update[1.0] removed policies sitemap added menu sitemap Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] Instead of having a boolean variable 'insertBefore' there is now a variable 'insertWhere' which can be 'before', 'after' or 'inside'. For the values 'before' and 'after' the tags are added before or after the original tag. For the value inside the new tag is inserted inside the original tag. Diff (egli)
  • update[1.0] Instead of having a boolean variable 'insertBefore' there is now a variable 'insertWhere' which can be 'before', 'after' or 'inside'. This variable is passed to the ant task which acts accordingly. Diff (egli)
  • update[1.0] Use the text-iso-8859-1 serializer when returning the navigation for the info area. Diff (egli)
  • update[1.0] Added a text serializer that uses iso-8859-1 as encoding. Diff (egli)
  • update[1.0] extends from TwoDoucmentOperationTask Diff (edith)
  • update[1.0] extends from TwoDocumentsOperationTask Diff (edith)
  • update[1.0] added scheduler pipeline Diff (andreas)
  • update[1.0] added some log messages Diff (andreas)
  • update[1.0] introduction of the parameters user-id and ipadress needed by the initialisation of the workflow in case of copying Diff (edith)
  • update[1.0] Give the situation to the initHistory method Diff (edith)
  • update[1.0] Fix the workflow task for copy and move Diff (edith)
  • update[1.0] added request parameter forwarding to delete usecase stylesheet Diff (andreas)
  • update[1.0] fixed link from admin to info Diff (andreas)
  • update[1.0] forwarding request parameters for deactivate screen Diff (andreas)
  • update[1.0] forwarding lenya.step parameter Diff (andreas)
  • update[1.0] changed role ID (manager -> review) Diff (andreas)
  • update[1.0] added logging Diff (andreas)
  • update[1.0] hack for the filename for the bitflux editor Diff (edith)
  • update[1.0] switched to global menu handling Diff (andreas)
  • update[1.0] added menu pipelines Diff (andreas)
  • update[1.0] added area handling for blocks and items Diff (andreas)
  • update[1.0] Make sure the caption field is not displayed in the case of asset upload. Diff (egli)
  • update[1.0] The serializer xhtml-bxeng has been renamed to xhtml-iso-8859-1. Diff (egli)
  • update[1.0] Make sure the {xhtml|html}-iso-8859-1 serializers are used to produce the info and use case forms so that the form data is sent correctly to the server. Diff (egli)
  • update[1.0] Added a new serializer for html which uses the ISO-8859-1 encoding Renamed the xhtml-bxeng serializer to xhtml-iso-8859-1. Diff (egli)
  • update[1.0] Remove the xsl:output statement. Diff (egli)
  • update[1.0] showing item "Paste" only when clipboard is not empty Diff (andreas)
  • update[1.0] fixed archive usecase redirect Diff (andreas)
  • update[1.0] redirecting to area URL after rename Diff (andreas)
  • update[1.0] redirecting to area URL after restore Diff (andreas)
  • update[1.0] bugfix for area URL handling Diff (andreas)
  • update[1.0] - layout changes - reflecting changes to XSPs Diff (andreas)
  • update[1.0] - different style for cutted sitetree node - bugfixes for area nodes Diff (andreas)
  • update[1.0] added style for cutted sitetree node Diff (andreas)
  • update[1.0] reflecting changes: converted MoveSiteTreeNodeTask to Ant task Diff (andreas)
  • update[1.0] removed session usage Diff (andreas)
  • update[1.0] fixed javadocs Diff (andreas)
  • update[1.0] added getInfoUrl() method Diff (andreas)
  • update[1.0] - using existsInAnyLanguage() to check for document - improved logging performance Diff (andreas)
  • update[1.0] added nbsp for AC-* tabs Diff (andreas)
  • update[1.0] introduced "info-" prefix for info area Diff (andreas)
  • update[1.0] prettified workflow handling Diff (andreas)
  • update[1.0] commented-out overview/current-language Diff (andreas)
  • update[1.0] replaced inline style with CSS Diff (andreas)
  • update[1.0] implemented missing language and area handling Diff (andreas)
  • update[1.0] implemented missing language handling Diff (andreas)
  • update[1.0] checking id attribute for "" Diff (andreas)
  • update[1.0] Migrated to the new way of fetching the site tree by way of asking the Publication for it instead of creating one by passing in the path to the xml tree file. Diff (egli)
  • update[1.0] fixed "update metadata" bug Diff (andreas)
  • update[1.0] fixed menu style Diff (andreas)
  • update[1.0] Make sure the update step matcher has a chance to get matched. Diff (egli)
  • update[1.0] Fixed the redirect after language removal. Diff (egli)
  • update[1.0] prettified images Diff (andreas)
  • update[1.0] FIXME added for XUpdate Diff (michi)
  • update[1.0] Lexus XUpdate integrated Diff (michi)
  • update[1.0] Make sure no spurious namespaces are inserted. Diff (egli)
  • update[1.0] Fix the getNodeId method. Diff (egli)
  • update[1.0] prettified menu Diff (andreas)
  • update[1.0] changed menu separators Diff (andreas)
  • update[1.0] updated menu layout Diff (andreas)
  • update[1.0] displaying is_live variable Diff (andreas)
  • update[1.0] fixed info area tab highlighting Diff (andreas)
  • update[1.0] Removed a serialize that was never reached. Diff (egli)
  • update[1.0] Export the nodeId of a document or the basename of the document-id through the Document interface and through the page-envelope module. Diff (egli)
  • update[1.0] If the document does not exist throw a DocumentDoesNotExist exception instead of just returning null. Diff (egli)
  • update[1.0] Remove unused imports. Diff (egli)
  • update[1.0] - corporate design for sitetree - fixed language links - added document URL above tabs Diff (andreas)
  • update[1.0] improved tab styling Diff (andreas)
  • update[1.0] fixed check if workflow exists Diff (andreas)
  • update[1.0] corporate design for tree Diff (andreas)
  • update[1.0] getting chosenlanguage from page envelope Diff (andreas)
  • update[1.0] javascript bugfix Diff (andreas)
  • update[1.0] - changed sitetree css - removed interferences from Lenya menu to page Diff (andreas)
  • update[1.0] Commented out "Last edited by" on overview tab Diff (felix)
  • update[1.0] removing previous user from session when new user logs in Diff (andreas)
  • update[1.0] updated info tab URL Diff (andreas)
  • update[1.0] removed iframes Diff (andreas)
  • update[1.0] - moved info usecases from usecase.xmap to info.xmap - restructured info sitemap Diff (andreas)
  • update[1.0] checking if event attribute exists (is not the empty string) Diff (andreas)
  • update[1.0] checking if event attribute exists Diff (andreas)
  • update[1.0] Make sure the default encoding for the html serializer is UTF-8. Diff (egli)
  • update[1.0] Make sure that if the document doesn't exist (as is the case for trash and archive nodes in site tree in info area) no attempt is made to fetch the dublin core meta data (which would lead to an exception) Diff (egli)
  • update[1.0] fixed title value Diff (andreas)
  • update[1.0] showing ID and name in members list Diff (andreas)
  • update[1.0] using workflow input module to resolve history path Diff (andreas)
  • update[1.0] reflecting changes to workflow classes Diff (andreas)
  • update[1.0] added history path attribute to workflow module Diff (andreas)
  • update[1.0] updated workflow handling Diff (andreas)
  • update[1.0] showing workflow state Diff (andreas)
  • update[1.0] adding workflow state Diff (andreas)
  • update[1.0] renamed "Content" to "Delete Trash" Diff (andreas)
  • update[1.0] - added BooleanVariableCondition - fixed javadocs Diff (andreas)
  • update[1.0] catch and log exception Diff (andreas)
  • update[1.0] removed insertion of state and is_live variable value Diff (andreas)
  • update[1.0] re-formatting Diff (andreas)
  • update[1.0] added area to info-workflow ResourceExistsAction path Diff (andreas)
  • update[1.0] writing initial state on history initialization Diff (andreas)
  • update[1.0] added IP_ADDRESS parameter Diff (andreas)
  • update[1.0] using meta-stylesheet for scheduler Diff (andreas)
  • update[1.0] changed layout Diff (andreas)
  • update[1.0] added scheduler css tag Diff (andreas)
  • update[1.0] factored out scheduler functionality to external XSP Diff (andreas)
  • update[1.0] Workflow event inserted Diff (edith)
  • update[1.0] relative path problem simplified Diff (michi)

Version 2003-08 ()

1.0

  • add[1.0] archives implemented Diff (michi)
  • add[1.0] added default notification file Diff (andreas)
  • add[1.0] Added an action that allows checking if a document exists in the given language. Diff (egli)
  • add[1.0] added SingleLanguageIdentityMapper Diff (andreas)
  • add[1.0] Added an xsp and an xsl for the missing language screen. Diff (egli)
  • add[1.0] notification added Diff (michi)
  • add[1.0] added IdentityDocumentIdToPathMapper Diff (andreas)
  • add[1.0] JUnit class for the Dublin Core classes (Interface, Implementation and Proxy). Diff (egli)
  • add[1.0] ant task for the operation move a document move workflow files Diff (edith)
  • add[1.0] blue dot image for asset upload. Diff (egli)
  • add[1.0] ant task to initialize the sitetree xml file (remove all children of the root node) Diff (edith)
  • add[1.0] Meta stylesheet that generates a stylesheet which inserts asset tags in the xml documents. Diff (egli)
  • add[1.0] added TaskWrapper classes Diff (andreas)
  • add[1.0] Simple upload action which just uploads an asset. It does not do any inserting of tags in xml files as the ImageUploadCreatorAction and is therefore more generic. Diff (egli)
  • add[1.0] mod_proxy docu added Diff (michi)
  • add[1.0] added notification stylesheets Diff (andreas)
  • add[1.0] added reject-screen and submit-screen Diff (andreas)
  • add[1.0] directory moved Diff (michi)
  • add[1.0] facade to get the DublinCore Diff (edith)
  • add[1.0] DocumentIdToPathMapper for OSCOM and Blog publication added Diff (michi)
  • add[1.0] Added a screen for resource upload or selection. Diff (egli)
  • add[1.0] Added Manager to keep track of resources for a given document. Diff (egli)
  • add[1.0] XSLT for bxeng entry Diff (michi)
  • add[1.0] Added the Exception selector to the sitemap which catches the ParentNotFoundException and returns a nice error message when a document is published whose parent doc hasn't been published. Added a nice error screen in the lenya look. Added usecase pipelines for info-meta saving. Diff (egli)
  • add[1.0] added scheduler logicsheet Diff (andreas)
  • add[1.0] renamed publish-screen-usecase.xsp to screen.xsp Diff (andreas)
  • add[1.0] BXENG URL config Diff (michi)
  • add[1.0] implemented workflow history in info area Diff (andreas)
  • add[1.0] Ant task to write the dublin core values. Diff (egli)
  • add[1.0] using caching for usecase role configuration Diff (andreas)
  • add[1.0] replaced PolicyCache by more generic SourceCache Diff (andreas)
  • add[1.0] Added an Exception class for document specific exceptions. Diff (egli)
  • add[1.0] - improved policy caching - using document-id for policy resolving Diff (andreas)
  • add[1.0] Added an Ant task and screens to allow deletion of a language node of a document. Diff (egli)
  • add[1.0] HTML Form Editor insert and delete icons added Diff (michi)
  • add[1.0] split info tabs into seperate pages Diff (gregor)
  • add[1.0] work in progress Diff (edith)
  • add[1.0] add delete trash to admin area Diff (gregor)
  • add[1.0] Visitor interface for the operations performed on sitetreenodes Diff (edith)
  • add[1.0] copy implemented with the Visitor pattern. copy content xml files and workflow. Diff (edith)
  • add[1.0] Ant task to insert a label into an existing node in the sitetree. Diff (egli)
  • add[1.0] HTML Form Save Action started Diff (michi)
  • add[1.0] usecase policies added Diff (michi)
  • add[1.0] Added the optional.jar from the ant distribution. Since it probably makes sense to have the ant.jar and the optional.jar to be from the same (nighly) snapshot and there is no way I could find out from which snapshot the old jar was I replaced the ant.jar with the jar from the same snapshot as the optional.jar. Diff (egli)
  • add[1.0] usecase policies added Diff (michi)
  • add[1.0] This commit was manufactured by cvs2svn to create tag 'start'. Diff ()
  • add[1.0] Initial revision Diff (michi)
  • add[1.0] Ant snippet to get the filename for a particular document-id using the documentToPathmapper. Diff (egli)
  • add[1.0] added UsecaseMenuTransformer Diff (andreas)
  • remove[1.0] redesigned scheduler pipelines Diff (andreas)
  • remove[1.0] removed unused files Diff (andreas)
  • remove[1.0] removed unused scheduler XSPs Diff (andreas)
  • remove[1.0] renamed to xhtml Diff (michi)
  • remove[1.0] replaced JobDataMapWrapper by NamespaceMap Diff (andreas)
  • remove[1.0] not needed anymore Diff (michi)
  • remove[1.0] just for testing, not necessary anymore Diff (michi)
  • remove[1.0] renamed screen.xsl to publish-screen.xsl Diff (andreas)
  • remove[1.0] directory moved Diff (michi)
  • remove[1.0] moved scheduler.xconf from content to config Diff (andreas)
  • remove[1.0] old access controller policies removed Diff (michi)
  • remove[1.0] usecase edit generalized Diff (michi)
  • remove[1.0] moved to generic location Diff (michi)
  • remove[1.0] replaced by generic exception XSLT Diff (michi)
  • remove[1.0] replaced by more generic SaveAction Diff (michi)
  • remove[1.0] go back to admin overview if cancel Diff (gregor)
  • remove[1.0] removed obsolete files Diff (andreas)
  • remove[1.0] Replaced by a newer jar. Diff (egli)
  • remove[1.0] This commit was manufactured by cvs2svn to create branch 'michi'. Diff ()
  • update[1.0] Archives generates XML Diff (michi)
  • update[1.0] - added logging - adding leading slash to webapp URL Diff (andreas)
  • update[1.0] added mkdirs() to writeDocument() Diff (andreas)
  • update[1.0] - added logging - make use of ServletHelper Diff (andreas)
  • update[1.0] using ServletHelper to compute webapp URL Diff (andreas)
  • update[1.0] improved log messages slightly Diff (andreas)
  • update[1.0] added "export" target Diff (andreas)
  • update[1.0] added package imports Diff (andreas)
  • update[1.0] setting workflow enabled only when access control is enabled Diff (andreas)
  • update[1.0] Atom added Diff (michi)
  • update[1.0] Archives started to add Diff (michi)
  • update[1.0] sidebar editable Diff (michi)
  • update[1.0] html form editor redirect fixed Diff (michi)
  • update[1.0] FIXME for HTML Form Editor added Diff (michi)
  • update[1.0] Sidebar is editable Diff (michi)
  • update[1.0] colors prettified Diff (michi)
  • update[1.0] relaxng added Diff (michi)
  • update[1.0] commented out unused component declarations Diff (andreas)
  • update[1.0] - reflecting scheduler changes - removed unused pipelines - notification: fallback to default config file Diff (andreas)
  • update[1.0] reflecting scheduler changes Diff (andreas)
  • update[1.0] no suffix for default language Diff (andreas)
  • update[1.0] adding notification Diff (andreas)
  • update[1.0] - added modifyJob() - some refactoring and simplification Diff (andreas)
  • update[1.0] using modifyJob() instead of delete+add Diff (andreas)
  • update[1.0] config fixed Diff (michi)
  • update[1.0] Adding use of xhtml instead of xslt for BXENG Diff (felix)
  • update[1.0] passing modifiable map to WorkflowInvoker Diff (andreas)
  • update[1.0] copy only children Diff (michi)
  • update[1.0] xhtml serializer for BXENG added because ISO-8859-1 is necessary Diff (michi)
  • update[1.0] unnecessary components removed Diff (michi)
  • update[1.0] index.xhtml is now configurable Diff (michi)
  • update[1.0] removed unused variables Diff (andreas)
  • update[1.0] - changed notification prefix - getParameters() returns unmodifiable map Diff (andreas)
  • update[1.0] removed dead code Diff (andreas)
  • update[1.0] log messages, small code cleanups Diff (andreas)
  • update[1.0] changed notification prefix Diff (andreas)
  • update[1.0] Added two methods for checking 1. if a document exists (exists()) 2. if a document with the given document-id and area (regardless of the language) exists (existsInAnyLanguage()) Diff (egli)
  • update[1.0] Added an encoding tag. Diff (egli)
  • update[1.0] Removed uneeded xsl:output tag. Diff (egli)
  • update[1.0] Simplified the sitemap by introducing a resource which shares some common functionality. Diff (egli)
  • update[1.0] PUT added Diff (michi)
  • update[1.0] renamed target "mail" to "notification" Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] reflecting changes to other scheduler classes Diff (andreas)
  • update[1.0] using Map instead of Parameters Diff (andreas)
  • update[1.0] added setServletContextPath() method Diff (andreas)
  • update[1.0] checking task-id only when task is executed Diff (andreas)
  • update[1.0] simplified parameter handling Diff (andreas)
  • update[1.0] using attributes instead of parameter elements to store job-specific information Diff (andreas)
  • update[1.0] buttons added Diff (michi)
  • update[1.0] - using Maps instead of Parameters - changed document-url parameter prefix Diff (andreas)
  • update[1.0] notification disabled Diff (michi)
  • update[1.0] notes added Diff (michi)
  • update[1.0] sidebar for overview fixed Diff (michi)
  • update[1.0] sidebar added to overview Diff (michi)
  • update[1.0] sidebar as XML instead XSLT Diff (michi)
  • update[1.0] Removed unused variables. Diff (egli)
  • update[1.0] Made the class deprecated as it has been superceded by the page-envelope input module. Diff (egli)
  • update[1.0] Set this action to deprecated as it has been superceded by the document remove ant task. Diff (egli)
  • update[1.0] Remove unused variables and methods. Diff (egli)
  • update[1.0] Exceptions in the setter methods of DublinCore are no longer silently caught, but are now passed on. Diff (egli)
  • update[1.0] updated scheduler usecase Diff (andreas)
  • update[1.0] using logicsheet-generated parameters Diff (andreas)
  • update[1.0] re-arranged parameters, improved notification GUI Diff (andreas)
  • update[1.0] more flexible notification GUI Diff (andreas)
  • update[1.0] XML from webdav folder Diff (michi)
  • update[1.0] showing is_live variable value Diff (andreas)
  • update[1.0] redirect for index.html added Diff (michi)
  • update[1.0] changed layout Diff (andreas)
  • update[1.0] Lenya title linked Diff (michi)
  • update[1.0] added getVariableNames() Diff (andreas)
  • update[1.0] allowing Object values Diff (andreas)
  • update[1.0] improved parameter handling Diff (andreas)
  • update[1.0] task wrapper bugfix, improved log messages Diff (andreas)
  • update[1.0] using webapp URL instead of document URL Diff (andreas)
  • update[1.0] code cleanup Diff (andreas)
  • update[1.0] added getDate() method Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] adding is_live variable to XML Diff (andreas)
  • update[1.0] some bugfixes, improved log messages Diff (andreas)
  • update[1.0] using SchedulerHelper to add parameters Diff (andreas)
  • update[1.0] removed unused cast Diff (andreas)
  • update[1.0] removed unused variable Diff (andreas)
  • update[1.0] removed unused field Diff (andreas)
  • update[1.0] The Dublin Core class has been rewritten to make proper use of the GoF Proxy Pattern. The old 'clever' algorithm had severe timing flaws, whereas the new algorithm is based on tried and proven technology. So the DublinCore class has been transformed into an interface, a proxy and an actual implementation which is used by the proxy. Diff (egli)
  • update[1.0] Removed unused variables. Diff (egli)
  • update[1.0] Make sure the parameter names match the names of the params that the ant task is expecting. Diff (egli)
  • update[1.0] PUT is handled by WebDAV sitemap Diff (michi)
  • update[1.0] Revoved unused variable Diff (egli)
  • update[1.0] Removed unused variable. Diff (egli)
  • update[1.0] Revoved unused variable Diff (egli)
  • update[1.0] Fixed a bug where the getResources method would also return subdirs. Added a method to fetch meta data. Diff (egli)
  • update[1.0] PUT to WebDAV sitemap added, but there seems to be a problem Diff (michi)
  • update[1.0] Added some javadocs. Diff (egli)
  • update[1.0] Removed unused variable and unused cast. Diff (egli)
  • update[1.0] Removed unecessary cast. Diff (egli)
  • update[1.0] Removed an unused variable. Diff (egli)
  • update[1.0] getlastmodified and getcontentlength improved Diff (michi)
  • update[1.0] Imporved Javadoc to clarify the fact that there is one language associated with a document but there are possibly a number of languages for which there are also documents with the same document-id. Diff (egli)
  • update[1.0] Make sure the meta data update redirects back to the info screen. Diff (egli)
  • update[1.0] Link on title Diff (michi)
  • update[1.0] Files im�plemented Diff (michi)
  • update[1.0] WebDAV sitemap added Diff (michi)
  • update[1.0] fix the rollback and the view The document-id is no more necessary as a request parameter Diff (edith)
  • update[1.0] fix the rollback/view get the parameters from the page envelope Diff (edith)
  • update[1.0] fix the Rollback Diff (edith)
  • update[1.0] change file path Diff (edith)
  • update[1.0] Make sure the asset remove redirects back to the info screen. Diff (egli)
  • update[1.0] Make sure the asset upload redirects back to the info screen. Diff (egli)
  • update[1.0] Make sure the correct usecase is sent to the server in the case when we are doing a simple upload. Diff (egli)
  • update[1.0] Adapt the title of the upload screen if the upload/insert is for an image. Make sure the creator is editeable (the creator of the asset is not necessarily the person loggen in currently). Diff (egli)
  • update[1.0] root path fixed Diff (michi)
  • update[1.0] WebDAV implemented Diff (michi)
  • update[1.0] fix the rollback view Diff (edith)
  • update[1.0] fix the view for rollback Diff (edith)
  • update[1.0] set method moveHistory to static Diff (edith)
  • update[1.0] insert the area to compute the path of the workflow history files Diff (edith)
  • update[1.0] The param for the file that is to be uploaded is now called properties.asset.data Diff (egli)
  • update[1.0] Add a pipeline that handles both asset upload and insert. Diff (egli)
  • update[1.0] Make the upload and insert screen work. Diff (egli)
  • update[1.0] removed senseless usecasemenu and workflowmenu transformations Diff (andreas)
  • update[1.0] Only whitespace changes, i.e. indenting. Diff (egli)
  • update[1.0] The caption is also needed in the case where the upload is not an image. Diff (egli)
  • update[1.0] change "_" into "-" to have no conflict with the language suffix Diff (edith)
  • update[1.0] method remove children Diff (edith)
  • update[1.0] Only whitespace changes, i.e. indenting. Diff (egli)
  • update[1.0] Added fields for caption and link that are shown in the case of an image upload. Diff (egli)
  • update[1.0] Added params like area, document-id and language. Diff (egli)
  • update[1.0] Fixed Javadoc typo. Diff (egli)
  • update[1.0] Set to deprecated as it is very specific for unipublic and has been superceded by AssetUploadAction. Diff (egli)
  • update[1.0] removed unused import Diff (andreas)
  • update[1.0] added getParameterMap() method Diff (andreas)
  • update[1.0] splitting TaskWrapperParameters into separate modules Diff (andreas)
  • update[1.0] removed configurability Diff (andreas)
  • update[1.0] added some javadocs Diff (andreas)
  • update[1.0] removed obsolete "transition-ant" pipeline Diff (andreas)
  • update[1.0] improved notification handling Diff (andreas)
  • update[1.0] added putAll() method Diff (andreas)
  • update[1.0] using access control IDs instead of objects (enables scheduler job persistance) Diff (andreas)
  • update[1.0] added namespace and parameters array Diff (andreas)
  • update[1.0] using TaskWrapper to execute task Diff (andreas)
  • update[1.0] added workflowmenu and usecasemenu transformations Diff (andreas)
  • update[1.0] unnecessary namespaces removed Diff (michi)
  • update[1.0] Fix the parameter names for asset deletion. Diff (egli)
  • update[1.0] Send request as post request and make some fields non-editable. Diff (egli)
  • update[1.0] Fetch values for creator and referer. Diff (egli)
  • update[1.0] Added the upload usecase matcher. Removed the pipelines for resourcenotfound and sax in the handle-error pipeline because they should not occur in the usecase macher unless there is a genuine error. In that case we want to see the stack trace. Diff (egli)
  • update[1.0] Do not return the meta files when asked for the resources, i.e. filter out the meta files. Diff (egli)
  • update[1.0] only whitespace change Diff (andreas)
  • update[1.0] don't add missing href attribute Diff (andreas)
  • update[1.0] CSS exhanced Diff (michi)
  • update[1.0] config made configurable Diff (michi)
  • update[1.0] CSS styles need to be defined inline because the info area (or any area where the menu is shown) is tag soup. Diff (gregor)
  • update[1.0] reflect the changes to the inline style in the info area Diff (gregor)
  • update[1.0] CSS styles need to be defined inline because the info area (or any area where the menu is shown) is tag soup. Diff (gregor)
  • update[1.0] fix error when clicking on language tab Diff (gregor)
  • update[1.0] save and exit added Diff (michi)
  • update[1.0] PUT implemented Diff (michi)
  • update[1.0] PUT implemented Diff (michi)
  • update[1.0] CSS is path independent Diff (michi)
  • update[1.0] HTTP PUT added Diff (michi)
  • update[1.0] #163 it is now possible to link into specific tabs in the info area from outside. append lenya.tab=meta or another suitable tab. defaults to overview -> changed to lenya.info-tab to make it more specific Diff (gregor)
  • update[1.0] #163 it is now possible to link into specific tabs in the info area from outside. append lenya.tab=meta or another suitable tab. defaults to overview Diff (gregor)
  • update[1.0] get real area. coincides with recent patch to show real area for info tabs Diff (gregor)
  • update[1.0] renamed publishing/screen.xsl to publishing/publish-screen.xsl Diff (andreas)
  • update[1.0] #130 details of selected pages are not visible in MSIE 6.0 turns out IE can't handle <title/> even though that is valid XHTML transitional. Diff (gregor)
  • update[1.0] Fixed a checkstyle warning. Diff (egli)
  • update[1.0] The document-id, the area and the language need to be passed to the task that is writting the dublin core data. Diff (egli)
  • update[1.0] Added document extension to the exported fields. Diff (egli)
  • update[1.0] Change confirm message to fix #186 Diff (egli)
  • update[1.0] added some log messages Diff (andreas)
  • update[1.0] added DOCUMENT_LANGUAGES_CSV Diff (andreas)
  • update[1.0] fetching LDAP name in constructor Diff (andreas)
  • update[1.0] Some of the code reformated to make more legible. Diff (egli)
  • update[1.0] Javadoc fixes. Diff (egli)
  • update[1.0] clicking on folders now also rewrites the language and area tabs Diff (gregor)
  • update[1.0] add archive and trash areas to the valid areas Diff (gregor)
  • update[1.0] moved scheduler config file to /config Diff (andreas)
  • update[1.0] added submit, reject, and notification Diff (andreas)
  • update[1.0] added print-list-simple template Diff (andreas)
  • update[1.0] using lowercase action Diff (andreas)
  • update[1.0] reflecting tab separation in access control tabs Diff (andreas)
  • update[1.0] introduced uc:* attributes Diff (andreas)
  • update[1.0] removed old identity Diff (andreas)
  • update[1.0] bugfix (events were not added to workflow) Diff (andreas)
  • update[1.0] added getVersions() Diff (andreas)
  • update[1.0] creating href attribute if it does not exist Diff (andreas)
  • update[1.0] added getUsersWithRole(String) Diff (andreas)
  • update[1.0] Changed wording of 'languages' in overview tab Diff (felix)
  • update[1.0] workflow restore button Diff (edith)
  • update[1.0] restore usecase Diff (edith)
  • update[1.0] get the sitetree through the publication: the area is needed instead of the absolutetreepath Diff (edith)
  • update[1.0] #161 preserve node when switching from info area to authoring or live Diff (gregor)
  • update[1.0] set the identifier only for the documents corresponding to the document id Diff (edith)
  • update[1.0] namespace problem workaround Diff (michi)
  • update[1.0] #156 remain on same node on language change in info area #157 make authoring / archive / trash policies editable #132 load info tabs directly from authoring area various small performance improvements in info area Diff (gregor)
  • update[1.0] methods to build an url corresponding to a cms document from the parameters: publication, area, document id, language Diff (edith)
  • update[1.0] FIXME for debugging messages Diff (michi)
  • update[1.0] Exception messages are being shown Diff (michi)
  • update[1.0] html form editor pipelines generalized Diff (michi)
  • update[1.0] Make sure the creator field cannot be modified. Diff (egli)
  • update[1.0] Fixed bug #167 where the publisher was wrong in the meta data screen. Diff (egli)
  • update[1.0] display blocks added Diff (michi)
  • update[1.0] logging exception stack traces Diff (andreas)
  • update[1.0] static final declaration of action commands Diff (andreas)
  • update[1.0] building subtree policy when saving SSL protection Diff (andreas)
  • update[1.0] NOTE and exception handling added Diff (michi)
  • update[1.0] CSS for BXENG entry added Diff (michi)
  • update[1.0] Pass the insert=false parameter to the asset upload screen. Diff (egli)
  • update[1.0] Add an additional request param which customizes the screen depending on whether the user is inserting an asset or just uploading one for later insertion. Diff (egli)
  • update[1.0] old installation instruction removed Diff (michi)
  • update[1.0] Add a step to remove an asset to the asset usecase pipeline. Diff (egli)
  • update[1.0] Make the meta data screen and the assets screen more functional and prettier. Diff (egli)
  • update[1.0] Fetch the resources from the ResourceManager. Diff (egli)
  • update[1.0] Make sure the area is taken into account when calculating the resource path. Diff (egli)
  • update[1.0] propagate to the session the area parameter for copy Diff (edith)
  • update[1.0] entries bxengable Diff (michi)
  • update[1.0] fix the area parameter (Set to trash) Diff (edith)
  • update[1.0] Get the area parameter from the session Diff (edith)
  • update[1.0] Set the area's parameters Diff (edith)
  • update[1.0] Introduction of the save method in the Sitetree interface Diff (edith)
  • update[1.0] Replace the deprecated DefaultSitetree Diff (edith)
  • update[1.0] Added a showscreen step to the asset usecase pipeline. Diff (egli)
  • update[1.0] The document proper is now also exported through the PageEnvelope. Diff (egli)
  • update[1.0] prettified scheduler XSL Diff (andreas)
  • update[1.0] adding publication-id and document-url Diff (andreas)
  • update[1.0] updated scheduler logicsheet tag Diff (andreas)
  • update[1.0] GET and PUT runs through the same pipeline Diff (michi)
  • update[1.0] code and javadoc cleanup Diff (andreas)
  • update[1.0] checking for config file in existsPublication() Diff (andreas)
  • update[1.0] simplified obtaining config file Diff (andreas)
  • update[1.0] ResourceNotFoundException should not occur and hence should not be caught. Diff (egli)
  • update[1.0] Changed to make use of the page2html transformer and hence beautyfied. Diff (egli)
  • update[1.0] cleaned up code and javadocs Diff (andreas)
  • update[1.0] cleaned up code and javadocs Diff (andreas)
  • update[1.0] BXENG get is working now Diff (michi)
  • update[1.0] The publisher now returns a special Exception if the piblishing failed because the parent node could not be located in the live tree, i.e. when the user publishes a document whose parent document has not been published. Diff (egli)
  • update[1.0] BXENG integration Diff (michi)
  • update[1.0] Midas and BXENG out-commented Diff (michi)
  • update[1.0] xslt as parameter added Diff (michi)
  • update[1.0] removed old CSS entries Diff (andreas)
  • update[1.0] using Lenya CSS Diff (andreas)
  • update[1.0] declaring scheduler logicsheet Diff (andreas)
  • update[1.0] using Lenya CSS Diff (andreas)
  • update[1.0] - including scheduler CSS - using lenya prefix for scheduler CSS classes Diff (andreas)
  • update[1.0] using scheduler logicsheet Diff (andreas)
  • update[1.0] corrected formatting Diff (andreas)
  • update[1.0] using standardized resource calls for publishing and creating usecases Diff (andreas)
  • update[1.0] completed workflow history presentation Diff (andreas)
  • update[1.0] showing message when document has no workflow Diff (andreas)
  • update[1.0] adding date to history Diff (andreas)
  • update[1.0] improved buildSituation() Diff (andreas)
  • update[1.0] add identity to situation Diff (andreas)
  • update[1.0] adding identity information to history Diff (andreas)
  • update[1.0] using WorkflowFactory to obtain roles from request Diff (andreas)
  • update[1.0] added method for session access Diff (andreas)
  • update[1.0] improved getIp() and toString() Diff (andreas)
  • update[1.0] started to implement BXENG Diff (michi)
  • update[1.0] improved logging messages Diff (andreas)
  • update[1.0] fixed path splitting bug Diff (andreas)
  • update[1.0] removed unused import Diff (andreas)
  • update[1.0] formatting Diff (andreas)
  • update[1.0] typo fixed Diff (michi)
  • update[1.0] Add the publisher to the screen. Diff (egli)
  • update[1.0] Fetch meta data from page envelope Diff (egli)
  • update[1.0] Added support for publisher and date created. Diff (egli)
  • update[1.0] Added constants for publisher and date created. Diff (egli)
  • update[1.0] get and set datePublished is gone, since it is not in the dublin core standard. Instead we should use dateIssued instead. Also added dateCreated. Diff (egli)
  • update[1.0] Provide a better message in the Exception. Diff (egli)
  • update[1.0] Dont allow setting any of the dates as they are set by internal processes. Diff (egli)
  • update[1.0] - don't copy logkit.xconf - don't copy patch stylesheets Diff (andreas)
  • update[1.0] added terms handling Diff (andreas)
  • update[1.0] added namespace fields Diff (andreas)
  • update[1.0] The dublic core class has been changed to be more efficient. It no longer parses the document xml for each query. Due to the change some different Exceptions are thrown and this made a change to some other classes and interfaces necessary. Diff (egli)
  • update[1.0] changed links from admin tab to other tabs to /index.html Diff (andreas)
  • update[1.0] made navigation elements pick up the right language Diff (gregor)
  • update[1.0] fixed hidden parameter links Diff (andreas)
  • update[1.0] Added some more logging info. Diff (egli)
  • update[1.0] The actual creation of the new language version needs to pass the doctype to the task which can only be queried with the uriparametrizer. So added the uriparametrizer to the step "create" of the "create-language" usecase. create-language should properly initialize the workflow now. Diff (egli)
  • update[1.0] changed path computation for better performance Diff (andreas)
  • update[1.0] changed path computation for better performance Diff (andreas)
  • update[1.0] factored out getPublicationId() Diff (andreas)
  • update[1.0] The init-history task now also takes the language as an argument. Diff (egli)
  • update[1.0] moved session initialization from revisions to overview tab Diff (andreas)
  • update[1.0] The init workflow task now also accepts the langaueg as a parameter. So it can initialize different workflows for the same document with different languages. Diff (egli)
  • update[1.0] Javadoc fix. Diff (egli)
  • update[1.0] simplified existsPublication() Diff (andreas)
  • update[1.0] - initializing context file only once - resolving publication ID as key instead of building publication Diff (andreas)
  • update[1.0] policies fixed Diff (michi)
  • update[1.0] CDATA section of sample improved Diff (michi)
  • update[1.0] CDATA implemented Diff (michi)
  • update[1.0] added 1.0rc1 release to download section removed misleading text in recommended software Diff (gregor)
  • update[1.0] replaced info.xsp by overview.xsp Diff (gregor)
  • update[1.0] adding parent and required children started to implement Diff (michi)
  • update[1.0] made navigation elements pick up the right language Diff (gregor)
  • update[1.0] Fix a nullPointerException by querying the node for != null before asking it for it's languages. Diff (egli)
  • update[1.0] delete and add implemented Diff (michi)
  • update[1.0] fixed links from usecase=info to usecase=info-overview Diff (andreas)
  • update[1.0] adding SourceCache declarations Diff (andreas)
  • update[1.0] javadocs, formatting Diff (andreas)
  • update[1.0] - using AC resolver to get authorizer - reflecting changes to usecase authorizer Diff (andreas)
  • update[1.0] not releasing access controller (cached by ac resolver) Diff (andreas)
  • update[1.0] making getAuthorizers() public Diff (andreas)
  • update[1.0] making PolicyBuilder dynamic (needed for SourceCache) Diff (andreas)
  • update[1.0] Be a little bit more clever when it comes to picking a language if none is specified. It used to simply choose the default language, but that might not exist for this document. So check if the document has a version in the default lang, if not pick the first one from the list of langs that the document has. Diff (egli)
  • update[1.0] The implementation of getLanguages now checks the site tree instead of the file system and should therefore be much faster. Diff (egli)
  • update[1.0] delete started to implement Diff (michi)
  • update[1.0] version and author fixed Diff (michi)
  • update[1.0] not deprecated because certain methods are missing from alternative versions Diff (michi)
  • update[1.0] The setter for the area should of course be called setArea (as opposed to setAbsolutetreepath :-(). Diff (egli)
  • update[1.0] insert and delete added Diff (michi)
  • update[1.0] only insert for the moment Diff (michi)
  • update[1.0] update cycle fixed Diff (michi)
  • update[1.0] update cycle implemented Diff (michi)
  • update[1.0] not touching original categories Diff (andreas)
  • update[1.0] attribute value template bugfix Diff (andreas)
  • update[1.0] changed log level to INFO Diff (andreas)
  • update[1.0] bugfix in isDocument() method Diff (andreas)
  • update[1.0] patching logkit.xconf Diff (andreas)
  • update[1.0] fixed bug (used wrong URL policy path) Diff (andreas)
  • update[1.0] checking if URL represents document Diff (andreas)
  • update[1.0] editor form generalized Diff (michi)
  • update[1.0] added new TestSet, bugfix Diff (andreas)
  • update[1.0] using DEFAULT_RESOLVER from AccessControllerResolver Diff (andreas)
  • update[1.0] using excalibur.SourceUtil instead of java.net.URI Diff (andreas)
  • update[1.0] fixed singleton bug Diff (andreas)
  • update[1.0] switched from files to input streams Diff (andreas)
  • update[1.0] added access controller caching Diff (andreas)
  • update[1.0] added some javadocs Diff (andreas)
  • update[1.0] delete Feature added Diff (michi)
  • update[1.0] When creating the task-id should be "create" instead of "create-workflow". Diff (egli)
  • update[1.0] Add asterix to the mandatory fields. Diff (egli)
  • update[1.0] Make sure the current date is passed through. Diff (egli)
  • update[1.0] Added the missing workflow definition. Diff (egli)
  • update[1.0] When successfully removing a label do not redirect to the original page anymore (because it doesn't exist anymore). Instead redirect to the URL without the language (which is now exported by the page envelope module). Diff (egli)
  • update[1.0] Fix the task id. Diff (egli)
  • update[1.0] Fix the parameter names to match the names in the ant file and make the user question more verbose. Diff (egli)
  • update[1.0] Make sure the documents comleteURLWithoutLanguage is exported via the page envelope module. Diff (egli)
  • update[1.0] Added a method to query the complete URL without the language suffix. Diff (egli)
  • update[1.0] Added a setter for the area. Diff (egli)
  • update[1.0] Removed an unused import. Diff (egli)
  • update[1.0] Added usecase for removeLabel. Diff (egli)
  • update[1.0] Adapted to the new interface of DeleteNodeTask. Diff (egli)
  • update[1.0] Removed the deprecated usage of the DefaultSiteTree constructor. Diff (egli)
  • update[1.0] Added javadoc fixes and fixed some checkstyle warnings. Diff (egli)
  • update[1.0] Date created added Diff (michi)
  • update[1.0] datelin added Diff (michi)
  • update[1.0] issued prettified Diff (michi)
  • update[1.0] javadoc / removed unused import Diff (andreas)
  • update[1.0] formatting (tabs to spaces) Diff (andreas)
  • update[1.0] insert and delete started Diff (michi)
  • update[1.0] - declaring AbstractAccessControllerResolver as ThreadSafe - using AccessController caching Diff (andreas)
  • update[1.0] CDATA started to implement Diff (michi)
  • update[1.0] html form editor generalized Diff (michi)
  • update[1.0] html form editor generalized Diff (michi)
  • update[1.0] started breadcrumb-prefix support this allows to have a prefix per publication that gets prepended to the breadcrumb path. useful for publications that are part of a larger site Diff (gregor)
  • update[1.0] Pass the language along the reuqest. Diff (egli)
  • update[1.0] Adapted to the new TreePublisher interface where you no longer have to specify the path to the site trees and now have to specify the language that you want to publish. Diff (egli)
  • update[1.0] The source to be published is actually the document-path as returned by the page envelope input module. No more fiddling with the URL (which had assuptions that no longer where true with multilingual URLs). Diff (egli)
  • update[1.0] The TreePublisher no longer needs the path to the authoring and the live trees. It simply asks the publication for the site trees for the authoring and the live area. It also now takes the language into account when publishing. Diff (egli)
  • update[1.0] optional elements Diff (michi)
  • update[1.0] not published yet exception added Diff (michi)
  • update[1.0] Removed the deprecated usage of the SiteTree constructors. Diff (egli)
  • update[1.0] Fixed Javadocs. Diff (egli)
  • update[1.0] The unit test case for the publisher had many things hard coded and above all did not work anymore. Made it more general (with the path mapper) and made it works again. Diff (egli)
  • update[1.0] use default language from page envelope Diff (gregor)
  • update[1.0] use default language from page envelope Diff (gregor)
  • update[1.0] expose default language through page envelope Diff (gregor)
  • update[1.0] blog edit generalized Diff (michi)
  • update[1.0] editing cycle implemented Diff (michi)
  • update[1.0] This task is now derived from PublicationTask and no longer needs the path of the site tree. Instead you can pass the area in and it will find the associated site tree. Diff (egli)
  • update[1.0] Added Javadocs. Diff (egli)
  • update[1.0] remove forum publication Diff (gregor)
  • update[1.0] unique numbering and temporary source writing implemented Diff (michi)
  • update[1.0] The interface to the creator has changed so the unit test needs to adapt. Also since the language is appended now to the xml file the assuption on the file has change and so this assertion needed to be changed. The creator test works again. Diff (egli)
  • update[1.0] method to set and get the identifier Diff (edith)
  • update[1.0] doctype parameter remove for copying Diff (edith)
  • update[1.0] Javadoc fix Diff (egli)
  • update[1.0] Instead of hardcoding it use the CONTENT_PATH from the Publication. Diff (egli)
  • update[1.0] CONTENT_PATH (= "content") is now a constant of the publication. Initialize the siteTrees statically instead of dynamically. Diff (egli)
  • update[1.0] go back to admin overview if cancel Diff (gregor)
  • update[1.0] we need to set the area before we call the DublinCore constructor or we'll get a NPE Diff (gregor)
  • update[1.0] change the initialisation of workflow in case of copying, so remove the uriparametrizer Diff (edith)
  • update[1.0] accpet method for the visitable sitetreenode (Visitor pattern) Diff (edith)
  • update[1.0] instancierung of the sitetree HashMap Diff (edith)
  • update[1.0] added content in the sitetree path Diff (edith)
  • update[1.0] Adapted to the new interface of DocumentCreatorTask (which no longer uses the deprecated SiteTree constructor) Diff (egli)
  • update[1.0] Added the create-language usecase. Diff (egli)
  • update[1.0] Changed the interface to no longer use the deprecated interface of SiteTree. Diff (egli)
  • update[1.0] Form Editor implemented into OSCOM pub Diff (michi)
  • update[1.0] redirecting "" to "index.html" Diff (andreas)
  • update[1.0] Adapted to the changes in the SiteTree constructor signature. Diff (egli)
  • update[1.0] Adapted to the changes in the SiteTree constructor signature. Diff (egli)
  • update[1.0] Added a new constructor to DefaultSiteTree which doesn't require you to specify a filename. Instead it asks for a pub dir and an area. The other constructors are deprecated. Also the publication now has a getter method which allows you to request the sitetree for a specific area. Diff (egli)
  • update[1.0] sitemap access controller bug fixed Diff (michi)
  • update[1.0] per-publication override was using wrong path Diff (gregor)
  • update[1.0] saving members after deleting group Diff (andreas)
  • update[1.0] "delete user" bugfix Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] checking if identity contains user before adding Diff (andreas)
  • update[1.0] added javadocs Diff (andreas)
  • update[1.0] empty string as default e-mail address when loading Diff (andreas)
  • update[1.0] moved identity initialization to AccessControlAction this means that also the authenticator initializes the identity (no crash when trying to login without authrorization after a Tomcat restart) Diff (andreas)
  • update[1.0] checking if ID is valid Diff (andreas)
  • update[1.0] made isValidId() static and removed it from the Item interface Diff (andreas)
  • update[1.0] added media attribute Diff (gregor)
  • update[1.0] added SSL protection handling Diff (andreas)
  • update[1.0] added some debug messages Diff (andreas)
  • update[1.0] make the log instance variable private to satisfy checkstyle. Diff (egli)
  • update[1.0] Fixed a bug in the documentation. Diff (egli)
  • update[1.0] Copying publication specific Java classes fixed Diff (michi)
  • update[1.0] usecase policies fixed Diff (michi)
  • update[1.0] added some javadocs Diff (andreas)
  • update[1.0] fixed loop variable bug Diff (andreas)
  • update[1.0] javadoc fixes to make checkstyle happy. Diff (egli)
  • update[1.0] javadoc fixes to make checkstyle happy. Diff (egli)
  • update[1.0] javadoc fixes to make checkstyle happy. Diff (egli)
  • update[1.0] changed some logger IDs Diff (andreas)
  • update[1.0] changed href and uc:* attribute handling Diff (andreas)
  • update[1.0] added configurable AccessControllerResolver Diff (andreas)
  • update[1.0] - added method to move history file - using PolicyAuthorizer to obtain roles from request Diff (andreas)
  • update[1.0] added PUBLICATION_PREFIX_URI Diff (andreas)
  • update[1.0] simplified authorizer interface Diff (andreas)
  • update[1.0] moved DEFAULT_RESOLVER to AccessControllerResolver Diff (andreas)
  • update[1.0] abandoned usecase policy file configurability Diff (andreas)
  • update[1.0] using only 2 last letters for language suffix Diff (andreas)
  • update[1.0] added getWorkflowId() methods Diff (andreas)
  • update[1.0] added method to initialize a workflow history based on an existing document Diff (andreas)
  • update[1.0] releasing source Diff (andreas)
  • update[1.0] added some javadocs Diff (andreas)
  • update[1.0] new method in PublicationFactory Diff (andreas)
  • update[1.0] re enabled all tabs Diff (gregor)
  • update[1.0] Fixed Javadoc typos. Diff (egli)
  • update[1.0] Javadoc fixes to satisfy checkstyle. Diff (egli)
  • update[1.0] replace JavaFilenameFilter with RegexFilenameFilter Diff (gregor)
  • update[1.0] Added appropriate import statements to make it compile. Diff (egli)

Version 2003-07 ()

1.0

  • add[1.0] initial checkin of access control documentation Diff (andreas)
  • add[1.0] - removed old access control actions - added ac.xconf and authoring policy (using accreditables from default publication) Diff (andreas)
  • add[1.0] added german sample documents Diff (gregor)
  • add[1.0] ant task to set in the project the area properties dependent of the area Diff (edith)
  • add[1.0] Task delete Trash Diff (edith)
  • add[1.0] compute the id for the destination node in case of archiving Diff (edith)
  • add[1.0] Policies for info and admin area added Diff (michi)
  • add[1.0] policies fixed Diff (michi)
  • add[1.0] contains implemented Diff (michi)
  • add[1.0] Login and Logout info Diff (michi)
  • add[1.0] policy fixed Diff (michi)
  • add[1.0] adding usecase policy file Diff (andreas)
  • add[1.0] skeleton for building the catalog during install. needs to be adapted to xcat Diff (gregor)
  • add[1.0] adopted docs-new to new access control framework Diff (gregor)
  • add[1.0] Junit test for the "Deactivate a document" task Diff (edith)
  • add[1.0] Ant task to delete a node of a tree Diff (edith)
  • add[1.0] added publication.xconf to various publications and removed workaround to go on even if there was no publication.xconf Diff (gregor)
  • add[1.0] When overriding xslts that are defined also globally the overriding files should be in {publication-id}/lenya/xslt/... Diff (egli)
  • add[1.0] Added a publication.xconf. Diff (egli)
  • add[1.0] added excalibur test library Diff (andreas)
  • add[1.0] - added Authenticator - added authenticator action Diff (andreas)
  • add[1.0] adding access control config file Diff (andreas)
  • add[1.0] - added accesscontroller resolver - drafts for several accesscontroller and ac-resolver types Diff (andreas)
  • add[1.0] added PublicationFilePolicyManager Diff (andreas)
  • add[1.0] Task to move up and move down a node under its siblings Diff (edith)
  • add[1.0] added sitemap policy manager (work in progress) Diff (andreas)
  • add[1.0] added access control script Diff (andreas)
  • add[1.0] added Avalon role definition file Diff (andreas)
  • add[1.0] added Machine class Diff (andreas)
  • add[1.0] Added test cases for DefaultSiteTree and SiteTreeNodeImpl. Diff (egli)
  • add[1.0] re-designed ac objects (id+name+description for all objects) Diff (andreas)
  • add[1.0] Junit test for move a document and rename a document Diff (edith)
  • add[1.0] - added groups overview - sorting users by id Diff (andreas)
  • add[1.0] moved user-admin files from ac to admin Diff (andreas)
  • add[1.0] added common creator stylesheet Diff (andreas)
  • add[1.0] renamed page.xsl to page2xhtml.xsl Diff (andreas)
  • add[1.0] ant task to get the path of a file from the document id Diff (edith)
  • add[1.0] added navigation CSS (used for admin area menu) Diff (andreas)
  • add[1.0] added admin area sitetree Diff (andreas)
  • add[1.0] added admin area navigation Diff (andreas)
  • add[1.0] added admin area homepage Diff (andreas)
  • add[1.0] redesigned user administration with flow Diff (andreas)
  • remove[1.0] renamed DocumentUrl to DocumentURL Diff (gregor)
  • remove[1.0] added language label to all documents added archive and trash areas / sitetrees Diff (gregor)
  • remove[1.0] change name Diff (edith)
  • remove[1.0] deprecated Diff (michi)
  • remove[1.0] not necessary Diff (michi)
  • remove[1.0] old replaced by new Diff (michi)
  • remove[1.0] replaced ant 1.5.3 with ant 1.6a Diff (gregor)
  • remove[1.0] When overriding serverpages that are defined also globally the overriding files should be in {publication-id}/lenya/content/... Diff (egli)
  • remove[1.0] removed generic-workflow menu Diff (andreas)
  • remove[1.0] hook up language display to info tab Diff (gregor)
  • remove[1.0] Has been superceded by DefaultSiteTreeTest. Diff (egli)
  • remove[1.0] removed user admin actions Diff (andreas)
  • remove[1.0] removed obsolete files Diff (andreas)
  • update[1.0] Added a method (getLanguageSuffix) to calculate the language suffix. If the language is null it returns an empty string. This method is used in subclasses when calculating the file name of the new document. Diff (egli)
  • update[1.0] Only add the language suffix if the language string is not equal null. Diff (egli)
  • update[1.0] added some docs Diff (andreas)
  • update[1.0] commented out non-existing groups Diff (andreas)
  • update[1.0] added some docs Diff (andreas)
  • update[1.0] added some docs Diff (andreas)
  • update[1.0] implemented writable metadata Diff (gregor)
  • update[1.0] removed cookie additions Diff (gregor)
  • update[1.0] synchronizing tree widgets with the entered URL should now work again Diff (gregor)
  • update[1.0] removed unused imports Diff (andreas)
  • update[1.0] clarified group test Diff (andreas)
  • update[1.0] saving member instead of group (affiliation is stored in member) Diff (andreas)
  • update[1.0] removing members before deleting group Diff (andreas)
  • update[1.0] update tree isolated Diff (michi)
  • update[1.0] publish screen prettified Diff (michi)
  • update[1.0] commented out non-working items Diff (andreas)
  • update[1.0] one more defaultlanguage = de Diff (gregor)
  • update[1.0] show "id (name)" in selection boxes Diff (andreas)
  • update[1.0] fixed new-password forwarding Diff (andreas)
  • update[1.0] fixed links Diff (andreas)
  • update[1.0] API fixed Diff (michi)
  • update[1.0] added pipeline for item editing flow pages Diff (andreas)
  • update[1.0] fixed links Diff (andreas)
  • update[1.0] putting workflow history files in content/workflow/history Diff (andreas)
  • update[1.0] add delete Trash to info menu Diff (gregor)
  • update[1.0] get sources and uris from menu item Diff (michi)
  • update[1.0] renamed DocumentUrl to DocumentURL Diff (gregor)
  • update[1.0] indenting fix. Diff (egli)
  • update[1.0] Added provisions so that the create process now creates files with a language suffix according to the language. Diff (egli)
  • update[1.0] node is needed after alll Diff (gregor)
  • update[1.0] granting access for localhost Diff (andreas)
  • update[1.0] Fixed checkstyle warnings by removing redundant "public" statements. Diff (egli)
  • update[1.0] - removed group roles - added localhost IPRange Diff (andreas)
  • update[1.0] Removed unused imports. Diff (egli)
  • update[1.0] using IPRange instead of Machine Diff (andreas)
  • update[1.0] added RegexFilter to filter files in a directory implemented lookup for other languages in info tab refactored page envelope (removed redundant method definitions) renamed DocumentUrl to DocumentURL Diff (gregor)
  • update[1.0] removed superflous metatags Diff (gregor)
  • update[1.0] beginning of linkmanagement. ant task to search / replace Diff (gregor)
  • update[1.0] clean up ant target Diff (gregor)
  • update[1.0] added usecase authorizer configuration Diff (andreas)
  • update[1.0] showing "id (name)" for members Diff (andreas)
  • update[1.0] - usecaseauthorizer bugfixes - accesscontroller configures authorizers Diff (andreas)
  • update[1.0] using documentId to save policy file Diff (andreas)
  • update[1.0] separated templates for users + machines Diff (andreas)
  • update[1.0] not using @href as base-url for children Diff (andreas)
  • update[1.0] get the doctype for copying Diff (edith)
  • update[1.0] using href attributes to avoid language problem Diff (andreas)
  • update[1.0] get the doctype Diff (edith)
  • update[1.0] get the area parameter to call the same ant task like for moving Diff (edith)
  • update[1.0] New path for the workflow history files Diff (edith)
  • update[1.0] Write in the workflow history before the transaction is finished Diff (edith)
  • update[1.0] give the part of directory from the pub No time to fix it totally : Java docs, area is no more needed , .... Diff (edith)
  • update[1.0] changed "Machines" to "IP ranges" Diff (andreas)
  • update[1.0] moved machine setup to access controller Diff (andreas)
  • update[1.0] separate template for group box Diff (andreas)
  • update[1.0] disabling "add" button if selection box is empty Diff (andreas)
  • update[1.0] fixed IP range ID forwarding Diff (andreas)
  • update[1.0] change default language to german for now Diff (gregor)
  • update[1.0] default language changed Diff (michi)
  • update[1.0] using original URL as document-url Diff (andreas)
  • update[1.0] add xml:lang to admin sitetree Diff (gregor)
  • update[1.0] disable some of the not yet finished tabs. at some later date, the # of tabs should be made into an argument, not hardcoded into this file.. Diff (gregor)
  • update[1.0] add missing document-url to admin area menu Diff (gregor)
  • update[1.0] display proper label in tabs, breadcrumbs depending on language Diff (gregor)
  • update[1.0] added LDAP ID handling Diff (andreas)
  • update[1.0] using document-path instead of document-id for sourcetype action Diff (andreas)
  • update[1.0] added UsecaseAuthorizer role Diff (andreas)
  • update[1.0] using ac.Machine instead of ac2.Machine Diff (andreas)
  • update[1.0] implemented authorize() method Diff (andreas)
  • update[1.0] authorizing machine Diff (andreas)
  • update[1.0] added getMachine() method Diff (andreas)
  • update[1.0] removed ac2.Machine added IPRange handling to ac.Machine Diff (andreas)
  • update[1.0] don't inherit from PolicyAuthorizer Diff (andreas)
  • update[1.0] getting roles from request instead of from session Diff (andreas)
  • update[1.0] using default language for document if URI contains no language Diff (andreas)
  • update[1.0] fixed menu urls Diff (gregor)
  • update[1.0] adapted sitetree to show language fallback for the concept node Diff (gregor)
  • update[1.0] fixed DTD declaration Diff (gregor)
  • update[1.0] made revisions work for info area tabs fixed sitetree2nav.xsl to take the correct xml:lang values into account added new constructor to DefaultDocument to correctly pass language at creation time disabled unfinished tabs Diff (gregor)
  • update[1.0] that made it much worse. reverted. this code should be taken behind the barn and shot Diff (gregor)
  • update[1.0] the move ant task requires two trees, which can belong to different areas Diff (edith)
  • update[1.0] somewhere in the lizard brain of lenya, it keeps accessing this file.. uncommented a line so that it doesnt shower log4j.log with crap Diff (gregor)
  • update[1.0] add delete trash function to admin area (needs to be hooked up still) Diff (gregor)
  • update[1.0] add lenya.area to indicate the area of an item in the sitetree Diff (gregor)
  • update[1.0] increase free memory directive to prevent out of memory errors Diff (gregor)
  • update[1.0] Representation of the archive and trash tree on info page Diff (edith)
  • update[1.0] README copy fixed Diff (michi)
  • update[1.0] session NullPointerException fixed Diff (michi)
  • update[1.0] fixed sitetree links (using sitetree2nav.xsl) Diff (andreas)
  • update[1.0] The parameter document-id is get from the session (for copy, move ,..) call of the task deleteDocument call of the task deleteTrash Diff (edith)
  • update[1.0] fix the copy task call the move task with two different trees Diff (edith)
  • update[1.0] insert of task rename Document Diff (edith)
  • update[1.0] get parameter document-id from the session instead from a cookie Diff (edith)
  • update[1.0] Delete Document Task Diff (edith)
  • update[1.0] call of method importSubtree to copy a node and its children Diff (edith)
  • update[1.0] tcpmon documentation improved Diff (michi)
  • update[1.0] typo fixes Diff (gregor)
  • update[1.0] typo fixes Diff (gregor)
  • update[1.0] started to factor out rc unit tests Diff (gregor)
  • update[1.0] OSCOM info and admin area protected Diff (michi)
  • update[1.0] Unknown Publication removed Diff (michi)
  • update[1.0] logicsheet to info menu added Diff (michi)
  • update[1.0] servlet_context_path fixed Diff (michi)
  • update[1.0] call of ant task archive Diff (edith)
  • update[1.0] *** empty log message *** Diff (edith)
  • update[1.0] archiving works Diff (edith)
  • update[1.0] Junit test case for archiving Diff (edith)
  • update[1.0] method getChildren() Diff (edith)
  • update[1.0] method importSubtree Diff (edith)
  • update[1.0] Change File.separator into / Diff (edith)
  • update[1.0] Introduction of a second tree (ex archiv) Diff (edith)
  • update[1.0] status added Diff (michi)
  • update[1.0] Publishing fixed Diff (michi)
  • update[1.0] added abstract to page envelope and info area Diff (gregor)
  • update[1.0] updated sample documents with DC metadata Diff (gregor)
  • update[1.0] Documentation links updated Diff (michi)
  • update[1.0] Atom/Echo mailing list added Diff (michi)
  • update[1.0] store document id in session for later retrieval by info menu items Diff (gregor)
  • update[1.0] live links fixed Diff (michi)
  • update[1.0] NullPointerException fixed Diff (michi)
  • update[1.0] added policy GUI Diff (andreas)
  • update[1.0] un-commented out info area transformation Diff (andreas)
  • update[1.0] made overview and meta tabs functional. need to deal with empty values better. Diff (gregor)
  • update[1.0] added some classes and methods needed for policy GUI Diff (andreas)
  • update[1.0] File menu items re-grouped Diff (michi)
  • update[1.0] testing ... Diff (michi)
  • update[1.0] No such user implemented Diff (michi)
  • update[1.0] initial checkin of policy GUI Diff (andreas)
  • update[1.0] reading document from authoring directory Diff (andreas)
  • update[1.0] Roles removed from group Diff (michi)
  • update[1.0] User Guide added Diff (michi)
  • update[1.0] Logout link fixed Diff (michi)
  • update[1.0] classes removed Diff (michi)
  • update[1.0] more details added Diff (michi)
  • update[1.0] log4j configurable Diff (michi)
  • update[1.0] added skeleton for isValidSubnet() Diff (andreas)
  • update[1.0] added net-address + subnet-mask editing Diff (andreas)
  • update[1.0] corrected document path handling Diff (andreas)
  • update[1.0] extended IP ranges Diff (andreas)
  • update[1.0] corrected incompatible exceptions Diff (andreas)
  • update[1.0] ac2.Identity implemented Diff (michi)
  • update[1.0] ac2.Identity implemented Diff (michi)
  • update[1.0] use canonical dublin core namespace Diff (gregor)
  • update[1.0] - performed namespace surgery Diff (gregor)
  • update[1.0] binary to ascii Diff (gregor)
  • update[1.0] - performed namespace surgery - fixed headers to report correct CVS ID tag - started dublin core implementation - fixed broken matchers in info sitemap Diff (gregor)
  • update[1.0] added getDocumentFile() to pageenvelope and -module changed getDocumentPath() to path instead of file Diff (andreas)
  • update[1.0] refined logger Diff (andreas)
  • update[1.0] added IP ranges + management Diff (andreas)
  • update[1.0] Call of the ant Task for deactivate a document Diff (edith)
  • update[1.0] Deactivate a document Diff (edith)
  • update[1.0] Deactivate Document test Diff (edith)
  • update[1.0] enable uploads implemented Diff (michi)
  • update[1.0] enable uploads made configurable Diff (michi)
  • update[1.0] deprecated some xml classes Diff (gregor)
  • update[1.0] removed unused imports Diff (andreas)
  • update[1.0] added / corrected delete methods Diff (andreas)
  • update[1.0] Publication get from page-envelope input module Diff (edith)
  • update[1.0] removed lenya-util usage Diff (andreas)
  • update[1.0] fixed getUser() bug Diff (andreas)
  • update[1.0] bugfix for WorkflowAuthorizer - don't check authorization if the url does not correspond to a CMS document Diff (andreas)
  • update[1.0] added context path to history URLs Diff (andreas)
  • update[1.0] using lenya page for logout screen Diff (andreas)
  • update[1.0] login screened prettified Diff (michi)
  • update[1.0] current username fixed Diff (michi)
  • update[1.0] - removed reference to ac.Identity - removed lenya util logicsheet Diff (andreas)
  • update[1.0] - removed forrest publication catalog entry - using docs-new catalog with relative path Diff (andreas)
  • update[1.0] - removed unused DefaultAuthenticatorAction - marked old access control actions as deprecated Diff (andreas)
  • update[1.0] removed lenya-util usage Diff (andreas)
  • update[1.0] removed publication-id parameter Diff (andreas)
  • update[1.0] - introducing global access control sitemap - reflecting access control changes in default and oscom publications Diff (andreas)
  • update[1.0] reflecting access control changes Diff (andreas)
  • update[1.0] added some readDocument(...) methods Diff (andreas)
  • update[1.0] - refactored policy manager - introduced InheritingPolicyManager - various bugfixes Diff (andreas)
  • update[1.0] username / userid bugfix Diff (andreas)
  • update[1.0] last modified added to page envelope and to document class Diff (gregor)
  • update[1.0] extend page envelope with metadata Diff (gregor)
  • update[1.0] synchronize node highlighting in tree widget with URL Diff (gregor)
  • update[1.0] Added an getter method to fetch all languages for this publication. Diff (egli)
  • update[1.0] The creator for the default publication is obviously not the Uni Zuerich. Diff (egli)
  • update[1.0] Transform the data from the xsp regarding the dublin core fields. Diff (egli)
  • update[1.0] Fetch the user-name instead of the user-id. Diff (egli)
  • update[1.0] Set the default language to "en". Diff (egli)
  • update[1.0] Since getName() returns the same as getFullName() and getFullName() has been deprecated it is no longer returned by the access-control input module Diff (egli)
  • update[1.0] Removed an unused import. Diff (egli)
  • update[1.0] Since getFullName simply returns getName() the getFullName method has been deprecated in favour of the getName method. This of course implies changes in the LDAPUser where getFullname was overwritten and in the unit test cases. Diff (egli)
  • update[1.0] Deprecated since all of this can be done better with java.text.DateFormat and java.text.SimpleDateFormat. Diff (egli)
  • update[1.0] Added more fields to the module, i.e. user-name, user-fullname, user-email. Diff (egli)
  • update[1.0] Fixed checkstyle warnings by making instance vars private and adding protected getters. Diff (egli)
  • update[1.0] Added javadocs to fix checkstyle warnings. Diff (egli)
  • update[1.0] Use the create-workflow usecase for creating documents. Diff (egli)
  • update[1.0] The publication-specific serverpages should be in lenya/pubs/{publication-id}/lenya/content/{serverpage}. Diff (egli)
  • update[1.0] Remove the creation of a publication (which was throwing a uncaught exception) because it is never used after. Diff (egli)
  • update[1.0] Added an input module that allows access to access-control information such as user-id, user-name, etc. Currently implemented is user-id. Diff (egli)
  • update[1.0] Added a FIXME: comment to some code that is commented out intentionaly. Diff (egli)
  • update[1.0] catching PublicationException Diff (andreas)
  • update[1.0] load info pane concurrently with tree widget upon page load Diff (gregor)
  • update[1.0] Added a constant to point to the config directory Fixed a bug with reading the default language from the config. Diff (egli)
  • update[1.0] Added a FIXME: comment about the fact that the init method could be moved back to the constructor if the deprecated method was removed. Diff (egli)
  • update[1.0] The publication now (optionally for backwards compatibility) looks for a config file named publication.xconf and fetches the languages, the default language and the DocumentToPathMapper from it. Since the Constructor of Publication can throw an PublicationException now a lot of files have to be adapted. In order to handle that the constructor functionality needed to be factored out into the init method. This is possibly not needed anymore if the deprecated constructor is removed. Diff (egli)
  • update[1.0] The publication now (optionally for backwards compatibility) looks for a config file named publication.xconf and fetches the languages, the default language and the DocumentToPathMapper from it. Since the Constructor of Publication can throw an PublicationException now a lot of files have to be adapted. Diff (egli)
  • update[1.0] Fixed a typo. Diff (egli)
  • update[1.0] Enhanced the creator tool chain (java, xsp and xslt) to be able to handle multi-lingual creates. Diff (egli)
  • update[1.0] added javadocs Diff (andreas)
  • update[1.0] added authenticator Diff (andreas)
  • update[1.0] reflecting changes to access controller Diff (andreas)
  • update[1.0] added existsPublication() method Diff (andreas)
  • update[1.0] The document creator can now handle multi-lingual documents. Diff (egli)
  • update[1.0] Removed the publication as it was never used. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed checkstyle warnings Diff (egli)
  • update[1.0] Fixed checkstyle warnings Diff (egli)
  • update[1.0] added Dublin Core Class to document class Diff (gregor)
  • update[1.0] reflecting access control changes Diff (andreas)
  • update[1.0] using excalibur test for access control components Diff (andreas)
  • update[1.0] introduced access controller resolver Diff (andreas)
  • update[1.0] reflecting policymanager changes Diff (andreas)
  • update[1.0] improved SourceResolver handling Diff (andreas)
  • update[1.0] return added Diff (michi)
  • update[1.0] addded empty methods to sync with interface Diff (gregor)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed checkstyle warnings by making instance vars private and adding accessor methods. Diff (egli)
  • update[1.0] extend document interface with getters for the dc metadata properties Diff (gregor)
  • update[1.0] Workflow History Pipeline added Diff (michi)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] Fixed Javadoc problems that were indicated by checkstyle. Diff (egli)
  • update[1.0] language switching now works in the sitetree. if the chosen language is not found, the default language is taken. Diff (gregor)
  • update[1.0] corrected license headers Diff (andreas)
  • update[1.0] using default access controller Diff (andreas)
  • update[1.0] reflecting access control changes Diff (andreas)
  • update[1.0] only whitespace changes Diff (andreas)
  • update[1.0] checking if identity belongs to correct AccreditableManager Diff (andreas)
  • update[1.0] - added belongsTo(AccrediableManager) method - removed code smell from getUser() Diff (andreas)
  • update[1.0] method getUser added Diff (michi)
  • update[1.0] fix the path of the stylesheet for checkin/out errors Diff (edith)
  • update[1.0] Copy, Move and Rename Diff (edith)
  • update[1.0] test for moveUp and moveDown Diff (edith)
  • update[1.0] Method MoveUp and MoveDown Diff (edith)
  • update[1.0] reflecting access control changes Diff (andreas)
  • update[1.0] redesigned access control: - Access controller is the main component - AccreditableManager is former AccessController Diff (andreas)
  • update[1.0] parameter fixed Diff (michi)
  • update[1.0] demo commented out from navigation Diff (michi)
  • update[1.0] first pass at language switching via tab in the info area. still has a little bug that makes highlighting fail after a couple clicks back and forth. Diff (gregor)
  • update[1.0] binary to ascii Diff (andreas)
  • update[1.0] begin multilanguage support in sitetree and info area - sitetree sample with mulilingual labels - concepts of defaultlanguage / language - highlight the proper language tab in info Diff (gregor)
  • update[1.0] enable-uploads added Diff (michi)
  • update[1.0] initializing workflow history in creator task Diff (andreas)
  • update[1.0] removing ac2.Identity from session Diff (andreas)
  • update[1.0] corrected uri prefix for mounting Diff (andreas)
  • update[1.0] added authorizers initialization Diff (andreas)
  • update[1.0] using fallback for xsp + xslt Diff (andreas)
  • update[1.0] mounting only usecase-specific sitemaps (moint = point of no return) Diff (andreas)
  • update[1.0] added authorizer roles Diff (andreas)
  • update[1.0] allowing missing tasks.xml file Diff (andreas)
  • update[1.0] catching TaskManager exceptions Diff (andreas)
  • update[1.0] checking for workflow history before executing task Diff (andreas)
  • update[1.0] - authorizer is avalon component Diff (andreas)
  • update[1.0] - authorizer is avalon component - putting roles in session (TODO: only until usecase.xmap is under access control!) Diff (andreas)
  • update[1.0] publication path get from the Publication through the page-envelope module Diff (edith)
  • update[1.0] multipart requests instruction added Diff (michi)
  • update[1.0] Fixed more javadocs to get rid of the checkstyle warnings. 2045 to go... Diff (egli)
  • update[1.0] authoring tab fixed Diff (michi)
  • update[1.0] live link fixed Diff (michi)
  • update[1.0] live readded to URI space Diff (michi)
  • update[1.0] Publish should now correcly handle the multilingual case, i.e. only the requested label is published from the authoring to the live tree. Diff (egli)
  • update[1.0] Make sure getLabel can also handle "" as a xmlLanguage when in reallity it is null. Diff (egli)
  • update[1.0] tabs fixed Diff (michi)
  • update[1.0] was biinary.. Diff (gregor)
  • update[1.0] now forwards sitemap parameters to task Diff (gregor)
  • update[1.0] tabs fixed Diff (michi)
  • update[1.0] Revision Controller to top level sitemap moved Diff (michi)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] Removed unused import. Diff (egli)
  • update[1.0] The filename to pass to the Revision Controller should be : content/authoring/..../index.xml Diff (edith)
  • update[1.0] added removeAllMembers() test Diff (andreas)
  • update[1.0] next version of user + group administration Diff (andreas)
  • update[1.0] Added workflow events to the menu. Diff (egli)
  • update[1.0] updated access control files Diff (andreas)
  • update[1.0] Fixed the parameter names for the creator so that creation actually works. Diff (egli)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] added group + access-control scripts Diff (andreas)
  • update[1.0] next version of user + group administration Diff (andreas)
  • update[1.0] - added reference to roles file - added access controller component declaration Diff (andreas)
  • update[1.0] redesigned AccessController as Avalon component Diff (andreas)
  • update[1.0] copying Avalon roles file Diff (andreas)
  • update[1.0] Use the creator ant task instead of the DefaultCreator. Diff (egli)
  • update[1.0] added publication test Diff (andreas)
  • update[1.0] redesigned AccessController as Avalon component Diff (andreas)
  • update[1.0] throwing exception when configuration directory is not valid Diff (andreas)
  • update[1.0] added removeAllMembers() method Diff (andreas)
  • update[1.0] hook up language display to info tab Diff (gregor)
  • update[1.0] Fixed a bug in the parameter passing to the usecase-create resource. Diff (egli)
  • update[1.0] Proper indenting. Diff (egli)
  • update[1.0] Added documentation for document-path and document-language. Diff (egli)
  • update[1.0] - improved tree widget to save state - fixed bug where tree widget was unable to reopen subtrees - added hover effect to tree widget - added language tabs to tree widget - consolidated menu.css, info css and default css - fixed CSS validation errors - improved breadcrumb generation in html title - fixed typo in introduction Diff (gregor)
  • update[1.0] login screen de-uglyfication Diff (gregor)
  • update[1.0] Added language tag. Diff (egli)
  • update[1.0] Addded a comment to notify that this xsp has been deprecated. Replaced usage of xsp-lenya logic sheet with xsp-request, xsp-session and page envelope input module. Diff (egli)
  • update[1.0] Added the document language to the pageenvelope and to the page envelope input module. Diff (egli)
  • update[1.0] xpath bug fixed Diff (michi)
  • update[1.0] error handling improved Diff (michi)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] Added more test cases. Diff (egli)
  • update[1.0] Added more test cases. Diff (egli)
  • update[1.0] Added more javadocs. Diff (egli)
  • update[1.0] Added methods to allow adding and removing labels to existing nodes. This is needed for handling of multilingual documents. Diff (egli)
  • update[1.0] Added methods to add and remove a label to a siteTree node. This is in preparation for the multilingual stuff. Also added complete java docs and fixed a problem in getLabel where it would not correctly handle empty language attributes. Diff (egli)
  • update[1.0] Added toString, equals and hashCode methods. Diff (egli)
  • update[1.0] - made CSS valid - simplified menu code - added breadcrumb in title - removed legacy javascript Diff (gregor)
  • update[1.0] - made CSS valid - simplified menu code - added breadcrumb in title - removed legacy javascript Diff (gregor)
  • update[1.0] tabs fixed Diff (michi)
  • update[1.0] live reintroduced Diff (michi)
  • update[1.0] Authoring and Live URL fixed Diff (michi)
  • update[1.0] bumped version to 1.0 added entities properties wyona -> lenya Diff (gregor)
  • update[1.0] bumped version to 1.0 added entities copy task (disabled for now) Diff (gregor)
  • update[1.0] reflected proper filename extension in build file Diff (gregor)
  • update[1.0] changed "build.compiler" from classic to modern. this uses the 1.3 javac instead of the 1.2 one. Diff (gregor)
  • update[1.0] adapted tests to new access control design Diff (andreas)
  • update[1.0] some id/name-related bugfixes Diff (andreas)
  • update[1.0] The publisher classes have been superceded by the publish ant task and are now deprecated. Diff (egli)
  • update[1.0] Fixed checkstyle warnings. Diff (egli)
  • update[1.0] changes due to abstract Role class Diff (andreas)
  • update[1.0] typo fixed Diff (michi)
  • update[1.0] tabs fixed Diff (michi)
  • update[1.0] Addde Javadocs and fixed checkstyle warnings. Diff (egli)
  • update[1.0] Fixed checkstyle warnings. Diff (egli)
  • update[1.0] Make sure the handle-errors contains a serialize so that exception stack traces are shown. Diff (egli)
  • update[1.0] Image upload for uni public works again. The following changes had to be applied: The sitemap path was not pointing at the publication sitemap anymore since the usecase stuff has been moved to the root sitemap. So the PageEnvelope is used to find the publication directory. In the olden days (when uni public was created) the document-id used to contain the suffix of the document as well. This is no longer the case, so the image upload had to be adjusted. Diff (egli)
  • update[1.0] Added complete Javadocs. Diff (egli)
  • update[1.0] Added complete Javadocs. Diff (egli)
  • update[1.0] - corrected pipeline order in admin.xmap - removed user admin from usecase.xmap Diff (andreas)
  • update[1.0] insertion of the page tag Diff (edith)
  • update[1.0] get the directory for a given documentid for copy/move Diff (edith)
  • update[1.0] Added the upload usecase matchers. Diff (egli)
  • update[1.0] implemented add/delete users Diff (andreas)
  • update[1.0] - added user/group add/delete usecase - using ** for matching all non-existent pages Diff (andreas)
  • update[1.0] Added more Javadocs. With up-to-date Cocoon the request is no longer a multipart request, so checking for multipart request is no longer needed. Diff (egli)
  • update[1.0] The uploadimage usecase has been renamed to upload. Diff (egli)
  • update[1.0] Make sure the document-id is wrapped tighly in the surounding tags. Otherwise whitespace seems to be passed along and confuse the image upload. Diff (egli)
  • update[1.0] Adapted to the new interface of DocumentIdToPathMapper (with the language) Diff (egli)
  • update[1.0] Complete Javadocs and removed dead code. Diff (egli)
  • update[1.0] Added complete Javadocs and in the course got rid of about 30 checkstyle warnings. Diff (egli)
  • update[1.0] delete rcml/rcbak test Diff (edith)
  • update[1.0] added user description Diff (andreas)
  • update[1.0] added user description field Diff (andreas)
  • update[1.0] added description field Diff (andreas)
  • update[1.0] generalized user admin pipelines Diff (andreas)
  • update[1.0] removed user admin pipelines Diff (andreas)
  • update[1.0] bold font for selected menublocks Diff (andreas)
  • update[1.0] using /users/ step in flow URIs to enable menu item highlighting Diff (andreas)
  • update[1.0] restructured user administration Diff (andreas)
  • update[1.0] tree nodes below the top level ones were not matched properly. this should fix the wierd layout Diff (gregor)
  • update[1.0] fixed small issue where sometimes // was generated instead of / Diff (gregor)
  • update[1.0] added permissions tab styled tabs with css classes Diff (gregor)
  • update[1.0] absolute path for resource-exists selector Diff (andreas)
  • update[1.0] rename works Diff (edith)
  • update[1.0] change the cancel button Diff (edith)
  • update[1.0] put <page> tag to have so beautiful form also Diff (edith)
  • update[1.0] allowing pub-independent sitetrees (used for admin area) Diff (andreas)
  • update[1.0] changed page aggregation structure Diff (andreas)
  • update[1.0] bugfix for <div> copying Diff (andreas)
  • update[1.0] changed page structure (menu inside lenya-sidebar) Diff (andreas)
  • update[1.0] using xhtml namespace inside cmsbody Diff (andreas)
  • update[1.0] from for rename works Diff (edith)
  • update[1.0] get the document id of the parent of the destination in the cookie Diff (edith)
  • update[1.0] get the document id of the file to rename in the session Diff (edith)
  • update[1.0] ant task to compute the different document ids of the destination in case of copy, move and rename Diff (edith)
  • update[1.0] added homepage pipeline Diff (andreas)
  • update[1.0] fixed lenya-sidebar column widh Diff (andreas)
  • update[1.0] changed admin area link Diff (andreas)
  • update[1.0] Replaced the util logicsheet with an invocation of the page envelope input module. Diff (egli)
  • update[1.0] libraries updated Diff (michi)
  • update[1.0] using CMS screen concept Diff (andreas)
  • update[1.0] some layout additions Diff (andreas)
  • update[1.0] changed user administration links Diff (andreas)
  • update[1.0] added ac configuration files Diff (andreas)
  • update[1.0] added method getPublication(request, context) Diff (andreas)
  • update[1.0] added admin area Diff (andreas)
  • update[1.0] made contains() public Diff (andreas)
  • update[1.0] titles fixed Diff (michi)
  • update[1.0] Get parameters from GUI through cookies and session Diff (edith)
  • update[1.0] added full document id to tree fixed layout for large trees stripped request parameters from document id for the cookie Diff (gregor)
  • update[1.0] do not throw exception Diff (michi)
  • update[1.0] apparently not all xslt processors are alike.. should now work with xalan too. Diff (gregor)
  • update[1.0] made sitetree work properly. thanks to michi for the hint Diff (gregor)
  • update[1.0] javadoc added and exception thrown in case of error Diff (michi)
  • update[1.0] added info area to valid areas Diff (andreas)
  • update[1.0] using cache for policies and URI parameters Diff (andreas)

Version 2003-06 ()

1.0

  • add[1.0] Utility to run processes Diff (michi)
  • add[1.0] added document tests Diff (andreas)
  • add[1.0] added access controller test Diff (andreas)
  • add[1.0] added ac2-specific access control test base class Diff (andreas)
  • add[1.0] added DocumentBuilder Diff (andreas)
  • add[1.0] Status Page added Diff (michi)
  • add[1.0] test class for the copying of a document Diff (edith)
  • add[1.0] ant task to compute the document id of the copy file Diff (edith)
  • add[1.0] initial checkin of new access control implementation Diff (andreas)
  • add[1.0] added class for constructing tes page envelopes Diff (andreas)
  • add[1.0] initial checkin of new access control implementation Diff (andreas)
  • add[1.0] initial checkin of new access control implementation Diff (andreas)
  • add[1.0] added Groupable Diff (andreas)
  • add[1.0] added AbstractGroupable Diff (andreas)
  • add[1.0] added page envelope factory Diff (andreas)
  • add[1.0] added start page to live area by default to prevent errors. other pages need to be published of course. Diff (gregor)
  • add[1.0] check only file and not directory Diff (michi)
  • add[1.0] Licenses added Diff (michi)
  • add[1.0] Authenticator which delegates the authentication to the User class. The user class knows how to authenticate, e.g. FileUser compares with encrypted string in file, LDAPUser makes a request to an ldap server. Diff (egli)
  • add[1.0] Unit tests for LDAPUser Diff (egli)
  • add[1.0] compute a new id for a document if there is already a node for a document with this id Diff (edith)
  • add[1.0] added publisher test Diff (andreas)
  • add[1.0] - added creator test - using property for test classpath Diff (andreas)
  • add[1.0] Added a class to handle LDAP users. Diff (egli)
  • add[1.0] - added form css - added table css - factored some things out of default.css Diff (andreas)
  • add[1.0] Copy/Move a node in the sitetree Diff (edith)
  • add[1.0] Added the document-path to the PageEnvelope and to the PageEnvelopeModule. The document-path is calculated by a class that implements the interface DocumentIdToPathMapper. Diff (egli)
  • add[1.0] added menu to admin area Diff (gregor)
  • add[1.0] added unit tests docs Diff (andreas)
  • add[1.0] added better feather icon to menu (thanks diana) Diff (gregor)
  • add[1.0] Added actions for user administration. Diff (egli)
  • add[1.0] wired up admin area in the menu bar. excuse the butt-ugly icon, a skillfully crafted one has been comissioned. Diff (gregor)
  • add[1.0] added history Diff (andreas)
  • add[1.0] added DocumentCreator as AntTask Diff (andreas)
  • add[1.0] Renamed from user-edit.xsl Diff (egli)
  • add[1.0] xsl for the user delete confirmation screen. Diff (egli)
  • add[1.0] xsl for the user add screen. Diff (egli)
  • add[1.0] Added screen for modifying an existing user. Diff (egli)
  • add[1.0] Added screen for adding a new user. Diff (egli)
  • add[1.0] Added xsp and xsl for user admin. Diff (egli)
  • add[1.0] xsl stubs for Info Area screens XSL stubs for workflow Diff (gregor)
  • add[1.0] xsp stubs for Info Area screens xsp stubs for workflow Diff (gregor)
  • add[1.0] started work on Info Area (sitemaps, menu tab, menu definition) moved site dir to info dir Diff (gregor)
  • add[1.0] Added Tree Widget (Javascript, Images, CSS) and a XSL to convert a sitetree to a Javascript array suitable for the tree widget. Diff (gregor)
  • add[1.0] Added Site / Meta area screen, CSS and Javascript Diff (gregor)
  • add[1.0] started work on Site / Meta area Diff (gregor)
  • add[1.0] Added tests for the fileUser class Diff (egli)
  • add[1.0] Added test cases for FileGroup, FileRole, GroupManager and RoleManager. Diff (egli)
  • add[1.0] added BooleanVariableAssignment Diff (andreas)
  • add[1.0] added WorkflowFactory Diff (andreas)
  • add[1.0] Added skeletal versions of Unit Test cases. Diff (egli)
  • add[1.0] Added a subclass to Group which handles loading and saving to xml file. Diff (egli)
  • add[1.0] Add a subclass to Role which handles saving and loading from xml file. Diff (egli)
  • add[1.0] Added a common superclass ItemManager which implements the singleton for all the other manager classes (UserManager, GroupManager and RoleManager) Diff (egli)
  • remove[1.0] removed senseless class Diff (andreas)
  • remove[1.0] replace by ComputeCopyDocumentId Diff (edith)
  • remove[1.0] deprecated wyona documentation moved to wiki to allow for easier refactoring. Diff (gregor)
  • remove[1.0] deprecated the computerworld publication. it will be available from wyona.org (unmaintained) in the future. (as well as in the CVS history here) Diff (gregor)
  • remove[1.0] removed cocoonsamples dir Diff (gregor)
  • remove[1.0] removed workflow history Diff (andreas)
  • remove[1.0] Renamed to user-modify.xsl Diff (egli)
  • remove[1.0] Removed as it had no tests in it and no plan to where it would be going. Diff (egli)
  • remove[1.0] removed WorkflowFactory and WorkflowBuildException Diff (andreas)
  • remove[1.0] removing CommandFilter and WorkflowFactoryImpl Diff (andreas)
  • update[1.0] Added complete java docs Diff (egli)
  • update[1.0] caching URI parameters (performance improvement) Diff (andreas)
  • update[1.0] removed dead code Diff (andreas)
  • update[1.0] RC environment created only once for every context Diff (andreas)
  • update[1.0] added cocoon license header Diff (andreas)
  • update[1.0] added cocoon license header Diff (andreas)
  • update[1.0] - jalopy formatting - using Cocoon license header Diff (andreas)
  • update[1.0] added language suffix to history file Diff (andreas)
  • update[1.0] using documentbuilder instead of document ctor Diff (andreas)
  • update[1.0] reflected changes to PageEnvelope Diff (andreas)
  • update[1.0] extended policy test Diff (andreas)
  • update[1.0] corrected exception message Diff (andreas)
  • update[1.0] - using document instead of several attributes - removed deprecated ctor Diff (andreas)
  • update[1.0] added new methods to document interface Diff (andreas)
  • update[1.0] using factory instead of pageenvelope ctor Diff (andreas)
  • update[1.0] using publication+url instead of page envelope (allows AC for non-document pages, images etc.) Diff (andreas)
  • update[1.0] using DefaultDocumentBuilder instead of DefaultDocument ctor Diff (andreas)
  • update[1.0] using publication+url instead of page envelope (allows AC for non-document pages, images etc.) Diff (andreas)
  • update[1.0] completed policy computation Diff (andreas)
  • update[1.0] - javadocs completed - assertion added for url "/" Diff (andreas)
  • update[1.0] pretty printed Diff (andreas)
  • update[1.0] storing roles in request, not in session (they change with the URI) Diff (andreas)
  • update[1.0] getting roles from session Diff (andreas)
  • update[1.0] using factory to get page envelope Diff (andreas)
  • update[1.0] whitespace removed Diff (andreas)
  • update[1.0] storing roles in session Diff (andreas)
  • update[1.0] fixed getInstance() bug Diff (andreas)
  • update[1.0] forwarding request parameters to CMS screen stylesheet Diff (andreas)
  • update[1.0] removed commented-out parameter Diff (andreas)
  • update[1.0] using ResourceExistsSelector for CMS screens Diff (andreas)
  • update[1.0] copy/cut/rename/paste usecases Diff (edith)
  • update[1.0] work in progress Diff (edith)
  • update[1.0] declaration of the SessionPropagatorAction Diff (edith)
  • update[1.0] introduction of a prepareTest() method Diff (edith)
  • update[1.0] fix Diff (edith)
  • update[1.0] usecase sitemap moved below midas pipeline Diff (michi)
  • update[1.0] too tired to make this work Diff (gregor)
  • update[1.0] added access control tests Diff (andreas)
  • update[1.0] - coupling access control tests with AccessControlTest clas - reflecting changes to access control API Diff (andreas)
  • update[1.0] reflecting access controller changes Diff (andreas)
  • update[1.0] completed javadoc Diff (andreas)
  • update[1.0] empty diff (?) Diff (andreas)
  • update[1.0] using configuration directory instead of publication (changed access controller API) Diff (andreas)
  • update[1.0] changed contract: items must not have a (publication, configuration) constructor, but implement the Item interface Diff (andreas)
  • update[1.0] - areas as constants - added docIdToPathMapper Diff (andreas)
  • update[1.0] - deprecated public ctors - added setters to be used by subclasses Diff (andreas)
  • update[1.0] implemented getFile() Diff (andreas)
  • update[1.0] added file getters Diff (andreas)
  • update[1.0] link to Wiki added Diff (michi)
  • update[1.0] made info sitetree publication-independant Diff (gregor)
  • update[1.0] Throw an exception instead of just silently ignoring it. Diff (egli)
  • update[1.0] Added complete javadoc to all methods to make checkstule happy. Diff (egli)
  • update[1.0] Added some javadoc. Diff (egli)
  • update[1.0] Added complete javadoc to all methods to make checkstule happy. Diff (egli)
  • update[1.0] Added javadoc to all methods to make checkstule happy. Diff (egli)
  • update[1.0] Added the .checkstyle file to the list of files that are to be ignored by CVS. Diff (egli)
  • update[1.0] Added javadoc to all methods to make checkstule happy. Diff (egli)
  • update[1.0] HSQLDB port bug fixed Diff (michi)
  • update[1.0] made info sitetree publication-independant Diff (gregor)
  • update[1.0] Added a method to test getFullName(). Diff (felix)
  • update[1.0] When fetching the fullname we need to query the attribute with the get() method (not the getId() method). That's why the LDAPUser consistently claimed that its fullname was "gecos" :-). Diff (felix)
  • update[1.0] menubar fixed Diff (michi)
  • update[1.0] docs removed from build Diff (michi)
  • update[1.0] ResourceExistsAction patched Diff (michi)
  • update[1.0] deprecated wyona documentation moved to wiki to allow for easier refactoring. Diff (gregor)
  • update[1.0] store the url of the clicked node in the treeview in a cookie var: org.apache.lenya.cms.info.target Diff (gregor)
  • update[1.0] fix quirky wording Diff (gregor)
  • update[1.0] check only files and not directories Diff (michi)
  • update[1.0] completed javadocs Diff (andreas)
  • update[1.0] declared as final Diff (andreas)
  • update[1.0] showing error page when javadocs are not yet generated Diff (andreas)
  • update[1.0] javadoc added Diff (michi)
  • update[1.0] user administration to admin area added Diff (michi)
  • update[1.0] Made it well formed by removing a spurious </map:act> Diff (egli)
  • update[1.0] Need to access the identity doc from the subclass. Made getter protected. Diff (egli)
  • update[1.0] Read the ldap properties from a file. Diff (egli)
  • update[1.0] Make the publication private and add a protected getter. Diff (egli)
  • update[1.0] The publication needs to be protected so the SubClasses can access it. Some of the config fields need to be optional (i.e. with default params). The subclass might not provide it. Diff (egli)
  • update[1.0] moved sidbar to the left side Diff (andreas)
  • update[1.0] The ldap user now actually authenticates via LDAP and also fetches the fullName from the LDAP directory. Diff (egli)
  • update[1.0] call of the ant task for the paste case Diff (edith)
  • update[1.0] a prepareTest method to fix some conditions before running the test Diff (edith)
  • update[1.0] changed javadocs destination to docs-new Diff (andreas)
  • update[1.0] - added javadocs menu item - added javadocs pipeline Diff (andreas)
  • update[1.0] moved NAMESPACE and DEFAULT_PREFIX from WorkflowBuilder to Workflow Diff (andreas)
  • update[1.0] added publisher test Diff (andreas)
  • update[1.0] Completed JavaDoc. Diff (andreas)
  • update[1.0] added default AntTask Diff (andreas)
  • update[1.0] - improved reusability - using target instead of task ID for configuration Diff (andreas)
  • update[1.0] added correct licence header Diff (andreas)
  • update[1.0] allowing to pass the task ID as a command-line parameter Diff (andreas)
  • update[1.0] allowing evaluateTest() to throw any exception Diff (andreas)
  • update[1.0] using template method to simplify reuse Diff (andreas)
  • update[1.0] The interface for querying the document-path has to be enhanced to be able to handle languages. Diff (egli)
  • update[1.0] reversed to previous version Diff (michi)
  • update[1.0] more detai��ls added Diff (michi)
  • update[1.0] old domain replaced by new domain Diff (michi)
  • update[1.0] old domain by new domain replaced Diff (michi)
  • update[1.0] fixed several small issues with the info area pane - javascript now loads on every URI - pane is not passed through style-cms-page Diff (gregor)
  • update[1.0] xml.apache.org replaced by cocoon.apache.org Diff (michi)
  • update[1.0] apply style-cms-page to info area screens http://wiki.cocoondev.org/Wiki.jsp?page=LenyaCMSScreens Diff (gregor)
  • update[1.0] adjusted screens to comply with Lenya screen layouts http://wiki.cocoondev.org/Wiki.jsp?page=LenyaCMSScreens Diff (gregor)
  • update[1.0] made tree images show up again Diff (gregor)
  • update[1.0] changed style of navigation + content <div>s Diff (andreas)
  • update[1.0] using className instead of color (changing CSS class) Diff (andreas)
  • update[1.0] updated tab styles Diff (andreas)
  • update[1.0] removed class lenya-pad Diff (andreas)
  • update[1.0] moved info and admin sitemaps after usecase sitemap. they were before which prevented usecases from being matched Diff (gregor)
  • update[1.0] moved info and admin sitemaps after usecase sitemap. they were before which prevented usecases from being matched Diff (gregor)
  • update[1.0] changed CMS screen namespace URI Diff (andreas)
  • update[1.0] Added a TODO item. Diff (egli)
  • update[1.0] Fixed a problem with a nullpointerexception in getLabel and fixed the indenting. Diff (egli)
  • update[1.0] added incubator message Diff (andreas)
  • update[1.0] removed <p> outside of <source> Diff (andreas)
  • update[1.0] corrected th bug Diff (andreas)
  • update[1.0] The authentication in the IMLAuthenticator is now done with the help of the User class. That way we can transparently authenticate LDAP users. For that to work I had to change the interfaces and pass the publication trough from the top Authenticator action. Diff (egli)
  • update[1.0] Set the encrypted password directly. Otherwise the encrypted password from the configuration will be encrypted again. Diff (egli)
  • update[1.0] Add an authenticate method. Add a method that allows subclasses to set the encrypted password directly. Diff (egli)
  • update[1.0] Added a test for authenticate Diff (egli)
  • update[1.0] using lenya CMS screens for user admin usecases Diff (andreas)
  • update[1.0] simplified structure (all body contents are forwarded) Diff (andreas)
  • update[1.0] using lenya css Diff (andreas)
  • update[1.0] hooked up new IDE targets. Diff (gregor)
  • update[1.0] extended workflow version Diff (andreas)
  • update[1.0] reloading instance for every transition Diff (andreas)
  • update[1.0] using PublicationHelper for identity test Diff (andreas)
  • update[1.0] using PublicationHelper Diff (andreas)
  • update[1.0] using properties for publication ids Diff (andreas)
  • update[1.0] added PublicationHelper Diff (andreas)
  • update[1.0] refactored test buildfile: - added target test.pub.prepare - single targets for tests Diff (andreas)
  • update[1.0] wrestled with css to bring it closer to being valid Diff (gregor)
  • update[1.0] info usecase added (for info tab panes) Diff (gregor)
  • update[1.0] appended use cases to links in tree widget Diff (gregor)
  • update[1.0] made tab switching work in the menubar. i didnt fuss around with the icons too much, im sure someone else can do better Diff (gregor)
  • update[1.0] Indenting fix. Diff (egli)
  • update[1.0] add method to remove a node add a method to add the node by its document id Diff (edith)
  • update[1.0] one more exception added Diff (michi)
  • update[1.0] TCPMonitor added Diff (michi)
  • update[1.0] Make sure these files are not treated as binary files Diff (egli)
  • update[1.0] Make sure the new groups have read access. Diff (egli)
  • update[1.0] Indenting fix. Diff (egli)
  • update[1.0] Created Group and Role files to go with the User (iml) files. Also adapted the user files to be in groups for which there is a group file. Diff (egli)
  • update[1.0] Because the parial constructors for User are gone now, we have to provide all the info when creating a new User. Diff (egli)
  • update[1.0] Removed the constructor which only provides partial information. Use the constructor from the super class to assign the values from the configuration. Diff (egli)
  • update[1.0] Removed the constructors which only provide part of all the information. Also make sure that the constructor uses setPassword so that only the encrypted passwd is stored. Diff (egli)
  • update[1.0] added usecase "transition" for transitions without actions Diff (andreas)
  • update[1.0] disabled items are grey Diff (andreas)
  • update[1.0] added EmptyTask (used to trigger transitions without actions) Diff (andreas)
  • update[1.0] implemented toString() Diff (andreas)
  • update[1.0] - invocation check bug fixed Diff (andreas)
  • update[1.0] adding variable elements only when transition fired Diff (andreas)
  • update[1.0] xsl now sucessfully populates the tree widget Diff (gregor)
  • update[1.0] Make the comment field optional. Diff (egli)
  • update[1.0] Fixed a problem in a test case. Diff (egli)
  • update[1.0] Removed a throws declaration where it wasn't needed. Diff (egli)
  • update[1.0] Fixed a typo in the xml generation. Diff (egli)
  • update[1.0] - added /lenya resource matcher - added area wildcard to publication resource pattern Diff (andreas)
  • update[1.0] - added /lenya matchers - added area wildcard to publication patterns Diff (andreas)
  • update[1.0] renamed context to contextprefix Diff (andreas)
  • update[1.0] added creator task Diff (andreas)
  • update[1.0] added creator target Diff (andreas)
  • update[1.0] - added menu filter - added area to page2xhtml root Diff (andreas)
  • update[1.0] added setValue(variableName, value) Diff (andreas)
  • update[1.0] added state variable persistence Diff (andreas)
  • update[1.0] The password is now stored only in encrypted form. Diff (egli)
  • update[1.0] Make sure the user id can't be changed when modifying user data. Diff (egli)
  • update[1.0] When modifying a user the option shoud show all possible groups, not just the ones that the user already has. Diff (egli)
  • update[1.0] made the tabs in the info area work Diff (gregor)
  • update[1.0] Added some consistency checks. Diff (egli)
  • update[1.0] default css added Diff (michi)
  • update[1.0] renamed context-prefix to contextprefix (some hyphen bug) Diff (andreas)
  • update[1.0] wired up the menu bar for the info area. Diff (gregor)
  • update[1.0] un-commented info.xml Diff (andreas)
  • update[1.0] removed logicsheet usage Diff (andreas)
  • update[1.0] - simplified publication id resolving - null contextPath is handled Diff (andreas)
  • update[1.0] - better exception messages - plausibility check Diff (andreas)
  • update[1.0] When initialized (in the constructor) with a publication, do try to remember it, i.e. forgot to store the publication, so when trying to delete later it failed with NullPointerException. Diff (egli)
  • update[1.0] In case of failure of the delete usecase, redirect back to the delete usecase not to the add usecase. Diff (egli)
  • update[1.0] Make sure the user-id is actually passed as a hidden field. Diff (egli)
  • update[1.0] Handle the case where the request tries to delete a non-existing user. Diff (egli)
  • update[1.0] POST in forms seems to be a problem with the usecase matcher even for Cocoon-2.1 M2. So use GET instead. Diff (egli)
  • update[1.0] Add separate forms to each button so that the appropriate usecase values can be passed for each user. Diff (egli)
  • update[1.0] When looking for a specific user stop looking once you found it. Diff (egli)
  • update[1.0] Added a test for deletion and fixed a bug in the setup method createAndSaveUser. Diff (egli)
  • update[1.0] first cut of info area screens first cut of xsp for info area screens Diff (gregor)
  • update[1.0] *** keyword substitution change *** Diff (gregor)
  • update[1.0] integrated property tabs into info area. Diff (gregor)
  • update[1.0] Using the PublicationFactory to get the publication instead of the PageEnvelope as it's not used otherwise. Diff (egli)
  • update[1.0] Fixed a problem with the redirect in the user admin pipelines Diff (egli)
  • update[1.0] - marked resolver constructor as deprecated - provided objectmodel constructor Diff (andreas)
  • update[1.0] removed deprecated PageEnvelope constructor Diff (andreas)
  • update[1.0] *** keyword substitution change *** Diff (gregor)
  • update[1.0] all usecases redirected to usecase.xmap Diff (andreas)
  • update[1.0] - only one usecase pipeline - using request parameters for creator XSLT - added create-workflow usecase Diff (andreas)
  • update[1.0] creating directory when initializing history file Diff (andreas)
  • update[1.0] TaskManager throws exception when task not found Diff (andreas)
  • update[1.0] throwing exception when no task ID is set (instead of logging) Diff (andreas)
  • update[1.0] The usecase matcher doesn't seem to work with a post request. So pass the arguments in a GET request. Diff (egli)
  • update[1.0] Remove empty tests. Diff (egli)
  • update[1.0] Renamed the request parameter for groups to GROUPS. Diff (egli)
  • update[1.0] Fetch the publication with the help of a PublicationFactory, i.e. no longer with a PageEnvelope as this doesn't seem to work in a global sitemap. Diff (egli)
  • update[1.0] Add the user to the UserManager when saving. Diff (egli)
  • update[1.0] *** keyword substitution change *** Diff (gregor)
  • update[1.0] starting to beat the info area into shape. Diff (gregor)
  • update[1.0] pretty printed Diff (andreas)
  • update[1.0] removed document type Diff (andreas)
  • update[1.0] Add the action components for the user admin actions and incorporate them in the pipelines. Diff (egli)
  • update[1.0] Added the hidden fields that are needed for the action (lenya.usecase and lenya.step) Diff (egli)
  • update[1.0] Added delete method to delete a user and a method to remove all groups. Diff (egli)
  • update[1.0] showing workflow state Diff (andreas)
  • update[1.0] added default namespace scheme Diff (andreas)
  • update[1.0] added transition Diff (andreas)
  • update[1.0] moved workflow definition from single doctype files to doctypes.xconf Diff (andreas)
  • update[1.0] added workflow history handling Diff (andreas)
  • update[1.0] added workflow and creator handling Diff (andreas)
  • update[1.0] only whitespace Diff (andreas)
  • update[1.0] added workflow transition handling Diff (andreas)
  • update[1.0] added getPublication() added assertString() Diff (andreas)
  • update[1.0] Removed a fixme which is no longer relevant. Diff (egli)
  • update[1.0] Remove unnecessary imports. Diff (egli)
  • update[1.0] The user-admin usecase has been split into several usecases Added the mount statements for them. Diff (egli)
  • update[1.0] Added the missing close tags for map:match Added more pipelinesfor user admin Diff (egli)
  • update[1.0] Added the user admin usecases. Diff (egli)
  • update[1.0] For now the comment field needs to go back in. Otherwise the login process fails. Need to change the Identity class first. Diff (egli)
  • update[1.0] Added pipelines for user admin. Diff (egli)
  • update[1.0] - defined use cases for Info area - updated documentation to reflect new use cases - added new use cases to usecase.xmap Diff (gregor)
  • update[1.0] Added a mount for user admin. Diff (egli)
  • update[1.0] Fixed a problem where fullName, email and password wouldn't be read properly. Diff (egli)
  • update[1.0] The tests didn't cover the case where the data is saved and read back from the file. Diff (egli)
  • update[1.0] Added new elements such as fullname and email. Diff (egli)
  • update[1.0] Replaced usage of deprecated org.apache.cocoon.environment.Source Diff (egli)
  • update[1.0] The PageEnvelopeModule also provides the publication. Somehow this never made it into the documentation. Diff (egli)
  • update[1.0] Slight optimization: replaced a consequtive series of if with else if. Diff (egli)
  • update[1.0] Remove an unused instance variable. Diff (egli)
  • update[1.0] Make the PATH constant public (so it can be used in the UnitTests). Diff (egli)
  • update[1.0] Added constructor. Diff (egli)
  • update[1.0] .project and .classpath files that are generated by Eclipse can be ignored. Diff (egli)
  • update[1.0] - added hasWorkflow() - added buildSituation(ObjectModel) Diff (andreas)
  • update[1.0] throwing appropriate exception when history file is missing Diff (andreas)
  • update[1.0] - added workflow-state element - checking if document has workflow Diff (andreas)
  • update[1.0] Need to keep the publication so it can be passed to the Group, User and Role constructors. Diff (egli)
  • update[1.0] * Factor out the fetching of the publication * Add more testcases (e.g. for loading) Diff (egli)
  • update[1.0] The constructor for FileUser now requires a publication. Diff (egli)
  • update[1.0] Add equals and hashcode methods. Diff (egli)
  • update[1.0] Use getters when accesing private vars. Diff (egli)
  • update[1.0] Log an error if the configuration which the FileUser is constructed with os missing groups or roles respectively. Diff (egli)
  • update[1.0] - adding new CMS screen handling - adding CSS, project logos Diff (andreas)
  • update[1.0] The Group constructor now saks for a name of the Group. Diff (egli)
  • update[1.0] Added a constructor. Diff (egli)
  • update[1.0] The constructor for the classes has changed as you now have to pass the Publication and the Configuration. Diff (egli)
  • update[1.0] The Publication needs to be passed in in the constructor in order for the constructor to be able to find the other ItemManagers. That is required so that subitems (i.e. Roles for Groups) can be found. Diff (egli)
  • update[1.0] removed WorkflowFactory.buildEvent() method Diff (andreas)
  • update[1.0] removed buildEvent() method Diff (andreas)
  • update[1.0] added variable + assignment Diff (andreas)
  • update[1.0] added namespace prefix Diff (andreas)
  • update[1.0] extended test to complete workflow sequence Diff (andreas)
  • update[1.0] using PublicationFactory instead of Publication constructor Diff (andreas)
  • update[1.0] added event + variable handling Diff (andreas)
  • update[1.0] added variables + assignment handling Diff (andreas)
  • update[1.0] changed WorkflowBuildException to WorkflowException Diff (andreas)
  • update[1.0] - changed getExecutableTransitions() to getExecutableEvents() - added getValue(variable) Diff (andreas)
  • update[1.0] using StateImpl instead of State Diff (andreas)
  • update[1.0] renamed getCommand() to getName() (more general) Diff (andreas)
  • update[1.0] added execute() method Diff (andreas)
  • update[1.0] added getInitialValue() method Diff (andreas)
  • update[1.0] - corrected workflow creation - completed transaction invocation Diff (andreas)
  • update[1.0] using PublicationFactory instead of Publication constructor Diff (andreas)
  • update[1.0] removed CommandFilter usage Diff (andreas)
  • update[1.0] throwing ConfigurationException instead of logging Diff (andreas)
  • update[1.0] - using HashMap to store publications - added getPublication(String, String) method Diff (andreas)
  • update[1.0] changed constructor from public to protected (use PublicationFactory instead) Diff (andreas)
  • update[1.0] added some assertions Diff (andreas)
  • update[1.0] The save method needs to be passed the publication so it can ask the Manager for the path where the files are supposed to be saved. Diff (egli)
  • update[1.0] Reorganize the instantiationof the classes so that the proper instances are created and the right files are fetched. Diff (egli)
  • update[1.0] added "Website Update" documentation Diff (andreas)
  • update[1.0] The iml files now need to know which class needs to be instanciated. This is added as an additional attribute class. Diff (egli)
  • update[1.0] Removed the configuration method. Diff (egli)
  • update[1.0] Replaced the configuration method with a constructor that accepts a configuration. Diff (egli)
  • update[1.0] Make the name instance var protected again so that it is visible in the derived class. Diff (egli)
  • update[1.0] fixed document structure (didn't validate) Diff (andreas)
  • update[1.0] link to installation modified Diff (michi)
  • update[1.0] release candidate added Diff (michi)
  • update[1.0] typo michiii fixed Diff (michi)
  • update[1.0] Apache 2 added Diff (michi)
  • update[1.0] MediaSelector has changed its package name Diff (michi)
  • update[1.0] Apache 2 added Diff (michi)

Version 2003-05 ()

1.0

  • add[1.0] webdav doc added Diff (michi)
  • add[1.0] refactored workflow package structure (better Soc) Diff (andreas)
  • add[1.0] Added press release for 1.0rc1 Diff (felix)
  • add[1.0] added workflow-enabled menu Diff (andreas)
  • add[1.0] added WorkflowTest Diff (andreas)
  • add[1.0] added WorkflowMenuTransformer Diff (andreas)
  • add[1.0] added Workflowable Diff (andreas)
  • add[1.0] added WorkflowDocument Diff (andreas)
  • add[1.0] added WorkflowException Diff (andreas)
  • add[1.0] added workflow definition and history test files Diff (andreas)
  • add[1.0] added simple-document doctype definition file Diff (andreas)
  • add[1.0] First cut at UserManager. Still missing some crucial methods. Diff (egli)
  • add[1.0] added some new workflow implementation classes Diff (andreas)
  • add[1.0] added workflow UI classes Diff (andreas)
  • add[1.0] added some new workflow classes Diff (andreas)
  • add[1.0] Added the new User framework. This allows for adding and deleting users. There is a class which maps the users to the identity xml files format. Diff (egli)
  • add[1.0] content creator added Diff (michi)
  • add[1.0] xhtml dtd added Diff (michi)
  • add[1.0] Second user Diff (edith)
  • add[1.0] Mozilla Midas added Diff (michi)
  • add[1.0] added generic publishing XSP Diff (andreas)
  • add[1.0] added publication-dependent publishing XSP Diff (andreas)
  • add[1.0] added redirect page stylesheet Diff (andreas)
  • add[1.0] added separate usecase documentation file Diff (andreas)
  • add[1.0] - added PageEnvelopeModule - PublicationFactory for creating Publication objects Diff (andreas)
  • add[1.0] toc readded Diff (michi)
  • add[1.0] Ant Task Publisher for default publication Diff (edith)
  • add[1.0] Added stylesheet for xhtml in the live area. Diff (egli)
  • add[1.0] css for bitflux editor Diff (gregor)
  • add[1.0] bitflux stylesheets for default publication Diff (gregor)
  • add[1.0] bitflux sitemap for default publication Diff (gregor)
  • add[1.0] added antlog CSS file Diff (andreas)
  • add[1.0] Added an Exception to the SiteTree that is thrown if the addNode method fails, usually because the parent node doesn't exist. Diff (egli)
  • add[1.0] added new stylesheet for CMS screens Diff (andreas)
  • add[1.0] scheduler: - added sitemap, new XSP, new XSLTs - changed CSS Diff (andreas)
  • add[1.0] *** empty log message *** Diff (gregor)
  • add[1.0] Added an Interface and Implementation for SiteTreeNodes. Diff (egli)
  • add[1.0] added namespaces specs document Diff (andreas)
  • add[1.0] added static HTML export buildfile Diff (andreas)
  • add[1.0] support for more doctypes in the default publication Diff (gregor)
  • add[1.0] added book.xml again Diff (andreas)
  • add[1.0] added forrest properties file (needed for static export) Diff (andreas)
  • add[1.0] - removed special menu pipeline - added book.xml for homepage Diff (andreas)
  • add[1.0] added lenya logo with light "apache" font Diff (andreas)
  • add[1.0] added ant library Diff (andreas)
  • add[1.0] - added logos - added tab corner images - layout changes Diff (andreas)
  • add[1.0] added community tab Diff (andreas)
  • add[1.0] Skeletal beginnings of a unit test for DefaultSiteTree. Diff (egli)
  • add[1.0] Added a new default creator action. Unlike the parentChildCreatorAction this action delegates the handling of the sitetree to a separate class (and can therefore work with the new sitetree format). Diff (egli)
  • add[1.0] Added xsp and xsl for DefaultCreator screen. Diff (egli)
  • add[1.0] started sitemaps documentation Diff (gregor)
  • add[1.0] Publisher for default with Anttask: work in progress Diff (edith)
  • add[1.0] Added doctype samples for simple and xhtml doctype. Diff (egli)
  • add[1.0] Added doctypes configuration for default publication. Diff (egli)
  • add[1.0] - added "Apache cocoon project" logo - removed author names from lenya-site skin - changed logo spacing in css - added new lenya logo - removed font size buttons Diff (andreas)
  • add[1.0] - added cocoon logo - moved group-logo.gif to apache-xml.gif - using group logo again (skinconf.xml, site2xhtml.xsl) Diff (andreas)
  • add[1.0] Added some classes that help manipulating a sitetree. Diff (egli)
  • add[1.0] - added task configuration files - added publishing pipeline - added publishing menu entry - changed installation instructions in sitetree Diff (andreas)
  • add[1.0] - added new project parameters to AntTask - added PublicationTask and Ant-based StaticHTMLExporter Diff (andreas)
  • add[1.0] added related projects Diff (andreas)
  • add[1.0] added index.xml again Diff (andreas)
  • add[1.0] added installation docs Diff (andreas)
  • add[1.0] updated installation instructions Diff (andreas)
  • add[1.0] - restructured documentation - new "installation" directory - new "project" directory Diff (andreas)
  • add[1.0] added installation documentation (cvs, prereqs) Diff (andreas)
  • add[1.0] Replace the forrest jar (which contains the sourcetype action) whith a newer version which has changed its name ('cause is no longer in the scratchpad). Diff (egli)
  • add[1.0] Tomcat init.d start and stop script Diff (michi)
  • remove[1.0] removed unneeded engine interface Diff (andreas)
  • remove[1.0] removed unneeded workflow classes Diff (andreas)
  • remove[1.0] Removed as it was just a file for testing Diff (egli)
  • remove[1.0] These files have been moved out of the tutorial and now have their own section. Diff (egli)
  • remove[1.0] The content of these documents has been moved to the doctype section. Diff (egli)
  • remove[1.0] The content of these documents has been moved to the doctype setcion. Diff (egli)
  • remove[1.0] This document is not needed anymore. Diff (egli)
  • remove[1.0] moved content of scheduler.xmap to usecase.xmap Diff (andreas)
  • remove[1.0] replaced workflow.xmap by usecase.xmap Diff (andreas)
  • remove[1.0] This file has been superceded by simple2xhtml.xsl. Diff (egli)
  • remove[1.0] removed book.xml Diff (andreas)
  • remove[1.0] removed sitemap.xmap from skin Diff (andreas)
  • remove[1.0] removed forrest-site skin Diff (andreas)
  • remove[1.0] removed JavaScripts Diff (andreas)
  • remove[1.0] removed krysalis-site skin Diff (andreas)
  • remove[1.0] removed avalon-tigris skin Diff (andreas)
  • remove[1.0] - removed unnecessary files - renamed site-backup.xml to site.xml.backup because that causes problems when exporting the site with Forrest Diff (andreas)
  • remove[1.0] removed download docs Diff (andreas)
  • remove[1.0] moved installation docs to .././installation Diff (andreas)
  • remove[1.0] removed deprecated libraries (Cocoon comes with more recent ones) Diff (andreas)
  • remove[1.0] removed deprecated Forrest library Diff (andreas)
  • remove[1.0] Remove these classes as they are shipped with the forrest jars. Diff (egli)
  • update[1.0] corrected some coding style issues Diff (andreas)
  • update[1.0] corrected some coding style issues Diff (andreas)
  • update[1.0] removed deprecation usage Diff (andreas)
  • update[1.0] changed field modifieres from protected to private Diff (andreas)
  • update[1.0] calling buildWorkflow() in a static way Diff (andreas)
  • update[1.0] fixed some coding style problems Diff (andreas)
  • update[1.0] added AntTaskTest(String) constructor Diff (andreas)
  • update[1.0] accessing Identity.getPassword() in a static way Diff (andreas)
  • update[1.0] reducing visibility to protected to force encapsulated usage Diff (andreas)
  • update[1.0] formatting changed Diff (andreas)
  • update[1.0] Added press release and download for 1.0rc1 Diff (felix)
  • update[1.0] added WorkflowMenuTransformer Diff (andreas)
  • update[1.0] added assertion Diff (andreas)
  • update[1.0] code simplification Diff (andreas)
  • update[1.0] added some assertions Diff (andreas)
  • update[1.0] catching SiteTreeException Diff (andreas)
  • update[1.0] managing states separately Diff (andreas)
  • update[1.0] throwing WorkflowException for invoke() Diff (andreas)
  • update[1.0] added Workflowable build method Diff (andreas)
  • update[1.0] added DOCTYPE_DIRECTORY field Diff (andreas)
  • update[1.0] document has publication + id instead of doctype Diff (andreas)
  • update[1.0] - commented out identity test (not working) - added parameter to AntTask test - added workflow test Diff (andreas)
  • update[1.0] using servletcontextpath parameter for testing Diff (andreas)
  • update[1.0] added AntTask test task Diff (andreas)
  • update[1.0] simplified "install" menu structure Diff (andreas)
  • update[1.0] changed namespace URI to apache.org/cocoon/... Diff (andreas)
  • update[1.0] corrected userRoles = null initialization Diff (andreas)
  • update[1.0] * Throw an exception if a user could not be instatiated. * Add methods for adding, removing and retrieving users with a given userId. Diff (egli)
  • update[1.0] Added equals and hashCode methods Diff (egli)
  • update[1.0] Replace deprecated usage of org.apache.cocoon.environment.Source by org.apache.excalibur.source.Source Diff (egli)
  • update[1.0] accessing XPathAPI method in static way Diff (andreas)
  • update[1.0] accessing SUMMARY_LENGTH in a static way Diff (andreas)
  • update[1.0] Replace deprecated usage of org.apache.cocoon.environment.Source by org.apache.excalibur.source.Source Diff (egli)
  • update[1.0] Removed unused imports Diff (egli)
  • update[1.0] decoupled workflow from publication added assertion for setCurrentState(State) Diff (andreas)
  • update[1.0] added containsState(State) Diff (andreas)
  • update[1.0] formatting changed Diff (andreas)
  • update[1.0] formatting changed added toString() Diff (andreas)
  • update[1.0] formatting changed added equals() and hashCode() Diff (andreas)
  • update[1.0] formatting changed Diff (andreas)
  • update[1.0] formatting changed Diff (andreas)
  • update[1.0] added toString() method Diff (andreas)
  • update[1.0] decoupled workflow from publication Diff (andreas)
  • update[1.0] indentation change Diff (andreas)
  • update[1.0] added getCommand() method Diff (andreas)
  • update[1.0] added assertion for getTask(String) Diff (andreas)
  • update[1.0] making date format public static final Diff (andreas)
  • update[1.0] completed Javadoc Diff (andreas)
  • update[1.0] decoupled workflow from publication Diff (andreas)
  • update[1.0] completed Javadoc Diff (andreas)
  • update[1.0] completed Javadoc indentation changed Diff (andreas)
  • update[1.0] completed Javadoc Diff (andreas)
  • update[1.0] Fixed a typo Diff (egli)
  • update[1.0] Add JavaDoc. Diff (egli)
  • update[1.0] Add more JavaDoc. Diff (egli)
  • update[1.0] Added JavaDoc. Diff (egli)
  • update[1.0] Rename the serialize method to save (as serialize is already used in the serializable interface). Diff (egli)
  • update[1.0] Fixed a typo in the comment Diff (egli)
  • update[1.0] document creator updated Diff (michi)
  • update[1.0] content creator added Diff (michi)
  • update[1.0] deprecated txts Diff (michi)
  • update[1.0] CVSWeb link updated Diff (michi)
  • update[1.0] Removed unused imports Diff (egli)
  • update[1.0] Replace deprecated usage of org.apache.cocoon.environment.Source Diff (egli)
  • update[1.0] Removed unused imports Diff (egli)
  • update[1.0] Fixed a warning (usage of Eclipse starts to pay of :-)) Diff (egli)
  • update[1.0] OSCOM links updated Diff (michi)
  • update[1.0] Midas integration still wip Diff (michi)
  • update[1.0] CVS mailing list added Diff (michi)
  • update[1.0] CVS instructions updated Diff (michi)
  • update[1.0] CVS instructions updated Diff (michi)
  • update[1.0] Fixed some code layout problems. CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Diff (egli)
  • update[1.0] This commit was manufactured by cvs2svn to create branch 'RELEASE_1_0'. Diff ()
  • update[1.0] typo fix Diff (gregor)
  • update[1.0] added support for bullet lists Diff (gregor)
  • update[1.0] recovered valdity (<link> for <a>, DTD 1.2) Diff (andreas)
  • update[1.0] made bitflux work again bitflux xslt dont need <html><head> and so on Diff (gregor)
  • update[1.0] merged in latest bitflux editor from bxe cvs this starts xs:sequence support Diff (gregor)
  • update[1.0] jtidy added Diff (michi)
  • update[1.0] Midas wip Diff (michi)
  • update[1.0] error xslt removed because it is very confusing Diff (michi)
  • update[1.0] commented out scheduler in computerworld added type=500 to error handler Diff (gregor)
  • update[1.0] made publication name shorter to make it fit into new layout Diff (gregor)
  • update[1.0] made xopus work again. the notion of simple.html = simple/index.xml breaks code & assumptions in so many places its not even funny. that's why the final redirect upon saving in xopus fails. its just too much of a hack to constantly convert back and forth. alas Diff (gregor)
  • update[1.0] * Commented some of the pipelines * Moved transformations from main pipeline to where they belong. Diff (egli)
  • update[1.0] Changed doctype from xhtml to simple. Diff (egli)
  • update[1.0] * Added Menu for Creating a simple doctype document * Removed menu entries for deprecated documentation Diff (egli)
  • update[1.0] Revision Controller for the default publication works Diff (edith)
  • update[1.0] removed dead code Diff (gregor)
  • update[1.0] rearranged menus Diff (gregor)
  • update[1.0] Sitemap cleanup: * Replaced page-envelope action by page-envelope input module. * Removed unused code. Diff (egli)
  • update[1.0] Sitemap cleanup: removed unused code. Diff (egli)
  • update[1.0] changed license to ASL Diff (andreas)
  • update[1.0] Readded a step matcher that should not have been deleted in the previous checkin. Diff (egli)
  • update[1.0] title added Diff (michi)
  • update[1.0] Mozile added to menu Diff (michi)
  • update[1.0] As this action is now invoked from the usecase sitemap the old trick to find the sitemap path doesn't work. Use a Publication and the PublicationFactory instead. Diff (egli)
  • update[1.0] Removed the usage of util.xsl as it didn't work when invoked from the global sitemap. Use the PageEnvelope input module instead. Diff (egli)
  • update[1.0] Moved the creator pipelines to the usecase sitemap. Diff (egli)
  • update[1.0] new documentation added Diff (michi)
  • update[1.0] Revision Controller: work in progress Diff (edith)
  • update[1.0] Revision Controller in the usecase sitemap Diff (edith)
  • update[1.0] changed references to www.lenya.org to cocoon.apache.org/lenya Diff (andreas)
  • update[1.0] Added a section about rollback. Diff (egli)
  • update[1.0] Simplified by using the xsp-request logic sheet. Diff (egli)
  • update[1.0] Updated to use the SourceUtil.toSAX static method. Diff (egli)
  • update[1.0] changed lenya.step from showscreen to add Diff (andreas)
  • update[1.0] - corrected hard-coded servlet context - added scheduler "add job" pipeline with redirect to original page Diff (andreas)
  • update[1.0] Added support for image upload red dots. Currently it is disabled as the image upload doesn't work because of some RequestParameterMatcher problems. Diff (egli)
  • update[1.0] Added the content of the default publication: * a hands-on tutorial * a feature list * a list of concept * examples of the two doctypes Diff (egli)
  • update[1.0] - refactored publishing pipeline for fallback - added publication usecase sitemap support Diff (andreas)
  • update[1.0] xopus does not seem to support xsl:import. replaced by xsl:include xopus and bitflux now load. Diff (gregor)
  • update[1.0] bxe namespace declaration was missing.. doh Diff (gregor)
  • update[1.0] error type added Diff (michi)
  • update[1.0] single publications can be specified Diff (michi)
  • update[1.0] bitflux support is etching closer. more elements added to css, improved xslt Diff (gregor)
  • update[1.0] xslt for listing publications improved Diff (michi)
  • update[1.0] - removed section tags (did not validate) - using doc-v1.2 Diff (andreas)
  • update[1.0] corrected scheduler parameter handling Diff (andreas)
  • update[1.0] - formatted TreePublisher - added assertion in DefaultSiteTree - NumberFormatException only for add/modify in LoadQuartzServlet - using Publication in TaskJob Diff (andreas)
  • update[1.0] improved language on lenya.org main page added blurb for documentation and community Diff (gregor)
  • update[1.0] removed "task" column from "add job" table Diff (andreas)
  • update[1.0] - updated scheduling menu entry - bugfixes in scheduler XSLTs - corrected scheduler usecase pattern in sitemap.xmap Diff (andreas)
  • update[1.0] - removed publishing from default/publication-sitemap.xmap - added error handling to usecase.xmap Diff (andreas)
  • update[1.0] - added PageEnvelopeModule docs - added PEM to cocoon.xconf - moved workflow.xmap to usecase.xmap - added common publishing pipeline + xsp + xslt - added shared scheduling XSP Diff (andreas)
  • update[1.0] using PublicationFactory to resolve the publication Diff (andreas)
  • update[1.0] reworked bitflux stylesheet Diff (gregor)
  • update[1.0] added bxe extensions to schema Diff (gregor)
  • update[1.0] * Simplified the publish pipeline by using the request: and the request-param: input modules. * Added a very simple handle-errors to the **.html pipeline which gives you a crude window suggesting that you might not have published the document. Diff (egli)
  • update[1.0] url info added to default envelope Diff (michi)
  • update[1.0] The XML files in content are now stored according to the following scheme foo.html is stored in foo/index.xml, i.e. for each document a directory is created. This has the following implications: The xmlSources for publishing have to be calculated differently: replace "\\.html" in the xsp_lenya_pub_url by File.separator + "index.xml". Diff (egli)
  • update[1.0] make sure the publishing task doesn't fail if resources/images/authoring doesn't exist. Diff (egli)
  • update[1.0] The XML files in content are now stored according to the following scheme foo.html is stored in foo/index.xml, i.e. for each document a directory is created. This has the following implications: 1. The content files themselves are moved from content/authoring/*.xml to content/authoring/*/index.xml. 2. The doctype sitemap now generates the content from {document-id}/index.xml. 3. The parameter-doctype.xmap checks the file in {document-id}/index.xml for its doctype. 4. The creator now uses the BranchCreator instead of the LeafCreator. Diff (egli)
  • update[1.0] Fixed a bug in Ediths checkin where she had placed the comments wrong. Diff (egli)
  • update[1.0] added coding guidelines Diff (andreas)
  • update[1.0] corrected scheduling.html link Diff (andreas)
  • update[1.0] just moved a space Diff (andreas)
  • update[1.0] added section to scheduling.xml Diff (andreas)
  • update[1.0] corrected links Diff (andreas)
  • update[1.0] Major code cleanup and bugfix with regards to xsp_lenya_prefix. Diff (egli)
  • update[1.0] Handle error: work in progress Diff (edith)
  • update[1.0] The check whether a node already exists did not work. Using the new method getAbsoluteParentId it is fixed now. Diff (egli)
  • update[1.0] Added a new method getAbsoluteParentId which returns the entire parentId. This is used for inerting nodes into the sitetree where we have to specify the whole parentid. Diff (egli)
  • update[1.0] Midas integration started Diff (michi)
  • update[1.0] Live Tab link fixed Diff (edith)
  • update[1.0] - added XSLT for lenya header - inline markup for simple doctype Diff (andreas)
  • update[1.0] added transaction management for R1.4 Diff (andreas)
  • update[1.0] Added openOffice proposal. Diff (egli)
  • update[1.0] Ant Task Publisher for default publication Diff (edith)
  • update[1.0] Create the tree and add node only once Diff (edith)
  • update[1.0] Parent id is / instead of null (for Ant Task Publisher) Diff (edith)
  • update[1.0] Ant Task Publisher for default publication Diff (edith)
  • update[1.0] Fixed a comment. Diff (egli)
  • update[1.0] Make sure these files have unix line endings. Diff (egli)
  • update[1.0] editing with Xopus Diff (michi)
  • update[1.0] - added new project logo - using tables instead of CSS floating divs (Mozilla problems) - completed simple-doctype XSLT - pretty-printed simple-document.xml Diff (andreas)
  • update[1.0] Thanks to the fact that it is now possible to use constructs like {request:requestURI} in the sitemap and thanks to the fact that the requestURI for a creation request contains the URL of the requesting document we no longer need to put the referer into the session. When the creation was successful we simply redirect back to the requestURI. Diff (egli)
  • update[1.0] Simplified by using request and session logicsheets. Diff (egli)
  • update[1.0] adapted bitflux stylesheets to edit simple documents Diff (gregor)
  • update[1.0] mounted bitflux sitemap Diff (gregor)
  • update[1.0] No longer trim "index" from the document-id. Diff (egli)
  • update[1.0] copyright updated Diff (michi)
  • update[1.0] link changed Diff (michi)
  • update[1.0] - replaced scheduler.xmap by workflow.xmap Diff (andreas)
  • update[1.0] - changed task log view handling - replaced scheduler.xmap by workflow.xmap - changed headline formatting in docs-new - added antlog css import in default.css - Diff (andreas)
  • update[1.0] added new documentation menu item Diff (andreas)
  • update[1.0] added scheduler pipeline Diff (andreas)
  • update[1.0] the menus only work if their labels are FILE SEARCH HELP DEBUG in that order. no, im not kidding. Diff (gregor)
  • update[1.0] warning instead of exception when publishing configuration file not found Diff (andreas)
  • update[1.0] removed favicon.ico Diff (andreas)
  • update[1.0] logging exception stacktrace Diff (andreas)
  • update[1.0] adding type=500 to error handlers Diff (gregor)
  • update[1.0] getting tired of this xopus business.. Diff (gregor)
  • update[1.0] added label for publish task Diff (andreas)
  • update[1.0] added scheduler menu item Diff (andreas)
  • update[1.0] added exclude-result-prefixes Diff (andreas)
  • update[1.0] Add some checks to handle the case when there is no parent. Diff (egli)
  • update[1.0] getting tired of this xopus business.. Diff (gregor)
  • update[1.0] Fixed the creator menu entry ("New Document") to invoke the creator with the usecase URI scheme and invoke it with the simple doctype. Diff (egli)
  • update[1.0] Code cleanup. Diff (egli)
  • update[1.0] further work on xopus support for the default publication. since our documents now contain namespaces, the matchers have to change. see xslt/authoring/xopus2-simple.xsl Diff (gregor)
  • update[1.0] SiteTree interface now uses the SiteTreeNode now instead of the plain w3c.dom.Node (in the methods getNode and addNode). Diff (egli)
  • update[1.0] added sitetree namespace Diff (andreas)
  • update[1.0] changed project URL to www.lenya.org Diff (andreas)
  • update[1.0] link to Wyona added Diff (michi)
  • update[1.0] un-commented some documentation pages Diff (andreas)
  • update[1.0] setting doctype to 1.2 (1.1 was not valid) Diff (andreas)
  • update[1.0] boomtchak added Diff (michi)
  • update[1.0] added export target buildfile Diff (andreas)
  • update[1.0] FIXME added Diff (michi)
  • update[1.0] Added just a few more outputProperties to the transformer and now finally the DTD definition is also in the output file. Diff (egli)
  • update[1.0] added * to lenyabody matcher Diff (andreas)
  • update[1.0] - changed page2xhtml to work with /lenya/cmsbody - replaced stylesheet inclusion by pipeline step Diff (andreas)
  • update[1.0] donwloading and installing updated Diff (michi)
  • update[1.0] The log.error stmnts should really be log.debug. Diff (egli)
  • update[1.0] Added two more methods to find a node given a document-id and to add a Node given an existing Node. This is usefull for publishing where you need to replicate nodes. Diff (egli)
  • update[1.0] donwloading and installing updated Diff (michi)
  • update[1.0] added task logs menu item Diff (andreas)
  • update[1.0] donwloading and installing updated Diff (michi)
  • update[1.0] changed "xopus" matcher to "authoring/xopus" Diff (andreas)
  • update[1.0] IRC docu added Diff (michi)
  • update[1.0] donwloading and installing updated Diff (michi)
  • update[1.0] using light font logo Diff (andreas)
  • update[1.0] deprecated documentation Diff (michi)
  • update[1.0] recommended combination updated Diff (michi)
  • update[1.0] changed encoding to UTF-8 Diff (andreas)
  • update[1.0] added some whitespace (last commit was not recognized by CVS) Diff (andreas)
  • update[1.0] menu for default publication, xopus work moved more stuff to root sitemap Diff (gregor)
  • update[1.0] added unix installation note Diff (andreas)
  • update[1.0] fixed validation bugs Diff (andreas)
  • update[1.0] removed template skin Diff (andreas)
  • update[1.0] - formatting of roadmap changed - homepage-specific forrest pipelines - homepage-specific tab changes Diff (andreas)
  • update[1.0] - removed classpath from task definition - corrected meny layout Diff (andreas)
  • update[1.0] removed classpath from task definition Diff (andreas)
  • update[1.0] creating log directory if it does not exist Diff (andreas)
  • update[1.0] Menu integrated Diff (michi)
  • update[1.0] Extended the sample file for the simple document doctype Diff (felix)
  • update[1.0] using Forrest document-v12 DTD: - added DTD - updated catalog - changed doctypes Diff (andreas)
  • update[1.0] Added doctype handling to the writer methods. The doctype is queried from the document and consequently the transformer (which is needed for writing) is configured with the doctype. Diff (egli)
  • update[1.0] Now use DocumentHelper for writing. Diff (egli)
  • update[1.0] validated and corrected documentation XML Diff (andreas)
  • update[1.0] The parenturi is normaly calculated through the PageEnvelope in the util logicsheet. However I now added the possibility to override this with a request parameter. Diff (egli)
  • update[1.0] Added some more heuristics to the computation of the document-id: if the requestURI ends in "index" chop it of. Diff (egli)
  • update[1.0] - node recursion bugfix in sitetree2nav - indent for menuitem3 changed Diff (andreas)
  • update[1.0] Added the default namespace. Diff (egli)
  • update[1.0] Added pipelines for creator (using the lenya.usecase scheme from the URI scheme standard). Diff (egli)
  • update[1.0] Mailing lists updated Diff (michi)
  • update[1.0] added namespace for root matcher <apply-templates> Diff (andreas)
  • update[1.0] email as element instead as attribute Diff (michi)
  • update[1.0] According to the uri scheme standard the request parameters for usecase and step are named "lenya.usecase" and "lenya.step". This is now corrected for all publications and in the root sitemap. Diff (egli)
  • update[1.0] HTML editor comparison removed Diff (michi)
  • update[1.0] introduction updated Diff (michi)
  • update[1.0] Programming Language added to Schema Diff (michi)
  • update[1.0] The util.xsl now uses the PageEnvelope class the get most of its information. It could be cleaned up very much now. There are new tags that it'll recognize now. They are based on the naming for the URI scheme: xsp-lenya:context-prefix xsp-lenya:publication-id xsp-lenya:area xsp-lenya:document-id All the other stuffshould be deprecated. Diff (egli)
  • update[1.0] Added code to return the document-id. The algorithm to calculate the document-id is based on an assumption which doesn't necessarily hold true under all circumstances. That's what the uriparametrizer was meant to solve. This code should probably be used here. It just doen's feel right to invoke another cocoon: request with every invocation of PageEnvelope (and util.xsl). Diff (egli)
  • update[1.0] Classpath Diff (edith)
  • update[1.0] - added javadocs - using J2SE 1.4 Exception constructor Diff (andreas)
  • update[1.0] added javadocs Diff (andreas)
  • update[1.0] Fixed a bug to do with empty string namespace prefixes. Diff (egli)
  • update[1.0] Can't get dom4j to work with namespaces. For that reason dom4j is now gone, now longer is the parent node found with xpath but with a simple and straight-forward recursive traversal. All the other xml manipulations are now done with org.w3c.dom.* and the Document- and NamespaceHelper classes. Diff (egli)
  • update[1.0] Only act on configuration parameters which are non-null. Diff (egli)
  • update[1.0] - moved lenya.png to apache-lenya.png - added lenya logo without "apache" - changed logo positions - removed commented-out author names Diff (andreas)
  • update[1.0] using lenya-site skin again Diff (andreas)
  • update[1.0] added Forrest hint Diff (andreas)
  • update[1.0] corrected tar.gz matcher Diff (andreas)
  • update[1.0] added .tar.gz matcher Diff (andreas)
  • update[1.0] corrected download links Diff (andreas)
  • update[1.0] added download links Diff (andreas)
  • update[1.0] - mounting publication sitemap for "*/" before resources.xmap Diff (andreas)
  • update[1.0] removed call of getPublication() Diff (andreas)
  • update[1.0] added parameter forwarding for Ant-based StaticHTMLExporter Diff (andreas)
  • update[1.0] - added some content (about default publication) - added templates to simple doctype stylesheet - added aggregation view to sitemap.xmap - corrected indentation in simple2html.xsl Diff (andreas)
  • update[1.0] Added type="500" to <map:handle-error> for backwards compatibility. Diff (egli)
  • update[1.0] Added type="500" to <map:handle-error> for backwards compatibility. Diff (egli)
  • update[1.0] - cocooncenter as default docs-new skin - removed "Welcome to Lenya" section title Diff (andreas)
  • update[1.0] - commented out breadcrumb path - class "wide" for u-lists Diff (andreas)
  • update[1.0] Rollback and Revision Controller Diff (edith)
  • update[1.0] Migrated docu for standard URI scheme. Diff (egli)
  • update[1.0] commented out credits Diff (andreas)
  • update[1.0] removed strange empty boxes Diff (andreas)
  • update[1.0] sample according to XML schema Diff (michi)
  • update[1.0] context_prefix hardcoded Diff (michi)
  • update[1.0] menus cleaned Diff (michi)
  • update[1.0] Schema modified Diff (michi)
  • update[1.0] type added Diff (michi)
  • update[1.0] corrected indentation Diff (andreas)
  • update[1.0] corrected download+install link Diff (andreas)
  • update[1.0] displaying only the logo on top of the page Diff (andreas)
  • update[1.0] not copying libs from default publication Diff (andreas)
  • update[1.0] serializing as HTML (XHTML causes problems on IE) Diff (andreas)
  • update[1.0] - spread task docs over more files - cleaned sitetree, added backup Diff (andreas)
  • update[1.0] added Cocoon Milestone 1 compatible Forrest libraries Diff (andreas)
  • update[1.0] compatibility to Cocoon Milestone 1 (using Part instead of FilePart) Diff (andreas)
  • update[1.0] Fixed the indenting. Diff (egli)
  • update[1.0] removed some dead code Diff (michi)
  • update[1.0] start and stop should be working now Diff (michi)
  • update[1.0] Serializer replaced by DOMWriter Diff (michi)
  • update[1.0] default build properties added Diff (michi)
  • update[1.0] default property set Diff (michi)
  • update[1.0] matrix policies added Diff (michi)

Version 2003-04 ()

1.0

  • add[1.0] added project logo Diff (andreas)
  • add[1.0] added tutorial files Diff (andreas)
  • add[1.0] added parameter XSPs Diff (andreas)
  • add[1.0] added document-id parameter XSP Diff (andreas)
  • add[1.0] initial xopus support Diff (gregor)
  • add[1.0] initial schemas for default publication Diff (gregor)
  • add[1.0] added stylesheets Diff (andreas)
  • add[1.0] merged lenya.org and documentation publications Diff (gregor)
  • add[1.0] prettyfied new menu Diff (gregor)
  • add[1.0] added AntTask test Diff (andreas)
  • add[1.0] started menu for default publication Diff (gregor)
  • add[1.0] Added drafts for simple document and standard document Diff (felix)
  • add[1.0] moved to authoring Diff (michi)
  • add[1.0] Exception for envelope page Diff (edith)
  • add[1.0] New Confiduration for RevisionController Diff (edith)
  • add[1.0] generic sitemap for resources Diff (michi)
  • add[1.0] added sitemap for static files (images, pdf etc) Diff (gregor)
  • add[1.0] OPML to site.xml translator useful for drafting a site structure in an outliner Diff (gregor)
  • add[1.0] temporary admin welcome screen Diff (michi)
  • add[1.0] first steps with flowscript, passwd Diff (michi)
  • add[1.0] shell script for building the OSCOM indices Diff (michi)
  • add[1.0] PDF for testing Lucene Diff (michi)
  • add[1.0] Added a publication config file. Diff (egli)
  • add[1.0] Added the source type classes from Forrest. Diff (egli)
  • add[1.0] refactored build system. build targets now reside under src/targets and are included with XML entitities. also added test targets Diff (gregor)
  • add[1.0] Added a dummy content file. Diff (egli)
  • add[1.0] testing framework started Diff (michi)
  • add[1.0] Added a passwd file for the lenya user. Diff (egli)
  • add[1.0] embryonic unit testing skeleton. aka: it does nothing useful yet. Diff (gregor)
  • add[1.0] "path" has been renamed to "document-id" and "context" is now "context-prefix" according to URI standard. Diff (egli)
  • add[1.0] Added policy files. Diff (egli)
  • add[1.0] added bitflux elements to xdoc schema added more bitflux-specific helper files Diff (gregor)
  • add[1.0] Test. PR: Diff (pier)
  • add[1.0] * Added site tree proposal to the proposal section * Added docu for URIParameter action to components section * moved xhtmltemplating to concepts. Diff (egli)
  • add[1.0] Added the site tree framework proposal. The actual implementation description goes in the concept section. Diff (egli)
  • add[1.0] Renamed xhtml documentation from *.html to *.xml. Diff (egli)
  • add[1.0] next step in uri-parameters framework Diff (andreas)
  • add[1.0] First cut at URI parametrizer action. Diff (egli)
  • add[1.0] Added sitemaps which are used for the URIParametrizer. Diff (egli)
  • add[1.0] draft of new lenya menu. much remains to be done Diff (gregor)
  • add[1.0] added sitetree schema Diff (andreas)
  • add[1.0] Server Side Include added Diff (michi)
  • add[1.0] added stylesheets and css Diff (andreas)
  • add[1.0] added util stylesheet Diff (andreas)
  • add[1.0] added PageEnvelopeAction Diff (andreas)
  • add[1.0] added PageEnvelope Diff (andreas)
  • add[1.0] initial gump descriptor -> incomplete, needs help from knowledgable people Diff (gregor)
  • add[1.0] added navigation.xmap draft Diff (andreas)
  • add[1.0] added navigation stylesheet drafts Diff (andreas)
  • add[1.0] added missing images Diff (andreas)
  • add[1.0] added lenya-site skin again Diff (andreas)
  • add[1.0] added cocooncenter skin Diff (andreas)
  • add[1.0] added directory structure Diff (andreas)
  • add[1.0] added User and Role classes Diff (andreas)
  • add[1.0] added bitflux sitemap Diff (andreas)
  • add[1.0] added first workflow version Diff (andreas)
  • add[1.0] added docs on XHTML templating. Diff (gregor)
  • add[1.0] move task documentation. Diff (egli)
  • add[1.0] Migrated from old doc. Diff (egli)
  • add[1.0] Concept for siteTree framework. Diff (egli)
  • add[1.0] initial support for adding new xdoc documents through lenya Diff (gregor)
  • add[1.0] started new default publication Diff (gregor)
  • add[1.0] added task configuration Diff (andreas)
  • add[1.0] added task documentation files Diff (andreas)
  • add[1.0] added logfile stylesheets Diff (andreas)
  • add[1.0] Forrest publication fixed Diff (michi)
  • add[1.0] added some temporary files Diff (andreas)
  • add[1.0] added webapp DTD Diff (andreas)
  • add[1.0] response.xsl moved out of publications into lenya Diff (michi)
  • add[1.0] added authentication to forrest publication moved original forest sitemap to forrest-sitemap.xmap Diff (gregor)
  • add[1.0] authentication for forrest publication Diff (gregor)
  • add[1.0] move bitflux to root Diff (gregor)
  • add[1.0] move xopus stuff to root Diff (gregor)
  • add[1.0] added NamespaceMap Diff (andreas)
  • add[1.0] added log.xsl for ant log files Diff (andreas)
  • add[1.0] AntTask outline added Diff (andreas)
  • add[1.0] changes to make authoring menu appear Diff (gregor)
  • add[1.0] passwd target Diff (michi)
  • add[1.0] added pre-parser (workaround for JVM bug) Diff (andreas)
  • add[1.0] added more forrest files Diff (andreas)
  • add[1.0] added files I forgot Diff (andreas)
  • add[1.0] initial commit of xdoc xml schemas for xopus Diff (gregor)
  • add[1.0] added Forrest libraries Diff (andreas)
  • add[1.0] added Forrest files Diff (andreas)
  • add[1.0] Declare the QuartzSchedulerServlet to be loaded in Cocoon webapp Diff (edith)
  • add[1.0] Test OpenOffice document to test the OpenOffice pipelines Diff (egli)
  • add[1.0] Generalized pipelines for OpenOffice. Diff (egli)
  • remove[1.0] should not have been checked in Diff (michi)
  • remove[1.0] replaced by resources.xmap Diff (michi)
  • remove[1.0] The publication.xconf file has been moved to config/publishing and has been renamed to publisher.xconf. Diff (egli)
  • remove[1.0] This file has been renamed to publisher.xconf. Diff (egli)
  • remove[1.0] moved Diff (michi)
  • remove[1.0] Moved the xhtml docu to a different place, so that the menu works correctly. Diff (egli)
  • remove[1.0] removed accidenially added class files Diff (andreas)
  • remove[1.0] moved files to resources/entities Diff (andreas)
  • remove[1.0] Moved the task docu under concepts. Diff (egli)
  • remove[1.0] removed log.xsl Diff (andreas)
  • remove[1.0] The sampleResourceName can now be specified in the doctypes resource file as <sample-name> element which is a child of the creator element. So the constructor in NewArticleCreator is not needed anymore, actually the whole class isn't needed anymore since it consists of nothing but a constructor. Diff (egli)
  • update[1.0] each project can edit its own data Diff (michi)
  • update[1.0] changed breadcrumb and menu layout Diff (andreas)
  • update[1.0] modified css Diff (andreas)
  • update[1.0] Rollback generic Diff (edith)
  • update[1.0] Checkin fixed Diff (edith)
  • update[1.0] - added navigation diagram - added new project logo Diff (andreas)
  • update[1.0] Forum fixed Diff (edith)
  • update[1.0] - index.xml content added - sitetree adapted to discussion results - layout changes in css Diff (andreas)
  • update[1.0] - introducing sitetree2nav.xsl - using separate sitetree pipeline - resource for fallback transformation Diff (andreas)
  • update[1.0] - introducing sitetree2nav.xsl - this makes util.xsl obsolete Diff (andreas)
  • update[1.0] Fixed a bug where '&' was used in a expression as opposed to '&&'. Diff (egli)
  • update[1.0] various changes (layout, sitemaps) Diff (andreas)
  • update[1.0] several changes Diff (andreas)
  • update[1.0] rollback test Diff (edith)
  • update[1.0] The aggregation of the navigation is now done in the publication-sitemap.xmap and the doctypes.xmap solely takes care of rendering the body part of the page. Diff (egli)
  • update[1.0] sitetree changed, URIParameterizerAction changed Diff (andreas)
  • update[1.0] changed sitetree Diff (andreas)
  • update[1.0] changed schema Diff (andreas)
  • update[1.0] changed URI parameter matcher Diff (andreas)
  • update[1.0] using src parameter instead of request URI Diff (andreas)
  • update[1.0] prepared for new menu Diff (gregor)
  • update[1.0] merged lenya.org and documentation publications Diff (gregor)
  • update[1.0] prettyfied new menu Diff (gregor)
  • update[1.0] Rollback to OSCOM added Diff (michi)
  • update[1.0] Rollback generalized Diff (michi)
  • update[1.0] Removed the stale link to scratchpad. Diff (egli)
  • update[1.0] corrected {3} parameters Diff (andreas)
  • update[1.0] Fixed bug #39 (Wrong link on "Performance" page). Diff (egli)
  • update[1.0] Changed comment: the install dir has to be an absolute path, otherwise the catalogs and hence the dtd's will not be found Diff (felix)
  • update[1.0] forwarding both sources and properties.publish.sources Diff (andreas)
  • update[1.0] renamed properties.publish.sources back to sources Diff (andreas)
  • update[1.0] Scheduler new config file Diff (edith)
  • update[1.0] Added a document (with the doctype "simple document") Diff (egli)
  • update[1.0] Added temporary namespaces. Diff (egli)
  • update[1.0] Make sure the sourcetype action can also deal with <simple-document> root elements. Diff (egli)
  • update[1.0] The name of the parameter for the sources has been changed and was defined locally. It now uses the constant definition from the DefaultFilePublisher. Diff (egli)
  • update[1.0] Checkin fixed Diff (michi)
  • update[1.0] articles are being checked out Diff (michi)
  • update[1.0] Xopus fixed Diff (michi)
  • update[1.0] two more files to configure during deployment Diff (michi)
  • update[1.0] atrix policy added Diff (michi)
  • update[1.0] config moved Diff (michi)
  • update[1.0] matrix schema fixed Diff (michi)
  • update[1.0] deprecated elements removed Diff (michi)
  • update[1.0] Lenya Page updated Diff (michi)
  • update[1.0] removed some funtionality from OSCOM home Diff (michi)
  • update[1.0] crawling and indexing fixed Diff (michi)
  • update[1.0] moved revision controller action to root sitemap Diff (gregor)
  • update[1.0] generic search fixed Diff (michi)
  • update[1.0] searching fixed Diff (michi)
  • update[1.0] Publishing and Tasks fixed Diff (michi)
  • update[1.0] moved config files out of /content into /config Diff (gregor)
  • update[1.0] moved config files out of /content into /config Diff (gregor)
  • update[1.0] replaced org.lenya with org.apache.lenya Diff (gregor)
  • update[1.0] package name fixed Diff (michi)
  • update[1.0] replaced org.lenya with org.apache.lenya Diff (gregor)
  • update[1.0] new publishing XSLT added Diff (michi)
  • update[1.0] Revision Controller new Configuration and cleaned up Diff (edith)
  • update[1.0] documented serving of static resources Diff (gregor)
  • update[1.0] generic sitemap for resource added Diff (michi)
  • update[1.0] Handle error Diff (edith)
  • update[1.0] passwd finished Diff (michi)
  • update[1.0] passwd finished Diff (michi)
  • update[1.0] Authenticator id used Diff (michi)
  • update[1.0] sitemap path is now being resolved Diff (michi)
  • update[1.0] implementing passwd Diff (michi)
  • update[1.0] Access Controlling refactored Diff (michi)
  • update[1.0] first useful junit test suite Diff (michi)
  • update[1.0] username fixed Diff (michi)
  • update[1.0] changePassword method added Diff (michi)
  • update[1.0] passwd added Diff (michi)
  • update[1.0] generic admin area added Diff (michi)
  • update[1.0] some more typos fixed Diff (michi)
  • update[1.0] some bugs fixed Diff (michi)
  • update[1.0] indexer added Diff (michi)
  • update[1.0] lucene config updated Diff (michi)
  • update[1.0] crawler files updated Diff (michi)
  • update[1.0] redirect fixed Diff (michi)
  • update[1.0] setup junit testing framework Diff (michi)
  • update[1.0] In the default publication the tree is called "sitetree". Diff (egli)
  • update[1.0] The great "stage" to "area" renaming. Diff (egli)
  • update[1.0] static exporter updated Diff (michi)
  • update[1.0] export of static files improved Diff (michi)
  • update[1.0] Terminology fix: "stage" is now called "area" Diff (egli)
  • update[1.0] * Use the SourcetypeAction to determine the doctype now. * Terminology fix: "stage" is now called "area" Diff (egli)
  • update[1.0] The article "doctype" has been replaced by a "simple" doctype. Diff (egli)
  • update[1.0] Revised the naming for the parts of a URI. Diff (egli)
  • update[1.0] Added some information on how to find the original Forrest sources to the readme. Diff (egli)
  • update[1.0] libraries for default publication added Diff (michi)
  • update[1.0] project name reset and remove test dir to clean target added Diff (michi)
  • update[1.0] * Hacked around the "file:/" vs "file://" problem * Added some code to make sure the stage variable now actually returns the stage. This is done by taking the request URI and using some blatant assumptions (i.e. the URI is of the form /context-prefix/publication-id/stage) to extract the stage. Diff (egli)
  • update[1.0] Fixed a typo. Diff (egli)
  • update[1.0] path has been renamed to document-id according to URI standard. Diff (egli)
  • update[1.0] Moved the doctype pipeline into a separate sitemap. Diff (egli)
  • update[1.0] Removed the debugging pipeline and enabled access control. Diff (egli)
  • update[1.0] Major cleanup and addition of some documentation. Diff (egli)
  • update[1.0] * Enhanced to make it also wotk with stages (authoring, live, etc.) * Added the body to the aggregation Diff (egli)
  • update[1.0] Make sure the parameter sitemap only returns the path proper, i.e. without pub-id and stage. Diff (egli)
  • update[1.0] Enhanced the sitemaps so that they now also handle stage (e.g. authoring, live, etc.) Diff (egli)
  • update[1.0] Fixed a problem with the logging code. Diff (egli)
  • update[1.0] Added stage (e.g. "authoring", "live") as an additional parameter to the Page Envelope. Diff (egli)
  • update[1.0] Save without checkin Diff (edith)
  • update[1.0] The links now use semantic linking. Diff (egli)
  • update[1.0] Added an introduction to the proposal section. Diff (egli)
  • update[1.0] Removed the uneeded png and gif pipeline. This is taken care of already in the static pipeline. Diff (egli)
  • update[1.0] Fixed a typo in the documentation. Diff (egli)
  • update[1.0] Fixed indenting. Diff (egli)
  • update[1.0] Fixed a typo. Diff (egli)
  • update[1.0] publishing bug fixed Diff (michi)
  • update[1.0] finishing touches for new menu (for now) Diff (gregor)
  • update[1.0] various changes Diff (andreas)
  • update[1.0] added separate sitetree pipeline (does not work yet) Diff (andreas)
  • update[1.0] fixed uri-parameter pipeline Diff (andreas)
  • update[1.0] using parameters instead of configuration Diff (andreas)
  • update[1.0] disable submenus and blocks for now Diff (gregor)
  • update[1.0] Added configuration parameters for URIParametrizer action. Diff (egli)
  • update[1.0] Make the action configurable. Diff (egli)
  • update[1.0] merged in code for menus Diff (gregor)
  • update[1.0] menu code supports menus now :) Diff (gregor)
  • update[1.0] adapted xslt to generate menu javascript array Diff (gregor)
  • update[1.0] added navigation docs Diff (andreas)
  • update[1.0] more menu work Diff (gregor)
  • update[1.0] Added pipelines for the URIParametrizer. Diff (egli)
  • update[1.0] Add a mount for the uri-parameter sitemap. Diff (egli)
  • update[1.0] removed method="html" (it is illegal with cocoon 2.1) Diff (gregor)
  • update[1.0] Xopus2.0.0.8 added Diff (michi)
  • update[1.0] more error messages Diff (michi)
  • update[1.0] changed pipelines Diff (andreas)
  • update[1.0] added navigation framework components Diff (andreas)
  • update[1.0] added navigation framework draft Diff (andreas)
  • update[1.0] added resource-exists for search-and-results.xsl changed navigation pipeline Diff (andreas)
  • update[1.0] better error description Diff (michi)
  • update[1.0] mounting navigation sitemap Diff (andreas)
  • update[1.0] remove legacy separator item from menu Diff (gregor)
  • update[1.0] correct handling of element order Diff (andreas)
  • update[1.0] Removed "Hello World" from the debugging menu. Diff (egli)
  • update[1.0] toString() implemented Diff (andreas)
  • update[1.0] bugfix Diff (andreas)
  • update[1.0] using lenya SMTP instead of java.mail API Diff (andreas)
  • update[1.0] changed smtp server Diff (andreas)
  • update[1.0] added bitflux elements to xdoc schema added more bitflux-specific helper files Diff (gregor)
  • update[1.0] started bitflux editor support Diff (gregor)
  • update[1.0] added source="1.4" attributes for javac and javadoc Diff (andreas)
  • update[1.0] clean of frontpage Diff (edith)
  • update[1.0] added windows installation Diff (andreas)
  • update[1.0] xopushandler action is for the moment commented out Diff (edith)
  • update[1.0] Fixed typos. Diff (egli)
  • update[1.0] Added warning about unipublic-specific Bitflux configuration Diff (felix)
  • update[1.0] Added commented-out unipublic-specific configuration Diff (felix)
  • update[1.0] Typo corrected with incorrect XML Diff (alex)
  • update[1.0] Added page envelope and ste tree framework. Diff (egli)
  • update[1.0] moved more actions into the lenya sitemap to be done: move xopusaction, rollback as soon as we settle on the final directory structure Diff (gregor)
  • update[1.0] Added a pipeline for images. Diff (egli)
  • update[1.0] changed buildfile location Diff (andreas)
  • update[1.0] added xopus action to lenya sitemap visually seperated lenya insertions from cocoon stuff Diff (gregor)
  • update[1.0] fleshed out default publication Diff (gregor)
  • update[1.0] added parent child action to lenya sitemap Diff (gregor)
  • update[1.0] Fix of assignation of article to dossier Diff (edith)
  • update[1.0] changed forrest skin to lenya-site Diff (andreas)
  • update[1.0] added lenya-site skin Diff (andreas)
  • update[1.0] added logfile history Diff (andreas)
  • update[1.0] absolute paths are also possible now Diff (michi)
  • update[1.0] Clean of rollback Diff (edith)
  • update[1.0] made lenya menu stretch across whole window. Diff (gregor)
  • update[1.0] Redirect added Diff (michi)
  • update[1.0] some whitespaces added Diff (michi)
  • update[1.0] added HSQLDB server port property Diff (andreas)
  • update[1.0] added web.xml entity catalog Diff (andreas)
  • update[1.0] live removed from tab and publish Diff (michi)
  • update[1.0] typo fixed Diff (michi)
  • update[1.0] resolved bitflux 404 due to renaming index.html to index.xml Diff (gregor)
  • update[1.0] moved step and usecase matchers to the root sitemap Diff (gregor)
  • update[1.0] wrapped publication in access control Diff (gregor)
  • update[1.0] moved xopus and bitflux response files to root context Diff (gregor)
  • update[1.0] changed ant-log.html URI Diff (andreas)
  • update[1.0] added pub.dir property Diff (andreas)
  • update[1.0] un-commented NamespaceMap Diff (andreas)
  • update[1.0] catch indexOf -1 exception Diff (michi)
  • update[1.0] added debug information and made it saveable Diff (michi)
  • update[1.0] NamespaceMap is currently missing from CVS Diff (michi)
  • update[1.0] added ant log pipeline Diff (andreas)
  • update[1.0] changed javadoc Diff (andreas)
  • update[1.0] changed to 1.4 constructors Diff (andreas)
  • update[1.0] added getPublicationDirectory() method Diff (andreas)
  • update[1.0] implemented executeAntTarget() Diff (andreas)
  • update[1.0] we now track the xdoc dtd more closely. the only difference is xml:space which led to problems, and was removed. Diff (gregor)
  • update[1.0] more changes to get xdoc editing working in xopus Diff (gregor)
  • update[1.0] XopusInterface exception handling slightly improved Diff (michi)
  • update[1.0] Xopus nearly fixed for Forrest Diff (michi)
  • update[1.0] Xopus added Diff (michi)
  • update[1.0] editor matrix fixed Diff (michi)
  • update[1.0] micro steps towards xopus support Diff (gregor)
  • update[1.0] more authoring changes Diff (gregor)
  • update[1.0] opensourcecms added Diff (michi)
  • update[1.0] more deploy docu added Diff (michi)
  • update[1.0] not used stuff removed Diff (michi)
  • update[1.0] Apache link highlighted Diff (michi)
  • update[1.0] more paths fixed Diff (michi)
  • update[1.0] link to authoring added Diff (michi)
  • update[1.0] crawler and indexer config fixed Diff (michi)
  • update[1.0] dead code removed Diff (michi)
  • update[1.0] paths fixed Diff (michi)
  • update[1.0] The sampleResourceName can now be specified in the doctypes resource file as <sample-name> element which is a child of the creator element. So the constructor in NewArticleCreator is gone (the whole class isn't needed anymore since it consists of nothing but a constructor) and a sample-name element is added to doctypes.xconf for each doctype. Diff (egli)
  • update[1.0] using separate pipeline for http request Diff (andreas)
  • update[1.0] The sampleResourceName can now be specified in the doctypes resource file as <sample-name> element which is a child of the creator element. So the constructor in CMFProjectCreator, CMSProjectCreator and EditorProjectCreatoris gone and a sample-name element is added to doctypes.xconf for each doctype. Diff (egli)
  • update[1.0] Added a logger to parent-child action. Diff (egli)
  • update[1.0] The sampleResourceName can now be specified in the doctypes resource file as <sample-name> element which is a child of the creator element. So the constructor in NewArticleCreator is gone and a sample-name element is added to doctypes.xconf. Diff (egli)
  • update[1.0] The sampleResourceName can now be specified in the doctypes resource file as <sample-name> element which is a child of the creator element. So the constructor in ArticleCreator is gone and a sample-name element is added to doctypes.xconf. Diff (egli)
  • update[1.0] The DefaultCreator is now invoked properly from the ParentChildCreatorAction, i.e. the configuration is parsed from the doctypes file and passed to the Creator. Diff (egli)
  • update[1.0] editor matrix fixed Diff (michi)
  • update[1.0] layout fixed Diff (michi)
  • update[1.0] OSCOM layout problems fixed Diff (michi)
  • update[1.0] authoring wip Diff (michi)
  • update[1.0] bugfixes in emphasizeAsXML Diff (andreas)
  • update[1.0] removed commented-out forrest section Diff (andreas)
  • update[1.0] added forrest publication parameter Diff (andreas)
  • update[1.0] OSCOM layout fixed Diff (michi)
  • update[1.0] added forrest stuff Diff (andreas)
  • update[1.0] more efforts to move stuff to the root sitemap: - views (not sure if this works 100%) - eventually, lenya actions Diff (gregor)
  • update[1.0] this one actually builds a navigation :) Diff (gregor)
  • update[1.0] changes to get authoring working with forrest Diff (gregor)
  • update[1.0] Configuration of new mail server Diff (edith)
  • update[1.0] Clean of stylesheets for new Cocoon Diff (edith)
  • update[1.0] added Forrest entries Diff (andreas)
  • update[1.0] to build the COCOON_HOME/WEB-INF/web.xml Diff (edith)
  • update[1.0] using GET method (workaround for Cocoon bug) Diff (andreas)
  • update[1.0] - consolidate lenya css in lenya sitemap - consolidate lenya images in lenya sitemap Diff (gregor)
  • update[1.0] Add pipelines for display of OpenOffice documents. Diff (egli)
  • update[1.0] removed test logicsheet. purged dead code from menus Diff (gregor)

Version 2003-03 ()

1.0

  • add[1.0] Created new publication for the new documentation (only ToC so far) Diff (felix)
  • add[1.0] Added stylesheet to transform OpenOffice to html. Diff (egli)
  • add[1.0] Added OpenOffice DTDs and catalog. Diff (egli)
  • add[1.0] root template for Live area Diff (michi)
  • add[1.0] parsing and indexing generalized by Andreas Diff (michi)
  • add[1.0] sitetree and navigation framework started Diff (michi)
  • add[1.0] default menubar added Diff (michi)
  • add[1.0] Search for OSCOM finished Diff (michi)
  • add[1.0] Added the description how to integrate OpenOffice and WebDAV into Lenya. Diff (egli)
  • add[1.0] * The publishing process now optionally also publishes resources (e.g. images) * To this effect there are two new classes ResourceFilePublisher and ResourcePublishingEnvironment which can be used in the tasks.xconf as a publisher. * ResourceFilePublisher is a sublclass of DefaultFilePublisher which also publishes resources * ResourcePublishingEnvironment is a subclass of PublishingEnvironment which reads additional parameters (<resource href=""/>) from publication.xconf. * The publisher interface has been extended to allow for passing of parameters related to resource publishing. Diff (egli)
  • add[1.0] docs fixed and updated to Forrest v11 Diff (michi)
  • add[1.0] SAX based ContentHandler Diff (michi)
  • add[1.0] sample data for new cms matrix Diff (gregor)
  • add[1.0] Added concept papers for page envelope and Standard URI scheme. Diff (egli)
  • add[1.0] added tabs for forrest Diff (gregor)
  • add[1.0] start the move to forrest for documentation Diff (gregor)
  • add[1.0] removed single quotes from path Diff (andreas)
  • add[1.0] copied from wyona Diff (michi)
  • add[1.0] Added coding guidelines for the wyona/lenya project. Diff (egli)
  • add[1.0] about publications finished Diff (michi)
  • add[1.0] publications are pulled into welcome page Diff (michi)
  • add[1.0] Ant Task for Copying Java Classes from publications into build dir Diff (michi)
  • remove[1.0] replaced by CrawlerConfiguration Diff (michi)
  • remove[1.0] replaced by IndexConfiguration Diff (michi)
  • remove[1.0] removed for good Diff (michi)
  • remove[1.0] removed log4j.properties Diff (andreas)
  • remove[1.0] newest Cocoon CVS version integrated Diff (andreas)
  • remove[1.0] renamed to lenya Diff (michi)
  • update[1.0] Commenting out the draw:text-box elements because the parser seems to think there is a problem. Diff (egli)
  • update[1.0] first steps towards a page envelope. - centralized collection of http headers - reworked xsp to make use of these system-wide variables - adapted page envelope documentation Diff (gregor)
  • update[1.0] Clean of stylesheet Diff (edith)
  • update[1.0] Clean of stylesheets for the article Diff (edith)
  • update[1.0] Namespace for Live Section Diff (edith)
  • update[1.0] Section button Diff (edith)
  • update[1.0] unused imports removed Diff (gregor)
  • update[1.0] new indexer as default Diff (michi)
  • update[1.0] incrememtal indexing improved Diff (michi)
  • update[1.0] hardcoded paths removed Diff (michi)
  • update[1.0] Edith has fixed the namespace problem within XSPs Diff (michi)
  • update[1.0] dead code removed Diff (michi)
  • update[1.0] debugging info improved Diff (michi)
  • update[1.0] removed unused imports Diff (gregor)
  • update[1.0] method html removed Diff (michi)
  • update[1.0] default html for navigation Diff (michi)
  • update[1.0] It seems that I (and eclipse) was to eager when deleting unused code. Merged in some old stuff from version 1.6 Diff (egli)
  • update[1.0] dead code removed Diff (michi)
  • update[1.0] indexer added Diff (michi)
  • update[1.0] IndexEnvironment replaced by IndexConfiguration Diff (michi)
  • update[1.0] Change parameter id to Id Diff (edith)
  • update[1.0] Added tests to unipublic Diff (felix)
  • update[1.0] added Search to tests Diff (michi)
  • update[1.0] OSCOM Search Interface pretified Diff (michi)
  • update[1.0] try Andreas Indexer Diff (michi)
  • update[1.0] Usage fixed Diff (michi)
  • update[1.0] problem reported by Alex concerning non-existing pubs directory Diff (michi)
  • update[1.0] indexer made configurable Diff (michi)
  • update[1.0] typo fixed and concepts to navigation added Diff (michi)
  • update[1.0] Lenya documentation will always be copied as a publication Diff (michi)
  • update[1.0] removed the dummy links Diff (michi)
  • update[1.0] redirects added which need to be fixed within certain publications Diff (michi)
  • update[1.0] pub_url added Diff (michi)
  • update[1.0] paths set to relative Diff (michi)
  • update[1.0] Added the description on how to configure Slide to enable a basic functionality. Diff (egli)
  • update[1.0] Conferences replaced by Cambridge Diff (michi)
  • update[1.0] ant search usage Diff (michi)
  • update[1.0] index all OSCOM Diff (michi)
  • update[1.0] Task-id for publishing Diff (edith)
  • update[1.0] Articles and dossiers need to be published with the ResourceFilePublisher so that their resources are also published. Diff (egli)
  • update[1.0] Added config values for resources publishing. Diff (egli)
  • update[1.0] clean of sitemaps Diff (edith)
  • update[1.0] clean of sitemap Diff (edith)
  • update[1.0] clean of the sitemap Diff (edith)
  • update[1.0] no more method=html for the output in the xslt Diff (edith)
  • update[1.0] clean of the sitemap Diff (edith)
  • update[1.0] set target.vm to 1.4 Diff (gregor)
  • update[1.0] HOSSA! we are at 0.8 now. Diff (gregor)
  • update[1.0] crawl via ant Diff (michi)
  • update[1.0] create logs directory for log4j Diff (michi)
  • update[1.0] search via ant Diff (michi)
  • update[1.0] uses currently HTMLParser Diff (michi)
  • update[1.0] DefaultHandler added Diff (michi)
  • update[1.0] old Parser definition removed Diff (michi)
  • update[1.0] Parser renamed to DOMParser Diff (michi)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] clean of cross include Diff (edith)
  • update[1.0] clean the sitemap Diff (edith)
  • update[1.0] test can be mixed content Diff (michi)
  • update[1.0] xsltc as default Diff (michi)
  • update[1.0] crawl and index fixed Diff (michi)
  • update[1.0] Search index.html fixed Diff (michi)
  • update[1.0] Fixed password Diff (felix)
  • update[1.0] migration problems fixed Diff (michi)
  • update[1.0] added namespace for welcome page Diff (andreas)
  • update[1.0] Xopus fixed for OSCOM Diff (michi)
  • update[1.0] added xhtml namespace Diff (andreas)
  • update[1.0] added namespaces Diff (andreas)
  • update[1.0] Mailing Lists page fixed Diff (michi)
  • update[1.0] Lenya XInclude Transformer, because xpointer works with it Diff (michi)
  • update[1.0] xsl:comment for css fixed Diff (michi)
  • update[1.0] aggregrate view added Diff (michi)
  • update[1.0] lenya namespace fixed Diff (michi)
  • update[1.0] Test list for OSCOM started Diff (michi)
  • update[1.0] xsl:comment fixed for css Diff (michi)
  • update[1.0] * Added a new section for concept papers such as "Page Envelope" and "Standard URI scheme". * Added links to the new pages "Page Envelope" and "Standard URI scheme". * Moved "Strange Effects" to the end of the respective section. Diff (egli)
  • update[1.0] Added more sections for static URIs for internal pipelines, e.g. for menus, css or editor resources. Diff (egli)
  • update[1.0] beautified screens Diff (gregor)
  • update[1.0] The cocoon source is now located in ../cocoon-2.1 Diff (egli)
  • update[1.0] Tests to Computerworld added Diff (michi)
  • update[1.0] With the split of the Cocoon cvs the instructions how to get the Cocoon sources from CVS have changed. Diff (egli)
  • update[1.0] xinclude version added Diff (michi)
  • update[1.0] first step to dom level 2 Diff (michi)
  • update[1.0] AbstractDOMTransformer patched Diff (michi)
  • update[1.0] xinclude links fixed Diff (michi)
  • update[1.0] DOM package added Diff (michi)
  • update[1.0] default cocoon webapp directory specified Diff (michi)
  • update[1.0] tools directory moved Diff (michi)
  • update[1.0] new cocoon module name specified Diff (michi)
  • update[1.0] sitemap from new cocoon copied Diff (michi)
  • update[1.0] path to generic search xslt fixed Diff (michi)
  • update[1.0] Lucene readded Diff (michi)
  • update[1.0] root sitemap fixed Diff (michi)
  • update[1.0] THE ROAD TO LENYA ~~~~~~~~~~~~~~~~ Wyona -> Lenya WYONA -> LENYA fun fun fun, and nothing to do.. Diff (gregor)
  • update[1.0] creating log4j.properties automatically Diff (andreas)
  • update[1.0] path fixed Diff (michi)
  • update[1.0] double slashes removed Diff (michi)
  • update[1.0] Search and Result screen fixed Diff (michi)
  • update[1.0] paths for TaskManager and PublishingTask fixed Diff (michi)
  • update[1.0] THE ROAD TO LENYA +++++++++++++++++++ yet more oversights. we are getting there.. Diff (gregor)
  • update[1.0] THE ROAD TO LENYA +++++++++++++++++++ various fixes i missed last night.. Diff (gregor)
  • update[1.0] directory structure fixed Diff (michi)
  • update[1.0] directory structure modified Diff (michi)
  • update[1.0] THE MOVE TO LENYA =================== various smaller cleanups.. Diff (gregor)
  • update[1.0] THE MOVE TO LENYA =================== step 14) access-control/ -> ac/ step 15) docs/publication/ -> content/ step 16) ../stylesheets/cms/menu/ -> ../xslt/menu/ step 17) ../../stylesheets/cms/ -> ../../xslt/ step 18) resources/publication/ -> resources/ Diff (gregor)
  • update[1.0] THE MOVE TO LENYA =================== step 5) stylesheets/publication/ -> xslt/ step 6) Page/ -> (gone) step 7) lenya/stylesheets/cms/ -> lenya/xslt/ step 8) lenya/docs/cms/ -> lenya/content/ step 9) resources/cms/misc/ -> resources/misc/ step 10) resources/styles/ -> resources/css/ step 11) wyona.xmap -> lenya.xmap step 12) bitfluxeditor -> bitflux step 13) replace ALL occurences of wyona with lenya Diff (gregor)
  • update[1.0] THE MOVE TO LENYA =================== step 4) rename wyona/cms/ to lenya/ Diff (gregor)
  • update[1.0] THE MOVE TO LENYA =================== step 3) rename wyona-cms to lenya Diff (gregor)
  • update[1.0] THE MOVE TO LENYA =================== step 1) rename org.wyona to org.lenya step 2) adjust build files for new lenya root Diff (gregor)
  • update[1.0] This commit was manufactured by cvs2svn to create tag 'before-lenya-rename'. Diff ()
  • update[1.0] removed deprecated doc Diff (gregor)
  • update[1.0] documentation is now in valid xdoc format. next step: import into forrest Diff (gregor)
  • update[1.0] Publication Page and build improved Diff (michi)
  • update[1.0] Added some java docs. Diff (egli)
  • update[1.0] Rollback fixed Diff (michi)
  • update[1.0] Revoved some spurious whitespace. Diff (egli)
  • update[1.0] regexp replaced by custom tag Diff (michi)
  • update[1.0] translate paths to native format Diff (michi)

Version 2003-02 ()

1.0

  • add[1.0] OSCOM creators moved to OSCOM publication Diff (michi)
  • add[1.0] path refactoring Diff (gregor)
  • add[1.0] even more stylesheet refactoring Diff (gregor)
  • add[1.0] continue refactoring of stylesheets Diff (gregor)
  • add[1.0] continue to refactor to match java package hierarchy Diff (gregor)
  • add[1.0] continued to refactor docs to have the java package hierarchy Diff (gregor)
  • add[1.0] refactored login xsp to match java package hierarchy. this is a candidate to be moved out of a publications sitemap to be handled globally. Diff (gregor)
  • add[1.0] start refactoring global stylesheets (make them reflect the java packages) Diff (gregor)
  • add[1.0] added publication metadata Diff (gregor)
  • add[1.0] start to implement per-publication packaging information Diff (gregor)
  • add[1.0] documentation no longer is a special publication. renaming from wyona-cms-docs to docs allows to simplify the root sitemap. Diff (gregor)
  • add[1.0] start moving wyona menu out of ethz publication Diff (gregor)
  • add[1.0] Multiple Indices enabled Diff (michi)
  • add[1.0] Lucene Test Files added Diff (michi)
  • add[1.0] Search customized for OSCOM Diff (michi)
  • add[1.0] initial version Diff (andreas)
  • add[1.0] DOM4J replaced Diff (michicms)
  • add[1.0] initial version Diff (ah)
  • add[1.0] moved here Diff (michicms)
  • add[1.0] search layout inherited Diff (michicms)
  • add[1.0] CMS and CMF Creator added Diff (michicms)
  • add[1.0] add magazine Diff (gregorcms)
  • add[1.0] add magazine Diff (gregorcms)
  • add[1.0] added missing lines Diff (gregorcms)
  • remove[1.0] removed obsolete code Diff (gregor)
  • remove[1.0] This file has been moved to the java dir in the forum publication. Diff (egli)
  • remove[1.0] remove dead code Diff (gregor)
  • remove[1.0] moved to publication Diff (michi)
  • remove[1.0] Moved to publication Diff (michi)
  • remove[1.0] The creator hierarchy has been refactored. 1. There is now an interface (ParentChildCreatorInterface) which defines how creators can be invoked. 2. There is one default class (DefaultCreator) which implements the interface and implements the standard behaviour. This class replaces the classes AbstractParentChildCreator and DefaultParentChildCreator Diff (egli)
  • remove[1.0] removed duplicate images fixed harcoded link Diff (gregor)
  • remove[1.0] removed DOM4j from Scheduler added some methods to XML helpers Diff (andreas)
  • remove[1.0] moved to html dir Diff (michicms)
  • update[1.0] Instead od just complaining I just fixed the problem I was complaining about: dead code. Diff (egli)
  • update[1.0] creators fixed Diff (michi)
  • update[1.0] parameter project_url fixed Diff (michi)
  • update[1.0] removed obsolete RCServlet, removed obsolete rc configuration parameters Diff (gregor)
  • update[1.0] Removed more dead code (on advice from Eclipse). Diff (egli)
  • update[1.0] Changed the interface of ParentChildCreatorInterface: The create method no longer takes a Parameter argument but a more general Map. This way the action can pass in arbitrary Objects to the create method and ultimatively to the transformXML methods. The action now grabs all request, sitemap and session parameter and fills them into a map which is then passed along to the create method which hands it down to the transform method. This way the transform method can fill, e.g. the user (from the session) into a new document. Diff (egli)
  • update[1.0] test parameters Diff (michi)
  • update[1.0] publications on welcome page Diff (michi)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Added some more debug statements. Diff (egli)
  • update[1.0] Added a logger to the action definition of ParentChildCreatorAction. Diff (egli)
  • update[1.0] The transformation for the computerworld consists of simply adding the title to the article. There was some reference to a non-existing xpath which made the transformation not work. Fixed now. Diff (egli)
  • update[1.0] The transformXML method signature has changed: We pass the parameters for childid, childname and childtype now directly and no longer via the parameters argument. Diff (egli)
  • update[1.0] File.separator fixed Diff (michi)
  • update[1.0] broken xopus fixed Diff (michi)
  • update[1.0] The creator hierarchy has been refactored. There is one default class (DefaultCreator) which implements the interface and implements the standard behaviour. Diff (egli)
  • update[1.0] The creator hierarchy has been refactored. 1. There is now an interface (ParentChildCreatorInterface) which defines how creators can be invoked. 2. There is one default class (DefaultCreator) which implements the interface and implements the standard behaviour. It uses the template pattern, e.g. the create method basically just reads the template file invokes an (empty) transform method on the DOM node and finally writes it back. So subclasses can specify a transform method e.g. replace the title with the childName etc. 3. All classes make use of this and are therefore much smaller. 4. The create method now takes an additional argument 'parameters' which can be used to pass arbitrary arguments. This arg is passed to the transform method where it could be used to read things like the current user, etc. Diff (egli)
  • update[1.0] The creator hierarchy has been refactored. 1. There is now an interface (ParentChildCreatorInterface) which defines how creators can be invoked. 2. There is one default class (DefaultCreator) which implements the interface and implements the standard behaviour. It uses the template pattern, e.g. the create method basically just reads the template file invokes an (empty) transform method on the DOM node and finally writes it back. So subclasses can specify a transform method e.g. replace the title with the childName etc. 3. All classes make use of this and are therefore much smaller. 4. The create method now takes an additional argument 'parameters' which can be used to pass arbitrary arguments. This arg is passed to the transform method where it could be used to read things like the current user, etc. Diff (egli)
  • update[1.0] crawl and index as ant targets, but problems with jaxp Diff (michi)
  • update[1.0] Fixed (Eclipse) warnings about accessing static members in a dynamic way. Diff (egli)
  • update[1.0] always remove leading whitespace to make the urls correct. this fixes the case where returns in the menu xsp would lead to broken urls in the output. also fixed some more ethz references. Diff (gregor)
  • update[1.0] Fixed (Eclipse) warnings about accessing static members in a dynamic way. Diff (egli)
  • update[1.0] directory renamed Diff (michi)
  • update[1.0] publications merged with Lenya source tree during build process Diff (michi)
  • update[1.0] massive path refactoring. all paths in the root docs and stylesheets should now folllow the java package hierarchy naming standards. this is a big one, expect some breakage.. Diff (gregor)
  • update[1.0] pubs.dir parameter added Diff (michi)
  • update[1.0] javadoc moved to docs directory Diff (michi)
  • update[1.0] further inroads on the wyona de-uglification front. Diff (gregor)
  • update[1.0] documentation no longer is a special publication. renaming from wyona-cms-docs to docs allows to simplify the root sitemap. Diff (gregor)
  • update[1.0] started the push for prettier GUIs by adding CSS to our screens. Diff (gregor)
  • update[1.0] moved wyona menu out of ethz publication it now resides under /wyona-cms/wyona/menu/ (where it belongs) Diff (gregor)
  • update[1.0] removed unused import statements. Diff (gregor)
  • update[1.0] Removed dead code or marked it with a FIXME: Diff (egli)
  • update[1.0] txt version added Diff (michi)
  • update[1.0] Removed dead code and marked it with a fixme. Diff (egli)
  • update[1.0] Removed read code Reenable a mapping for aacute which was commented out for unknown reasons. Diff (egli)
  • update[1.0] Either removed dead code or tagged it with a FIXME: Diff (egli)
  • update[1.0] Removed very dead code. Diff (egli)
  • update[1.0] Multiple indices Diff (michi)
  • update[1.0] Removed an import statement of wyona.utils.Stack since it doesn't even use it. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Removed dead code. Diff (egli)
  • update[1.0] Step Two Overview added Diff (michi)
  • update[1.0] Search improved Diff (michi)
  • update[1.0] search customized for OSCOM Diff (michi)
  • update[1.0] lucene index tag implemented Diff (michi)
  • update[1.0] not using quoted printable encoding (SMTPMessage instead of MimeMessage) Diff (andreas)
  • update[1.0] added target "deprecation" Diff (andreas)
  • update[1.0] removed deprecated API usage Diff (andreas)
  • update[1.0] removed deprecated API usage Diff (andreas)
  • update[1.0] removed deprecated API usages Diff (andreas)
  • update[1.0] compatibility to JDK 1.3 restored Diff (andreas)
  • update[1.0] - removed unused code - added exceptions for tasks Diff (andreas)
  • update[1.0] get publication ID from session again Diff (andreas)
  • update[1.0] getSnapshot() bugfix Diff (andreas)
  • update[1.0] Removed log4j dependency. Diff (egliwyona)
  • update[1.0] Removed log4j dependency. Diff (egliwyona)
  • update[1.0] The signature of the create method of the parent class had changed. That's why client's would invoke the create of the parent class which does nothing. Adapted the create method to match the signature. Diff (egliwyona)
  • update[1.0] method added Diff (ah)
  • update[1.0] code formatted Diff (ah)
  • update[1.0] URI replaced by URL Diff (michicms)
  • update[1.0] log location added Diff (michicms)
  • update[1.0] filepath bug hopefully fixed Diff (michicms)
  • update[1.0] added method and javadoc Diff (ah)
  • update[1.0] java code reformatted Diff (ah)
  • update[1.0] - Java code reformatting - added license header Diff (ah)
  • update[1.0] This commit was manufactured by cvs2svn to create tag 'Before_Java_Reformatting'. Diff ()
  • update[1.0] catch exception Diff (michicms)
  • update[1.0] using HtmlDocument Diff (michicms)
  • update[1.0] cleaned up authoring sitemap Diff (gregorcms)
  • update[1.0] * Made the mkdirs invocations consistent, i.e. so they do the same thing for images and for meta files. * Made the coding style consitent with the rest of the file. Diff (egliwyona)
  • update[1.0] Fixed another bug within ArticleImageUploadCreatorAction Diff (michicms)
  • update[1.0] added open in new window Diff (gregorcms)
  • update[1.0] Undid the last checkin as it seems to break unipublic. Diff (egliwyona)
  • update[1.0] add hours / min to headlines Diff (gregorcms)
  • update[1.0] removed img height Diff (gregorcms)
  • update[1.0] made date shorter Diff (gregorcms)
  • update[1.0] added magazine link Diff (gregorcms)
  • update[1.0] fix error page Diff (gregorcms)
  • update[1.0] fix error page Diff (gregorcms)
  • update[1.0] added 404 handling Diff (gregorcms)
  • update[1.0] ok now Diff (michicms)
  • update[1.0] Resource Exists added Diff (michicms)
  • update[1.0] tightened the layout Diff (gregorcms)
  • update[1.0] add missing spacer in articles Diff (gregorcms)
  • update[1.0] fix preview formatting issues Diff (gregorcms)
  • update[1.0] fix preview formatting issues Diff (gregorcms)
  • update[1.0] comment out weiter link Diff (gregorcms)
  • update[1.0] comment out weiter link Diff (gregorcms)
  • update[1.0] add linebreak support for article image captions Diff (gregorcms)
  • update[1.0] fix it-stellen double processing Diff (gregorcms)
  • update[1.0] show emphasize, bold, hyperlinks etc Diff (gregorcms)
  • update[1.0] improved menu usability, first cut of error handling Diff (gregorcms)
  • update[1.0] improved bitflux schemas, added page title to it-stellen / it-kalender Diff (gregorcms)
  • update[1.0] improved bitflux schemas, added more styles Diff (gregorcms)

Version 2003-01 ()

1.0

  • add[1.0] added mediadaten Diff (gregorcms)
  • add[1.0] support account Diff (gregorcms)
  • add[1.0] further layout fixes Diff (gregorcms)
  • add[1.0] layout changes, moved dossier to schwerpunkte Diff (gregorcms)
  • add[1.0] replicate script added (in publication, where it makes sense..) Diff (gregorcms)
  • add[1.0] JTidy Diff (michicms)
  • add[1.0] New OSCOM layout Diff (michicms)
  • add[1.0] another project Diff (michicms)
  • add[1.0] News about Revision Controller Diff (michicms)
  • add[1.0] added wyona root matcher for img, menus etc. Diff (gregorcms)
  • add[1.0] templates added Diff (gregorcms)
  • add[1.0] updates Diff (gregorcms)
  • add[1.0] updates Diff (gregorcms)
  • add[1.0] new users Diff (gregorcms)
  • add[1.0] ant build for crawl and search started Diff (michicms)
  • add[1.0] New index added Diff (michicms)
  • add[1.0] Crawler and Lucene configuration added Diff (michicms)
  • add[1.0] new index added Diff (michicms)
  • add[1.0] new projects added Diff (michicms)
  • add[1.0] Added new user/policy for a guest user who is only allowed to see the pages in the authoring area, but not to edit, publish, create, etc. Diff (felixcms)
  • add[1.0] *** empty log message *** Diff (gregorcms)
  • add[1.0] *** empty log message *** Diff (gregorcms)
  • add[1.0] This commit was manufactured by cvs2svn to create tag 'MAIN'. Diff ()
  • add[1.0] Initial revision Diff (gregorcms)
  • add[1.0] Slides improved Diff (michicms)
  • add[1.0] Crawler configurable Diff (michicms)
  • add[1.0] lucene 1.3 added Diff (michicms)
  • add[1.0] add sample index Diff (michicms)
  • add[1.0] CMS OmegaCMS added Diff (michicms)
  • remove[1.0] rm Diff (michicms)
  • remove[1.0] rm Diff (michicms)
  • remove[1.0] This commit was manufactured by cvs2svn to create branch 'VEND'. Diff ()
  • update[1.0] Removing white background of banner cells Diff (felixcms)
  • update[1.0] Reverting live to /wyona-cms/computerworld/ Diff (felixcms)
  • update[1.0] JTidy added Diff (michicms)
  • update[1.0] lucene-no-index added Diff (michicms)
  • update[1.0] changed parameter documentUri back from task.uris to documentUri Diff (ah)
  • update[1.0] removed linebreaks (cause error on Windows), added documentUri parameter to article scheduler menu entry Diff (ah)
  • update[1.0] re-added missing banner tag Diff (gregorcms)
  • update[1.0] re-added missing banner tag Diff (gregorcms)
  • update[1.0] removed linebreaks (caused errors under Windows) Diff (ah)
  • update[1.0] Fixed bug: exchanging of teaser images now possible (sequence of inserting) Diff (felixcms)
  • update[1.0] Revert commit Diff (felixcms)
  • update[1.0] Quick fix of umlauts problem in form input field of article creator: removed title field Diff (felixcms)
  • update[1.0] Rearranged menus Diff (felixcms)
  • update[1.0] Made scheduling work for article: task configuration Diff (felixcms)
  • update[1.0] Editing of Magazine working again Diff (felixcms)
  • update[1.0] fix gilles css screwup :) Diff (gregorcms)
  • update[1.0] css updated Diff (gregorcms)
  • update[1.0] Reverted live url back, corrected back-url param for bitflux Diff (felixcms)
  • update[1.0] FIXME: unipublic-specific BXE changes reverted for computerworld Diff (gregorcms)
  • update[1.0] TEMPORARY FIX. Revision Controller needs to be fixed properly. Diff (gregorcms)
  • update[1.0] some data updated Diff (michicms)
  • update[1.0] RobotExclusion added Diff (michicms)
  • update[1.0] Export all CMS projects Diff (michicms)
  • update[1.0] RobotExclusion added Diff (michicms)
  • update[1.0] New OSCOM layout Diff (michicms)
  • update[1.0] Images are displayed in Bitflux now + change of inserting order Diff (felixcms)
  • update[1.0] doh. forgot static menu Diff (gregorcms)
  • update[1.0] slightly rearranged, changed live URI Diff (gregorcms)
  • update[1.0] adapted for live server URLs Diff (gregorcms)
  • update[1.0] Commented out StaticHTMLExporter task Diff (ah)
  • update[1.0] Included uris parameter again Diff (ah)
  • update[1.0] Workaround: using task.uris instead of documentURI, have to change that. Diff (ah)
  • update[1.0] Quick fix of publishing problem: removed urisParameter so that there is no wget hanging Diff (felixcms)
  • update[1.0] new layout images added Diff (michicms)
  • update[1.0] New Layout added Diff (michicms)
  • update[1.0] new layout images added Diff (michicms)
  • update[1.0] Crawling and indexing improved Diff (michicms)
  • update[1.0] bugfixes for it-stellen / it-kalender Diff (gregorcms)
  • update[1.0] first cut of it-stellen / it-kalendar Diff (gregorcms)
  • update[1.0] Excerpts added Diff (michicms)
  • update[1.0] Fixed bug with img URLs (inserting of news/) Diff (felixcms)
  • update[1.0] DOH redirect actually never worked (was masked by matchers). variables in the sitemap are {var}, not {} Diff (gregorcms)
  • update[1.0] alternating colors, news/news problem fixed Diff (gregorcms)
  • update[1.0] Fixed not saving of headlines bug Diff (felixcms)
  • update[1.0] doh. fixed more image positioning problems. Diff (gregorcms)
  • update[1.0] remove obsolete media tag Diff (gregorcms)
  • update[1.0] removed wyona account Diff (gregorcms)
  • update[1.0] added more schedulers to menu, made menus more user-friendly Diff (gregorcms)
  • update[1.0] Source Replication added Diff (michicms)
  • update[1.0] pagening improved Diff (michicms)
  • update[1.0] static files added, img paths fixed Diff (gregorcms)
  • update[1.0] added menu for static content Diff (gregorcms)
  • update[1.0] redirect fix Diff (gregorcms)
  • update[1.0] stylistic updates Diff (gregorcms)
  • update[1.0] Fields added Diff (michicms)
  • update[1.0] crawling activated Diff (michicms)
  • update[1.0] Bugs fixed Diff (michicms)
  • update[1.0] byline added, better sort in articles overview Diff (gregorcms)
  • update[1.0] Changed size of input field Diff (felixcms)
  • update[1.0] Changed menu entries Diff (felixcms)
  • update[1.0] Changed redirects from year 2002 to year 2003 Diff (felixcms)
  • update[1.0] wrapper added to authoring, publish navigation added, publish this page started Diff (gregorcms)
  • update[1.0] Fixed bug with webperls/dossierkasten and revision controller Diff (felixcms)
  • update[1.0] Fixed problem with xsl:if Diff (felixcms)
  • update[1.0] navigation improved Diff (gregorcms)
  • update[1.0] beautification Diff (gregorcms)
  • update[1.0] reset headlines.xml to start empty Diff (gregorcms)
  • update[1.0] removed old files, fixed todays date, formatting issues Diff (gregorcms)
  • update[1.0] made headlines aware of images Diff (gregorcms)
  • update[1.0] images meta directory and bug fixed Diff (michicms)
  • update[1.0] Article publishing fixed Diff (michicms)
  • update[1.0] lower case Diff (michicms)
  • update[1.0] current date Diff (michicms)
  • update[1.0] removed obsolete xslt Diff (gregorcms)
  • update[1.0] added date generation, misc fixes Diff (gregorcms)
  • update[1.0] Headlines Bug fixed Diff (michicms)
  • update[1.0] Bug within HTMLParser fixed ... Diff (michicms)
  • update[1.0] fix various BXE bugs related to incomplete schemas and <body> elements in your xml Diff (gregorcms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] selected and all fixed Diff (michicms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] updatep Diff (gregorcms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] PDF indexing added Diff (michicms)
  • update[1.0] PDF indexing added Diff (michicms)
  • update[1.0] prefix unipublic added Diff (michicms)
  • update[1.0] configuration improved Diff (michicms)
  • update[1.0] Correct conference dates added Diff (michicms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] updates Diff (gregorcms)
  • update[1.0] updates <ma:pi Diff (gregorcms)
  • update[1.0] Publisher added Diff (michicms)
  • update[1.0] Parameter added for RCML and RCBAK Diff (michicms)
  • update[1.0] oscom.rdf added Diff (michicms)
  • update[1.0] html pipeline for updated Xopus added Diff (michicms)
  • update[1.0] Some stuff fixed Diff (michicms)
  • update[1.0] <map:pi Diff (gregorcms)
  • update[1.0] Fixed a brown paper bag bug, i.e. sitemap path was not added to resources path. Diff (egliwyona)
  • update[1.0] Fixed a problem with the file path computation for meta data and the image file when the documentId has no parent, i.e. is directly in the root path. Diff (egliwyona)
  • update[1.0] computerworld updates Diff (gregorcms)
  • update[1.0] OSCOM Blog added Diff (michicms)
  • update[1.0] OutOfMemoryException fixed Diff (michicms)
  • update[1.0] Make the code more robust against wrong request parameters, i.e. react gracefully if the imageXpath can't be found or the imageXpath doesn't have a parent node. Diff (egliwyona)
  • update[1.0] IndexEnvironment added Diff (michicms)
  • update[1.0] Sort to Search added Diff (michicms)
  • update[1.0] Fixed scheduler bug (year 2002 was hardcoded) Diff (felixcms)
  • update[1.0] publication id added Diff (michicms)
  • update[1.0] IP and Port removed Diff (michicms)
  • update[1.0] RCO and RCI implemented Diff (michicms)
  • update[1.0] Search improved Diff (michicms)
  • update[1.0] Fixing schema bug (was not working with Xopus) Diff (felixcms)
  • update[1.0] Improved Search Diff (michicms)
  • update[1.0] Search improved Diff (michicms)
  • update[1.0] hardcoded article removed, where publication is still hardcoded Diff (michicms)
  • update[1.0] The path to where the meta data is stored is now calculated in a similar way as the image path is calculated. This fixes #15. Diff (egliwyona)
  • update[1.0] Bug fixed: added year to publishing uris Diff (felixcms)
  • update[1.0] Revision Controller to Bitflux added Diff (michicms)
  • update[1.0] /dossiers/index.html is exported as well when a Dossier is published Diff (felixcms)
  • update[1.0] nitty gritty Diff (michicms)
  • update[1.0] Revision Controller added Diff (michicms)
  • update[1.0] Reserved CheckIn added Diff (michicms)
  • update[1.0] Revision Controller to Xopus added Diff (michicms)
  • update[1.0] debugging improved Diff (michicms)
  • update[1.0] Paul's wishes implemented Diff (michicms)
  • update[1.0] Default values added Diff (michicms)
  • update[1.0] String childName added Diff (michicms)
  • update[1.0] xinclude by xlink replaced Diff (michicms)

Version 2002-12 ()

0.8

  • add[0.8] Red Hat CCM added Diff (michicms)
  • add[0.8] Editor Project Creator added Diff (michicms)
  • add[0.8] Getting excerpts Diff (michicms)
  • add[0.8] Bugzilla and cvsweb announced Diff (michicms)
  • add[0.8] Editor matrix ready for review Diff (michicms)
  • add[0.8] Fixed bug #7 (scheduler) Diff (ah)
  • add[0.8] Editor Matrix nearly finished Diff (michicms)
  • add[0.8] Editor Menubar added Diff (michicms)
  • add[0.8] Editor List improved Diff (michicms)
  • add[0.8] Fixed bug #25: displaying links in related content of dossiers Diff (felixcms)
  • add[0.8] Editor Matrix started Diff (michicms)
  • add[0.8] Fixing bug #14: renaming dir 'geist' to 'gesellschaft' and 'recht' to 'wirtschaft' Diff (felixcms)
  • add[0.8] HTML Utility class Diff (michicms)
  • add[0.8] CMS projects access controlling Diff (michicms)
  • add[0.8] Iterative HTML Crawler Diff (michicms)
  • add[0.8] Iterative is better than Recursive Diff (michicms)
  • add[0.8] Crawler added Diff (michicms)
  • remove[0.8] Fixing bug #14: renaming dir 'geist' to 'gesellschaft' and 'recht' to 'wirtschaft' Diff (felixcms)
  • remove[0.8] maybe later Diff (michicms)
  • remove[0.8] will be generated dynamically Diff (michicms)
  • remove[0.8] moved to crawler and improved Diff (michicms)
  • remove[0.8] removed because it does not work recursively because of Stack Overflow Diff (michicms)
  • remove[0.8] moved to crawler Diff (michicms)
  • update[0.8] To fix problem http://cvs.wyona.org/bugs/show_bug.cgi?id=22 I inserted a accept-charset in the form, hoping this will fix the problem. Diff (egliwyona)
  • update[0.8] cmswatch readded and redhat Diff (michicms)
  • update[0.8] exclude for install and reset target Diff (michicms)
  • update[0.8] New Editor Project button added Diff (michicms)
  • update[0.8] Logging improved Diff (michicms)
  • update[0.8] Adding uri unizh-headline.txt to 'Schedule headlines' Diff (felixcms)
  • update[0.8] ssi-include for the homepage of the University of Zurich (www.unizh.ch) Diff (felixcms)
  • update[0.8] some dust removed Diff (michicms)
  • update[0.8] content updated Diff (michicms)
  • update[0.8] Fixed bug #31: first-published date of article Diff (felixcms)
  • update[0.8] Fixed bug #29 (feature): Added bcc to newsletter and MailTask Diff (felixcms)
  • update[0.8] Fixed bug #26 (size of input fields) Diff (felixcms)
  • update[0.8] Fixed bug #26 (Campus img) Diff (felixcms)
  • update[0.8] Fixed bug #7 (scheduler) Diff (ah)
  • update[0.8] Going back: Umlauts should be working again Diff (ah)
  • update[0.8] ethz-mat automounted Diff (michicms)
  • update[0.8] introduction for wyona.org publication Diff (michicms)
  • update[0.8] made all pubs equal Diff (michicms)
  • update[0.8] Bug 21 fixed Diff (ah)
  • update[0.8] servlet-context not required for Scheduler any more Diff (michicms)
  • update[0.8] Commented out Hello World job Diff (felixcms)
  • update[0.8] file:// protocol added for uri reading Diff (ah)
  • update[0.8] servlet-context parameter replaced by SchedulerWrapper Diff (ah)
  • update[0.8] Added warning about filenames (bug #24) Diff (felixcms)
  • update[0.8] Exception Handling improved Diff (michicms)
  • update[0.8] get Links and Images from HTML fixed Diff (michicms)
  • update[0.8] Link to Paul Browning List Diff (michicms)
  • update[0.8] Exception caught Diff (michicms)
  • update[0.8] Fixed bug #18: Adding year 2003 Diff (felixcms)
  • update[0.8] Fixed bug #17: HTML titles corrected Diff (felixcms)
  • update[0.8] Fixed bug #19: changed navigation links Diff (felixcms)
  • update[0.8] Fixing bug #14: renaming dir 'geist' to 'gesellschaft' and 'recht' to 'wirtschaft' Diff (felixcms)
  • update[0.8] Download images etc Diff (michicms)
  • update[0.8] Transformer config Diff (ah)
  • update[0.8] OutputStream for getNodeValue() Diff (ah)
  • update[0.8] debug: document dump Diff (ah)
  • update[0.8] trying Writer for Text.getNodeValue() Diff (ah)
  • update[0.8] *** empty log message *** Diff (ah)
  • update[0.8] Links and Sources are now extracted Diff (michicms)
  • update[0.8] Links and Sources are now extracted Diff (michicms)
  • update[0.8] Fixed bug #13: replaced wrong 'type' attribute in xsl:output element Diff (felixcms)
  • update[0.8] Fixed bug #10: added template for <br/> Diff (felixcms)
  • update[0.8] Fixed bug #8 and #11: checking if related content is empty and links in related content Diff (felixcms)
  • update[0.8] Removed 'bold' from first row of a table - fixed bug #9 Diff (felixcms)
  • update[0.8] validation disabled Diff (ah)
  • update[0.8] DocumentBuilderFactory debugging Diff (ah)
  • update[0.8] Cocoon Entityresolver test Diff (ah)
  • update[0.8] SFTP should be ok now Diff (michicms)
  • update[0.8] EntityResolver set to DefaultHandler Diff (ah)
  • update[0.8] Logger class changed Diff (ah)
  • update[0.8] Links and Sources are now extracted Diff (michicms)
  • update[0.8] Fixed a bug with the live uri (newline within the element added strange characters) Diff (felixcms)
  • update[0.8] Percent added Diff (michicms)
  • update[0.8] Usage of netstat on Solaris Diff (michicms)
  • update[0.8] another get links method Diff (michicms)
  • update[0.8] no more page2html.xsl Diff (michicms)
  • update[0.8] Output Stream closed Diff (michicms)
  • update[0.8] content separated from layout Diff (michicms)
  • update[0.8] title added Diff (michicms)
  • update[0.8] one more problem Diff (michicms)

Version 2002-11 ()

0.8

  • add[0.8] Better Search Diff (michicms)
  • add[0.8] Lucene Standard Search added Diff (michicms)
  • add[0.8] Made Newsletter editable with Bitflux Diff (felixcms)
  • add[0.8] sftp nearly finished Diff (michicms)
  • add[0.8] scheduler stylesheet utility added Diff (ah)
  • add[0.8] sftp shell script Diff (michicms)
  • add[0.8] session-attributes.xsp added Diff (ah)
  • add[0.8] MailTask added Diff (ah)
  • add[0.8] jaxp added Diff (ah)
  • add[0.8] ClearNewsletterTask added Diff (ah)
  • add[0.8] mail.jar was missing and not JDK 1.4 Diff (michicms)
  • add[0.8] New Publisher and Exporter added Diff (michicms)
  • add[0.8] Added: newsletter menu Diff (ah)
  • add[0.8] Added: unipublic newsletter dispatching Diff (ah)
  • add[0.8] Simple SMTP client Diff (michicms)
  • add[0.8] Newsletter: stylesheets, sitemap Diff (ah)
  • add[0.8] scheduler / publisher XSLT utility added Diff (ah)
  • add[0.8] Article Task: Title included InsertDossierTask added Diff (ah)
  • add[0.8] Sample XML for Newsletter Diff (felixcms)
  • add[0.8] Existing job Diff (michicms)
  • add[0.8] *** empty log message *** Diff (ah)
  • add[0.8] updated OSCOM to task concept, adminDocument Diff (ah)
  • add[0.8] Task and Scheduler files Diff (ah)
  • add[0.8] Dossier added Publish removed (uses default publish screen now) Diff (ah)
  • add[0.8] Added task, scheduler and publishing classes Diff (ah)
  • add[0.8] Added Files: src/java/ch/unizh/unipublic/wyona/cms/ArticleTask.java src/java/ch/unizh/unipublic/wyona/cms/DossierAction.java Removed Files: src/java/ch/unizh/unipublic/wyona/cms/ArticlePublisherAction.java Diff (ah)
  • add[0.8] Very simple response xml that is sent to Bitflux. Bitflux only looks for '<response status='ok'/> Diff (felixcms)
  • add[0.8] Campsite added Diff (michicms)
  • add[0.8] generic search xslt added Diff (michicms)
  • add[0.8] Search added Diff (michicms)
  • add[0.8] Drupal and Bricolage added Diff (michicms)
  • add[0.8] Sample xml for doctype Dossier Diff (felixcms)
  • remove[0.8] directly retrieved from Wyona News and Comments Diff (michicms)
  • remove[0.8] renamed to CommandLineTask Diff (michicms)
  • remove[0.8] Not needed Diff (felixcms)
  • remove[0.8] SendMailTransformer removed Diff (ah)
  • remove[0.8] Needs JDK 1.4 Diff (michicms)
  • remove[0.8] Not needed any more Diff (felixcms)
  • remove[0.8] renamed to body_wyona.xsl Diff (michicms)
  • remove[0.8] Moved the 2002 dir one up and got rid of the articles directory Diff (egliwyona)
  • update[0.8] cron expressions modified Diff (michicms)
  • update[0.8] FUNCTION downloadRSS implemented Diff (michicms)
  • update[0.8] Deployment added Diff (michicms)
  • update[0.8] wrong remote host fixed Diff (michicms)
  • update[0.8] Cron Expression implemented Diff (michicms)
  • update[0.8] RSS Download and OSCOM Export Diff (michicms)
  • update[0.8] Removed html title Diff (felixcms)
  • update[0.8] Changed the menu structure Diff (felixcms)
  • update[0.8] Fixed a bug (teaser image was not displayed in live) Diff (felixcms)
  • update[0.8] Fixed the request parameters for publishing Webperlen and Dossierkasten Diff (felixcms)
  • update[0.8] Fixed a bug with the Dossier Diff (felixcms)
  • update[0.8] Had to change attribute names from "dir" to "id" due to a Bitfluxeditor bug that removes the content of "dir" attributes Diff (felixcms)
  • update[0.8] Had to change attribute names from "dir" to "id" due to a Bitfluxeditor bug that removes the content of "dir" attributes Diff (felixcms)
  • update[0.8] Fixed a bug with the URL of the article Diff (felixcms)
  • update[0.8] Made Newsletter editable with Bitflux (added span tag with editable-attribute) Diff (felixcms)
  • update[0.8] nearly finished, hopefully Diff (michicms)
  • update[0.8] ls replaced by date Diff (michicms)
  • update[0.8] CommandLine Job added Diff (michicms)
  • update[0.8] Made headlines, webperls, dossierkasten on the frontpage editable with bitflux Diff (felixcms)
  • update[0.8] Update of Bitfluxeditor (bugfix for changing upper-case to lower-case in element names) Diff (felixcms)
  • update[0.8] HttpClient Workaround: Passing all old request headers to new HTTP method Diff (ah)
  • update[0.8] ServletGenerator removed Diff (ah)
  • update[0.8] Trying ServletGenerator Diff (ah)
  • update[0.8] Trying ServletGenerator Diff (ah)
  • update[0.8] log messages changed Diff (ah)
  • update[0.8] log messages Diff (ah)
  • update[0.8] logging changed Diff (ah)
  • update[0.8] removed log messages Diff (ah)
  • update[0.8] log messages inserted Diff (ah)
  • update[0.8] empty elements allowed Diff (ah)
  • update[0.8] log message inserted Diff (ah)
  • update[0.8] parameter name changed Diff (ah)
  • update[0.8] Empty newsletter file Diff (ah)
  • update[0.8] Parameter name changed from 'context-path' to 'servlet-context' Diff (ah)
  • update[0.8] Scheduler Admin updated Diff (ah)
  • update[0.8] Administrator changed Diff (ah)
  • update[0.8] scheduler admin menu changed Diff (ah)
  • update[0.8] 'empty list' bug fixed Diff (ah)
  • update[0.8] newsletter parameter (uri) changed Diff (ah)
  • update[0.8] Task: several changes Diff (ah)
  • update[0.8] sftp shell script Diff (michicms)
  • update[0.8] SMTP hostname set Diff (michicms)
  • update[0.8] Search added to unipublic Diff (michicms)
  • update[0.8] Search added Diff (michicms)
  • update[0.8] more CMSs added Diff (michicms)
  • update[0.8] Newsletter dispatching + clearing added Diff (ah)
  • update[0.8] Forum fixed Diff (michicms)
  • update[0.8] commit undone Diff (michicms)
  • update[0.8] Something is wrong with Lucene and RSS Diff (michicms)
  • update[0.8] filter links added and oscom index Diff (michicms)
  • update[0.8] Example updated Diff (ah)
  • update[0.8] Publish/main: task ID as request parameter Scheduler: layout redesign Diff (ah)
  • update[0.8] Publishing: task ID as request parameter Diff (ah)
  • update[0.8] TaskAction: Bugfix Diff (ah)
  • update[0.8] Added doctype Newsletter Diff (felixcms)
  • update[0.8] Publishing and Image fixed Diff (michicms)
  • update[0.8] CronTrigger added Diff (michicms)
  • update[0.8] Server Port Bug Mystery Diff (michicms)
  • update[0.8] Date fixed Diff (michicms)
  • update[0.8] Update of Bitflux Editor (Bugfix removing of empty elements with attributes) Diff (felixcms)
  • update[0.8] Added workaround for Bitflux bug of removing empty elements with no attributes: added foo attribute to articles element Diff (felixcms)
  • update[0.8] article path bugfix Diff (ah)
  • update[0.8] bugfix task-id Diff (ah)
  • update[0.8] scheduler bugfixes Diff (ah)
  • update[0.8] publication-id fixed Diff (ah)
  • update[0.8] Changed parameter handling Diff (ah)
  • update[0.8] changed TaskAction parameters Diff (ah)
  • update[0.8] Fixed some errors Diff (ah)
  • update[0.8] "Publish Dossiers" updated Diff (ah)
  • update[0.8] "unipublic" removed Diff (ah)
  • update[0.8] "Publish Webperls" updated Diff (ah)
  • update[0.8] "Publish Headlines" menu item updated Diff (ah)
  • update[0.8] String.replaceAll removed (not 1.3 compatible) Diff (ah)
  • update[0.8] Task and Scheduler stylesheets modified Diff (ah)
  • update[0.8] live removed Diff (michicms)
  • update[0.8] Homepage updated Diff (michicms)
  • update[0.8] Bugfixing: removed unused and hardcoded attributes in the Bitflux response xml (<response id=><data id=>) and the according parameters in the action and sitemap Diff (felixcms)
  • update[0.8] months and days added Diff (michicms)
  • update[0.8] views added Diff (michicms)
  • update[0.8] year,hour, minute added Diff (michicms)
  • update[0.8] childname as hidden value Diff (michicms)
  • update[0.8] getChildName added Diff (michicms)
  • update[0.8] Xopus1 removed Diff (michicms)
  • update[0.8] renamed Diff (michicms)
  • update[0.8] renamed Diff (michicms)
  • update[0.8] Bug fixing: Removed 'articles' from paths Diff (felixcms)
  • update[0.8] FIXME: something within RSS causes trouble for Lucene Diff (michicms)
  • update[0.8] First create and Search second Diff (michicms)
  • update[0.8] FIXME: OSCOM RSS seems to cause trouble with regard to view links Diff (michicms)
  • update[0.8] Lucene added Diff (michicms)
  • update[0.8] search added Diff (michicms)
  • update[0.8] init params added: scheduler configurations Diff (michicms)
  • update[0.8] The code has been simplified due to the fact that the document and resource root is now passed as configure parameters. This way we can construct the path where the image is to be stored wery easily. This also obsoletes the subclass which had special knowledge where the resource root was. Diff (egliwyona)
  • update[0.8] * Removed the articles directory from the magazin and campus directory. The 2002 directories are now directly under geist, gesundheit, etc. This implies quite a few changes in the stylesheets. * The image upload has changed the config params. We now need to pass the document root and the resource root. It is no longer guesstimated by the image upload. Diff (egliwyona)
  • update[0.8] Removed the articles directory from the magazin and campus directory. The 2002 directories are now directly under geist, gesundheit, etc. This implies quite a few changes in the stylesheets. Diff (egliwyona)
  • update[0.8] Fixed a bug where it was including a non-existing xsl. Diff (egliwyona)
  • update[0.8] Authoring area added Diff (michicms)

Version 2002-10 ()

0.8

  • add[0.8] problems with XInclude Diff (michicms)
  • add[0.8] New files Diff (felixcms)
  • add[0.8] Bitflux pre- and post-processing of XML for related content and images Diff (felixcms)
  • add[0.8] Update of Bitflux Editor (bug fixes, save&exit button) Diff (felixcms)
  • add[0.8] add projects Diff (michicms)
  • add[0.8] CMS/F Matrix nearly finished Diff (michicms)
  • add[0.8] more sample articles added Diff (michicms)
  • add[0.8] more sample articles added Diff (michicms)
  • add[0.8] new articles and sample improved Diff (michicms)
  • add[0.8] more news added Diff (michicms)
  • add[0.8] Get milliseconds Diff (michicms)
  • add[0.8] replication script Diff (michicms)
  • add[0.8] Weekly Column added Diff (michicms)
  • remove[0.8] Using default screen now (new-document.xsl) Diff (felixcms)
  • update[0.8] Clueful Consulting added Diff (michicms)
  • update[0.8] Usage of netstat added Diff (michicms)
  • update[0.8] Wyona RSS added and export Home Live version Diff (michicms)
  • update[0.8] New 'page-creator screen' for DefaultCreator Diff (felixcms)
  • update[0.8] editor and email added Diff (michicms)
  • update[0.8] XML fixed according to the Schema Diff (michicms)
  • update[0.8] Creating of new Dossiers is possible now (using DefaultCreator) Diff (felixcms)
  • update[0.8] Added a request parameter doctype Diff (felixcms)
  • update[0.8] Changed the file suffix from .xhtml to .xml Diff (felixcms)
  • update[0.8] Schema enhanced and Bitflux Project fixed Diff (michicms)
  • update[0.8] No link for license on overview Diff (michicms)
  • update[0.8] OSCOM CMS/F Matrix prototype finished Diff (michicms)
  • update[0.8] CMS/F Matrix prototype finished Diff (michicms)
  • update[0.8] Update of Bitflux editor (bug fixes) Diff (felixcms)
  • update[0.8] Matrix Xopusable started Diff (michicms)
  • update[0.8] Stylesheets improved Diff (michicms)
  • update[0.8] related-content and images editable with Bitflux Diff (felixcms)
  • update[0.8] Update of Bitflux Editor (bug fixes, save&exit button) Diff (felixcms)
  • update[0.8] related-content and images editable with Bitfluxsrc/webapp/wyona/cms/pubs/unipublic/docs/publication/doctypes/schemas/article-bitflux.xsd Diff (felixcms)
  • update[0.8] Parameter url-back was added for the save&exit button Diff (felixcms)
  • update[0.8] Made Dossier editable through Bitflux Diff (felixcms)
  • update[0.8] Update of Bitflux Editor (bug fixes) Diff (felixcms)
  • update[0.8] Live Matrix Overview Diff (michicms)
  • update[0.8] System.exit removed, because it shuts down Tomcat Diff (michicms)
  • update[0.8] Matrix will be sorted Diff (michicms)
  • update[0.8] Matrix added to Live Site Diff (michicms)
  • update[0.8] Making Dossier editable Diff (felixcms)
  • update[0.8] New background image Diff (felixcms)
  • update[0.8] Added optional request parameter 'insertBefore' to the image upload to overwrite the configured behaviiour Diff (felixcms)
  • update[0.8] Added use of a teasertext Diff (felixcms)
  • update[0.8] Changed include from article.xsl to ../articles.xsl Diff (felixcms)
  • update[0.8] Changed handling of hl2 (is being displayed now where ever it appears), added 'Bild:' to authorline, etc. Diff (felixcms)
  • update[0.8] Removed FIXME Diff (felixcms)
  • update[0.8] not yet published screen introduced Diff (michicms)
  • update[0.8] attribute alternate-text made optional, caution conlfict between upload image and schema Diff (michicms)
  • update[0.8] exit 0 removed Diff (michicms)
  • update[0.8] Schema improved, related content added Diff (michicms)
  • update[0.8] Paul and Roger added Diff (michicms)
  • update[0.8] better not published yet dialog Diff (michicms)
  • update[0.8] Publisher made even worse Diff (michicms)
  • update[0.8] forum added for replication Diff (michicms)
  • update[0.8] DHTML Menus added and export to OSCOM Diff (michicms)
  • update[0.8] link fixed Diff (michicms)
  • update[0.8] initializing Scheduler from conf file Diff (michicms)
  • update[0.8] fatal replaced by debug Diff (michicms)
  • update[0.8] fatal replaced by debug Diff (michicms)
  • update[0.8] Servlet Context Path added for reading configuration Diff (michicms)
  • update[0.8] MySource added Diff (michicms)
  • update[0.8] hardcoded prefix substitutes removed Diff (michicms)
  • update[0.8] Scheduler improved, CronTrigger added Diff (michicms)
  • update[0.8] Aegir CMS added Diff (michicms)
  • update[0.8] year 2002 to Frontpage added Diff (michicms)
  • update[0.8] export static HTML improved Diff (michicms)
  • update[0.8] Aegir moved to first place and Bitflux URL added Diff (michicms)
  • update[0.8] Aegir CMS added Diff (michicms)
  • update[0.8] export static article Diff (michicms)
  • update[0.8] matches separated by pipeline Diff (michicms)
  • update[0.8] directory pending to export added Diff (michicms)
  • update[0.8] export of static HTML, a real ugly hack, but it works Diff (michicms)
  • update[0.8] Board, Overview updated Diff (michicms)
  • update[0.8] Updated Board and Navigation and Menus Diff (michicms)
  • update[0.8] integration started for export of static HTML Diff (michicms)

Version 2002-09 ()

0.8

  • add[0.8] Adopted sreens for image upload and added dossier to article Diff (felixcms)
  • add[0.8] added DefaultCreator Diff (jbigalke)
  • add[0.8] HTML Export added Diff (michicms)
  • add[0.8] Added Dossier xml to Live Diff (felixcms)
  • add[0.8] Created menu for Dossiers Diff (felixcms)
  • add[0.8] One more article added Diff (michicms)
  • add[0.8] OSCOM Home is bitfluxable Diff (michicms)
  • add[0.8] more articles added Diff (michicms)
  • add[0.8] Bitflux action added Diff (michicms)
  • add[0.8] Bitflux editor added Diff (michicms)
  • add[0.8] Bitflux editor added Diff (michicms)
  • add[0.8] New doctype Dossiers Diff (felixcms)
  • add[0.8] New sample xml Diff (felixcms)
  • add[0.8] Sample xml for dossier Diff (felixcms)
  • add[0.8] New image Diff (felixcms)
  • add[0.8] New image Diff (felixcms)
  • add[0.8] New stylesheet for Dossier Diff (felixcms)
  • add[0.8] new images Diff (felixcms)
  • add[0.8] New images Diff (felixcms)
  • add[0.8] serverName and serverPort added to RequestParamAction Diff (michicms)
  • add[0.8] Better content added Diff (michicms)
  • add[0.8] Xopus added Diff (michicms)
  • add[0.8] Scheduler Job to fetch RSS Diff (michicms)
  • add[0.8] updated the unipublic documentation Diff (michicms)
  • remove[0.8] renamed to article-bitflux.css Diff (michicms)
  • remove[0.8] renamed to article-bitflux.css Diff (michicms)
  • remove[0.8] removed for good Diff (michicms)
  • update[0.8] Changed xml for dossier id in article and teaser image in dossier Diff (felixcms)
  • update[0.8] Added teaser image upload to dossier Diff (felixcms)
  • update[0.8] Added display of dossier to article and teaser image upload to dossier Diff (felixcms)
  • update[0.8] Fixed 'Noch nie publiziert' Diff (felixcms)
  • update[0.8] Mimetype is now the empty string and no longer the string "FIXME:". However it is still preferable to fix it properly. Diff (egliwyona)
  • update[0.8] Changed red dot image Diff (felixcms)
  • update[0.8] Added elements bold, emphasize, superscript, subscript, itemizedlist, listitem, ulink, table, tbody, row, entry Diff (felixcms)
  • update[0.8] coding to evaluate doctypes, i.e. added line: creator.init(creatorNode) Diff (jbigalke)
  • update[0.8] added method init() Diff (jbigalke)
  • update[0.8] Rexexp added Diff (michicms)
  • update[0.8] Export HTML added Diff (michicms)
  • update[0.8] Corrected problem with footer date in live and with display Diff (felixcms)
  • update[0.8] Added sorting to Dossier Diff (felixcms)
  • update[0.8] Dossier teaser on section pages is working correctly now Diff (felixcms)
  • update[0.8] Menus for unipublic improved Diff (michicms)
  • update[0.8] Debug xml, xslt, xsd Diff (michicms)
  • update[0.8] DHTML menus added Diff (michicms)
  • update[0.8] OSCOM Home is xopusable Diff (michicms)
  • update[0.8] millis corrected Diff (michicms)
  • update[0.8] Arbitrary files can be saved now Diff (michicms)
  • update[0.8] RevisionId added Diff (michicms)
  • update[0.8] Schema and Xopus XSLT fixed Diff (michicms)
  • update[0.8] Adopted changed xml Diff (felixcms)
  • update[0.8] Draw comma only if there is a date Diff (felixcms)
  • update[0.8] Changed xml Diff (felixcms)
  • update[0.8] Added doctype dossiers Diff (felixcms)
  • update[0.8] Bitflux editor added to unipublic Diff (michicms)
  • update[0.8] Corrected sample xml Diff (felixcms)
  • update[0.8] Added dossier style class Diff (felixcms)
  • update[0.8] Extended xml for dossier Diff (felixcms)
  • update[0.8] Added doctype dossier Diff (felixcms)
  • update[0.8] Added articles.xsl etc. Diff (felixcms)
  • update[0.8] Created layout for Dossier Diff (felixcms)
  • update[0.8] Changed Dossier part of navigation (more than one Dossier possible) Diff (felixcms)
  • update[0.8] Changed/Corrected HTML according to Thomas Poppenwimmer Diff (felixcms)
  • update[0.8] Changed/Corrected HTML according to Thomas Poppenwimmer Diff (felixcms)
  • update[0.8] Changed/Corrected HTML according to Thomas Poppenwimmer Diff (felixcms)
  • update[0.8] Ids corrected Diff (michicms)
  • update[0.8] work in progress Diff (felixcms)
  • update[0.8] changed html, simplified to one footerfor all documents Diff (felixcms)
  • update[0.8] new version Diff (felixcms)
  • update[0.8] differentiate between authoring and live for logo href Diff (michicms)
  • update[0.8] articles are sorted by filename Diff (michicms)
  • update[0.8] Default xmlns added Diff (michicms)
  • update[0.8] RSS improved and no redirect within Authoring Diff (michicms)
  • update[0.8] RDF renamed to RSS Diff (michicms)
  • update[0.8] day and month added to Schema Diff (michicms)
  • update[0.8] Forum publication featured Diff (michicms)
  • update[0.8] Xopus documentation improved a bit and added to Help Diff (michicms)
  • update[0.8] Xopus added Diff (michicms)
  • update[0.8] Edit with Xopus2 updated Diff (michicms)
  • update[0.8] Added more comments to the matcher that deals with file (image) upload. ] Diff (egliwyona)
  • update[0.8] Dossier added Diff (michicms)
  • update[0.8] Make sure the images are inserted after the xpath by configuring it in the parameters for the file-upload action. Diff (egliwyona)
  • update[0.8] When writing the back the xml file (using an XMLWriter) after having inserted the media tag do not use the pretty-print formatter. Use a very simple and plain formatter that leaves the xml intact as it was. Diff (egliwyona)
  • update[0.8] * Make sure the red dot is inserted after the p. * The xpath of the p after which the image is to be inserted was calculated wrongly. We cannot simply use position() but instead have to use count(preceding-sibling::p). Diff (egliwyona)
  • update[0.8] Banner removed Diff (michicms)

Version 2002-08 ()

0.8

  • add[0.8] Scheduler added Diff (michicms)
  • add[0.8] bylaws added Diff (michicms)
  • add[0.8] filled in some licenses Diff (michicms)
  • add[0.8] ServletProxyGenerator renamed Diff (michicms)
  • add[0.8] Overview Body added Diff (michicms)
  • add[0.8] Not fully migrated articles added Diff (michicms)
  • add[0.8] Extracted Publisher added Diff (michicms)
  • add[0.8] Scheduler added Diff (michicms)
  • add[0.8] Location and Local Info added to Authoring Diff (michicms)
  • add[0.8] Sponsoring added Diff (michicms)
  • add[0.8] Image for inserting images Diff (felixcms)
  • add[0.8] Upload File to Scratchpad added Diff (michicms)
  • add[0.8] Interop and CVS added Diff (michicms)
  • remove[0.8] HelloWorld renamed Diff (michicms)
  • remove[0.8] removed, was only good for playing around with Diff (michicms)
  • remove[0.8] Removed since separated for authoring and live Diff (felixcms)
  • update[0.8] If add the dublin core description as the image caption if it is non-empty. Diff (egliwyona)
  • update[0.8] new conference site layout added Diff (michicms)
  • update[0.8] Return null in corner cases (e.g. the upload file is null or the parameter uploadFile is not of type FilePart). Diff (egliwyona)
  • update[0.8] We no longer use the Default implementation of the file-upload action but a unipublic specific extension of it. Diff (egliwyona)
  • update[0.8] * Code cleanup * New method getImagePath that constructs the image path. The default implementation simply concatenates the sitemapPath and uploadDirName. Subclasses can specify this further and add other schemes as to where they think images should be stored. Diff (egliwyona)
  • update[0.8] The filename is no longer simply takes from the identifier + the extension of the uploaded file. If the identifier is non-empty this method is still used. Otherwise the name of the uploaded file is taken. Diff (egliwyona)
  • update[0.8] Added some more javadoc comments. Diff (egliwyona)
  • update[0.8] There is now a new variable insertImageBefore which specifies if the media tag is inserted before or after the xpath. This variable can be specified in the sitemap (as a parameter to the action). Diff (egliwyona)
  • update[0.8] * Renamed the configuration parameters of the file-upload action from "parameter" to a more sensible name, e.g. "images-dir" * Added an additional configuration parameters "insert-image-before". Diff (egliwyona)
  • update[0.8] Banner added to Homepage Diff (michicms)
  • update[0.8] * Changed the logger for file-upload. You can now specify your own logging target in logkit.xconf for the file-upload action. * The pipeline for upload now does a redirect back to the referer if the action was succesfull. Diff (egliwyona)
  • update[0.8] The referer is now passed back to the sitemap for redirecting purposes. Diff (egliwyona)
  • update[0.8] * The "invalid byte 2 of 3-byte UTF-8 sequence" exception is fixed now. It was a problem with using a plain Filewriter instead of using an XMLWriter to write the xml back to disk. * only the filename is inserted in the media tag as per felix request. * the media tag is now inserted before the imageXPath. Diff (egliwyona)
  • update[0.8] log4j removed Diff (michicms)
  • update[0.8] Encoding problem fixed Diff (michicms)
  • update[0.8] back to 1.5 Diff (michicms)
  • update[0.8] back to 1.18 Diff (michicms)
  • update[0.8] back to 1.2 Diff (michicms)
  • update[0.8] CVS added to navigation Diff (michicms)
  • update[0.8] pserver replaced by ssh Diff (michicms)
  • update[0.8] Links and a lot of other stuff fixed Diff (michicms)
  • update[0.8] NullPointException bug fixed Diff (michicms)
  • update[0.8] Javadoc syntax fixed Diff (michicms)
  • update[0.8] Some request info added Diff (michicms)
  • update[0.8] ZIP code modified Diff (michicms)
  • update[0.8] Ted replaced by Charles Diff (michicms)
  • update[0.8] location Julia replaced by Lawrence Diff (michicms)
  • update[0.8] iterop added Diff (michicms)
  • update[0.8] Cookies should be forwarded now Diff (michicms)
  • update[0.8] HSQLDB Port setting Diff (michicms)
  • update[0.8] Article XSLT of Live version fixed Diff (michicms)
  • update[0.8] Roger Fischer added to oc-1 Diff (michicms)
  • update[0.8] * Implemented the requirement that the uploaded file as it is stored on the server should be named using the identifier given by the user in the request + the extension of the original uploaded file. * General cleanup of debug statements. Diff (egliwyona)
  • update[0.8] Added documentation templates to the methods. Diff (egliwyona)
  • update[0.8] Commented out browser selection for article Diff (felixcms)
  • update[0.8] Added documentid Diff (felixcms)
  • update[0.8] General cleanup and completion. The documentid is now passed through as a request parameter. The file is uploaded with the name of the "identifier" parameter. Diff (egliwyona)
  • update[0.8] Added red dots and correct xpath Diff (felixcms)
  • update[0.8] Added matcher for file upload Diff (felixcms)
  • update[0.8] more detailed CVS instruction Diff (michicms)
  • update[0.8] Verdana added Diff (michicms)
  • update[0.8] Mailing Lists and Local Info updated Diff (michicms)
  • update[0.8] Working on upload image functionality Diff (felixcms)
  • update[0.8] Removed unnecessary imports. Diff (egliwyona)
  • update[0.8] Upload Image Screen added Diff (michicms)
  • update[0.8] hardcoded path removed Diff (michicms)
  • update[0.8] Rollback has _michi_ hardcoded within path, remains to be fixed Diff (michicms)
  • update[0.8] Attribute millis added to schema Diff (michicms)
  • update[0.8] Anchors fixed Diff (michicms)
  • update[0.8] Another Wiki Diff (michicms)
  • update[0.8] Wish List from Ovidu Diff (michicms)
  • update[0.8] some small modifications Diff (michicms)
  • update[0.8] Added attribute millis to story.date Diff (felixcms)
  • update[0.8] Added attribute millis to story.date Diff (felixcms)
  • update[0.8] Added/changed element story.date Diff (felixcms)
  • update[0.8] Changed element story.date Diff (felixcms)
  • update[0.8] Added element story.date Diff (felixcms)
  • update[0.8] Separated Authoring/Live and added 'Noch nie publiziert' Diff (felixcms)
  • update[0.8] Local Info added and Eric as host on second day Diff (michicms)
  • update[0.8] Navigation modified Diff (michicms)
  • update[0.8] documentation of the section's generation for the uni Diff (edithcms)
  • update[0.8] View of rollback versions with serverpages instead of an action Diff (edithcms)
  • update[0.8] Rollback and view of bak versions Diff (edithcms)

Version 2002-07 ()

0.8

  • add[0.8] Articles in the section are sorted Diff (edithcms)
  • add[0.8] email addresses changed to oscom.org Diff (michicms)
  • add[0.8] Rename the section's images for the headlines on the frontpage Diff (edithcms)
  • add[0.8] Published article are inserted once at the top of the frontpage. Publisheddate and Revisiondate Diff (edithcms)
  • add[0.8] HelloWorld for testing ServletProxy Diff (michicms)
  • add[0.8] Ready to rumble Diff (michicms)
  • add[0.8] Xopus2 integration further improved Diff (michicms)
  • add[0.8] Overwrite generic publish screen Diff (edithcms)
  • add[0.8] fixed some stuff Diff (michicms)
  • add[0.8] New Article Creator added Diff (michicms)
  • update[0.8] Changed the layout to conform to cocoon sources. Diff (egliwyona)
  • update[0.8] Rollback screen with xsp Diff (edithcms)
  • update[0.8] unipublic added to javadoc Diff (michicms)
  • update[0.8] Link to Wiki added Diff (michicms)
  • update[0.8] Changed the indenting to Apache style. Added comments to all methods. Diff (egliwyona)
  • update[0.8] xml declaration inserted Diff (michicms)
  • update[0.8] Sorts Articles in the section Diff (edithcms)
  • update[0.8] Rollback Diff (michicms)
  • update[0.8] Published articles Diff (edithcms)
  • update[0.8] Publishdate Diff (edithcms)
  • update[0.8] Publish Artikel without an image Diff (edithcms)
  • update[0.8] ServletProxy is now usable. Exception Handling should be improved though Diff (michicms)
  • update[0.8] ServletProxyGenerator nearly finished Diff (michicms)
  • update[0.8] ServletProxy further improved Diff (michicms)
  • update[0.8] servlet.jar documented Diff (michicms)
  • update[0.8] ServletProxy nearly finished Diff (michicms)
  • update[0.8] garbage removed Diff (michicms)
  • update[0.8] email address to complain on spam added Diff (michicms)
  • update[0.8] br removed Diff (michicms)
  • update[0.8] Scratchpad and ServletProxyGenerator added Diff (michicms)
  • update[0.8] for history Diff (michicms)
  • update[0.8] Press Release Diff (michicms)
  • update[0.8] better grouping of the menus Diff (michicms)
  • update[0.8] Insert the published article in the headlines at the top Diff (edithcms)
  • update[0.8] some nitty gritty Diff (michicms)
  • update[0.8] Link to MathML changed Diff (michicms)
  • update[0.8] Xopus2 integrated Diff (michicms)
  • update[0.8] Article Publisher added and customized Diff (michicms)
  • update[0.8] JPF and MathML added Diff (michicms)
  • update[0.8] HTTP POST to arbitrary servlet Diff (michicms)
  • update[0.8] one step further with Xopus1 integration Diff (michicms)
  • update[0.8] Ready for press release Diff (michicms)
  • update[0.8] Title added for Weblog Diff (michicms)
  • update[0.8] New Year Diff (edithcms)
  • update[0.8] Clean up the variables for the stylesheet Diff (edithcms)
  • update[0.8] Creation of a new Article Diff (edithcms)
  • update[0.8] parentid for the creation of the article Diff (edithcms)
  • update[0.8] Removed @created tags from the comments as they give warnings when building the javadocs with jdk 1.4. Diff (egliwyona)
  • update[0.8] Removed the created tags from the comments as they give warnings when building the javadocs with jdk 1.4. Diff (egliwyona)
  • update[0.8] tentative program added Diff (michicms)
  • update[0.8] nbsp added Diff (michicms)
  • update[0.8] Javadoc improved Diff (michicms)

Version 2002-06 ()

0.8

  • add[0.8] Servlet Proxy Diff (michicms)
  • add[0.8] Checkin, checkout Diff (edithcms)
  • add[0.8] RDF added Diff (michicms)
  • add[0.8] Integration of Xopus2 started Diff (michicms)
  • add[0.8] added some more empty files Diff (michicms)
  • add[0.8] Q42 Layout added Diff (michicms)
  • add[0.8] Authoring improved Diff (michicms)
  • add[0.8] Tentative Program added Diff (michicms)
  • add[0.8] Revision Controller action added Diff (michicms)
  • add[0.8] Bitflux Editor integration Diff (michicms)
  • add[0.8] Revision Controller added Diff (michicms)
  • add[0.8] Section authorizable Diff (michicms)
  • add[0.8] Speakers added Diff (michicms)
  • add[0.8] customized screen Diff (michicms)
  • add[0.8] New Article Creator for Forum Diff (michicms)
  • add[0.8] directories must exist Diff (michicms)
  • add[0.8] discussion forum publication created Diff (michicms)
  • add[0.8] Not published yet Exception created Diff (michicms)
  • remove[0.8] page and body moved to page_wyona and body_wyona Diff (michicms)
  • remove[0.8] Moved one directory higher Diff (michicms)
  • update[0.8] Removed Xopus Bar from Generic Pages Diff (michicms)
  • update[0.8] garbage collected Diff (michicms)
  • update[0.8] Publication wyona.org started Diff (michicms)
  • update[0.8] Publish frontpage Diff (edithcms)
  • update[0.8] Checkin, checkout and publish Diff (edithcms)
  • update[0.8] Definition of subclasses action for checkin and checkout Diff (edithcms)
  • update[0.8] java docs Diff (edithcms)
  • update[0.8] article to test Xopus2 Diff (michicms)
  • update[0.8] zip for snapshot added Diff (michicms)
  • update[0.8] page.xsl replaced by page_wyona.xsl Diff (michicms)
  • update[0.8] Bug fixed: QueryString will also be copied Diff (michicms)
  • update[0.8] packages for javadoc added: ch.ethz, org.w3c Diff (michicms)
  • update[0.8] CMSInfo added Diff (michicms)
  • update[0.8] Check out of an article Diff (edithcms)
  • update[0.8] Tentative program added Diff (michicms)
  • update[0.8] Revision Controller incorporated into Unipublic Diff (michicms)
  • update[0.8] Changed the information on how to download. Used cvs.wyona.org instead of ip numbers. Diff (egliwyona)
  • update[0.8] Pages to schedule Diff (michicms)
  • update[0.8] Change log messages Diff (edithcms)
  • update[0.8] Change the backup file name Diff (edithcms)
  • update[0.8] Menus for the article in authoring Diff (edithcms)
  • update[0.8] Started to connect Bitflux Editor Diff (michicms)
  • update[0.8] comments around FATAL Diff (michicms)
  • update[0.8] Menus modified Diff (michicms)
  • update[0.8] Article authorizable Diff (michicms)
  • update[0.8] Email extended by subject and body Diff (michicms)
  • update[0.8] Authoring added to unipublic Diff (michicms)
  • update[0.8] michael replaced by email Diff (michicms)
  • update[0.8] Documentation with xdoc started Diff (michicms)
  • update[0.8] Publisher work in progress Diff (michicms)
  • update[0.8] Replication Queue started to implement Diff (michicms)
  • update[0.8] removed Larry Lessig Diff (michicms)
  • update[0.8] Console Appender activated Diff (michicms)
  • update[0.8] Paul added Diff (michicms)
  • update[0.8] Bug fixed within NewArticleCreator Diff (michicms)
  • update[0.8] Some XSLTs improved Diff (michicms)
  • update[0.8] error replaced by debug Diff (michicms)
  • update[0.8] New Article Content Creator Diff (michicms)
  • update[0.8] Discussion Forum added Diff (michicms)
  • update[0.8] beauty stuff Diff (michicms)
  • update[0.8] usage added Diff (michicms)
  • update[0.8] cotext_publication fixed Diff (michicms)
  • update[0.8] Discussion Forum added Diff (michicms)

Version 2002-05 ()

0.8

  • add[0.8] XInclude/XLink Processor migrated Diff (michicms)
  • add[0.8] XInclude/XLink Processor migrated Diff (michicms)
  • add[0.8] Documantation Diff (margritcms)
  • add[0.8] Modularisation Diff (margritcms)
  • add[0.8] Generic type is editable Diff (michicms)
  • add[0.8] Logic stylesheets for the navigation in the Section. Highlighted Buttons Diff (edithcms)
  • add[0.8] New name for the highlighted gifs of the navigation Diff (edithcms)
  • add[0.8] Xopus added to OSCOM Diff (michicms)
  • add[0.8] new images Diff (margritcms)
  • add[0.8] Bilder wurden umbenonnen Diff (edithcms)
  • add[0.8] menu live area Diff (michicms)
  • add[0.8] new xsl files Diff (margritcms)
  • add[0.8] renamed for consistence Diff (margritcms)
  • add[0.8] new xml files Diff (margritcms)
  • add[0.8] renaming Diff (margritcms)
  • add[0.8] Access Controller Bug Diff (michicms)
  • add[0.8] new files Diff (margritcms)
  • add[0.8] Glossary, Overview, San Francisco Diff (michicms)
  • add[0.8] xml and xhtml Diff (michicms)
  • add[0.8] navigation and sanfrancisco Diff (michicms)
  • add[0.8] Generic XHTML and CfP Diff (michicms)
  • remove[0.8] not used Diff (margritcms)
  • update[0.8] svg2png added and removed Diff (michicms)
  • update[0.8] Documentation Diff (margritcms)
  • update[0.8] green Line after first two headlines Diff (margritcms)
  • update[0.8] cosmetic and Modularisation Diff (margritcms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] adjusted Diff (margritcms)
  • update[0.8] Article done with xsp Diff (margritcms)
  • update[0.8] Fixed a small grammatical error. Diff (egliwyona)
  • update[0.8] Section modified Diff (michicms)
  • update[0.8] Sitemap modified Diff (michicms)
  • update[0.8] Logical transformation for the navigation of the sections Diff (edithcms)
  • update[0.8] All channels must appear in the navigation of the section Diff (edithcms)
  • update[0.8] The button can be highlighted Diff (edithcms)
  • update[0.8] Introduction of a attirbute highlighted Diff (edithcms)
  • update[0.8] Publish to Home of OSCOM added Diff (michicms)
  • update[0.8] Changes because of the navigation Diff (edithcms)
  • update[0.8] Modularisation Diff (margritcms)
  • update[0.8] Front Modularisation Diff (margritcms)
  • update[0.8] Link to design templates added Diff (michicms)
  • update[0.8] Frontpage ajusted Diff (margritcms)
  • update[0.8] Navigation for the overview Diff (edithcms)
  • update[0.8] generalization Diff (edithcms)
  • update[0.8] Id ge�ndert um Link auf richtige Seite setzen Diff (edithcms)
  • update[0.8] Links to Documentation fixed Diff (michicms)
  • update[0.8] XML Web GUI and Squishdot link added Diff (michicms)
  • update[0.8] Live link fixed Diff (michicms)
  • update[0.8] Link for Newsletter added Diff (margritcms)
  • update[0.8] background color white Diff (margritcms)
  • update[0.8] files adjusted to new xml and xslt files Diff (margritcms)
  • update[0.8] select section name Diff (michicms)
  • update[0.8] dossier added to frontpage Diff (margritcms)
  • update[0.8] Rubrik Navigation Diff (michicms)
  • update[0.8] Navigation added Diff (michicms)
  • update[0.8] work in progres Diff (margritcms)
  • update[0.8] Main Navigation on Frontpage done Diff (margritcms)
  • update[0.8] login and logout Diff (michicms)
  • update[0.8] Access Controller Bugsrc/java/org/wyona/cms/cocoon/acting/PMLAuthorizerAction.java Diff (michicms)
  • update[0.8] neu removed Diff (michicms)
  • update[0.8] modularisation Diff (margritcms)
  • update[0.8] cocoon.xconf moved into WEB-INF Diff (michicms)
  • update[0.8] temporary context_prefix set Diff (michicms)
  • update[0.8] Xslt Modularisation Diff (margritcms)
  • update[0.8] Frontpage xml and xslt Diff (margritcms)
  • update[0.8] oscom updated Diff (michicms)

Version 2002-04 ()

0.8

  • add[0.8] menu images Diff (michicms)
  • add[0.8] menus added Diff (michicms)
  • add[0.8] Glossary Diff (michicms)
  • add[0.8] work in progress Diff (margritcms)
  • add[0.8] Authoring started Diff (michicms)
  • add[0.8] work in progress Diff (margritcms)
  • add[0.8] new file Diff (margritcms)
  • add[0.8] new articles added Diff (margritcms)
  • add[0.8] new file Architecture of xml Diff (margritcms)
  • add[0.8] more articles and section started Diff (michicms)
  • add[0.8] moved a few things Diff (michicms)
  • add[0.8] mailing list and board page Diff (michicms)
  • add[0.8] Better XSLT structure Diff (michicms)
  • add[0.8] More OSCOM stuff Diff (michicms)
  • add[0.8] added Diff (margritcms)
  • add[0.8] Cocoon logicsheets Diff (michicms)
  • add[0.8] hello world logicsheet Diff (michicms)
  • add[0.8] clone publicatio: script is just temporary Diff (michicms)
  • add[0.8] OSCOM added Diff (michicms)
  • add[0.8] Dokumentation Diff (margritcms)
  • add[0.8] My first logicsheet Diff (michicms)
  • add[0.8] New files Diff (margritcms)
  • add[0.8] new files Diff (margritcms)
  • add[0.8] New Images Diff (margritcms)
  • add[0.8] OSCOM added Diff (michicms)
  • add[0.8] Add subsitemaps Diff (michicms)
  • add[0.8] Default Cocoon sitemap Diff (michicms)
  • add[0.8] JTidy command line class Diff (michicms)
  • add[0.8] New Images Diff (margritcms)
  • add[0.8] New Images Diff (margritcms)
  • add[0.8] New Images Diff (margritcms)
  • add[0.8] css added Diff (michicms)
  • add[0.8] Unipublic added Diff (michicms)
  • remove[0.8] renamed File Diff (margritcms)
  • remove[0.8] logkit removed from Wyona Diff (michicms)
  • remove[0.8] File moved to documentation/. Diff (margritcms)
  • remove[0.8] renamed to cocoon.xmap Diff (michicms)
  • update[0.8] context prefix dynamically Diff (michicms)
  • update[0.8] white space Diff (michicms)
  • update[0.8] menu improved Diff (michicms)
  • update[0.8] general root.xsl Diff (michicms)
  • update[0.8] Authoring OSCOM: temporary Diff (michicms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] work in progres Diff (margritcms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] private mailing lists removed Diff (michicms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] wip Diff (margritcms)
  • update[0.8] work in progress Diff (margritcms)
  • update[0.8] Editor Overview added Diff (michicms)
  • update[0.8] Gregor Diff (michicms)
  • update[0.8] adjusted Diff (margritcms)
  • update[0.8] Better XSLT structure Diff (michicms)
  • update[0.8] problem with not well-formed slashdot XML Diff (michicms)
  • update[0.8] adjusted Diff (margritcms)
  • update[0.8] adjusted Diff (margritcms)
  • update[0.8] logisheet added Diff (michicms)
  • update[0.8] my first logicsheetssrc/java/org/wyona/cms/cocoon/logicsheets/helloworld.xsl Diff (michicms)
  • update[0.8] live area moved Diff (michicms)
  • update[0.8] article added Diff (michicms)
  • update[0.8] adjusted Diff (margritcms)
  • update[0.8] xslt written, everything in it Diff (margritcms)
  • update[0.8] sitemap adjusted Diff (margritcms)
  • update[0.8] OSCOM and cocooncenter added Diff (michicms)
  • update[0.8] updated new cocoon version Diff (giacomo)
  • update[0.8] This commit was manufactured by cvs2svn to create tag 'cocoon2_0_1_dev'. Diff ()
  • update[0.8] Frontpage as HTML Diff (michicms)
  • update[0.8] installation instruction updated Diff (michicms)
  • update[0.8] Unipublic added Diff (michicms)
  • update[0.8] Ports better specified Diff (michicms)

Version 2002-03 ()

0.8

  • add[0.8] Delete document from tree Diff (michicms)
  • update[0.8] Slides inserted Diff (michicms)
  • update[0.8] Conference Slides Diff (michicms)
  • update[0.8] Performance tips and ports reconfiguration Diff (michicms)
  • update[0.8] Check for well-formedness of input fields (html editor) implemented. See also: the developer documentation on the HTML Editor. Diff (memo)
  • update[0.8] Parent Child Creator Exception Handling improved Diff (michicms)
  • update[0.8] Xopus integrated into Department Diff (michicms)
  • update[0.8] Xopus integration 90% finished Diff (memo)
  • update[0.8] xopus nearly finished Diff (michicms)
  • update[0.8] Xopus integration 80% finished (note: the 80-20 rule has been invalidated for the scope of this project) Diff (memo)
  • update[0.8] xopus stuff: writing tempfile to: {tomcatdir}/bin/xopustmp Diff (memo)
  • update[0.8] xopus stuff, not working! Diff (memo)

Version 2002-02 ()

0.8

  • add[0.8] added javax.servlet package to lib for compiling purposes Diff (memo)
  • add[0.8] Parent Child Creation nearly finished Diff (michicms)
  • add[0.8] xopus integration: some tiny beginnings, some tidying up the directories, some experimenting with the sitemap Diff (memo)
  • add[0.8] action skeleton for xml-checking (will continue work when xopus is done) Diff (memo)
  • add[0.8] Utility for parsing/checking xml files (uses Jaxp/Xerces) Diff (memo)
  • add[0.8] Filesystem Publisher Diff (michicms)
  • update[0.8] Parent Child Creator finished Diff (michicms)
  • update[0.8] removed reference to private file (oops!) should compile and run now Diff (memo)
  • update[0.8] xopus interface working 75% Diff (memo)
  • update[0.8] Child Type added Diff (michicms)
  • update[0.8] revert last change as it is not needed Diff (giacomo)
  • update[0.8] make it compile with the PostInputStream Diff (giacomo)
  • update[0.8] Concrete creator implemented Diff (michicms)
  • update[0.8] bug not really fixed but the class can be compiled Diff (michicms)
  • update[0.8] xopus: getting closer, but still not there Diff (memo)
  • update[0.8] Parent child nearly finished Diff (michicms)
  • update[0.8] a big step for memo, but only a small step for the wyona cms :-) Diff (memo)
  • update[0.8] *** empty log message *** Diff (michicms)
  • update[0.8] Extension .xml removed Diff (michicms)
  • update[0.8] Hardware Requirements added Diff (michicms)
  • update[0.8] cosmetic Diff (uid523)
  • update[0.8] still not doing anything usefull, but at least compiling! Diff (memo)
  • update[0.8] added download section, including anonymous CVS Diff (uid523)
  • update[0.8] tail and grep Diff (michicms)
  • update[0.8] Reset target added for easy deployment during development Diff (memo)
  • update[0.8] added javadoc reformatted source code Diff (uid523)
  • update[0.8] the editor now is completely implemented with actions and XSLT i.e. no file are stored with XSLT Diff (uid523)
  • update[0.8] docs linked Diff (michicms)
  • update[0.8] Copying all docs Diff (michicms)
  • update[0.8] xmlhack added Diff (michicms)
  • update[0.8] Documentation moved Diff (michicms)
  • update[0.8] target javadocs added to target webapp Diff (michicms)
  • update[0.8] now builds upon the sourceresolver mechanism Diff (uid523)

Version 2002-01 ()

0.8

  • add[0.8] Parent Child Creator Diff (michicms)
  • add[0.8] No Password Wizard Diff (michicms)
  • add[0.8] string replacement utility funtion Diff (tinuwyonacms)
  • add[0.8] intial version for the new HTML Formular editor These actions are used in the html-form-editor.xmap sitemap Diff (tinuwyonacms)
  • add[0.8] Installation Instructions for source version Diff (michicms)
  • add[0.8] Installation Instructions for binary version (war) Diff (michicms)
  • add[0.8] Editor Action Michi Sample Diff (michicms)
  • add[0.8] system error stylesheet Diff (giacomo)
  • add[0.8] initial import, part of the form-editor Diff (tinuwyonacms)
  • add[0.8] readded cocoon.xconf with synchron sitemap rebuilding Diff (giacomo)
  • add[0.8] rewritten build.xml Diff (giacomo)
  • add[0.8] This commit was manufactured by cvs2svn to create tag 'V2_0'. Diff ()
  • add[0.8] This commit was manufactured by cvs2svn to create branch 'WYONA'. Diff ()
  • add[0.8] Initial revision Diff (tinucms)
  • add[0.8] New repository initialized by cvs2svn. Diff ()
  • remove[0.8] obsolete Diff (tinuwyonacms)
  • update[0.8] Hardcoded path removed Diff (michicms)
  • update[0.8] Error replaced by Debug Diff (michicms)
  • update[0.8] edit-on Pro Diff (michicms)
  • update[0.8] purged from garbage Diff (tinuwyonacms)
  • update[0.8] blabla Diff (michicms)
  • update[0.8] Parent Child Link added Diff (michicms)
  • update[0.8] Removed Editor Testing Diff (michicms)
  • update[0.8] Aggregation Diff (michicms)
  • update[0.8] Remove garbage from work Diff (michicms)
  • update[0.8] added the replacement (&gt; to >) in the XML output Diff (tinuwyonacms)
  • update[0.8] IBMJava2-13 replaced by jdk1.3.1 Diff (michicms)
  • update[0.8] Tutorial updated Diff (michicms)
  • update[0.8] fixed dist targets Diff (giacomo)
  • update[0.8] cocoon replaced by wyona-cms Diff (michicms)
  • update[0.8] some improvements concerning Auth....Actions Diff (giacomo)
  • update[0.8] added snapshot-src target Diff (giacomo)
  • update[0.8] added snapshot target Diff (giacomo)
  • update[0.8] Installation packed into INSTALL-* Diff (michicms)
  • update[0.8] added snapshot target Diff (michicms)
  • update[0.8] Link to Workflow Management Diff (michicms)
  • update[0.8] Tutorial updated Diff (michicms)
  • update[0.8] Docu updated Diff (michicms)
  • update[0.8] formeditor f�r ETH Diff (tinuwyonacms)
  • update[0.8] formular-editor fuer ETHZ-MAT Diff (tinuwyonacms)
  • update[0.8] made the tools.jar copied from the local installation Diff (giacomo)
  • update[0.8] strange effects updated Diff (michicms)
  • update[0.8] raised logleve of store-janitor to INFO Diff (giacomo)
  • update[0.8] projecthelp Diff (michicms)
  • update[0.8] wyona-cms replaced by cocoon Diff (michicms)
  • update[0.8] DEBUG replaced by ERROR Diff (michicms)
  • update[0.8] A lot of blabla Diff (michicms)
  • update[0.8] request generator added Diff (michicms)
  • update[0.8] ant install and Notes included Diff (michicms)
  • update[0.8] - fixed hardcoded redirect in sitemaps (ethz-mat only) - sitemaps optimized Diff (giacomo)
  • update[0.8] *** empty log message *** Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing mail notification Diff (tinuwyonacms)
  • update[0.8] changed comments Diff (giacomo)
  • update[0.8] minor build fixes Diff (giacomo)
  • update[0.8] - removed javadoc files within the webapp source directory- added a .cvsignore file for conveniences - added a build.properties.sample file to tweak installation/build process - enhanced root sitemap according to the newest Cocoon version Diff (giacomo)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] testing Diff (tinuwyonacms)
  • update[0.8] integrated cocoon Diff (giacomo)
  • update[0.8] test commit Diff (tinuwyonacms)
  • update[0.8] some conveniences Diff (giacomo)
  • update[0.8] fixed javadocs destination path Diff (giacomo)
  • update[0.8] 4 replaced by 5 Diff (michicms)
  • update[0.8] AC-Policies can be read by localhost Diff (michicms)
  • update[0.8] Get and install Ant Diff (michicms)
  • update[0.8] asynchron replaced by synchron Diff (michicms)
  • update[0.8] added Ant prerequisite Diff (giacomo)
  • update[0.8] changed the title in order to fit normal terminals Diff (tinuwyonacms)