mir.git
17 years agoremoving wrong entry bout source dir.
pietrus [Fri, 20 Oct 2006 23:50:59 +0000 (23:50 +0000)]
removing wrong entry bout source dir.

17 years agosmall fix
zapata [Sat, 14 Oct 2006 20:21:24 +0000 (20:21 +0000)]
small fix

17 years agoUse '/usr/share/java' to construct the classpath because some OS vendors place java...
pietrus [Wed, 27 Sep 2006 21:28:11 +0000 (21:28 +0000)]
Use '/usr/share/java' to construct the classpath because some OS vendors place java libs inthat dir instead of forcing everyone use te CLASSPATH environment variable

17 years agohonour user CLASSPATH environment variable
pietrus [Tue, 26 Sep 2006 17:58:38 +0000 (17:58 +0000)]
honour user CLASSPATH environment variable

17 years agofixing typos
pietrus [Fri, 1 Sep 2006 04:37:36 +0000 (04:37 +0000)]
fixing typos

17 years agosmall fix to the binary distribution ant task
zapata [Wed, 23 Aug 2006 19:34:41 +0000 (19:34 +0000)]
small fix to the binary distribution ant task

17 years agoscript to fix permissions of files and dirs in the binary distribuition
pietrus [Wed, 23 Aug 2006 00:22:22 +0000 (00:22 +0000)]
script to fix permissions of files and dirs in the binary distribuition

17 years agoant build file for the binary distribuition
pietrus [Wed, 23 Aug 2006 00:21:45 +0000 (00:21 +0000)]
ant build file for the binary distribuition

17 years agochanged the "source-distribution" target to produce a tar.gz instead of a zip file.
pietrus [Tue, 22 Aug 2006 21:31:47 +0000 (21:31 +0000)]
changed the "source-distribution" target to produce a tar.gz instead of a zip file.
created a new target called "full-distribution" that will build mir, build the source distribution tarball, copy the source distribution to "bin/mir/WEB-INF" and create a tarball of "bin/mir" called "mir-${version}.tar.gz" in "dist"

17 years agoMade the following variables (which deal with the new image resizing code) local...
yossarian [Sun, 13 Aug 2006 19:46:46 +0000 (19:46 +0000)]
Made the following variables (which deal with the new image resizing code) local rather than instance:

private String imagesOriginalDir;
private String imagesOriginalDirRelPath;
private String imageOriginalFilePath;
private String imageOriginalRelPath;

Also took out the reference to StreamCopier.copyFile as there was already something in Mir that was designed for this purpose: FileRoutines.copyFile

Cleaned up source formatting somewhat to use 2 spaces instead of tabs.

Using Integer.toString(foo) rather than new Integer(foo).toString() on Zapata's advice.

17 years agoChanges which allow images to be resized by Mir and saved in the filesystem if an...
yossarian [Sun, 13 Aug 2006 18:25:32 +0000 (18:25 +0000)]
Changes which allow images to be resized by Mir and saved in the filesystem if an image upload exceeds a certain size (defined in config.properties).

In order to save the location of the original (unresized) image to the database, a field needs to be added to the "images" table:

original_file_path - varchar(255)

Image resizing should be considered highly experimental.  It is turned off by default.

17 years agowhoops 3
zapata [Thu, 10 Aug 2006 20:03:51 +0000 (20:03 +0000)]
whoops 3

17 years agowhoops 2
zapata [Thu, 10 Aug 2006 20:00:28 +0000 (20:00 +0000)]
whoops 2

17 years agowhoops
zapata [Thu, 10 Aug 2006 19:55:20 +0000 (19:55 +0000)]
whoops

17 years agoreintroduced StringUtil.regexpReplace
zapata [Thu, 10 Aug 2006 19:29:33 +0000 (19:29 +0000)]
reintroduced StringUtil.regexpReplace
updated license javadoc

17 years agoadded better support for article urls in PDF files
zapata [Sun, 16 Jul 2006 03:14:10 +0000 (03:14 +0000)]
added better support for article urls in PDF files

17 years agolockfile added
zapata [Thu, 1 Jun 2006 18:28:21 +0000 (18:28 +0000)]
lockfile added

17 years agointroduction of the change engine
zapata [Thu, 1 Jun 2006 18:26:51 +0000 (18:26 +0000)]
introduction of the change engine

17 years agoreplaced some gnu RE's with the much faster jakarta ORO
zapata [Thu, 1 Jun 2006 17:57:20 +0000 (17:57 +0000)]
replaced some gnu RE's with the much faster jakarta ORO

17 years agotiny fixes here and there
zapata [Thu, 1 Jun 2006 11:50:41 +0000 (11:50 +0000)]
tiny fixes here and there

