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 2003-02 ()

Incubator

  • add[Incubator] OSCOM creators moved to OSCOM publication Diff Committed by michi.
  • add[Incubator] path refactoring Diff Committed by gregor.
  • add[Incubator] even more stylesheet refactoring Diff Committed by gregor.
  • add[Incubator] continue refactoring of stylesheets Diff Committed by gregor.
  • add[Incubator] continue to refactor to match java package hierarchy Diff Committed by gregor.
  • add[Incubator] continued to refactor docs to have the java package hierarchy Diff Committed by gregor.
  • add[Incubator] 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 Committed by gregor.
  • add[Incubator] start refactoring global stylesheets (make them reflect the java packages) Diff Committed by gregor.
  • add[Incubator] added publication metadata Diff Committed by gregor.
  • add[Incubator] start to implement per-publication packaging information Diff Committed by gregor.
  • add[Incubator] documentation no longer is a special publication. renaming from wyona-cms-docs to docs allows to simplify the root sitemap. Diff Committed by gregor.
  • add[Incubator] start moving wyona menu out of ethz publication Diff Committed by gregor.
  • add[Incubator] Multiple Indices enabled Diff Committed by michi.
  • add[Incubator] Lucene Test Files added Diff Committed by michi.
  • add[Incubator] Search customized for OSCOM Diff Committed by michi.
  • add[Incubator] initial version Diff Committed by andreas.
  • add[Incubator] DOM4J replaced Diff Committed by michicms.
  • add[Incubator] initial version Diff Committed by ah.
  • add[Incubator] moved here Diff Committed by michicms.
  • add[Incubator] search layout inherited Diff Committed by michicms.
  • add[Incubator] CMS and CMF Creator added Diff Committed by michicms.
  • add[Incubator] add magazine Diff Committed by gregorcms.
  • add[Incubator] add magazine Diff Committed by gregorcms.
  • add[Incubator] added missing lines Diff Committed by gregorcms.
  • remove[Incubator] removed obsolete code Diff Committed by gregor.
  • remove[Incubator] This file has been moved to the java dir in the forum publication. Diff Committed by egli.
  • remove[Incubator] remove dead code Diff Committed by gregor.
  • remove[Incubator] moved to publication Diff Committed by michi.
  • remove[Incubator] Moved to publication Diff Committed by michi.
  • remove[Incubator] 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 Committed by egli.
  • remove[Incubator] removed duplicate images fixed harcoded link Diff Committed by gregor.
  • remove[Incubator] removed DOM4j from Scheduler added some methods to XML helpers Diff Committed by andreas.
  • remove[Incubator] moved to html dir Diff Committed by michicms.
  • update[Incubator] Instead od just complaining I just fixed the problem I was complaining about: dead code. Diff Committed by egli.
  • update[Incubator] creators fixed Diff Committed by michi.
  • update[Incubator] parameter project_url fixed Diff Committed by michi.
  • update[Incubator] removed obsolete RCServlet, removed obsolete rc configuration parameters Diff Committed by gregor.
  • update[Incubator] Removed more dead code (on advice from Eclipse). Diff Committed by egli.
  • update[Incubator] 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 Committed by egli.
  • update[Incubator] test parameters Diff Committed by michi.
  • update[Incubator] publications on welcome page Diff Committed by michi.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Added some more debug statements. Diff Committed by egli.
  • update[Incubator] Added a logger to the action definition of ParentChildCreatorAction. Diff Committed by egli.
  • update[Incubator] 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 Committed by egli.
  • update[Incubator] 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 Committed by egli.
  • update[Incubator] File.separator fixed Diff Committed by michi.
  • update[Incubator] broken xopus fixed Diff Committed by michi.
  • update[Incubator] The creator hierarchy has been refactored. There is one default class (DefaultCreator) which implements the interface and implements the standard behaviour. Diff Committed by egli.
  • update[Incubator] 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 Committed by egli.
  • update[Incubator] 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 Committed by egli.
  • update[Incubator] crawl and index as ant targets, but problems with jaxp Diff Committed by michi.
  • update[Incubator] Fixed (Eclipse) warnings about accessing static members in a dynamic way. Diff Committed by egli.
  • update[Incubator] 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 Committed by gregor.
  • update[Incubator] Fixed (Eclipse) warnings about accessing static members in a dynamic way. Diff Committed by egli.
  • update[Incubator] directory renamed Diff Committed by michi.
  • update[Incubator] publications merged with Lenya source tree during build process Diff Committed by michi.
  • update[Incubator] 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 Committed by gregor.
  • update[Incubator] pubs.dir parameter added Diff Committed by michi.
  • update[Incubator] javadoc moved to docs directory Diff Committed by michi.
  • update[Incubator] further inroads on the wyona de-uglification front. Diff Committed by gregor.
  • update[Incubator] documentation no longer is a special publication. renaming from wyona-cms-docs to docs allows to simplify the root sitemap. Diff Committed by gregor.
  • update[Incubator] started the push for prettier GUIs by adding CSS to our screens. Diff Committed by gregor.
  • update[Incubator] moved wyona menu out of ethz publication it now resides under /wyona-cms/wyona/menu/ (where it belongs) Diff Committed by gregor.
  • update[Incubator] removed unused import statements. Diff Committed by gregor.
  • update[Incubator] Removed dead code or marked it with a FIXME: Diff Committed by egli.
  • update[Incubator] txt version added Diff Committed by michi.
  • update[Incubator] Removed dead code and marked it with a fixme. Diff Committed by egli.
  • update[Incubator] Removed read code Reenable a mapping for aacute which was commented out for unknown reasons. Diff Committed by egli.
  • update[Incubator] Either removed dead code or tagged it with a FIXME: Diff Committed by egli.
  • update[Incubator] Removed very dead code. Diff Committed by egli.
  • update[Incubator] Multiple indices Diff Committed by michi.
  • update[Incubator] Removed an import statement of wyona.utils.Stack since it doesn't even use it. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Removed dead code. Diff Committed by egli.
  • update[Incubator] Step Two Overview added Diff Committed by michi.
  • update[Incubator] Search improved Diff Committed by michi.
  • update[Incubator] search customized for OSCOM Diff Committed by michi.
  • update[Incubator] lucene index tag implemented Diff Committed by michi.
  • update[Incubator] not using quoted printable encoding (SMTPMessage instead of MimeMessage) Diff Committed by andreas.
  • update[Incubator] added target "deprecation" Diff Committed by andreas.
  • update[Incubator] removed deprecated API usage Diff Committed by andreas.
  • update[Incubator] removed deprecated API usage Diff Committed by andreas.
  • update[Incubator] removed deprecated API usages Diff Committed by andreas.
  • update[Incubator] compatibility to JDK 1.3 restored Diff Committed by andreas.
  • update[Incubator] - removed unused code - added exceptions for tasks Diff Committed by andreas.
  • update[Incubator] get publication ID from session again Diff Committed by andreas.
  • update[Incubator] getSnapshot() bugfix Diff Committed by andreas.
  • update[Incubator] Removed log4j dependency. Diff Committed by egliwyona.
  • update[Incubator] Removed log4j dependency. Diff Committed by egliwyona.
  • update[Incubator] 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 Committed by egliwyona.
  • update[Incubator] method added Diff Committed by ah.
  • update[Incubator] code formatted Diff Committed by ah.
  • update[Incubator] URI replaced by URL Diff Committed by michicms.
  • update[Incubator] log location added Diff Committed by michicms.
  • update[Incubator] filepath bug hopefully fixed Diff Committed by michicms.
  • update[Incubator] added method and javadoc Diff Committed by ah.
  • update[Incubator] java code reformatted Diff Committed by ah.
  • update[Incubator] - Java code reformatting - added license header Diff Committed by ah.
  • update[Incubator] This commit was manufactured by cvs2svn to create tag 'Before_Java_Reformatting'. Diff Committed by .
  • update[Incubator] catch exception Diff Committed by michicms.
  • update[Incubator] using HtmlDocument Diff Committed by michicms.
  • update[Incubator] cleaned up authoring sitemap Diff Committed by gregorcms.
  • update[Incubator] * 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 Committed by egliwyona.
  • update[Incubator] Fixed another bug within ArticleImageUploadCreatorAction Diff Committed by michicms.
  • update[Incubator] added open in new window Diff Committed by gregorcms.
  • update[Incubator] Undid the last checkin as it seems to break unipublic. Diff Committed by egliwyona.
  • update[Incubator] add hours / min to headlines Diff Committed by gregorcms.
  • update[Incubator] removed img height Diff Committed by gregorcms.
  • update[Incubator] made date shorter Diff Committed by gregorcms.
  • update[Incubator] added magazine link Diff Committed by gregorcms.
  • update[Incubator] fix error page Diff Committed by gregorcms.
  • update[Incubator] fix error page Diff Committed by gregorcms.
  • update[Incubator] added 404 handling Diff Committed by gregorcms.
  • update[Incubator] ok now Diff Committed by michicms.
  • update[Incubator] Resource Exists added Diff Committed by michicms.
  • update[Incubator] tightened the layout Diff Committed by gregorcms.
  • update[Incubator] add missing spacer in articles Diff Committed by gregorcms.
  • update[Incubator] fix preview formatting issues Diff Committed by gregorcms.
  • update[Incubator] fix preview formatting issues Diff Committed by gregorcms.
  • update[Incubator] comment out weiter link Diff Committed by gregorcms.
  • update[Incubator] comment out weiter link Diff Committed by gregorcms.
  • update[Incubator] add linebreak support for article image captions Diff Committed by gregorcms.
  • update[Incubator] fix it-stellen double processing Diff Committed by gregorcms.
  • update[Incubator] show emphasize, bold, hyperlinks etc Diff Committed by gregorcms.
  • update[Incubator] improved menu usability, first cut of error handling Diff Committed by gregorcms.
  • update[Incubator] improved bitflux schemas, added page title to it-stellen / it-kalender Diff Committed by gregorcms.
  • update[Incubator] improved bitflux schemas, added more styles Diff Committed by gregorcms.

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:
(), (ah), (andreas), (egli), (egliwyona), (gregor), (gregorcms), (michi), (michicms).

Version 2003-01 ()

Incubator

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

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:
(), (ah), (egliwyona), (felixcms), (gregorcms), (michicms).