apache > lenya
 

History of Changes

RSS

Introduction and explanation of symbols

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

Version 2007-04 ()

2.0

  • add[2.0] consolidated xml prettyprinting in new module. no functional changes. Diff Committed by nettings.
  • remove[2.0] profiling module now uses prettyprinting module. i have added a "symbolic" build dependency, although i understand those are only relevant for java code. still i thought it might clear things up. if you find it confusing, revert module.xml Diff Committed by nettings.
  • remove[2.0] Removed outdated readme file, replaced with website documentation Diff Committed by andreas.
  • remove[2.0] Removed readme file (moved to website documentation) Diff Committed by andreas.
  • remove[2.0] Removed readme file (moved to website documentation) Diff Committed by andreas.
  • remove[2.0] Removed readme file (moved to website documentation) Diff Committed by andreas.
  • update[2.0] improved documentation - added hints on wysiwyg-friendly css design. download hint page is now a page:page and provides standard lenya look and feel. updated readme to reflect testing with latest tiny release (2.1.0). minor functional changes: * display pilcrows in edit window to make paragraphs visible * changed configuration to more conservative auto-resize=false Diff Committed by nettings.
  • update[2.0] add variable declarations to avoid javascript warnings in firefox. it's good practice anyway. Diff Committed by nettings.
  • update[2.0] added check for existing query string to avoid duplicate parameters and an invalid uri. this fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=42229 Diff Committed by nettings.
  • update[2.0] Eclipse project file: changed mime-type, removed 'pubconf' suffix (fixes bug 42215) Diff Committed by andreas.
  • update[2.0] No SCREAMING in headings, updated web tests Diff Committed by andreas.
  • update[2.0] register new prettyprinting module in default configuration. HEADSUP: you will need to do this in your own pubs as well if you want to use the prettyprinting stylesheet. Diff Committed by nettings.
  • update[2.0] the oneform editor now uses the prettyprinting module for the "reformatting" feature. it addresses the whitespace buglet, but not http://issues.apache.org/bugzilla/show_bug.cgi?id=42237. Diff Committed by nettings.
  • update[2.0] Reverted accidential commit (one-form editor title i18n), this fixes bug 42238. Diff Committed by andreas.
  • update[2.0] fixes a buglet that crops up in editors that support image resizing: since both height and width are accepted, that implies that the image proportions can be changed. svg needs the preserveAspectRatio="none" attribute to really allow that, otherwise the resulting image will be padded. Diff Committed by nettings.
  • update[2.0] [minor change] fixed javadoc comment Diff Committed by andreas.
  • update[2.0] fix minor xhtml validation bug, reported by richard frovarp. Diff Committed by nettings.
  • update[2.0] this patch removes the "reformat" button from the oneform editor temporarily. andreas has made a fix available at http://issues.apache.org/bugzilla/show_bug.cgi?id=42237, but it was decided to postpone it until 1.4.1 because it touches the core API. Diff Committed by nettings.
  • update[2.0] added some security information, cf. bug http://issues.apache.org/bugzilla/show_bug.cgi?id=35786 Diff Committed by nettings.
  • update[2.0] finish renaming from ac/ac.xconf to access-controller/access-controller.xml patch by richard frovarp, thanks! Diff Committed by nettings.
  • update[2.0] finish rename from config/lucene_index.xconf to config/search/lucene_index.xml, thanks to richard for spotting this! committed despite the code freeze, because this change had been agreed on and announced to the users list well before the freeze... Diff Committed by nettings.
  • update[2.0] add missed files from r532359: activate source-code prettyprinting. mental note: there should be one single place where such stuff can be added... Diff Committed by nettings.
  • update[2.0] add note about cocoon problems with jdk 6 Diff Committed by nettings.
  • update[2.0] Make clipboard method constants public. This is necessary to evaluate them when building the sitetree. Diff Committed by andreas.
  • update[2.0] Grey out cut documents in sitetree. See bug 34988. Diff Committed by andreas.
  • update[2.0] [minor change] removed invalid javadoc tag Diff Committed by andreas.
  • update[2.0] Removing clipboard from session after pasting. See bug 34988. Diff Committed by andreas.
  • update[2.0] Allow to paste documents at top level Diff Committed by andreas.
  • update[2.0] Don't hard-code version in build files Diff Committed by andreas.
  • update[2.0] Removed duplicate webtest.home entry from build.properties. This fixes bug 42234. Diff Committed by andreas.
  • update[2.0] Make <code> bold only in headings Diff Committed by andreas.
  • update[2.0] Moved font family declaration to body element. This looks better with Kupu. Diff Committed by andreas.
  • update[2.0] Revision control error screen: added XHTML namespace, improved layout Diff Committed by andreas.
  • update[2.0] Show actual version number instead of counter in revision list. Diff Committed by andreas.
  • update[2.0] Added exception handling for non-existing publications. This fixes bug 42220. Thanks to Joern Nettingsmeier for enhancing the patch. Diff Committed by andreas.
  • update[2.0] Show cut icons in sitetree with low opacity Diff Committed by andreas.
  • update[2.0] Forward revision parameter from the DocumentSourceFactory to the RepositorySourceFactory. This is a part of the fix for bug 42242. Diff Committed by andreas.
  • update[2.0] Removed IE-specific filter setting for opacity. Diff Committed by andreas.
  • update[2.0] Removed fake check-in when initializing the revision history of a document. I guess that was some legacy code, creating docs still works fine. This should fix bug 42242. Diff Committed by andreas.
  • update[2.0] Added license header, added note about keeping the website in sync Diff Committed by andreas.
  • update[2.0] removed note about jdk 1.6 not working, thanks to michael ralston and markus angst for the feedback! Diff Committed by nettings.
  • update[2.0] Forms editor: advance before executing, otherwise the last change is not saved Diff Committed by andreas.
  • update[2.0] Removed selector which didn't match anyway because of a typo Diff Committed by andreas.
  • update[2.0] Added xsl:exclude-result-prefixes to patch generation stylesheet Diff Committed by andreas.
  • update[2.0] Added note about website docs to readme file Diff Committed by andreas.
  • update[2.0] Removed readme file (moved to website documentation) Diff Committed by andreas.
  • update[2.0] Reverted accidential commit (publication.xconf -> publication.xml) Diff Committed by andreas.
  • update[2.0] Removed installation and headless mode info from module.xml (moved to website documentation) Diff Committed by andreas.
  • update[2.0] Allow to create docs from 'Authoring' sitetree node. This fixes bug 42291. Diff Committed by andreas.
  • update[2.0] Replaced term 'doctype' with 'resource type' Diff Committed by andreas.
  • update[2.0] Return empty array instead of null in UsecaseMessage.getParameters() Diff Committed by andreas.
  • update[2.0] Use plain error messages for unpublished ancestor docs. This makes the error messages compatible with the multiWorkflow (workflow overview) usecase. See bug 42292. Diff Committed by andreas.
  • update[2.0] Move session selection from DocumentSourceFactory to LenyaSourceFactory. This fixes bugs 42237 and 42266. Diff Committed by andreas.
  • update[2.0] Javadoc: use @link instead of hard-coding config file paths Diff Committed by andreas.
  • update[2.0] Rename publication.xconf to publication.xml. This fixes bug 42233. Diff Committed by andreas.
  • update[2.0] Updated date in readme file Diff Committed by andreas.
  • update[2.0] Added some i18n for publication templating Diff Committed by andreas.
  • update[2.0] [minor change] code formatting Diff Committed by andreas.
  • update[2.0] Minor CSS changes on welcome screen Diff Committed by andreas.
  • update[2.0] Don't use pre-set publication name. Diff Committed by andreas.
  • update[2.0] Remove original templates before adding new template. This fixes bug 42279. Diff Committed by andreas.
  • update[2.0] Added some i18n for publication templating. Diff Committed by andreas.
  • update[2.0] Moved publication.rng from webapp to resources/build Diff Committed by andreas.
  • update[2.0] Template instantiator declaration is optional (only for pubs which support templating) Diff Committed by andreas.
  • update[2.0] [minor change] code formatting Diff Committed by andreas.
  • update[2.0] Allow zero modules and resource types in publication.xml Diff Committed by andreas.
  • update[2.0] Cleaned up blog's publication.xml Diff Committed by andreas.
  • update[2.0] Validate publication.xml during the build process. Validating after deploying is easier ATM, although invalid files are deployed. Diff Committed by andreas.
  • update[2.0] Redirect from authoring to authoring/. This fixes bug 42295. Diff Committed by andreas.
  • update[2.0] Disable cocoon.reload parameter in local.build.properties (fixes bug 37631, thanks to Joern Nettingsmeier and Josias Thoeny), updated note about version check. Diff Committed by andreas.

