mir.git
21 years agoreplaced by MAINTENANCE.postgresql
mh [Sun, 8 Dec 2002 07:07:16 +0000 (07:07 +0000)]
replaced by MAINTENANCE.postgresql

21 years agomerge in doc from MIR_1_0
mh [Sun, 8 Dec 2002 07:05:56 +0000 (07:05 +0000)]
merge in doc from MIR_1_0

21 years agoreplace CHANGES.txt with more standard named NEWS file. fill in the NEW file..
mh [Sat, 7 Dec 2002 07:01:08 +0000 (07:01 +0000)]
replace CHANGES.txt with more standard named NEWS file. fill in the NEW file..

21 years agoadd a note about consulting the NEWS file
mh [Sat, 7 Dec 2002 07:00:16 +0000 (07:00 +0000)]
add a note about consulting the NEWS file

21 years agocosmetic fix
zapata [Fri, 6 Dec 2002 21:43:06 +0000 (21:43 +0000)]
cosmetic fix

21 years agoreplaced some awful code with slighly less awful code to fix a bug that prevented...
zapata [Fri, 6 Dec 2002 21:07:37 +0000 (21:07 +0000)]
replaced some awful code with slighly less awful code to fix a bug that prevented audio/video deletion to work

21 years agomove title and file field for media upload down to be compatible w/ new Streams based...
mh [Fri, 6 Dec 2002 08:54:55 +0000 (08:54 +0000)]
move title and file field for media upload down to be compatible w/ new Streams based upload handling. otherwise, the data entered in the fields above gets lost

21 years agoadd no-cache Pragma and Cache-control headers to the http response.. I see no reason...
mh [Fri, 6 Dec 2002 08:12:42 +0000 (08:12 +0000)]
add no-cache Pragma and Cache-control headers to the http response.. I see no reason why not to do this as nothing in Mir should be cached and I have been annoyed to many times by opera and IE caching stuff not to do this. It has to be in the http headers and not in the Meta tags as some browsers have problems..

21 years agoadd video/avi
mh [Fri, 6 Dec 2002 08:12:06 +0000 (08:12 +0000)]
add video/avi

21 years agointroduce an update method that overrides and calls the one from the superclass in...
mh [Fri, 6 Dec 2002 08:09:51 +0000 (08:09 +0000)]
introduce an update method that overrides and calls the one from the superclass in order to set all content that has a particular media item attached un-produced upon modification of the media entity

21 years agoupdate the getContent method so it uses the newer EntityUploadedMedia and not the...
mh [Fri, 6 Dec 2002 08:08:44 +0000 (08:08 +0000)]
update the getContent method so it uses the newer EntityUploadedMedia and not the deprecated EntityMedia

21 years agochange the way, size, height, OID, etc is entered in the DB: do it via the Entity...
mh [Fri, 6 Dec 2002 08:08:14 +0000 (08:08 +0000)]
change the way, size, height, OID, etc is entered in the DB: do it via the Entity interface and not via manual SQL. with manual SQL, the entity becomes out of sync w/ data in the DB and this is bad. It's not as fast as the manual SQL, but more consistent and nicer. also move the update override method that sets content that has this media item attached to EntityUploadedMedia so all media types can take advantage of it

21 years agofirst attempt to support localization source
zapata [Wed, 4 Dec 2002 15:32:18 +0000 (15:32 +0000)]
first attempt to support localization source

21 years agomisc. maintenance
zapata [Mon, 2 Dec 2002 12:33:22 +0000 (12:33 +0000)]
misc. maintenance

21 years agomaintenance
zapata [Mon, 2 Dec 2002 12:32:38 +0000 (12:32 +0000)]
maintenance

21 years agomaintenance + localized operations introduced for comments
zapata [Sun, 1 Dec 2002 22:12:25 +0000 (22:12 +0000)]
maintenance + localized operations introduced for comments

21 years agotracked down a nasty error reporting bug
zapata [Sun, 1 Dec 2002 15:05:51 +0000 (15:05 +0000)]
tracked down a nasty error reporting bug

