update
[mir.git] / ChangeLog
index f5ef90f..fed9cbe 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+2002-12-13 06:28  mh
+
+       * NEWS: mir-1.0.0-rc5
+
+2002-12-13 05:55  mh
+
+       * source/mir/misc/StringUtil.java: fix up the deleteForbiddenTags
+       and table tags regexp's so they handle multiline and ignore case
+
+2002-12-13 05:52  mh
+
+       * source/mircoders/media/MediaRequest.java: we need to remove
+       unwanted html tags from here too, as MediaRequest see's the
+       parameters before we clean them up.
+
+2002-12-13 05:50  mh
+
+       * source/mircoders/servlet/ServletModuleOpenIndy.java: oops call
+       deleteForbiddenTags, deleteTable on the proper data
+
+2002-12-13 05:46  mh
+
+       * templates-dist/admin/: audiolist.template, breakinglist.template,
+       commentlist.template, contentlist.template, featurelist.template,
+       fileeditlist.template, hiddenlist.template, imagelist.template,
+       languagelist.template, linksimcslist.template,
+       mediafolderlist.template, medialist.template, topiclist.template,
+       userlist.template, videolist.template: don't use encodeHTML for the
+       list view
+
+2002-12-13 05:46  mh
+
+       * templates-dist/admin/messagelist.template: it's the Message
+       module not the User module. Also don't use encodeHTML for the list
+       view
+
+2002-12-13 03:06  mh
+
+       * templates-dist/open/posting.template: fix bug relating to topics:
+       it's to_topic not data.to_topic
+
+2002-12-13 02:57  mh
+
+       * source/mircoders/servlet/ServletModuleOpenIndy.java: remove some
+       debug prints to stdout
+
+2002-12-13 01:58  mh
+
+       * startxml.sh: deadwood
+
+2002-12-13 01:53  mh
+
+       * templates-dist/open/: comment_en.template, posting_en.template:
+       remove unsused language specific templates now that we have the
+       message model
+
+2002-12-13 01:44  mh
+
+       * templates-dist/admin/: audio.template, audiolist.template,
+       breaking.template, breakinglist.template, comment.template,
+       commentlist.template, content.template, contentlist.template,
+       feature.template, featurelist.template, fileedit.template,
+       fileeditlist.template, foot.template, head.template,
+       head_nonavi.template, hiddenlist.template, image.template,
+       imagelist.template, language.template, languagelist.template,
+       linksimcs.template, linksimcslist.template, login.template,
+       media.template, mediafolder.template, mediafolderlist.template,
+       medialist.template, message.template, messagelist.template,
+       start_admin.template, topic.template, topiclist.template,
+       user.template, userlist.template, video.template,
+       videolist.template: remove gratuitous uses of encodeHTML as well as
+       a couple of other where it is a bug to use it
+
+2002-12-13 01:11  mh
+
+       * source/: content-types.properties, server.xml,
+       mir/misc/ConfigException.java, mir/misc/InputSourceResolver.java,
+       mir/misc/Location.java, mir/misc/XmlSaxonStyler.java,
+       mir/misc/XmlStyler.java, mir/misc/XslStyleCache.java,
+       mircoders/storage/DatabaseImageColor.java,
+       mircoders/storage/DatabaseImageFormat.java,
+       mircoders/storage/DatabaseImageLayout.java,
+       mircoders/storage/DatabaseImageType.java: clean out deadwood:
+       remove unsused source files
+
+2002-12-12 05:49  mh
+
+       * doc/REPORTING_BUGS: mention re-producing info
+
+2002-12-10 22:00  mh
+
+       * ChangeLog: Add gnu Style ChangeLog using cvs2cl (use "-F MIR_1_0
+       --utc" options., for HEAD, it would be "-F trunk --utc")
+
+2002-12-10 22:00  mh
+
+       * ChangeLog: file ChangeLog was initially added on branch MIR_1_0.
+
 2002-12-10 21:58  mh
 
        * NEWS: Mir-1.0.0-rc4 release
 
        * source/mircoders/media/MediaRequest.java: get rid of annoying
        $Log: ChangeLog,v $
-       Revision 1.1.2.1  2002/12/10 22:00:51  mh
-       Add gnu Style ChangeLog using cvs2cl (use "-F MIR_1_0 --utc" options., for HEAD, it would be "-F trunk --utc")
+       Revision 1.1.2.2  2002/12/13 06:32:22  mh
+       update
         stuff
 
 2002-11-27 07:10  mh
 2002-09-01 21:31  mh
 
        * COPYING, jmagick/WebdbImage.java.jmagick, source/Mir.java,
-       source/OpenMir.java, source/mir/config/ConfigChecker.java,
-       source/mir/config/ConfigNode.java,
-       source/mir/config/ConfigNodeBuilder.java,
-       source/mir/config/ConfigReader.java,
-       source/mir/config/ConfigSimpleNode.java,
-       source/mir/config/MirConfiguration.java,
-       source/mir/config/exceptions/ConfigDefineNotKnownException.java,
-       source/mir/config/exceptions/ConfigException.java,
-       source/mir/config/exceptions/ConfigInvalidPropertyTypeException.jav
-       a,
-       source/mir/config/exceptions/ConfigMissingPropertyException.java,
-       source/mir/entity/Entity.java, source/mir/entity/EntityList.java,
+       source/OpenMir.java, source/mir/entity/Entity.java,
+       source/mir/entity/EntityList.java,
        source/mir/entity/EntityRelation.java,
        source/mir/entity/GenericEntity.java,
        source/mir/entity/StorableObjectEntity.java,
        source/mir/storage/store/test/EntityC2.java,
        source/mir/storage/store/test/EntityC3.java,
        source/mir/storage/store/test/TestStore.java,
-       source/mir/xml/SaxContext.java,
-       source/mir/xml/XmlConfigurator.java, source/mir/xml/XmlMatch.java,
        source/mircoders/entity/EntityAudio.java,
        source/mircoders/entity/EntityBreaking.java,
        source/mircoders/entity/EntityComment.java,
        source/mircoders/entity/EntityUploadedMedia.java,
        source/mircoders/entity/EntityUsers.java,
        source/mircoders/entity/EntityVideo.java,
-       source/mircoders/input/XmlFilenameFilter.java,
-       source/mircoders/input/XmlHandler.java,
-       source/mircoders/input/XmlInputParser.java,
        source/mircoders/media/MediaHandlerAudio.java,
        source/mircoders/media/MediaHandlerGeneric.java,
        source/mircoders/media/MediaHandlerImages.java,
 
        * doc/TODO.txt: update
 
-2002-03-23 22:00  mh
-
-       * source/mir/config/: ConfigChecker.java, ConfigNode.java,
-       ConfigNodeBuilder.java, ConfigReader.java, ConfigSimpleNode.java,
-       MirConfiguration.java,
-       exceptions/ConfigDefineNotKnownException.java,
-       exceptions/ConfigException.java,
-       exceptions/ConfigInvalidPropertyTypeException.java,
-       exceptions/ConfigMissingPropertyException.java: fix the package
-       name for the exceptions/* classes.
-
 2002-03-23 16:50  cvs
 
        * templates-dist/producer/navigation.template: added download on
        makeSimpleHash in ServletModuleContent that needs to be taken #
        care of.
 
-2002-03-18 10:46  mh
-
-       * templates-dist/: de/open/posting.template,
-       en/open/posting.template, nl/open/posting.template: more new way..
-       data. stuff
-
-2002-03-18 00:12  init
-
-       * templates-dist/de/open/posting.template: more fixing
-
-2002-03-18 00:05  init
-
-       * templates-dist/de/open/posting.template: more fixing
-
-2002-03-17 23:43  init
-
-       * templates-dist/de/open/posting.template: fixed html-errors
-
-2002-03-17 23:21  init
-
-       * templates-dist/de/open/: comment_done.template,
-       comment_en.template, posting.template, posting_done.template,
-       posting_dupe.template: changed variable names to data.* / config.*
-
 2002-03-17 21:32  idfx
 
        * build.xml, bundles/admin.properties, bundles/admin_de.properties,
 
 2002-03-17 19:36  rk
 
-       * source/mir/storage/Database.java,
-       templates-dist/en/open/comment.template,
-       templates-dist/en/open/comment.template.en,
-       templates-dist/en/open/comment_done.template,
-       templates-dist/en/open/minimal_posting.template,
-       templates-dist/en/open/posting.template: update new style :)
-
-2002-03-17 17:12  idfx
-
-       * templates-dist/de/open/comment.template: templateModelRoot ist
-       now a simplehash with two entries: data and config, bugfix for
-       bugs: 46, 45
+       * source/mir/storage/Database.java: update new style :)
 
 2002-03-17 16:55  idfx
 
        simplehash with two entries: data and config, bugfix for bugs: 46,
        45
 
-2002-03-17 02:32  zapata
-
-       * source/mir/config/: ConfigChecker.java, ConfigNode.java,
-       ConfigNodeBuilder.java, ConfigReader.java, ConfigSimpleNode.java,
-       MirConfiguration.java,
-       exceptions/ConfigDefineNotKnownException.java,
-       exceptions/ConfigException.java,
-       exceptions/ConfigInvalidPropertyTypeException.java,
-       exceptions/ConfigMissingPropertyException.java: initial checkin of
-       the new xml-style configuration classes
-
 2002-03-14 23:58  cvs
 
        * templates-dist/producer/navigation.template: added bugtracker to
        source/mircoders/entity/EntityUploadedMedia.java,
        source/mircoders/entity/EntityUsers.java,
        source/mircoders/entity/EntityVideo.java,
-       source/mircoders/input/XmlInputParser.java,
        source/mircoders/media/MediaHandlerAudio.java,
        source/mircoders/media/MediaHandlerGeneric.java,
        source/mircoders/media/MediaHandlerImages.java,
        source/mircoders/storage/DatabaseUsers.java,
        source/mircoders/storage/DatabaseVideo.java,
        templates-dist/usererror.template,
-       templates-dist/de/open/comment.template,
-       templates-dist/de/open/comment_done.template,
-       templates-dist/de/open/comment_dupe.template,
-       templates-dist/de/open/posting.template,
-       templates-dist/de/open/posting_done.template,
-       templates-dist/de/open/posting_dupe.template,
        templates-dist/producer/content.template,
        templates-dist/producer/openposting.template,
        templates-dist/producer/startpage.template,
        * source/mir/media/MediaHelper.java: file MediaHelper.java was
        initially added on branch STABLE-pre1_0.
 
-2002-02-06 16:00  maulwurf
-
-       * templates-dist/de/open/: comment.template, comment_done.template,
-       comment_dupe.template, posting.template, posting_done.template,
-       posting_dupe.template: neue forms
-
 2002-02-06 14:22  idfx
 
        * source/mir/storage/DatabaseCache.java: file DatabaseCache.java
        source/mir/servlet/ServletModuleDispatch.java,
        source/mir/storage/Database.java,
        source/mir/storage/DatabaseAdaptorPostgresql.java,
-       source/mir/xml/XmlConfigurator.java, source/mir/xml/XmlMatch.java,
-       source/mircoders/input/XmlInputParser.java,
        source/mircoders/module/ModuleBreaking.java,
        source/mircoders/module/ModuleComment.java,
        source/mircoders/module/ModuleContent.java,
 
        * doc/INSTALL.mir: added jaxp-1.1 to pre-requisites.
 
-2001-10-27 17:16  mh
-
-       * source/mir/xml/XmlConfigurator.java: added the reflection stuff
-       to call the set* method in each class to set a property
-
 2001-10-27 17:06  mh
 
        * etc/web.xml: minor step towards making web.xml tomcat 4.0
        be set. So it is the first step to a more intelligent
        ProducerTopic-Method.
 
-2001-10-24 16:30  mh
-
-       * source/mir/xml/: SaxContext.java, XmlConfigurator.java,
-       XmlMatch.java: added bits necessary for
-       XmlConfigurator.addRequiredTag(String  xmlPath)
-
 2001-10-24 01:14  mh
 
        * dbscripts/populate_mediatyp.sql: added audio/x-mpeg media type.
 
 2001-10-23 20:31  mh
 
-       * source/mir/: misc/ConfigException.java, misc/Location.java,
-       xml/XmlConfigurator.java: new mir Configuration file parser. not
-       used yet. it works very nicely though, handles errors in the XML
-       file, etc. I stil need to add in the addRequired XML Path stuff and
-       the Path matching stuff.
+       * source/mir/misc/: ConfigException.java, Location.java: new mir
+       Configuration file parser. not used yet. it works very nicely
+       though, handles errors in the XML file, etc. I stil need to add in
+       the addRequired XML Path stuff and the Path matching stuff.
 
 2001-10-23 18:05  kellan
 
        * source/mircoders/servlet/ServletModuleOpenIndy.java: just
        comments
 
-2001-10-17 19:15  john
-
-       * templates-dist/nl/open/: comment.template, comment_done.template,
-       comment_dupe.template, posting.template, posting_done.template,
-       posting_dupe.template: mir=trilingual(now with dutch)
-
 2001-10-17 19:04  john
 
        * dbscripts/populate_mediatyp.sql: added two types for real audio
        * dbscripts/dupetrigger/postgresql.sript: Changed the install path
        of the trigger
 
-2001-10-11 17:32  john
-
-       * templates-dist/en/open/posting.template: merged in fancy german
-       template features(multifile, language select)
-
 2001-10-11 15:51  john
 
        * dbscripts/populate_mediatyp.sql: added entries for avi,mpg,qt,
        and pdf
 
-2001-10-11 00:27  kellan
-
-       * templates-dist/en/open/minimal_posting.template: 
-       a simple posting.template in english, which works.  ugly as all
-       hell, but enough to use for testing purposes.  -kellan
-
 2001-10-10 16:32  mh
 
        * dbscripts/populate_mediatyp.sql: forgot to add the Jpeg entry to
        directories permissions automatically.  Added some lines to the
        configuration
 
-2001-10-02 09:55  mj
-
-       * templates-dist/en/open/posting_dupe.template: Added an English
-       version of the posting_dupe.template
-
 2001-10-02 09:52  mj
 
        * dbscripts/create_pg.sql, doc/INSTALL.mir,
-       templates-dist/de/open/posting_dupe.template,
        templates-dist/open/posting_dupe.template: Added index creation to
        database creation script.  Enhanced the debugging versions of the
        posting_dupe.template Put info to install dupe prevention trigger
 
 2001-10-02 00:07  mj
 
-       * templates-dist/: de/open/posting_dupe.template,
-       open/posting_dupe.template: Added basic template for article dupe
-       prevention testing
+       * templates-dist/open/posting_dupe.template: Added basic template
+       for article dupe prevention testing
 
 2001-10-01 23:55  idfx
 
        * doc/MAINTENANCE: Added this file for documentation of maintenance
        tasks
 
-2001-09-26 09:34  idfx
-
-       * templates-dist/en/open/: comment.template, comment.template.en,
-       posting.template, posting.template.en: new translation of comment
-       and posting-template, html has to be the same as in de
-
 2001-09-26 08:17  rk
 
        * lib/: postgresql.jar, retepTools.jar: libupdate postgresl 7.1.3
        dupetrigger/README, dupetrigger/postgresql.sript: First version of
        the dupe prevention trigger. Works for INSERTs and UPDATEs.
 
-2001-09-25 23:24  kellan
-
-       * templates-dist/en/open/comment.template: 
-       clean up.  fixed white on white text, un-hard coded form action,
-       changed default language to english
-
-2001-09-25 23:00  kellan
-
-       * templates-dist/en/open/posting.template: 
-       Copied posting_en.template, and comment_en.template to the
-       appropiately named posting.template, and comment.template in
-       templates-dist/en/open.  Before this, addcomment, and addposting
-       were showing up in german, even though english was selected.
-
 2001-09-25 21:40  rk
 
        * doc/CODESTRUCTURE: clean
 
 2001-09-23 11:34  mj
 
-       * templates-dist/: de/open/comment_dupe.template,
-       en/open/comment_dupe.template, open/comment_dupe.template: Added
-       templates for use with the comment dupe prevention mechanism
-       Languages: German and English
+       * templates-dist/open/comment_dupe.template: Added templates for
+       use with the comment dupe prevention mechanism Languages: German
+       and English
 
 2001-09-23 11:28  mj
 
 
 2001-09-20 17:51  mh
 
-       * source/mir/misc/WebdbMultipartRequest.java,
-       source/mircoders/servlet/ServletModuleOpenIndy.java,
-       templates-dist/de/open/posting.template,
-       templates-dist/en/open/posting.template: Added support for
+       * source/: mir/misc/WebdbMultipartRequest.java,
+       mircoders/servlet/ServletModuleOpenIndy.java: Added support for
        selection of topic/theme directly by open posters.
        
        Note: you must update the posting.template from template-dist for
        source/mircoders/servlet/ServletModuleImages.java,
        source/mircoders/servlet/ServletModuleOpenIndy.java,
        source/mircoders/storage/DatabaseContentToMedia.java,
-       templates-dist/de/open/posting.template,
-       templates-dist/en/open/posting.template,
        templates-dist/producer/content.template,
        templates-dist/producer/startpage.template,
        source/mir/misc/MpRequest.java: mutlifile-upload in openmir
        mir/storage/DatabaseAdaptorOracle.java,
        mir/storage/DatabaseAdaptorPostgresql.java,
        mir/storage/DatabaseAdaptorSybase.java,
-       mircoders/input/XmlInputParser.java,
        mircoders/module/ModuleBreaking.java,
        mircoders/module/ModuleComment.java,
        mircoders/module/ModuleContent.java,
 
 2001-09-01 15:21  idfx
 
-       * build.xml, templates-dist/de/open/posting.template,
-       templates-dist/en/open/posting.template: languagepopup
+       * build.xml: languagepopup
 
 2001-09-01 14:17  idfx
 
        entity/EntityComment.java, entity/EntityContent.java,
        entity/EntityFeature.java, entity/EntityTopics.java,
        entity/EntityUsers.java, entity/EntityVideo.java,
-       input/XmlInputParser.java, module/ModuleBreaking.java,
-       module/ModuleComment.java, module/ModuleContent.java,
-       module/ModuleFeature.java, module/ModuleImages.java,
-       module/ModuleMediafolder.java, module/ModuleMessage.java,
-       module/ModuleSchwerpunkt.java, module/ModuleTopics.java,
-       module/ModuleUsers.java, producer/Producer.java,
-       producer/ProducerAll.java, producer/ProducerContent.java,
-       producer/ProducerFeature.java, producer/ProducerImages.java,
-       producer/ProducerList.java, producer/ProducerNavigation.java,
+       module/ModuleBreaking.java, module/ModuleComment.java,
+       module/ModuleContent.java, module/ModuleFeature.java,
+       module/ModuleImages.java, module/ModuleMediafolder.java,
+       module/ModuleMessage.java, module/ModuleSchwerpunkt.java,
+       module/ModuleTopics.java, module/ModuleUsers.java,
+       producer/Producer.java, producer/ProducerAll.java,
+       producer/ProducerContent.java, producer/ProducerFeature.java,
+       producer/ProducerImages.java, producer/ProducerList.java,
+       producer/ProducerNavigation.java,
        producer/ProducerOpenPosting.java, producer/ProducerStartPage.java,
        producer/ProducerTopics.java, servlet/ServletModuleBreaking.java,
        servlet/ServletModuleComment.java,
 
 2001-08-28 21:12  fh
 
-       * source/mircoders/input/: XmlFilenameFilter.java, XmlHandler.java:
-       initial mircoders import
-
-2001-08-28 21:12  fh
-
        * source/mircoders/: entity/EntityBreaking.java,
        entity/EntityComment.java, entity/EntityContent.java,
        entity/EntityFeature.java, entity/EntityTopics.java,
        entity/EntityUsers.java, entity/EntityVideo.java,
-       input/XmlInputParser.java, module/ModuleBreaking.java,
-       module/ModuleComment.java, module/ModuleContent.java,
-       module/ModuleFeature.java, module/ModuleImages.java,
-       module/ModuleMediafolder.java, module/ModuleMessage.java,
-       module/ModuleSchwerpunkt.java, module/ModuleTopics.java,
-       module/ModuleUsers.java, producer/Producer.java,
-       producer/ProducerAll.java, producer/ProducerContent.java,
-       producer/ProducerFeature.java, producer/ProducerImages.java,
-       producer/ProducerList.java, producer/ProducerNavigation.java,
+       module/ModuleBreaking.java, module/ModuleComment.java,
+       module/ModuleContent.java, module/ModuleFeature.java,
+       module/ModuleImages.java, module/ModuleMediafolder.java,
+       module/ModuleMessage.java, module/ModuleSchwerpunkt.java,
+       module/ModuleTopics.java, module/ModuleUsers.java,
+       producer/Producer.java, producer/ProducerAll.java,
+       producer/ProducerContent.java, producer/ProducerFeature.java,
+       producer/ProducerImages.java, producer/ProducerList.java,
+       producer/ProducerNavigation.java,
        producer/ProducerOpenPosting.java, producer/ProducerStartPage.java,
        producer/ProducerTopics.java, servlet/ServletModuleBreaking.java,
        servlet/ServletModuleComment.java,
 
        * doc/INSTALL.postgresql: no message
 
-2001-08-25 12:37  idfx
-
-       * templates-dist/: de/open/comment.template,
-       de/open/comment_done.template, de/open/comment_en.template,
-       de/open/posting.template, de/open/posting_done.template,
-       de/open/posting_en.template, en/open/comment.template,
-       en/open/comment_done.template, en/open/posting.template,
-       en/open/posting_done.template: renaming template-dir
-
 2001-08-25 12:34  idfx
 
        * templates-dist/: open/comment.template,