small bugfix: converting arrays.
[mir.git] / source / mir /
2002-12-14 zapatasupport added for local additions to admin.properties
2002-12-14 zapata- circumvented the JDBC ?-bug
2002-12-13 zapatafull support for comment status in admin
2002-12-13 zapatasupport for managing users/article types/languages...
2002-12-12 zapatamade the log4j LoggerImpl thread-safe
2002-12-10 mhfix obvious spelling error
2002-12-06 zapatareplaced some awful code with slighly less awful code...
2002-12-02 zapatamisc. maintenance
2002-12-01 zapatamaintenance + localized operations introduced for comments
2002-12-01 zapatatracked down a nasty error reporting bug
2002-11-30 zapataintroduced some customization for the content list...
2002-11-29 zapata- all servletmodules and all modules now use log4j...
2002-11-28 mhget rid of debug println
2002-11-28 mhmerge changes from MIR_1_0 branch that add humanreadabl...
2002-11-27 mhkeyword stuff
2002-11-27 mhremove unused methods
2002-11-27 mhget rid of annoying $Log$ keywords
2002-11-26 mhuse req.getContextPath to find the RootUri.. much more...
2002-11-25 zapatalog4j implemented for the producer subsystem
2002-11-21 johncompiles into a standalone program that generates the...
2002-11-11 zapatafixes + a (not yet tested) writer to logger adapter
2002-11-08 zapatalanguage property for content added in basic localizer
2002-11-05 zapatawhoops ;-)
2002-11-04 zapataCopyDir now also copies files
2002-11-04 zapatasome misc. maintenance
2002-11-04 mhmerge media InputStream changes from MIR_1_0 branch
2002-10-25 zapata- producer links are moved to an "advanced" page, not...
2002-10-15 zapatasupport for the new CopyDir producer node
2002-10-13 zapatabugfix in expression parsing
2002-10-09 brunopreparing for a new logging framework
2002-10-09 brunocontains only admin templates which should not be chang...
2002-10-05 zapata- general maintenance
2002-10-01 zapataMisc. changes
2002-09-29 johnutility class for making an Enumeration over input...
2002-09-25 zapataseveral updates:
2002-09-25 johnadded a stylesheet argument to the makePDF method so...
2002-09-14 zapatafixed a small email address filtering bug
2002-09-12 zapatasolved the bug that caused problems when an article...
2002-09-03 brunoseperation of admin and open posting bundles
2002-09-01 mhMir goes GPL
2002-08-25 mhmerge of localization branch into HEAD. mh and zap
2002-08-09 mhservlet module FileEdit, allows one to edit files on...
2002-08-04 mhfix up the webdb_create update stuff
2002-07-21 mhon insert, the "webdb_lastchange" field should get...
2002-07-21 mhcvs macros
2002-06-29 mhmake the webdb_create update be called webdb_create_upd...
2002-06-28 mhfix so that webdb_lastchange appears in contentlist...
2002-06-28 mhadded necessary bits in templates and Database.java...
2002-06-28 mhadded numberformat helper. make webdbDate2readableDate...
2002-06-28 mhuse some cvs macros/id's
2002-06-06 johnadded generateFO and generatePDF to the config hash.
2002-06-02 mhif the Media handler does not have a media description...
2002-05-28 johntook timezones out of dc date function....for now they...
2002-04-30 mhmake necessary changes to output UTF8 files and pages...
2002-04-30 mhremove the unused and horrid encodeHTML method. saves...
2002-04-21 idfxsingle quote qeustionmark bug
2002-04-20 idfxbecause of heavy-spam-attacks to indymedia.de i added...
2002-04-18 johngot rid of use of jdbc's result_set.getTimestamp()...
2002-04-18 johnfixed the method which takes a webdb_date to a dublin...
2002-04-15 mhmake image/gif and image/png images be converted into...
2002-04-15 johnuggghhhh. timezone info, which is in the database...
2002-04-15 johnmore bug fixes in dublin core date functions....
2002-04-15 johnbug fix...was far too late last night to be trying...
2002-04-14 johnevery entity now has a webdb_create_dc value
2002-04-14 johna couple of w3/dublin core date functions added
2002-04-14 mhfix single quote bug. get rid of obselete quick hack...
2002-04-08 mhadded a comment: why not pass the whole config hashMap...
2002-04-08 mhadded support for configuration of max size of a single...
2002-04-08 mhquick hack to use JPEG again. better solution on the...
2002-04-02 mhuse ServletContext.getMimeType() as fallback to find...
2002-04-02 mhsupport for storing the ServletContext in MirConfig...
2002-04-02 rkcommentlist fixxing
2002-04-02 rkfixed date bug in EntityComment
2002-04-02 cvsincreased maxfileupload-size to 20 MB
2002-04-01 cvsit seems poolman does more caching than we thought...
2002-03-29 mhpopups is now called extra
2002-03-29 mhbeginning of media admin stuff. will be cleaned up...
2002-03-28 mhcode cleanups
2002-03-27 johnadded the config value to the template data
2002-03-27 johnchanged the newline->br thing so it makes
2002-03-27 mhadded getDescr(). and ditched getListView() as it's...
2002-03-27 mhsource/mir/media/MirMedia.java
2002-03-26 mhmade the getUrl() method of MirMedia return a SimpleLis...
2002-03-26 mhreplace deprecated JAI method with new one.
2002-03-26 br1language bundles are now in a directory bundles/ in...
2002-03-25 idfxa better solution for the popUpData: there is a new...
2002-03-24 br1internationalized admin templates
2002-03-23 mhrework of media handling vis a vis storage and producin...
2002-03-23 mhdebug noise. coding style
2002-03-23 mhquiet debugging noise. minor coding style cleanup.
2002-03-23 mhfix the package name for the exceptions/* classes.
2002-03-18 rkObjectStore cache is working with StorableObjectEntities
2002-03-17 idfxi18n-feature based on kellans proposal implemented...
2002-03-17 rkupdate new style :)
2002-03-17 idfxtemplateModelRoot ist now a simplehash with two entries...
2002-03-17 zapatainitial checkin of the new xml-style configuration...
2002-03-11 rkobject store preparations before being integrated in...
2002-03-05 mhfirst cut of merge of STABLE-pre1_0 into HEAD. I won...
2002-01-24 rkGot rid of AbstractEntity.java / deprecated Entity...
2002-01-24 rkadded possibility to run postbuild-scripts
next