mir.git
22 years ago- made a producer for startpages per topic
zapata [Wed, 1 May 2002 04:33:14 +0000 (04:33 +0000)]
- made a producer for startpages per topic

22 years agoimplemented a simple producer queue
zapata [Tue, 30 Apr 2002 22:09:10 +0000 (22:09 +0000)]
implemented a simple producer queue

22 years agofixed some bugs
zapata [Sun, 28 Apr 2002 15:59:03 +0000 (15:59 +0000)]
fixed some bugs

22 years ago- open posting localizer now in use for updating startpage / content after an
zapata [Sun, 28 Apr 2002 15:56:58 +0000 (15:56 +0000)]
- open posting localizer now in use for updating startpage / content after an
open posting.
- some small fixes here and there...

22 years agowhoops, didn't notice cvs found a version conflict...
zapata [Sat, 27 Apr 2002 16:19:32 +0000 (16:19 +0000)]
whoops, didn't notice cvs found a version conflict...

22 years agoremoved some debug code / use the producer engine now from ServletModuleProducer
zapata [Sat, 27 Apr 2002 16:16:38 +0000 (16:16 +0000)]
removed some debug code / use the producer engine now from ServletModuleProducer

22 years agoif the directory the file should be written is not existing, it is created now
idfx [Sat, 27 Apr 2002 14:42:15 +0000 (14:42 +0000)]
if the directory the file should be written is not existing, it is created now

22 years agochanged the start admin template to include the new, localizable producers
zapata [Fri, 26 Apr 2002 21:39:18 +0000 (21:39 +0000)]
changed the start admin template to include the new, localizable producers

22 years agosome new files / some changes here and there for localized producers
zapata [Mon, 22 Apr 2002 19:47:48 +0000 (19:47 +0000)]
some new files / some changes here and there for localized producers

22 years agosome new producer related files added
zapata [Mon, 22 Apr 2002 19:29:19 +0000 (19:29 +0000)]
some new producer related files added

22 years agosome new files for the localization factory / producer rewrite
zapata [Mon, 22 Apr 2002 18:16:29 +0000 (18:16 +0000)]
some new files for the localization factory / producer rewrite

22 years agosingle quote qeustionmark bug
idfx [Sun, 21 Apr 2002 14:18:29 +0000 (14:18 +0000)]
single quote qeustionmark bug

22 years agobecause of heavy-spam-attacks to indymedia.de i added a one-time-password-protection...
idfx [Sat, 20 Apr 2002 14:36:31 +0000 (14:36 +0000)]
because of heavy-spam-attacks to indymedia.de i added a one-time-password-protection, it can be switched on and off by editing config.properties -> config.properties has to be updated before compilation. todo: create an image with the password-string

22 years agoChanged some stuff to match PostgreSQL 7.2
mj [Fri, 19 Apr 2002 16:55:36 +0000 (16:55 +0000)]
Changed some stuff to match PostgreSQL 7.2

22 years agouse description_sentence to not have the entire front page text+html
john [Thu, 18 Apr 2002 09:00:20 +0000 (09:00 +0000)]
use description_sentence to not have the entire front page text+html
getting shoved into what should be just a teaser

22 years agoadded another "virtual member"
john [Thu, 18 Apr 2002 08:58:57 +0000 (08:58 +0000)]
added another "virtual member"
to content entities, this one does some easy string manipulation
to return content.description_sentence, the first sentence of the description
with all html tags stripped.  used for RSS right now.  works analogously to
content.description_parsed

22 years agogot rid of use of jdbc's result_set.getTimestamp() method, which loses
john [Thu, 18 Apr 2002 08:56:45 +0000 (08:56 +0000)]
got rid of use of jdbc's result_set.getTimestamp() method, which loses
information which is stored by postgres

replaced with ordinary result_set.getString(), which returns a compatible
string to timestamp.toString(), which is what is expected(plus some extra
info on the end-the worst thing that can happen is a little bit of table
stretching in the admin pages)