21 years agointroduced some customization for the content list in admin
zapata [Sat, 30 Nov 2002 20:19:57 +0000 (20:19 +0000)]
introduced some customization for the content list in admin

21 years agosome fixes in logger names
zapata [Sat, 30 Nov 2002 19:46:32 +0000 (19:46 +0000)]
some fixes in logger names

21 years agointroduced some customization for the content list in admin
zapata [Sat, 30 Nov 2002 19:45:56 +0000 (19:45 +0000)]
introduced some customization for the content list in admin

21 years agoit's a bad thing w/ our persistance layer to override getValues, for keys that exist...
mh [Fri, 29 Nov 2002 21:11:57 +0000 (21:11 +0000)]
it's a bad thing w/ our persistance layer to override getValues, for keys that exist in the DB.. overriden key size becomes human_readable_size and description becomes media_descr

21 years agosearch stuff:
john [Fri, 29 Nov 2002 14:22:30 +0000 (14:22 +0000)]
search stuff:
-added sort by date logic
-added pagination (stores results in session so searches aren't repeated)

21 years agoadded a date field which is sortable lexographically so that searches can be meaningf...
john [Fri, 29 Nov 2002 13:53:26 +0000 (13:53 +0000)]
added a date field which is sortable lexographically so that searches can be meaningfully ordered

21 years agoback and next buttons appear on this template if there are more/previoud search results
john [Fri, 29 Nov 2002 13:52:21 +0000 (13:52 +0000)]
back and next buttons appear on this template if there are more/previoud search results

21 years ago- all servletmodules and all modules now use log4j for logging
zapata [Fri, 29 Nov 2002 13:43:41 +0000 (13:43 +0000)]
- all servletmodules and all modules now use log4j for logging
- preparing ServletModuleContent for some localization
- some minor general maintenance

21 years agoall servletmodules and all modules now use log4j for logging
zapata [Fri, 29 Nov 2002 13:41:36 +0000 (13:41 +0000)]
all servletmodules and all modules now use log4j for logging

21 years agoclean out deadwood
mh [Fri, 29 Nov 2002 06:38:27 +0000 (06:38 +0000)]
clean out deadwood

21 years agovery stupid mistake.
john [Thu, 28 Nov 2002 20:46:18 +0000 (20:46 +0000)]
very stupid mistake.

21 years agoadded a sort option, will do something besides maintain button state real soon
john [Thu, 28 Nov 2002 20:08:50 +0000 (20:08 +0000)]
added a sort option, will do something besides maintain button state real soon

21 years agoquick hack bugfix
mh [Thu, 28 Nov 2002 20:08:34 +0000 (20:08 +0000)]
quick hack bugfix

21 years agoget rid of debug println
mh [Thu, 28 Nov 2002 19:12:08 +0000 (19:12 +0000)]
get rid of debug println

21 years agoadded a scary jikes warning
mh [Thu, 28 Nov 2002 07:51:08 +0000 (07:51 +0000)]
added a scary jikes warning

21 years agonote about using jikes
mh [Thu, 28 Nov 2002 07:47:37 +0000 (07:47 +0000)]
note about using jikes

21 years agoin the wrong place.. oops
mh [Thu, 28 Nov 2002 07:46:29 +0000 (07:46 +0000)]
in the wrong place.. oops

21 years agomerge changes from MIR_1_0 branch that add humanreadable size output for media files
mh [Thu, 28 Nov 2002 07:28:24 +0000 (07:28 +0000)]
merge changes from MIR_1_0 branch that add humanreadable size output for media files

21 years agobetter way to create temp. files
mh [Wed, 27 Nov 2002 21:17:09 +0000 (21:17 +0000)]
better way to create temp. files

21 years agosmall bug fix, explictly specified field name for boolean queries
john [Wed, 27 Nov 2002 17:20:28 +0000 (17:20 +0000)]
small bug fix, explictly specified field name for boolean queries

21 years agohas a pretty interface
john [Wed, 27 Nov 2002 15:45:52 +0000 (15:45 +0000)]
has a pretty interface

21 years agoadded propery for Lucene
john [Wed, 27 Nov 2002 15:43:10 +0000 (15:43 +0000)]
added propery for Lucene

21 years agoforgot to actually enable setting index location in config.properties
john [Wed, 27 Nov 2002 15:40:25 +0000 (15:40 +0000)]
forgot to actually enable setting index location in config.properties

21 years agosearch is simple, functional, soon to be broken again
john [Wed, 27 Nov 2002 15:28:52 +0000 (15:28 +0000)]
search is simple, functional, soon to be broken again

21 years agothese actually work now
john [Wed, 27 Nov 2002 15:26:52 +0000 (15:26 +0000)]
these actually work now

21 years agosimple and stable, about to be broken again soon
john [Wed, 27 Nov 2002 15:25:49 +0000 (15:25 +0000)]
simple and stable, about to be broken again soon

21 years agomerge in changes from MIR_1_0 branch that iplement media preview/download in the...
mh [Wed, 27 Nov 2002 08:57:31 +0000 (08:57 +0000)]
merge in changes from MIR_1_0 branch that iplement media preview/download in the admin interface.

21 years agokeyword stuff
mh [Wed, 27 Nov 2002 08:22:03 +0000 (08:22 +0000)]
keyword stuff

21 years agoremove unused methods
mh [Wed, 27 Nov 2002 08:21:02 +0000 (08:21 +0000)]
remove unused methods

21 years agowe don't need to decodeHTML anymore since we don't encode... from MIR_1_0 branch
mh [Wed, 27 Nov 2002 08:20:14 +0000 (08:20 +0000)]
we don't need to decodeHTML anymore since we don't encode... from MIR_1_0 branch

21 years agofix indentation
mh [Wed, 27 Nov 2002 08:06:54 +0000 (08:06 +0000)]
fix indentation

21 years agoget rid of annoying $Log$ keywords
mh [Wed, 27 Nov 2002 07:46:34 +0000 (07:46 +0000)]
get rid of annoying $Log$ keywords

21 years agochanged to use new modular SearchTerm classes
john [Tue, 26 Nov 2002 21:38:11 +0000 (21:38 +0000)]
changed to use new modular SearchTerm classes
... looks more like java, less like bad perl

21 years agojohn learns about java's non-intuitive constructor inheritance rules
john [Tue, 26 Nov 2002 21:36:29 +0000 (21:36 +0000)]
john learns about java's non-intuitive constructor inheritance rules

21 years agoforgot one ....
john [Tue, 26 Nov 2002 20:26:02 +0000 (20:26 +0000)]
forgot one ....

21 years agomaking search more comprehensible by associating
john [Tue, 26 Nov 2002 18:31:52 +0000 (18:31 +0000)]
making search more comprehensible by associating
the (potentially weird or potentially fairly intuitive) indexing logic
for each piece of entity data with the (correspondingly weird or intuitive) logic
for searching and result displaying.

also probably useful in future configuration schemes.....

21 years agosilly bug that caused nasty problems fixed in producer localizer
zapata [Tue, 26 Nov 2002 16:25:25 +0000 (16:25 +0000)]
silly bug that caused nasty problems fixed in producer localizer

21 years agouse req.getContextPath to find the RootUri.. much more robust. 4.0 and 4.1 compatible...
mh [Tue, 26 Nov 2002 00:25:59 +0000 (00:25 +0000)]
use req.getContextPath to find the RootUri.. much more robust. 4.0 and 4.1 compatible due to new web.xml mapping

21 years agolog4j implemented for the producer subsystem
zapata [Mon, 25 Nov 2002 19:04:33 +0000 (19:04 +0000)]
log4j implemented for the producer subsystem

21 years agobacked out patch regarding automatic media title assignment
john [Mon, 25 Nov 2002 10:10:10 +0000 (10:10 +0000)]
backed out patch regarding automatic media title assignment

21 years agoerror templates needed "templates/" to work
john [Mon, 25 Nov 2002 10:01:56 +0000 (10:01 +0000)]
error templates needed "templates/" to work

21 years agofixed bug where media subtitle was being
john [Fri, 22 Nov 2002 11:57:52 +0000 (11:57 +0000)]
fixed bug where media subtitle was being
interpreted as mandatory,
now instead of throwing an error if the user didn't
put a subtitle on the media item,
it assigns a sensible default.

21 years agoa rudimentary search result template, used by OpenMir
john [Thu, 21 Nov 2002 23:52:15 +0000 (23:52 +0000)]
a rudimentary search result template, used by OpenMir

21 years agoadded ?do=search
john [Thu, 21 Nov 2002 23:51:07 +0000 (23:51 +0000)]
added ?do=search
which takes &query=somequerystringinlucentsyntax
and returns some rudimentary results

21 years agoadded definitions for the IndexingProducerNodeBuilder
john [Thu, 21 Nov 2002 21:09:14 +0000 (21:09 +0000)]
added definitions for the IndexingProducerNodeBuilder

21 years agonow features intelligent destruction of locks on error!
john [Thu, 21 Nov 2002 21:08:12 +0000 (21:08 +0000)]
now features intelligent destruction of locks on error!
(means might actually be usuable soon)

21 years agocompiles into a standalone program that generates the intitial index directory
john [Thu, 21 Nov 2002 21:03:01 +0000 (21:03 +0000)]
compiles into a standalone program that generates the intitial index directory
for lucene.
documentation forthcoming....

21 years agosome updates/fixes
zapata [Wed, 20 Nov 2002 17:48:12 +0000 (17:48 +0000)]
some updates/fixes

21 years agosome updates
zapata [Wed, 20 Nov 2002 17:47:39 +0000 (17:47 +0000)]
some updates

21 years agofixed a bug: when someone logged out, a dysfunctional login page would be
zapata [Wed, 20 Nov 2002 16:16:53 +0000 (16:16 +0000)]
fixed a bug: when someone logged out, a dysfunctional login page would be
returned.

21 years agofix serious bug introduced with the media InputStream changes that caused a database...
mh [Fri, 15 Nov 2002 22:13:21 +0000 (22:13 +0000)]
fix serious bug introduced with the media InputStream changes that caused a database connection to be lost when a LargeObject was missing/broken. eventually postgrss would hit it's max connections limit

21 years agobigger :)
trez [Thu, 14 Nov 2002 00:22:53 +0000 (00:22 +0000)]
bigger :)