17 years agoremoved some system.out logging
zapata [Sat, 13 May 2006 17:01:14 +0000 (17:01 +0000)]
removed some system.out logging

18 years agoadded a posting size anti-abuse filter
zapata [Sun, 19 Mar 2006 20:53:11 +0000 (20:53 +0000)]
added a posting size anti-abuse filter

18 years agobug fix take 2
john [Tue, 28 Feb 2006 17:01:35 +0000 (17:01 +0000)]
bug fix take 2

18 years agobug fix for the bug fix.
john [Tue, 28 Feb 2006 16:50:36 +0000 (16:50 +0000)]
bug fix for the bug fix.

18 years agobug fix for dates
john [Tue, 28 Feb 2006 16:44:21 +0000 (16:44 +0000)]
bug fix for dates

18 years agochanged the behaviour of entity uploaded media so that articles/comments linking...
zapata [Tue, 21 Feb 2006 20:24:43 +0000 (20:24 +0000)]
changed the behaviour of entity uploaded media so that articles/comments linking to the media will no longer be marked unproduced

18 years agofixed the ogg mime type
zapata [Mon, 20 Feb 2006 22:47:19 +0000 (22:47 +0000)]
fixed the ogg mime type

18 years ago*** empty log message ***
zapata [Sat, 28 Jan 2006 18:33:15 +0000 (18:33 +0000)]
*** empty log message ***

18 years agowhoops
zapata [Thu, 26 Jan 2006 19:21:45 +0000 (19:21 +0000)]
whoops

18 years agocosmetic fix on the message board: the right column's width is now 10%
zapata [Sat, 14 Jan 2006 19:09:03 +0000 (19:09 +0000)]
cosmetic fix on the message board: the right column's width is now 10%

18 years agoup/down/top/bottom implemented for filters and filter groups
zapata [Mon, 26 Dec 2005 00:28:52 +0000 (00:28 +0000)]
up/down/top/bottom implemented for filters and filter groups

18 years agoadmin start page table fixes
zapata [Sun, 25 Dec 2005 23:22:38 +0000 (23:22 +0000)]
admin start page table fixes

18 years agofixed a bug concerning article parent selection
zapata [Sun, 25 Dec 2005 21:52:19 +0000 (21:52 +0000)]
fixed a bug concerning article parent selection

18 years agoadded the possibility to search for articles by topic
zapata [Sun, 25 Dec 2005 21:38:45 +0000 (21:38 +0000)]
added the possibility to search for articles by topic

18 years agointerceptor concept introduced: entity adapter fields referenced in a
zapata [Sat, 24 Dec 2005 21:47:17 +0000 (21:47 +0000)]
interceptor concept introduced: entity adapter fields referenced in a
producer will now by default pass through the html filter.

18 years agojai removed from license part 1
zapata [Sat, 24 Dec 2005 11:43:34 +0000 (11:43 +0000)]
jai removed from license part 1

18 years agorenamings
zapata [Sat, 24 Dec 2005 11:34:57 +0000 (11:34 +0000)]
renamings

18 years agowhoops
zapata [Fri, 23 Dec 2005 21:57:22 +0000 (21:57 +0000)]
whoops

18 years agofix of human readable size and media info
zapata [Fri, 23 Dec 2005 21:56:27 +0000 (21:56 +0000)]
fix of human readable size and media info
some cleaning up

18 years agofixed a problem with newer imagemagick versions - reversed parameter for the identify...
skep [Mon, 19 Dec 2005 12:34:36 +0000 (12:34 +0000)]
fixed a problem with newer imagemagick versions - reversed parameter for the identify-call

18 years agowhoops
zapata [Sat, 3 Dec 2005 16:45:19 +0000 (16:45 +0000)]
whoops

18 years agoadded the comment status count field
zapata [Sat, 3 Dec 2005 16:26:12 +0000 (16:26 +0000)]
added the comment status count field

18 years ago1.3 jvm compatibility fixes
zapata [Sun, 20 Nov 2005 14:36:22 +0000 (14:36 +0000)]
1.3 jvm compatibility fixes

18 years agopossible performance improvement
zapata [Sat, 19 Nov 2005 19:02:34 +0000 (19:02 +0000)]
possible performance improvement

18 years agouploaded media redirection bug fixed
zapata [Mon, 14 Nov 2005 21:28:29 +0000 (21:28 +0000)]
uploaded media redirection bug fixed

18 years agofilter page bugs resolved
zapata [Wed, 9 Nov 2005 22:11:06 +0000 (22:11 +0000)]
filter page bugs resolved

18 years ago- icons in comment list
zapata [Wed, 9 Nov 2005 14:08:56 +0000 (14:08 +0000)]
- icons in comment list
- operations available in the ip log