22 years agofixed the method which takes a webdb_date to a dublin core date to include
john [Thu, 18 Apr 2002 08:54:10 +0000 (08:54 +0000)]
fixed the method which takes a webdb_date to a dublin core date to include
correct timezone info

22 years agomake image/gif and image/png images be converted into PNG format. everything else...
mh [Mon, 15 Apr 2002 23:20:50 +0000 (23:20 +0000)]
make image/gif and image/png images be converted into PNG format. everything else remains Jpeg format. this makes MediaHandlerImages abstract. media_type table has to be updated.

22 years agoput "height" where "width" was.
mh [Mon, 15 Apr 2002 23:17:02 +0000 (23:17 +0000)]
put "height" where "width" was.

22 years agouggghhhh. timezone info, which is in the database, dissappears by the time it
john [Mon, 15 Apr 2002 21:07:23 +0000 (21:07 +0000)]
uggghhhh.  timezone info, which is in the database, dissappears by the time it
becomes entity.webdb_create

until this is tracked down, no timezones on dates.
not an ideal solution.

22 years agomore bug fixes in dublin core date functions....
john [Mon, 15 Apr 2002 10:27:44 +0000 (10:27 +0000)]
more bug fixes in dublin core date functions....
i really shouldn't be allowed near a terminal after midnight

22 years agobug fix...was far too late last night to be trying to count letters...
john [Mon, 15 Apr 2002 10:17:28 +0000 (10:17 +0000)]
bug fix...was far too late last night to be trying to count letters...
the out of bounds error being generated in the features.1-0.rdf should go away now

22 years agoif you make a start page, you also make a rdf file with an rss
john [Sun, 14 Apr 2002 22:59:45 +0000 (22:59 +0000)]
if you make a start page, you also make a rdf file with an rss
description of your features.  it goes where www.indy expects it.

22 years agoevery entity now has a webdb_create_dc value
john [Sun, 14 Apr 2002 22:57:02 +0000 (22:57 +0000)]
every entity now has a webdb_create_dc value
(dc=dublin core).  should be useful for many types of syndication

22 years agoa couple of w3/dublin core date functions added
john [Sun, 14 Apr 2002 22:52:28 +0000 (22:52 +0000)]
a couple of w3/dublin core date functions added

22 years agopoints to the featuresRSS template in the producer section
john [Sun, 14 Apr 2002 22:51:02 +0000 (22:51 +0000)]
points to the featuresRSS template in the producer section

22 years agoa template for RSS/RDF generation of the features in the center column.
john [Sun, 14 Apr 2002 22:49:34 +0000 (22:49 +0000)]
a template for RSS/RDF generation of the features in the center column.
currently an exact duplicate of indymedia.org/features.1-0.rdf

22 years agofix single quote bug. get rid of obselete quick hack. requires DB conversion script...
mh [Sun, 14 Apr 2002 22:16:07 +0000 (22:16 +0000)]
fix single quote bug. get rid of obselete quick hack. requires DB conversion script to be run for searches with single quotes in them to work properly

22 years agodeleted connect postgres
eh [Sun, 14 Apr 2002 15:23:55 +0000 (15:23 +0000)]
deleted connect postgres

22 years agonext,previous page on openposting, untested..
cvs [Thu, 11 Apr 2002 19:20:21 +0000 (19:20 +0000)]
next,previous page on openposting, untested..

22 years agoproducer.next
cvs [Thu, 11 Apr 2002 19:07:16 +0000 (19:07 +0000)]
producer.next

22 years agofirst cut at adding the missing "next page" in the openposting template. -mh
cvs [Thu, 11 Apr 2002 19:02:07 +0000 (19:02 +0000)]
first cut at adding the missing "next page" in the openposting template. -mh

22 years agoadded espanol to login.languages
ecuador [Wed, 10 Apr 2002 07:46:40 +0000 (07:46 +0000)]
added espanol to login.languages

22 years agoadded spanish to the language option field
ecuador [Wed, 10 Apr 2002 07:43:25 +0000 (07:43 +0000)]
added spanish to the language option field

