adding diagrams to doc
[mir.git] / ChangeLog
1 2005-08-10  Grok  <grok@no-log.org>
2         * doc/diagrams:
3         adding a few diagrams to help document mir
4         
5 2005-08-07  Grok  <grok@no-log.org>
6         * templates/admin/FUNCTIONS.template:
7         adding a form on the edit article pages that allows you 
8         to add an image attachment by directly typing in its id
9         
10 2005-07-26  Grok  <grok@no-log.org>
11         * source/mir/media/image/ImageMagickImageProcessor.java:
12         Adding a new ImageMagickImageProcessor class to replace 
13         the old JAIImageProcessor class. Removing the non-free JAI,
14         will bring us closer to making mir free. The new class uses
15         ImageMagick commandline programs who's path may be specified
16         in the config.properties configuration file.