21 years agobigger
trez [Thu, 14 Nov 2002 00:18:43 +0000 (00:18 +0000)]
bigger

21 years agobigger textarea now
trez [Wed, 13 Nov 2002 21:07:55 +0000 (21:07 +0000)]
bigger textarea now

21 years agofixes + a (not yet tested) writer to logger adapter
zapata [Mon, 11 Nov 2002 17:32:22 +0000 (17:32 +0000)]
fixes + a (not yet tested) writer to logger adapter

21 years agolanguage property for content added in basic localizer
zapata [Fri, 8 Nov 2002 15:54:37 +0000 (15:54 +0000)]
language property for content added in basic localizer

21 years agonew file
mh [Wed, 6 Nov 2002 06:24:11 +0000 (06:24 +0000)]
new file

21 years agoFixed bad line wrap and add in the missing TempDir line (from MIR_1_0)
mh [Wed, 6 Nov 2002 03:15:31 +0000 (03:15 +0000)]
Fixed bad line wrap and add in the missing TempDir line (from MIR_1_0)

21 years agowhoops ;-)
zapata [Tue, 5 Nov 2002 14:51:41 +0000 (14:51 +0000)]
whoops ;-)

21 years agoCopyDir now also copies files
zapata [Mon, 4 Nov 2002 23:13:11 +0000 (23:13 +0000)]
CopyDir now also copies files

