mir.git
22 years agoadded back in Producer.Content.Batchsize STABLE-pre1_0
john [Mon, 4 Mar 2002 19:09:09 +0000 (19:09 +0000)]
added back in Producer.Content.Batchsize

22 years agoupdated
mh [Sat, 2 Mar 2002 11:39:46 +0000 (11:39 +0000)]
updated

22 years agoget rid of use of iamgeType.. unused now.
mh [Sat, 2 Mar 2002 11:37:26 +0000 (11:37 +0000)]
get rid of use of iamgeType.. unused now.

22 years agomoved media handler implementations to mircoders/media for added flexibility.
mh [Sat, 2 Mar 2002 11:34:15 +0000 (11:34 +0000)]
moved media handler implementations to mircoders/media for added flexibility.
cleaned up set method in MediaHandlerImages (no more reflection). prepared
set method in EntityAudio.

22 years agoAdded some comments, but mostly translated them to English.
mj [Fri, 1 Mar 2002 20:12:47 +0000 (20:12 +0000)]
Added some comments, but mostly translated them to English.

22 years agoObvious very dumb bug. fixed. -mh
cvs [Wed, 27 Feb 2002 13:14:18 +0000 (13:14 +0000)]
Obvious very dumb bug. fixed. -mh

22 years agowe now support all image types via the image/* content-type. if a type is
mh [Tue, 26 Feb 2002 12:33:39 +0000 (12:33 +0000)]
we now support all image types via the image/* content-type. if a type is
unsupported by JAI, it throws an exception and continues. note: media_type
table must be updated. unused imageType var still needs to be removed.

22 years agowe now produce PNG's instead of JPEGs as they are even freer and support
mh [Tue, 26 Feb 2002 12:26:43 +0000 (12:26 +0000)]
we now produce PNG's instead of JPEGs as they are even freer and support
transparency (that was the problem with the GIF's)

22 years agosupport for wildcard like base content-type mappings in media_type table.
mh [Tue, 26 Feb 2002 12:23:10 +0000 (12:23 +0000)]
support for wildcard like base content-type mappings in media_type table.
so things like image/* will work

22 years agomake ProducerImage use dated directories. plus coding style cleanup. sorry, I know...
mh [Tue, 26 Feb 2002 12:11:07 +0000 (12:11 +0000)]
make ProducerImage use dated directories. plus coding style cleanup. sorry, I know it makes the actual code change hard to see.

22 years agoadd split/join methods. no StringUtils is complete without them. taken from
mh [Tue, 26 Feb 2002 12:08:41 +0000 (12:08 +0000)]
add split/join methods. no StringUtils is complete without them. taken from
Jakarta Turbine StringUtils

22 years agoTranslated the JavaDocs to English, added some comments.
mj [Mon, 25 Feb 2002 20:58:56 +0000 (20:58 +0000)]
Translated the JavaDocs to English, added some comments.

22 years agobasic test run working, next step incorporating into db-layer
rk [Mon, 25 Feb 2002 17:46:32 +0000 (17:46 +0000)]
basic test run working, next step incorporating into db-layer

22 years ago<assign.. not needed anymore
mh [Sun, 24 Feb 2002 17:28:10 +0000 (17:28 +0000)]
<assign.. not needed anymore

22 years agomake sure that batches have the correct "ORDER BY".. same problem in ProducerImages...
mh [Sun, 24 Feb 2002 17:01:33 +0000 (17:01 +0000)]
make sure that batches have the correct "ORDER BY".. same problem in ProducerImages.. it's been there for a while..

22 years agoadded cache in EntityContent for comments, media, etc.. this cache must
mh [Sun, 24 Feb 2002 17:00:09 +0000 (17:00 +0000)]
added cache in EntityContent for comments, media, etc.. this cache must
remain transient..

22 years agoadd & use is working with little testsuite. information about hits/misses added.
rk [Fri, 22 Feb 2002 18:48:06 +0000 (18:48 +0000)]
add & use is working with little testsuite. information about hits/misses added.

22 years agostarting to test object store
rk [Thu, 21 Feb 2002 19:23:24 +0000 (19:23 +0000)]
starting to test object store

22 years agoprecompile regex / stringutil
rk [Wed, 20 Feb 2002 18:23:24 +0000 (18:23 +0000)]
precompile regex / stringutil

22 years agosome notes in preparation of ObjectStore and other things
rk [Wed, 20 Feb 2002 15:29:18 +0000 (15:29 +0000)]
some notes in preparation of ObjectStore and other things

22 years agoadded back proper batching of content EntityLists with optimization for
mh [Wed, 20 Feb 2002 13:36:33 +0000 (13:36 +0000)]
added back proper batching of content EntityLists with optimization for
when an id is passed so not to do count(*) in that case.

22 years agominor code cleanup.
mh [Wed, 20 Feb 2002 13:34:23 +0000 (13:34 +0000)]
minor code cleanup.

22 years agoremove needless debugging
mh [Wed, 20 Feb 2002 13:32:16 +0000 (13:32 +0000)]
remove needless debugging

22 years agoturn off caching again had too many nasty side effects..
mh [Wed, 20 Feb 2002 13:30:29 +0000 (13:30 +0000)]
turn off caching again had too many nasty side effects..

22 years agomisc. doc update
mh [Wed, 20 Feb 2002 13:27:43 +0000 (13:27 +0000)]
misc. doc update

22 years agoadjsut content.template to the new way of doing things. openposting: demonstration...
mh [Wed, 20 Feb 2002 13:27:09 +0000 (13:27 +0000)]
adjsut content.template to the new way of doing things. openposting: demonstration speedup.

22 years agoproducer debugging
rk [Wed, 20 Feb 2002 10:23:05 +0000 (10:23 +0000)]
producer debugging

22 years ago release / invalidate
rk [Tue, 19 Feb 2002 20:12:05 +0000 (20:12 +0000)]
 release / invalidate

22 years agodocomentataion
rk [Tue, 19 Feb 2002 19:11:51 +0000 (19:11 +0000)]
docomentataion

22 years agocompilable snapshot of ObjectStore / day two
rk [Tue, 19 Feb 2002 17:59:21 +0000 (17:59 +0000)]
compilable snapshot of ObjectStore / day two

22 years agocompilable snapshot of ObjectStore / day two
rk [Tue, 19 Feb 2002 16:44:59 +0000 (16:44 +0000)]
compilable snapshot of ObjectStore / day two

22 years agoobject store - first draft work in progress
rk [Mon, 18 Feb 2002 23:14:38 +0000 (23:14 +0000)]
object store - first draft work in progress

22 years agoquestionmark
rk [Mon, 18 Feb 2002 22:23:00 +0000 (22:23 +0000)]
questionmark

22 years agoproducer timing finish to producer.java
rk [Mon, 18 Feb 2002 11:43:30 +0000 (11:43 +0000)]
producer timing finish to producer.java

22 years agoproducer timing finish to producer.java
rk [Mon, 18 Feb 2002 11:29:55 +0000 (11:29 +0000)]
producer timing finish to producer.java

22 years agoproducer topic debug
rk [Mon, 18 Feb 2002 11:15:19 +0000 (11:15 +0000)]
producer topic debug

22 years agotuning full production of content
rk [Mon, 18 Feb 2002 10:57:58 +0000 (10:57 +0000)]
tuning full production of content

22 years agotuning full production of content
rk [Mon, 18 Feb 2002 10:51:10 +0000 (10:51 +0000)]
tuning full production of content

22 years ago*** empty log message ***
tob [Mon, 18 Feb 2002 10:22:43 +0000 (10:22 +0000)]
*** empty log message ***

22 years agoModule Breaking / Producer Startpage cleanup
rk [Sun, 17 Feb 2002 23:53:22 +0000 (23:53 +0000)]
Module Breaking / Producer Startpage cleanup

22 years agoselect count optimization...
rk [Sun, 17 Feb 2002 23:30:22 +0000 (23:30 +0000)]
select count optimization...

22 years agoafter turning the poolman cache back on, I realized that posgres 7.1 setBytes
mh [Sun, 17 Feb 2002 23:05:18 +0000 (23:05 +0000)]
after turning the poolman cache back on, I realized that posgres 7.1 setBytes
was not poolman compatible. we now use LargeObjectApi directly.

22 years agowiped AsSimpleList Methods from EntityRelation
rk [Sun, 17 Feb 2002 22:33:35 +0000 (22:33 +0000)]
wiped AsSimpleList Methods from EntityRelation

22 years agoproducerContent debugging / pageCount inserted
rk [Sun, 17 Feb 2002 22:17:29 +0000 (22:17 +0000)]
producerContent debugging / pageCount inserted

22 years agoproducerContent debugging / pageCount inserted
rk [Sun, 17 Feb 2002 22:03:16 +0000 (22:03 +0000)]
producerContent debugging / pageCount inserted

22 years agoproducerContent debugging / pageCount inserted
rk [Sun, 17 Feb 2002 22:03:16 +0000 (22:03 +0000)]
producerContent debugging / pageCount inserted

22 years agoproducerContent cleaned & bugfix for contentn.template
rk [Sun, 17 Feb 2002 21:56:51 +0000 (21:56 +0000)]
producerContent cleaned & bugfix for contentn.template

22 years agoEntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)
rk [Sun, 17 Feb 2002 17:50:46 +0000 (17:50 +0000)]
EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)

22 years agoEntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)
rk [Sun, 17 Feb 2002 17:47:13 +0000 (17:47 +0000)]
EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)

22 years agoEntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)
rk [Sun, 17 Feb 2002 17:33:40 +0000 (17:33 +0000)]
EntityList now freemarker compliant. Deprecated makeSimpleList(EntityList)

22 years agochanged the way media handling works a little. now much less prone to ClassCastExcept...
mh [Sun, 17 Feb 2002 13:18:36 +0000 (13:18 +0000)]
changed the way media handling works a little. now much less prone to ClassCastExceptions.
There now exists DatabaseAudio, DatabaseVideo, etc.. see dbscripts/create...

22 years agopoolman config tweakings
mh [Sun, 17 Feb 2002 13:01:52 +0000 (13:01 +0000)]
poolman config tweakings

22 years agocleanup
mh [Sun, 17 Feb 2002 12:59:55 +0000 (12:59 +0000)]
cleanup

22 years agosome needed date-converters
tob [Fri, 15 Feb 2002 20:39:42 +0000 (20:39 +0000)]
some needed date-converters

22 years agosome remarks and servletmodule cache in Mir.java
rk [Fri, 15 Feb 2002 20:25:29 +0000 (20:25 +0000)]
some remarks and servletmodule cache in Mir.java

22 years agosome notes, code is coming later
rk [Fri, 15 Feb 2002 19:33:02 +0000 (19:33 +0000)]
some notes, code is coming later

22 years agomodified postgresql.jar(rebuilt from source on linux using ibm java 1.3.0 on a linux...
john [Fri, 15 Feb 2002 16:14:29 +0000 (16:14 +0000)]
modified postgresql.jar(rebuilt from source on linux using ibm java 1.3.0 on a linux box)

this fixed a problem where a reflection error was popping up complaining about
a lack of a class to handle "timestamptz"

22 years agopostgresql vacuum / vacuum analyze
rk [Mon, 11 Feb 2002 16:04:06 +0000 (16:04 +0000)]
postgresql vacuum / vacuum analyze

22 years agofixed Database..Name=...
mh [Sat, 9 Feb 2002 16:54:58 +0000 (16:54 +0000)]
fixed Database..Name=...

22 years agobetter error handling
mh [Sat, 9 Feb 2002 16:54:04 +0000 (16:54 +0000)]
better error handling

22 years agomoved db pool initialization to MirConfig completely. Database.jave also
mh [Sat, 9 Feb 2002 16:52:08 +0000 (16:52 +0000)]
moved db pool initialization to MirConfig completely. Database.jave also
gains better error handling.

22 years agopostgresql.jar for the OID hack
mh [Fri, 8 Feb 2002 13:45:04 +0000 (13:45 +0000)]
postgresql.jar for the OID hack

22 years agothe fix for poolman and OID (Postgres Large Objects). a hack until real BLOBS.
mh [Fri, 8 Feb 2002 13:41:05 +0000 (13:41 +0000)]
the fix for poolman and OID (Postgres Large Objects). a hack until real BLOBS.

22 years agocoding style cleanup.
mh [Fri, 8 Feb 2002 13:39:39 +0000 (13:39 +0000)]
coding style cleanup.

22 years agoextra logging line.
mh [Fri, 8 Feb 2002 13:39:04 +0000 (13:39 +0000)]
extra logging line.

22 years agoget url
rk [Fri, 8 Feb 2002 02:24:54 +0000 (02:24 +0000)]
get url

22 years agoget url
rk [Fri, 8 Feb 2002 02:13:08 +0000 (02:13 +0000)]
get url

22 years agoreally splitting log
rk [Fri, 8 Feb 2002 02:01:50 +0000 (02:01 +0000)]
really splitting log

22 years agomoved logic to EntityUploadedMedia
rk [Fri, 8 Feb 2002 01:36:59 +0000 (01:36 +0000)]
moved logic to EntityUploadedMedia

22 years agosepareted pool log from dbentitylog
rk [Fri, 8 Feb 2002 00:08:32 +0000 (00:08 +0000)]
separeted pool log from dbentitylog

22 years agopoolman instead of connectionbroker
idfx [Thu, 7 Feb 2002 14:32:30 +0000 (14:32 +0000)]
poolman instead of connectionbroker

22 years agopoolman instead of connectionbroker
idfx [Thu, 7 Feb 2002 14:29:50 +0000 (14:29 +0000)]
poolman instead of connectionbroker

22 years agoadded necessary libs for poolman
mh [Thu, 7 Feb 2002 14:23:05 +0000 (14:23 +0000)]
added necessary libs for poolman

22 years agopoolman instead of connectionbroker
idfx [Thu, 7 Feb 2002 14:17:11 +0000 (14:17 +0000)]
poolman instead of connectionbroker

22 years agofreemarker to_media template debug
mh [Thu, 7 Feb 2002 13:56:41 +0000 (13:56 +0000)]
freemarker to_media template debug

22 years agodebugging for freemarker to_media
mh [Thu, 7 Feb 2002 13:55:40 +0000 (13:55 +0000)]
debugging for freemarker to_media

22 years agopoolman instead of connectionbroker
idfx [Thu, 7 Feb 2002 13:54:18 +0000 (13:54 +0000)]
poolman instead of connectionbroker

22 years agodbpoolman instead of connectionbroker
idfx [Thu, 7 Feb 2002 13:46:16 +0000 (13:46 +0000)]
dbpoolman instead of connectionbroker

22 years agofreemarker
mh [Thu, 7 Feb 2002 12:45:57 +0000 (12:45 +0000)]
freemarker

22 years agofreemarker media tweaking
mh [Thu, 7 Feb 2002 11:35:33 +0000 (11:35 +0000)]
freemarker media tweaking

22 years agocommented out cache initialization until it works properly.
mh [Thu, 7 Feb 2002 10:21:49 +0000 (10:21 +0000)]
commented out cache initialization until it works properly.

22 years agoterminals are 80x24.
mh [Thu, 7 Feb 2002 10:13:04 +0000 (10:13 +0000)]
terminals are 80x24.

22 years agolet's see what happens in terms of memory usage/GC'ing if we comment out the finalize...
mh [Thu, 7 Feb 2002 10:11:50 +0000 (10:11 +0000)]
let's see what happens in terms of memory usage/GC'ing if we comment out the finalize method.

22 years agoCoding Style cleanup
mh [Thu, 7 Feb 2002 10:09:19 +0000 (10:09 +0000)]
Coding Style cleanup

22 years agouse MediaHelper to get MediaHandler. A little bit of Coding Style cleanup.
mh [Thu, 7 Feb 2002 10:07:18 +0000 (10:07 +0000)]
use MediaHelper to get MediaHandler. A little bit of Coding Style cleanup.

22 years agouse of MediaHelper, TODO's and avoid use of deprecate SimpleHash method.
mh [Thu, 7 Feb 2002 10:05:58 +0000 (10:05 +0000)]
use of MediaHelper, TODO's and avoid use of deprecate SimpleHash method.

22 years agoMedia helper to modularize the invocation and getting of handlers. all the reflection...
mh [Thu, 7 Feb 2002 10:04:02 +0000 (10:04 +0000)]
Media helper to modularize the invocation and getting of handlers. all the reflection stuff happens here.

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 20:27:00 +0000 (20:27 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 20:20:50 +0000 (20:20 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 20:12:07 +0000 (20:12 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 20:05:54 +0000 (20:05 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 20:05:54 +0000 (20:05 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 19:58:23 +0000 (19:58 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 19:50:27 +0000 (19:50 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 19:46:59 +0000 (19:46 +0000)]
debugging DatabaseCache

22 years agodebugging DatabaseCache
idfx [Wed, 6 Feb 2002 19:35:17 +0000 (19:35 +0000)]
debugging DatabaseCache

22 years ago*** empty log message ***
idfx [Wed, 6 Feb 2002 19:28:25 +0000 (19:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
idfx [Wed, 6 Feb 2002 17:47:44 +0000 (17:47 +0000)]
*** empty log message ***

22 years agocleanup list producer
rk [Wed, 6 Feb 2002 16:50:09 +0000 (16:50 +0000)]
cleanup list producer

22 years agocount optimizaton moved
rk [Wed, 6 Feb 2002 15:57:41 +0000 (15:57 +0000)]
count optimizaton moved