History of Changes
Introduction and explanation of symbols
Changes are sorted
=add,
=remove,
=update
Version 2003-02 ()
Incubator
-
[Incubator] OSCOM creators moved to OSCOM publication
Diff
Committed by michi. -
[Incubator] path refactoring
Diff
Committed by gregor. -
[Incubator] even more stylesheet refactoring
Diff
Committed by gregor. -
[Incubator] continue refactoring of stylesheets
Diff
Committed by gregor. -
[Incubator] continue to refactor to match java package hierarchy
Diff
Committed by gregor. -
[Incubator] continued to refactor docs to have the java package hierarchy
Diff
Committed by gregor. -
[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. -
[Incubator] start refactoring global stylesheets (make them reflect the java packages)
Diff
Committed by gregor. -
[Incubator] added publication metadata
Diff
Committed by gregor. -
[Incubator] start to implement per-publication packaging information
Diff
Committed by gregor. -
[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. -
[Incubator] start moving wyona menu out of ethz publication
Diff
Committed by gregor. -
[Incubator] Multiple Indices enabled
Diff
Committed by michi. -
[Incubator] Lucene Test Files added
Diff
Committed by michi. -
[Incubator] Search customized for OSCOM
Diff
Committed by michi. -
[Incubator] initial version
Diff
Committed by andreas. -
[Incubator] DOM4J replaced
Diff
Committed by michicms. -
[Incubator] initial version
Diff
Committed by ah. -
[Incubator] moved here
Diff
Committed by michicms. -
[Incubator] search layout inherited
Diff
Committed by michicms. -
[Incubator] CMS and CMF Creator added
Diff
Committed by michicms. -
[Incubator] add magazine
Diff
Committed by gregorcms. -
[Incubator] add magazine
Diff
Committed by gregorcms. -
[Incubator] added missing lines
Diff
Committed by gregorcms. -
[Incubator] removed obsolete code
Diff
Committed by gregor. -
[Incubator] This file has been moved to the java dir in the forum publication.
Diff
Committed by egli. -
[Incubator] remove dead code
Diff
Committed by gregor. -
[Incubator] moved to publication
Diff
Committed by michi. -
[Incubator] Moved to publication
Diff
Committed by michi. -
[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. -
[Incubator] removed duplicate images
fixed harcoded link
Diff
Committed by gregor. -
[Incubator] removed DOM4j from Scheduler
added some methods to XML helpers
Diff
Committed by andreas. -
[Incubator] moved to html dir
Diff
Committed by michicms. -
[Incubator] Instead od just complaining I just fixed the problem I was complaining
about: dead code.
Diff
Committed by egli. -
[Incubator] creators fixed
Diff
Committed by michi. -
[Incubator] parameter project_url fixed
Diff
Committed by michi. -
[Incubator] removed obsolete RCServlet, removed obsolete rc configuration parameters
Diff
Committed by gregor. -
[Incubator] Removed more dead code (on advice from Eclipse).
Diff
Committed by egli. -
[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. -
[Incubator] test parameters
Diff
Committed by michi. -
[Incubator] publications on welcome page
Diff
Committed by michi. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Added some more debug statements.
Diff
Committed by egli. -
[Incubator] Added a logger to the action definition of ParentChildCreatorAction.
Diff
Committed by egli. -
[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. -
[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. -
[Incubator] File.separator fixed
Diff
Committed by michi. -
[Incubator] broken xopus fixed
Diff
Committed by michi. -
[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. -
[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. -
[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. -
[Incubator] crawl and index as ant targets, but problems with jaxp
Diff
Committed by michi. -
[Incubator] Fixed (Eclipse) warnings about accessing static members in a dynamic
way.
Diff
Committed by egli. -
[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. -
[Incubator] Fixed (Eclipse) warnings about accessing static members in a dynamic
way.
Diff
Committed by egli. -
[Incubator] directory renamed
Diff
Committed by michi. -
[Incubator] publications merged with Lenya source tree during build process
Diff
Committed by michi. -
[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. -
[Incubator] pubs.dir parameter added
Diff
Committed by michi. -
[Incubator] javadoc moved to docs directory
Diff
Committed by michi. -
[Incubator] further inroads on the wyona de-uglification front.
Diff
Committed by gregor. -
[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. -
[Incubator] started the push for prettier GUIs by adding CSS to our screens.
Diff
Committed by gregor. -
[Incubator] moved wyona menu out of ethz publication
it now resides under /wyona-cms/wyona/menu/ (where it belongs)
Diff
Committed by gregor. -
[Incubator] removed unused import statements.
Diff
Committed by gregor. -
[Incubator] Removed dead code or marked it with a FIXME:
Diff
Committed by egli. -
[Incubator] txt version added
Diff
Committed by michi. -
[Incubator] Removed dead code and marked it with a fixme.
Diff
Committed by egli. -
[Incubator] Removed read code
Reenable a mapping for aacute which was commented out for unknown
reasons.
Diff
Committed by egli. -
[Incubator] Either removed dead code or tagged it with a FIXME:
Diff
Committed by egli. -
[Incubator] Removed very dead code.
Diff
Committed by egli. -
[Incubator] Multiple indices
Diff
Committed by michi. -
[Incubator] Removed an import statement of wyona.utils.Stack since it doesn't even
use it.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Removed dead code.
Diff
Committed by egli. -
[Incubator] Step Two Overview added
Diff
Committed by michi. -
[Incubator] Search improved
Diff
Committed by michi. -
[Incubator] search customized for OSCOM
Diff
Committed by michi. -
[Incubator] lucene index tag implemented
Diff
Committed by michi. -
[Incubator] not using quoted printable encoding (SMTPMessage instead of MimeMessage)
Diff
Committed by andreas. -
[Incubator] added target "deprecation"
Diff
Committed by andreas. -
[Incubator] removed deprecated API usage
Diff
Committed by andreas. -
[Incubator] removed deprecated API usage
Diff
Committed by andreas. -
[Incubator] removed deprecated API usages
Diff
Committed by andreas. -
[Incubator] compatibility to JDK 1.3 restored
Diff
Committed by andreas. -
[Incubator] - removed unused code
- added exceptions for tasks
Diff
Committed by andreas. -
[Incubator] get publication ID from session again
Diff
Committed by andreas. -
[Incubator] getSnapshot() bugfix
Diff
Committed by andreas. -
[Incubator] Removed log4j dependency.
Diff
Committed by egliwyona. -
[Incubator] Removed log4j dependency.
Diff
Committed by egliwyona. -
[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. -
[Incubator] method added
Diff
Committed by ah. -
[Incubator] code formatted
Diff
Committed by ah. -
[Incubator] URI replaced by URL
Diff
Committed by michicms. -
[Incubator] log location added
Diff
Committed by michicms. -
[Incubator] filepath bug hopefully fixed
Diff
Committed by michicms. -
[Incubator] added method and javadoc
Diff
Committed by ah. -
[Incubator] java code reformatted
Diff
Committed by ah. -
[Incubator] - Java code reformatting
- added license header
Diff
Committed by ah. -
[Incubator] This commit was manufactured by cvs2svn to create tag
'Before_Java_Reformatting'. Diff
Committed by . -
[Incubator] catch exception
Diff
Committed by michicms. -
[Incubator] using HtmlDocument
Diff
Committed by michicms. -
[Incubator] cleaned up authoring sitemap
Diff
Committed by gregorcms. -
[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. -
[Incubator] Fixed another bug within ArticleImageUploadCreatorAction
Diff
Committed by michicms. -
[Incubator] added open in new window
Diff
Committed by gregorcms. -
[Incubator] Undid the last checkin as it seems to break unipublic.
Diff
Committed by egliwyona. -
[Incubator] add hours / min to headlines
Diff
Committed by gregorcms. -
[Incubator] removed img height
Diff
Committed by gregorcms. -
[Incubator] made date shorter
Diff
Committed by gregorcms. -
[Incubator] added magazine link
Diff
Committed by gregorcms. -
[Incubator] fix error page
Diff
Committed by gregorcms. -
[Incubator] fix error page
Diff
Committed by gregorcms. -
[Incubator] added 404 handling
Diff
Committed by gregorcms. -
[Incubator] ok now
Diff
Committed by michicms. -
[Incubator] Resource Exists added
Diff
Committed by michicms. -
[Incubator] tightened the layout
Diff
Committed by gregorcms. -
[Incubator] add missing spacer in articles
Diff
Committed by gregorcms. -
[Incubator] fix preview formatting issues
Diff
Committed by gregorcms. -
[Incubator] fix preview formatting issues
Diff
Committed by gregorcms. -
[Incubator] comment out weiter link
Diff
Committed by gregorcms. -
[Incubator] comment out weiter link
Diff
Committed by gregorcms. -
[Incubator] add linebreak support for article image captions
Diff
Committed by gregorcms. -
[Incubator] fix it-stellen double processing
Diff
Committed by gregorcms. -
[Incubator] show emphasize, bold, hyperlinks etc
Diff
Committed by gregorcms. -
[Incubator] improved menu usability, first cut of error handling
Diff
Committed by gregorcms. -
[Incubator] improved bitflux schemas, added page title to it-stellen / it-kalender
Diff
Committed by gregorcms. -
[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
-
[Incubator] added mediadaten
Diff
Committed by gregorcms. -
[Incubator] support account
Diff
Committed by gregorcms. -
[Incubator] further layout fixes
Diff
Committed by gregorcms. -
[Incubator] layout changes, moved dossier to schwerpunkte
Diff
Committed by gregorcms. -
[Incubator] replicate script added (in publication, where it makes sense..)
Diff
Committed by gregorcms. -
[Incubator] JTidy
Diff
Committed by michicms. -
[Incubator] New OSCOM layout
Diff
Committed by michicms. -
[Incubator] another project
Diff
Committed by michicms. -
[Incubator] News about Revision Controller
Diff
Committed by michicms. -
[Incubator] added wyona root matcher for img, menus etc.
Diff
Committed by gregorcms. -
[Incubator] templates added
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] new users
Diff
Committed by gregorcms. -
[Incubator] ant build for crawl and search started
Diff
Committed by michicms. -
[Incubator] New index added
Diff
Committed by michicms. -
[Incubator] Crawler and Lucene configuration added
Diff
Committed by michicms. -
[Incubator] new index added
Diff
Committed by michicms. -
[Incubator] new projects added
Diff
Committed by michicms. -
[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. -
[Incubator] *** empty log message ***
Diff
Committed by gregorcms. -
[Incubator] *** empty log message ***
Diff
Committed by gregorcms. -
[Incubator] This commit was manufactured by cvs2svn to create tag 'MAIN'. Diff
Committed by . -
[Incubator] Initial revision
Diff
Committed by gregorcms. -
[Incubator] Slides improved
Diff
Committed by michicms. -
[Incubator] Crawler configurable
Diff
Committed by michicms. -
[Incubator] lucene 1.3 added
Diff
Committed by michicms. -
[Incubator] add sample index
Diff
Committed by michicms. -
[Incubator] CMS OmegaCMS added
Diff
Committed by michicms. -
[Incubator] rm
Diff
Committed by michicms. -
[Incubator] rm
Diff
Committed by michicms. -
[Incubator] This commit was manufactured by cvs2svn to create branch 'VEND'. Diff
Committed by . -
[Incubator] Removing white background of banner cells
Diff
Committed by felixcms. -
[Incubator] Reverting live to /wyona-cms/computerworld/
Diff
Committed by felixcms. -
[Incubator] JTidy added
Diff
Committed by michicms. -
[Incubator] lucene-no-index added
Diff
Committed by michicms. -
[Incubator] changed parameter documentUri back from task.uris to documentUri
Diff
Committed by ah. -
[Incubator] removed linebreaks (cause error on Windows),
added documentUri parameter to article scheduler menu entry
Diff
Committed by ah. -
[Incubator] re-added missing banner tag
Diff
Committed by gregorcms. -
[Incubator] re-added missing banner tag
Diff
Committed by gregorcms. -
[Incubator] removed linebreaks (caused errors under Windows)
Diff
Committed by ah. -
[Incubator] Fixed bug: exchanging of teaser images now possible (sequence of inserting)
Diff
Committed by felixcms. -
[Incubator] Revert commit
Diff
Committed by felixcms. -
[Incubator] Quick fix of umlauts problem in form input field of article creator: removed title field
Diff
Committed by felixcms. -
[Incubator] Rearranged menus
Diff
Committed by felixcms. -
[Incubator] Made scheduling work for article: task configuration
Diff
Committed by felixcms. -
[Incubator] Editing of Magazine working again
Diff
Committed by felixcms. -
[Incubator] fix gilles css screwup :)
Diff
Committed by gregorcms. -
[Incubator] css updated
Diff
Committed by gregorcms. -
[Incubator] Reverted live url back, corrected back-url param for bitflux
Diff
Committed by felixcms. -
[Incubator] FIXME: unipublic-specific BXE changes reverted for computerworld
Diff
Committed by gregorcms. -
[Incubator] TEMPORARY FIX. Revision Controller needs to be fixed properly.
Diff
Committed by gregorcms. -
[Incubator] some data updated
Diff
Committed by michicms. -
[Incubator] RobotExclusion added
Diff
Committed by michicms. -
[Incubator] Export all CMS projects
Diff
Committed by michicms. -
[Incubator] RobotExclusion added
Diff
Committed by michicms. -
[Incubator] New OSCOM layout
Diff
Committed by michicms. -
[Incubator] Images are displayed in Bitflux now + change of inserting order
Diff
Committed by felixcms. -
[Incubator] doh. forgot static menu
Diff
Committed by gregorcms. -
[Incubator] slightly rearranged, changed live URI
Diff
Committed by gregorcms. -
[Incubator] adapted for live server URLs
Diff
Committed by gregorcms. -
[Incubator] Commented out StaticHTMLExporter task
Diff
Committed by ah. -
[Incubator] Included uris parameter again
Diff
Committed by ah. -
[Incubator] Workaround: using task.uris instead of documentURI, have to change that.
Diff
Committed by ah. -
[Incubator] Quick fix of publishing problem: removed urisParameter so that there is no wget hanging
Diff
Committed by felixcms. -
[Incubator] new layout images added
Diff
Committed by michicms. -
[Incubator] New Layout added
Diff
Committed by michicms. -
[Incubator] new layout images added
Diff
Committed by michicms. -
[Incubator] Crawling and indexing improved
Diff
Committed by michicms. -
[Incubator] bugfixes for it-stellen / it-kalender
Diff
Committed by gregorcms. -
[Incubator] first cut of it-stellen / it-kalendar
Diff
Committed by gregorcms. -
[Incubator] Excerpts added
Diff
Committed by michicms. -
[Incubator] Fixed bug with img URLs (inserting of news/)
Diff
Committed by felixcms. -
[Incubator] DOH redirect actually never worked (was masked by matchers). variables in the sitemap are {var}, not {}
Diff
Committed by gregorcms. -
[Incubator] alternating colors, news/news problem fixed
Diff
Committed by gregorcms. -
[Incubator] Fixed not saving of headlines bug
Diff
Committed by felixcms. -
[Incubator] doh. fixed more image positioning problems.
Diff
Committed by gregorcms. -
[Incubator] remove obsolete media tag
Diff
Committed by gregorcms. -
[Incubator] removed wyona account
Diff
Committed by gregorcms. -
[Incubator] added more schedulers to menu, made menus more user-friendly
Diff
Committed by gregorcms. -
[Incubator] Source Replication added
Diff
Committed by michicms. -
[Incubator] pagening improved
Diff
Committed by michicms. -
[Incubator] static files added, img paths fixed
Diff
Committed by gregorcms. -
[Incubator] added menu for static content
Diff
Committed by gregorcms. -
[Incubator] redirect fix
Diff
Committed by gregorcms. -
[Incubator] stylistic updates
Diff
Committed by gregorcms. -
[Incubator] Fields added
Diff
Committed by michicms. -
[Incubator] crawling activated
Diff
Committed by michicms. -
[Incubator] Bugs fixed
Diff
Committed by michicms. -
[Incubator] byline added, better sort in articles overview
Diff
Committed by gregorcms. -
[Incubator] Changed size of input field
Diff
Committed by felixcms. -
[Incubator] Changed menu entries
Diff
Committed by felixcms. -
[Incubator] Changed redirects from year 2002 to year 2003
Diff
Committed by felixcms. -
[Incubator] wrapper added to authoring, publish navigation added, publish this page started
Diff
Committed by gregorcms. -
[Incubator] Fixed bug with webperls/dossierkasten and revision controller
Diff
Committed by felixcms. -
[Incubator] Fixed problem with xsl:if
Diff
Committed by felixcms. -
[Incubator] navigation improved
Diff
Committed by gregorcms. -
[Incubator] beautification
Diff
Committed by gregorcms. -
[Incubator] reset headlines.xml to start empty
Diff
Committed by gregorcms. -
[Incubator] removed old files, fixed todays date, formatting issues
Diff
Committed by gregorcms. -
[Incubator] made headlines aware of images
Diff
Committed by gregorcms. -
[Incubator] images meta directory and bug fixed
Diff
Committed by michicms. -
[Incubator] Article publishing fixed
Diff
Committed by michicms. -
[Incubator] lower case
Diff
Committed by michicms. -
[Incubator] current date
Diff
Committed by michicms. -
[Incubator] removed obsolete xslt
Diff
Committed by gregorcms. -
[Incubator] added date generation, misc fixes
Diff
Committed by gregorcms. -
[Incubator] Headlines Bug fixed
Diff
Committed by michicms. -
[Incubator] Bug within HTMLParser fixed ...
Diff
Committed by michicms. -
[Incubator] fix various BXE bugs related to incomplete schemas and <body> elements in your xml
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] selected and all fixed
Diff
Committed by michicms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] updatep
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] PDF indexing added
Diff
Committed by michicms. -
[Incubator] PDF indexing added
Diff
Committed by michicms. -
[Incubator] prefix unipublic added
Diff
Committed by michicms. -
[Incubator] configuration improved
Diff
Committed by michicms. -
[Incubator] Correct conference dates added
Diff
Committed by michicms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator] updates
Diff
Committed by gregorcms. -
[Incubator]
updates <ma:pi
Diff
Committed by gregorcms. -
[Incubator] Publisher added
Diff
Committed by michicms. -
[Incubator] Parameter added for RCML and RCBAK
Diff
Committed by michicms. -
[Incubator] oscom.rdf added
Diff
Committed by michicms. -
[Incubator] html pipeline for updated Xopus added
Diff
Committed by michicms. -
[Incubator] Some stuff fixed
Diff
Committed by michicms. -
[Incubator]
<map:pi
Diff
Committed by gregorcms. -
[Incubator] Fixed a brown paper bag bug, i.e. sitemap path was not added to
resources path.
Diff
Committed by egliwyona. -
[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. -
[Incubator] computerworld updates
Diff
Committed by gregorcms. -
[Incubator] OSCOM Blog added
Diff
Committed by michicms. -
[Incubator] OutOfMemoryException fixed
Diff
Committed by michicms. -
[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. -
[Incubator] IndexEnvironment added
Diff
Committed by michicms. -
[Incubator] Sort to Search added
Diff
Committed by michicms. -
[Incubator] Fixed scheduler bug (year 2002 was hardcoded)
Diff
Committed by felixcms. -
[Incubator] publication id added
Diff
Committed by michicms. -
[Incubator] IP and Port removed
Diff
Committed by michicms. -
[Incubator] RCO and RCI implemented
Diff
Committed by michicms. -
[Incubator] Search improved
Diff
Committed by michicms. -
[Incubator] Fixing schema bug (was not working with Xopus)
Diff
Committed by felixcms. -
[Incubator] Improved Search
Diff
Committed by michicms. -
[Incubator] Search improved
Diff
Committed by michicms. -
[Incubator] hardcoded article removed, where publication is still hardcoded
Diff
Committed by michicms. -
[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. -
[Incubator] Bug fixed: added year to publishing uris
Diff
Committed by felixcms. -
[Incubator] Revision Controller to Bitflux added
Diff
Committed by michicms. -
[Incubator] /dossiers/index.html is exported as well when a Dossier is published
Diff
Committed by felixcms. -
[Incubator] nitty gritty
Diff
Committed by michicms. -
[Incubator] Revision Controller added
Diff
Committed by michicms. -
[Incubator] Reserved CheckIn added
Diff
Committed by michicms. -
[Incubator] Revision Controller to Xopus added
Diff
Committed by michicms. -
[Incubator] debugging improved
Diff
Committed by michicms. -
[Incubator] Paul's wishes implemented
Diff
Committed by michicms. -
[Incubator] Default values added
Diff
Committed by michicms. -
[Incubator] String childName added
Diff
Committed by michicms. -
[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).