22 years agoadded spanish to the language option field
ecuador [Wed, 10 Apr 2002 07:38:19 +0000 (07:38 +0000)]
added spanish to the language option field

22 years agotweaks
mh [Mon, 8 Apr 2002 23:57:18 +0000 (23:57 +0000)]
tweaks

22 years agomake media log a static class variable as it shoul dbe
mh [Mon, 8 Apr 2002 23:46:15 +0000 (23:46 +0000)]
make media log a static class variable as it shoul dbe

22 years agoadded a comment: why not pass the whole config hashMap to the templates?
mh [Mon, 8 Apr 2002 23:45:16 +0000 (23:45 +0000)]
added a comment: why not pass the whole config hashMap to the templates?

22 years agoadded support for configuration of max size of a single upload and the maximum number...
mh [Mon, 8 Apr 2002 23:44:00 +0000 (23:44 +0000)]
added support for configuration of max size of a single upload and the maximum number of uploaded items at once

22 years agoadded css-files to cvsto enable deployment of standard-layout
cvs [Mon, 8 Apr 2002 23:11:32 +0000 (23:11 +0000)]
added css-files to cvsto enable deployment of standard-layout

22 years agoZilog's first draft for the spanish translation
zapata [Mon, 8 Apr 2002 20:31:32 +0000 (20:31 +0000)]
Zilog's first draft for the spanish translation

22 years agoforgot to synchronize some more DB instances
cvs [Mon, 8 Apr 2002 17:50:39 +0000 (17:50 +0000)]
forgot to synchronize some more DB instances