Documentation

  • add[Documentation] Added FCKeditor installation instructions Diff Committed by andreas.
  • add[Documentation] Added tools to generate module docs, added complete module list to docs Diff Committed by andreas.
  • add[Documentation] Added more module docs Diff Committed by andreas.
  • remove[Documentation] Moved 1.2-specific unit test docs to 1.2 section, added link list to 1.4 unit test docs Diff Committed by andreas.
  • remove[Documentation] Renamed index.tml to index.xml Diff Committed by andreas.
  • update[Documentation] updating svn log Diff Committed by thorsten.
  • update[Documentation] updating svn log Diff Committed by thorsten.
  • update[Documentation] Refactoring credit listing and updating the current situation Diff Committed by thorsten.
  • update[Documentation] set svn:eol-style native and fixed line breaks Diff Committed by josias.
  • update[Documentation] added myself to list of committers Diff Committed by josias.
  • update[Documentation] Fixing linking Diff Committed by thorsten.
  • update[Documentation] Updated links to modules Diff Committed by andreas.
  • update[Documentation] Added core and standard modules section, improved module list generation Diff Committed by andreas.
  • update[Documentation] Re-added accidentially removed module docs Diff Committed by andreas.
  • update[Documentation] Added a bit more air to the website layout Diff Committed by andreas.
  • update[Documentation] Added missing href attributes Diff Committed by andreas.
  • update[Documentation] Removed manually generated module list Diff Committed by andreas.
  • update[Documentation] Relocated some menu-items and tabs, see discussion on lenya-dev Diff Committed by andreas.
  • update[Documentation] Simplified generation of module list Diff Committed by andreas.
  • update[Documentation] Added more docs about languageselector and lucene module Diff Committed by andreas.
  • update[Documentation] Added more documentation to resource module (copied from readme file) Diff Committed by andreas.
  • update[Documentation] Added more TinyMCE docs (copied from readme file) Diff Committed by andreas.
  • update[Documentation] Added more docs to resource module (moved from module.xml) Diff Committed by andreas.
  • update[Documentation] Added docs for xopus module (copied from readme file) Diff Committed by andreas.
  • update[Documentation] Removed link to modules list (doesn't exist anymore) Diff Committed by andreas.

Site

  • update[Site] Automatic publish from forrestbot Diff Committed by thorsten.
  • update[Site] Automatic publish from forrestbot Diff Committed by thorsten.

Contributors to this release

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

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