18 years agochanged the constructor from private to public to fix error at publishing videos...
pietrus [Sun, 30 Oct 2005 15:16:31 +0000 (15:16 +0000)]
changed the constructor from private to public to fix error at publishing videos from admin

18 years agoserious memory leak in the producer subsystem fixed
zapata [Sun, 30 Oct 2005 00:46:57 +0000 (00:46 +0000)]
serious memory leak in the producer subsystem fixed

18 years agoattributes attribute attributes
john [Wed, 12 Oct 2005 02:40:48 +0000 (02:40 +0000)]
attributes attribute attributes

18 years agofurther refining the filter...
john [Wed, 5 Oct 2005 16:34:42 +0000 (16:34 +0000)]
further refining the filter...

18 years agoanother small fix
john [Tue, 4 Oct 2005 03:13:42 +0000 (03:13 +0000)]
another small fix

18 years agoa small but useful fix
john [Tue, 4 Oct 2005 02:26:50 +0000 (02:26 +0000)]
a small but useful fix

18 years agomisc. fixes/cleanup
zapata [Sun, 2 Oct 2005 20:09:38 +0000 (20:09 +0000)]
misc. fixes/cleanup

18 years agocleanup + misc. fixes
zapata [Sat, 1 Oct 2005 18:40:40 +0000 (18:40 +0000)]
cleanup + misc. fixes

18 years agomisc. fixes
zapata [Sun, 18 Sep 2005 15:01:27 +0000 (15:01 +0000)]
misc. fixes

18 years agofixing typos.
pietrus [Tue, 13 Sep 2005 22:33:26 +0000 (22:33 +0000)]
fixing typos.

18 years agoadd the db_patches and model_version tables to the database.
pietrus [Tue, 13 Sep 2005 21:44:50 +0000 (21:44 +0000)]
add the db_patches and model_version tables to the database.

18 years agoadding db_patches and model_version to the database creation scripts.
pietrus [Tue, 13 Sep 2005 21:32:09 +0000 (21:32 +0000)]
adding db_patches and model_version to the database creation scripts.

18 years agofixed a bug in the hidden article module
zapata [Sat, 10 Sep 2005 20:35:02 +0000 (20:35 +0000)]
fixed a bug in the hidden article module

18 years agowhoops!
john [Wed, 7 Sep 2005 23:16:54 +0000 (23:16 +0000)]
whoops!

18 years agofixes the problem Alster spotted ...
john [Wed, 7 Sep 2005 22:59:32 +0000 (22:59 +0000)]
fixes the problem Alster spotted ...

18 years agosome template tweaking
zapata [Mon, 5 Sep 2005 21:28:01 +0000 (21:28 +0000)]
some template tweaking

18 years agosource compatibility set to 1.3 for the javac task to prevent spurious "unchecked...
zapata [Mon, 5 Sep 2005 20:41:24 +0000 (20:41 +0000)]
source compatibility set to 1.3 for the javac task to prevent spurious "unchecked method" warnings

18 years agofixed a bug that occurred in postgresql 7.4.x when an article's parent is deselected
zapata [Mon, 5 Sep 2005 19:11:01 +0000 (19:11 +0000)]
fixed a bug that occurred in postgresql 7.4.x when an article's parent is deselected

18 years agocleanup / abuse system fix / prepping for a release
zapata [Sun, 21 Aug 2005 17:09:17 +0000 (17:09 +0000)]
cleanup / abuse system fix / prepping for a release

18 years agofixing html whitelist bug
john [Thu, 18 Aug 2005 22:16:10 +0000 (22:16 +0000)]
fixing html whitelist bug

use semicolons instead of commmas to separate the element names in config.properties!

18 years agoadding .cvsignore file for toplevel dir
grok [Mon, 15 Aug 2005 09:57:16 +0000 (09:57 +0000)]
adding .cvsignore file for toplevel dir

18 years agoadding doc on search framework
grok [Mon, 15 Aug 2005 09:52:36 +0000 (09:52 +0000)]
adding doc on search framework

18 years agoadding doc for the search framework
grok [Sun, 14 Aug 2005 13:57:32 +0000 (13:57 +0000)]
adding doc for the search framework

18 years agoadding doc
grok [Sat, 13 Aug 2005 20:07:40 +0000 (20:07 +0000)]
adding doc

18 years agoworking on doc
grok [Sat, 13 Aug 2005 15:21:36 +0000 (15:21 +0000)]
working on doc

18 years agoadding doc
grok [Sat, 13 Aug 2005 14:32:34 +0000 (14:32 +0000)]
adding doc