21 years agosome misc. maintenance
zapata [Mon, 4 Nov 2002 20:32:45 +0000 (20:32 +0000)]
some misc. maintenance

21 years agomerge media InputStream changes from MIR_1_0 branch
mh [Mon, 4 Nov 2002 04:35:20 +0000 (04:35 +0000)]
merge media InputStream changes from MIR_1_0 branch

21 years agomake form changes necessary for the new way doing file uploads (InputStream): move...
mh [Mon, 4 Nov 2002 04:34:08 +0000 (04:34 +0000)]
make form changes necessary for the new way doing file uploads (InputStream): move media_title above the file field

21 years agofix obvious spelling mistake
mh [Mon, 4 Nov 2002 04:32:57 +0000 (04:32 +0000)]
fix obvious spelling mistake

21 years ago*** empty log message ***
matt [Fri, 25 Oct 2002 20:22:10 +0000 (20:22 +0000)]
*** empty log message ***

21 years ago- producer links are moved to an "advanced" page, not intended for normal
zapata [Fri, 25 Oct 2002 03:25:13 +0000 (03:25 +0000)]
- producer links are moved to an "advanced" page, not intended for normal
  users. Normal users have only 1 link "generate all new"
- used br1's support for log4j at 1 place (ServletModuleDispatch)
- misc. small changes/fixes here and there