22 years agoupgrade to to postgres 7.2 JDBC driver (it's 7.1.3 compatible)
mh [Mon, 8 Apr 2002 03:00:46 +0000 (03:00 +0000)]
upgrade to to postgres 7.2 JDBC driver (it's 7.1.3 compatible)

22 years agocheck for presence of TOMCAT_HOME env var. Check in all webapp lib dirs in tomcat...
mh [Mon, 8 Apr 2002 02:05:30 +0000 (02:05 +0000)]
check for presence of TOMCAT_HOME env var. Check in all webapp lib dirs in tomcat. smarter Dependency checking

22 years agoupdate. tomcat 4, etc..
mh [Mon, 8 Apr 2002 02:03:11 +0000 (02:03 +0000)]
update. tomcat 4, etc..

22 years agominor cleanup
mh [Mon, 8 Apr 2002 02:02:21 +0000 (02:02 +0000)]
minor cleanup

22 years agosend the proper content-type
mh [Mon, 8 Apr 2002 01:58:55 +0000 (01:58 +0000)]
send the proper content-type

22 years agoquick hack to use JPEG again. better solution on the way.
mh [Mon, 8 Apr 2002 01:58:08 +0000 (01:58 +0000)]
quick hack to use JPEG again. better solution on the way.

22 years agosynchronize singleton constructor static getInstance method. dangerous otherwise
mh [Sun, 7 Apr 2002 21:01:23 +0000 (21:01 +0000)]
synchronize singleton constructor static getInstance method. dangerous otherwise

22 years agojust a cvs test
idfx [Sun, 7 Apr 2002 16:14:30 +0000 (16:14 +0000)]
just a cvs test

22 years agoCleaned up build.xml.
mj [Sat, 6 Apr 2002 20:07:04 +0000 (20:07 +0000)]
Cleaned up build.xml.
Changed the way the database is populated so that it works with a
password protected PostgreSQL installation.

22 years agoadded blurb about htdig as a good search engine, pointed to
john [Wed, 3 Apr 2002 16:22:19 +0000 (16:22 +0000)]
added blurb about htdig as a good search engine, pointed to
the wrapper script in scripts/

22 years agoI hateReal*
mh [Wed, 3 Apr 2002 00:17:44 +0000 (00:17 +0000)]
I hateReal*

22 years agogetPublishHost() for Real*
mh [Tue, 2 Apr 2002 23:57:56 +0000 (23:57 +0000)]
getPublishHost() for Real*

22 years agomake RealMedia mediaHandlers have their own getUrl() method. acts like mp3 now
mh [Tue, 2 Apr 2002 23:41:43 +0000 (23:41 +0000)]
make RealMedia mediaHandlers have their own getUrl() method. acts like mp3 now

22 years agoreverse change from 2 minutes ago.
mh [Tue, 2 Apr 2002 23:40:47 +0000 (23:40 +0000)]
reverse change from 2 minutes ago.

22 years agohopefully get.. oh everyones favourite media type Real metafile extensions name mappi...
mh [Tue, 2 Apr 2002 23:11:55 +0000 (23:11 +0000)]
hopefully get.. oh everyones favourite media type Real metafile extensions name mappings correct

22 years agoupdate TODO and explain mime-types in web.xml
mh [Tue, 2 Apr 2002 22:59:36 +0000 (22:59 +0000)]
update TODO and explain mime-types in web.xml

22 years agouse ServletContext.getMimeType() as fallback to find media mime-type from .extension...
mh [Tue, 2 Apr 2002 22:58:30 +0000 (22:58 +0000)]
use ServletContext.getMimeType() as fallback to find media mime-type from .extension instead of broken sun.MimeTable..

22 years agosupport for storing the ServletContext in MirConfig for later use. Have to do this...
mh [Tue, 2 Apr 2002 22:56:05 +0000 (22:56 +0000)]
support for storing the ServletContext in MirConfig for later use. Have to do this because otherwise we can't access it from the invoked via reflection servlet modules

22 years agocommentlist fixxing
rk [Tue, 2 Apr 2002 22:14:51 +0000 (22:14 +0000)]
commentlist fixxing

22 years agocommentlist fixxing
rk [Tue, 2 Apr 2002 22:09:29 +0000 (22:09 +0000)]
commentlist fixxing

22 years agocommentlist fixxing
rk [Tue, 2 Apr 2002 22:07:51 +0000 (22:07 +0000)]
commentlist fixxing

22 years agocommentlist fixxing
rk [Tue, 2 Apr 2002 22:01:10 +0000 (22:01 +0000)]
commentlist fixxing

22 years agocommentlist fixxing
rk [Tue, 2 Apr 2002 21:49:19 +0000 (21:49 +0000)]
commentlist fixxing

22 years agofixed date bug in EntityComment
rk [Tue, 2 Apr 2002 21:27:39 +0000 (21:27 +0000)]
fixed date bug in EntityComment

22 years agoincreased maxfileupload-size to 20 MB
cvs [Tue, 2 Apr 2002 19:03:46 +0000 (19:03 +0000)]
increased maxfileupload-size to 20 MB

22 years agoadded audio/mpeg.. small mistake
mh [Tue, 2 Apr 2002 00:22:22 +0000 (00:22 +0000)]
added audio/mpeg.. small mistake

22 years agoadded audio/mpeg... fuck I hate how mime-types seem to be such a fucking mess..
mh [Tue, 2 Apr 2002 00:20:51 +0000 (00:20 +0000)]
added audio/mpeg... fuck I hate how mime-types seem to be such a fucking mess..

22 years agocommentlist fixxing
rk [Mon, 1 Apr 2002 21:10:50 +0000 (21:10 +0000)]
commentlist fixxing

22 years agocommentlist fixxing
rk [Mon, 1 Apr 2002 21:05:06 +0000 (21:05 +0000)]
commentlist fixxing

22 years agotemplate alternating colors
rk [Mon, 1 Apr 2002 20:53:29 +0000 (20:53 +0000)]
template alternating colors

22 years agotemplate alternating colors
rk [Mon, 1 Apr 2002 20:48:55 +0000 (20:48 +0000)]
template alternating colors

22 years agotemplate alternating colors
rk [Mon, 1 Apr 2002 20:33:45 +0000 (20:33 +0000)]
template alternating colors

22 years agotemplate alternating colors
rk [Mon, 1 Apr 2002 20:31:37 +0000 (20:31 +0000)]
template alternating colors

22 years agotemplate alternating colors
rk [Mon, 1 Apr 2002 20:22:44 +0000 (20:22 +0000)]
template alternating colors

22 years agocreate without connect line
cvs [Mon, 1 Apr 2002 19:46:35 +0000 (19:46 +0000)]
create without connect line

22 years agomoved entities of n:m tables away from ostore caching. no primary key was given....
rk [Mon, 1 Apr 2002 19:43:50 +0000 (19:43 +0000)]
moved entities of n:m tables away from ostore caching. no primary key was given. the right implementation needs to be aware of changes in the dependant tables. StorableObjectEntity cannot be used

22 years agocreatedb with encoding parameter
reto [Mon, 1 Apr 2002 13:50:17 +0000 (13:50 +0000)]
createdb with encoding parameter

22 years agodumb bug
cvs [Mon, 1 Apr 2002 13:42:42 +0000 (13:42 +0000)]
dumb bug

22 years agoit seems poolman does more caching than we thought. it caused problems -mh
cvs [Mon, 1 Apr 2002 04:50:08 +0000 (04:50 +0000)]
it seems poolman does more caching than we thought. it caused problems  -mh

22 years agobug fix in content type finding logic. this really ought to go in another file
mh [Mon, 1 Apr 2002 03:57:52 +0000 (03:57 +0000)]
bug fix in content type finding logic. this really ought to go in another file

22 years agoentity user caching cause of password vulnerability
rk [Sun, 31 Mar 2002 21:15:34 +0000 (21:15 +0000)]
entity user caching cause of password vulnerability

22 years agospace removed in ssi-include statements for compatibility with tomcat ssi-support
reto [Sun, 31 Mar 2002 21:03:35 +0000 (21:03 +0000)]
space removed in ssi-include statements for compatibility with tomcat ssi-support

22 years agolive debugging: finding a nullpointer
idfx [Sun, 31 Mar 2002 12:42:21 +0000 (12:42 +0000)]
live debugging: finding a nullpointer

22 years agowas missing an orderBy
cvs [Sat, 30 Mar 2002 17:26:18 +0000 (17:26 +0000)]
was missing an orderBy

22 years agodata, config and other bugfixes
cvs [Sat, 30 Mar 2002 17:25:39 +0000 (17:25 +0000)]
data, config and other bugfixes

22 years agomore JAI info
cvs [Sat, 30 Mar 2002 14:08:09 +0000 (14:08 +0000)]
more JAI info

22 years agogot rid of JAI from our lkib dir. it beloings in tomcats lib dir.
cvs [Sat, 30 Mar 2002 14:06:37 +0000 (14:06 +0000)]
got rid of JAI from our lkib dir. it beloings in tomcats lib dir.

22 years agoadded JAI to list of requirements
cvs [Sat, 30 Mar 2002 14:01:18 +0000 (14:01 +0000)]
added JAI to list of requirements

22 years agopopups
mh [Fri, 29 Mar 2002 23:49:02 +0000 (23:49 +0000)]
popups

22 years agofix mediaFolder popup
mh [Fri, 29 Mar 2002 23:48:13 +0000 (23:48 +0000)]
fix mediaFolder popup

22 years agomoved german language disclaimer to seperate include
br1 [Fri, 29 Mar 2002 22:44:58 +0000 (22:44 +0000)]
moved german language disclaimer to seperate include

22 years agomedia stuff
br1 [Fri, 29 Mar 2002 22:19:51 +0000 (22:19 +0000)]
media stuff

22 years agoadded asf
br1 [Fri, 29 Mar 2002 22:08:18 +0000 (22:08 +0000)]
added asf

22 years agoalter config
rk [Fri, 29 Mar 2002 21:06:21 +0000 (21:06 +0000)]
alter config

22 years agomedia stuff
br1 [Fri, 29 Mar 2002 20:56:51 +0000 (20:56 +0000)]
media stuff

22 years agomedia attach fixups. popup fix in openposting
mh [Fri, 29 Mar 2002 19:48:02 +0000 (19:48 +0000)]
media attach fixups. popup fix in openposting

22 years agopopup
mh [Fri, 29 Mar 2002 19:46:23 +0000 (19:46 +0000)]
popup