18 years agoworking on doc
grok [Sat, 13 Aug 2005 10:40:01 +0000 (10:40 +0000)]
working on doc

18 years agoadding doc/comments
grok [Sat, 13 Aug 2005 10:29:59 +0000 (10:29 +0000)]
adding doc/comments

18 years agoadding doc/comments
grok [Sat, 13 Aug 2005 10:29:14 +0000 (10:29 +0000)]
adding doc/comments

18 years agoadding doc/comments
grok [Fri, 12 Aug 2005 09:21:42 +0000 (09:21 +0000)]
adding doc/comments

18 years agoadding doc/comments to producers.xml
grok [Fri, 12 Aug 2005 09:21:08 +0000 (09:21 +0000)]
adding doc/comments to producers.xml

18 years agoworking on doc
grok [Fri, 12 Aug 2005 09:19:35 +0000 (09:19 +0000)]
working on doc

18 years agoadding figure to dev doc
grok [Thu, 11 Aug 2005 17:06:41 +0000 (17:06 +0000)]
adding figure to dev doc

18 years agoadding simple doc to producers.xml
grok [Thu, 11 Aug 2005 15:34:11 +0000 (15:34 +0000)]
adding simple doc to producers.xml

18 years agomoving ../diagrams into figures
grok [Thu, 11 Aug 2005 12:44:27 +0000 (12:44 +0000)]
moving ../diagrams into figures

18 years agoadding new developers guide
grok [Thu, 11 Aug 2005 12:28:35 +0000 (12:28 +0000)]
adding new developers guide

18 years agoadding diagrams to doc
grok [Wed, 10 Aug 2005 20:04:49 +0000 (20:04 +0000)]
adding diagrams to doc

18 years agoadding a few illustrations for the doc
grok [Wed, 10 Aug 2005 19:49:19 +0000 (19:49 +0000)]
adding a few illustrations for the doc

18 years agoadding a form on the edit article pages that allows you to add an image attachment...
grok [Sun, 7 Aug 2005 17:02:15 +0000 (17:02 +0000)]
adding a form on the edit article pages that allows you to add an image attachment by directly typing in it's id

18 years agoadding doc
grok [Thu, 28 Jul 2005 21:44:01 +0000 (21:44 +0000)]
adding doc

18 years agoadding doc
grok [Thu, 28 Jul 2005 14:12:36 +0000 (14:12 +0000)]
adding doc

18 years agoadding comments / documentation to filter related code
grok [Thu, 28 Jul 2005 12:43:15 +0000 (12:43 +0000)]
adding comments / documentation to filter related code

18 years agoAdding a new ImageMagickImageProcessor class to replace
grok [Wed, 27 Jul 2005 11:46:14 +0000 (11:46 +0000)]
Adding a new ImageMagickImageProcessor class to replace
the old JAIImageProcessor class. Removing the non-free JAI,
will bring us closer to making mir free. The new class uses
ImageMagick commandline programs who's path may be specified
in the config.properties configuration file.
I did a few other minor changes, like adding a ChangeLog file
and adding a few comments.

18 years agoupdated romanian translation of admin bundle. thanks to tulpje/aic of indymedia-romania.
pietrus [Sun, 12 Jun 2005 23:31:41 +0000 (23:31 +0000)]
updated romanian translation of admin bundle. thanks to tulpje/aic of indymedia-romania.

18 years agoftp uploads now preserving order
zapata [Sun, 12 Jun 2005 19:18:03 +0000 (19:18 +0000)]
ftp uploads now preserving order

18 years agoHTML whitelist now in config.properties
john [Fri, 10 Jun 2005 00:12:44 +0000 (00:12 +0000)]
HTML whitelist now in config.properties

18 years agoadded an HTML whitelist
john [Fri, 10 Jun 2005 00:12:10 +0000 (00:12 +0000)]
added an HTML whitelist

18 years agohi new lucene
john [Sat, 21 May 2005 20:28:25 +0000 (20:28 +0000)]
hi new lucene

18 years agonew lucene
john [Sat, 21 May 2005 20:27:31 +0000 (20:27 +0000)]
new lucene

18 years agobug in view children fixed
zapata [Tue, 10 May 2005 17:57:41 +0000 (17:57 +0000)]
bug in view children fixed

18 years agocomment list fixed
zapata [Sat, 7 May 2005 18:03:35 +0000 (18:03 +0000)]
comment list fixed

19 years agotiny fix of the database code
zapata [Sat, 16 Apr 2005 18:37:23 +0000 (18:37 +0000)]
tiny fix of the database code

19 years agofixed a bug that reset times for datetime fields
zapata [Sat, 16 Apr 2005 18:27:31 +0000 (18:27 +0000)]
fixed a bug that reset times for datetime fields