21 years agogerman producer bundles
idfx [Thu, 24 Oct 2002 16:34:38 +0000 (16:34 +0000)]
german producer bundles

21 years agoadded the fileEdit to admin_en.properties
maulwurf [Sun, 20 Oct 2002 03:22:44 +0000 (03:22 +0000)]
added the fileEdit to admin_en.properties

21 years agoreset in admin_en.properties added
maulwurf [Sun, 20 Oct 2002 02:25:45 +0000 (02:25 +0000)]
reset in admin_en.properties added

21 years agofixed a default config bug
zapata [Fri, 18 Oct 2002 22:30:19 +0000 (22:30 +0000)]
fixed a default config bug

21 years agochanged the name of the default OpenMir logfile
zapata [Fri, 18 Oct 2002 00:51:14 +0000 (00:51 +0000)]
changed the name of the default OpenMir logfile

21 years agofixed config a bug regarding OpenMir
zapata [Fri, 18 Oct 2002 00:50:22 +0000 (00:50 +0000)]
fixed config a bug regarding OpenMir

21 years agosupport for the new CopyDir producer node
zapata [Tue, 15 Oct 2002 23:07:33 +0000 (23:07 +0000)]
support for the new CopyDir producer node

21 years agoa quick bugfix of the new producer templates
zapata [Tue, 15 Oct 2002 23:04:14 +0000 (23:04 +0000)]
a quick bugfix of the new producer templates

21 years agosome fixes for the new basic producer template set
zapata [Tue, 15 Oct 2002 22:57:58 +0000 (22:57 +0000)]
some fixes for the new basic producer template set

21 years agothe new basic producer template set (designed by thomas)
zapata [Tue, 15 Oct 2002 22:56:58 +0000 (22:56 +0000)]
the new basic producer template set (designed by thomas)

21 years agoupdates producer bundles for the new basic template set
zapata [Tue, 15 Oct 2002 22:55:41 +0000 (22:55 +0000)]
updates producer bundles for the new basic template set

21 years ago- mysql references removed
zapata [Mon, 14 Oct 2002 03:33:00 +0000 (03:33 +0000)]
- mysql references removed
- small error in the help corrected

21 years agobugfix in expression parsing
zapata [Sun, 13 Oct 2002 20:38:24 +0000 (20:38 +0000)]
bugfix in expression parsing

21 years agocreationdate for breaking news now available in producers
zapata [Sun, 13 Oct 2002 20:37:27 +0000 (20:37 +0000)]
creationdate for breaking news now available in producers

21 years agocorrected the path to jai*.jar in the documentation. the new directory-structure...
idfx [Sat, 12 Oct 2002 11:22:03 +0000 (11:22 +0000)]
corrected the path to jai*.jar in the documentation. the new directory-structure has to be documentated, too

21 years agoservlet-2.2.jar is not copied anymore to WEF-INF/lib, beacuse normally tomcat provide...
idfx [Thu, 10 Oct 2002 10:57:39 +0000 (10:57 +0000)]
servlet-2.2.jar is not copied anymore to WEF-INF/lib, beacuse normally tomcat provides this jar in his common/lib-directory. a small change in the web.xml, that tomcat 4.1.* starts the web-app

21 years agonot used anymore
bruno [Wed, 9 Oct 2002 16:46:46 +0000 (16:46 +0000)]
not used anymore