*** empty log message ***
[mir.git] / NEWS
1 [last changed: $Date: 2006/05/13 18:48:18 $]  2002 mir-coders group
2 -------------------------------------------------------------------------------
3
4
5 ================================
6 1.1-rc1 (as of yet unreleased)
7 ================================
8
9 [New features/Improvements]
10 * added support for a built-in search engine using lucene.  indexes articles
11   incrementally when they are produced, uses standard internationalized
12   template scheme to display results of queries, which can be sorted by real
13   publication date and include things like image thumbnails
14   
15 [Bugfixes]
16 * more image formats supported with JAI / Java Image I/O
17
18 [Build process]
19
20 [Maintenance]
21
22 [Notes]
23 Mir depends media operations depend on the correct installation of
24 JAI / Java Image I/O in the JRE running tomcat.
25
26 ===============================
27 1.0.0 final released 2002/12/24
28 ===============================
29
30 [New features/Improvements]
31
32 [Bugfixes]
33 * minor: in source/mir/misc/HTMLTemplateProcessor.java, use Video.Host
34   config option not the non-existant VideoHost option.
35   
36 [Build process]
37
38 [Maintenance]
39 * update README file.
40
41 [Notes]
42
43 =============================
44 1.0.0-rc6 released 2002/12/20
45 =============================
46
47 [New features/Improvements]
48 * throw a RuntimeException in MirConfig.getProp(..) if the property is not 
49   found. This should ease upgrading between versions when a new Config property
50   is added.
51
52 [Bugfixes]
53 * Add a new method to escape characters that are special characters in SQL. It
54   does a better job than the old hack in StringUtil.quote(..) which replaced 
55   single quotes with the HTML representation of a single quote (' 
56   I believe). The hack papered over a bug in the postgres JDBC driver which
57   makes it not recognize escaping w/ a backslash (it uses double single quotes
58   instead).
59   
60 [Build process]
61
62 [Maintenance]
63 * remove some unused methods in the StringUtil class.
64
65 [Notes]
66
67 =============================
68 1.0.0-rc5 released 2002/12/13
69 =============================
70
71 [New features/Improvements]
72 * remove gratuitous uses of encodeHTML in admin templates. this speeds things
73   up.
74 * make StringUtil.deleteForbiddenTags handle the case when a tag is spread over
75   more that one line.
76
77
78 [Bugfixes]
79 * encodeHTML in admin templates shouldn't be used for the list views.
80 * StringUtil.deleteForbiddenTags regexps didn't ignore case.
81 * do not use encodeHTML for internal comments and messageboard in the admin.
82 * next link in messageboard list was broken. (link pointed to "User" module
83   instead of Message module.
84 * remove unwanted tags in MediaRequest as well.
85 * fix call of StringUtil.deleteForbiddenTags in
86   ServletModuleOpenIndy.insposting.
87 * Fix to_topic (just to_topic, not data.to_topic) select field in
88   posting.template that prevented the chossing of a topic in openposting from
89   working. luckily this bug didn't affect most sites since most installations
90   customize the template.
91   
92
93 [Build process]
94
95 [Maintenance]
96 * remove debug prints in ServletModuleOpenIndy.java
97 * remove lot's of no longer used source files and templates.
98
99 [Notes]
100
101 =============================
102 1.0.0-rc4 released 2002/12/10
103 =============================
104
105 [New features/Improvements]
106 * set a "Cache-control", "Pragma" and "Expires" header to the http response
107   in the Mir and OpenMir servlets to insure that nothing gets cached by a
108   client browser.
109 * Add a new config parameter: Mir.DefaultHTMLCharset to set the HTML 
110   content-type charset in one place and re-use it in templates as 
111   ${config.defEncoding}.
112 * Allow some HTML tags in the abstract (description field) during an
113   openposting. strip out the dangerous ones like <head>, <body> and <script> as
114   well as table tags. also strip out dangerous tags from the article body
115   (content_data).
116 * re-introduce smaller/better encodeHTML method to StringUtil class. make it
117   directly callable in FreeMarker templates (like the "lang" template method)
118 * comment and media lists: after deleting an item, return to the same place
119   you were in the list.
120
121 [Bugfixes]
122 * fix content-type in response header: we were sending the Java character
123   encoding instead of the HTML one.
124 * backport from the HEAD branch: fix finding out the Module Name in
125   the ServletModule base class. needed for generic routines like delete.
126 * backport: don't try to free a JDBC connection in EntityImages if it is null.
127 * Fix embarrassing bug in the admin interface that caused data to dissappear
128   when double quotes were in a title form field for example.. (anything
129   enclosed in a value="...")
130 * fix a bug in comment search: if you were at an offset > 0, i.e not on the 
131   first page, the search would be broken.
132 * fix minor bug in media searching: mediafolder search setting would be reset
133   each time. make sure it is not so.
134 * backport from HEAD: fix minor email address filtering bug.
135
136 [Build process]
137
138 [Maintenance]
139 * comment out a bunch of debug logging in Database.java
140 * add this file, REPORTING_BUGS, KNOWN_BUGS, CODINGSTYLE and a README file.
141 * Add gnu Style ChangeLog using cvs2cl (use "-F MIR_1_0 --utc" options., for 
142   HEAD, it would be "-F trunk --utc")
143
144 [Notes]
145 * you'll need to add the new "Mir.DefaultHTMLCharset" config option to your
146   config.properties file. see config.properties-dist
147
148 =============================
149 1.0.0-rc3 released 2002/12/05
150 =============================
151
152 [New features/Improvements]
153 * support "video/avi" mime type.
154 * add missing multi-file dialog for audio/video/othermedia admin interface
155 * mark an article as unproduced when one of it's possible attached media items
156   is modified.
157
158 [Bugfixes]
159 * fix placement of FILE upload field in the media admin
160   that prevented description, author, etc fields to appear in uploaded files in
161   the admin interface.
162 * prevent an Image Entity from getting out of sync w/ the DB when the setImage
163   method in EntityImages is called.
164
165 [Build process]
166
167 [Maintenance]
168
169 [Notes]
170 * manually insertion of "video/avi" mime-type in the media_type table is
171   required. see the dbscripts/populate_mediatyp file for details (id 20)
172
173 =========
174 1.0.0-rc2
175 =========
176
177 [New features/Improvements]
178
179 [Bugfixes]
180 * fix nasty and embaressing bug in rc1 that prevented uploads from working.
181
182 [Build process]
183
184 [Maintenance]
185
186 [Notes]
187
188 =========
189 1.0.0-rc1
190 =========
191
192 [New features/Improvements]
193 * convert the media layer to use InputStreams and OutputStreams when
194   uploading and viewing files to curb memory use. add FileHandler interface
195   abstraction to handle file uploads
196 * support converting the size in bytes of a file to human readable format, eg.
197   384K vs 384 xxx
198 * support for previewing of Media files in the admin interface
199 * use req.getContextPath to find the RootUri.. much more robust
200 * create new web.xml servlet url mapping for 4.0 and 4.1 compatibility
201
202 [Bugfixes]
203 * fix long standing bug that caused '&''s to be removed from an http link in
204   an article abstract
205
206 [Build process]
207
208 [Maintenance]
209 * use cvs's \$Name\$ tag for versioning
210 * get rid of some unused methos in StrinUtil.java
211
212 [Notes]
213 * due to the changes introduced for Input/OutputStream support in media
214   handling, the FILE upload field in the html form, must always come after
215   all other fields required for adding the media item.
216 * you'll need to add the new "TempDir" config option to your config.properties
217   file.
218
219 ==========================================================================
220 From approx. March 2001 (beginning of indymedia.de) to 1.0.0-rc1, Dec 2002
221 ==========================================================================
222
223 [New features/Improvements]
224 * create and improve ServletModules for managing media files in the admin
225   interface
226 * support modification of the content creation date (webdb_create) meta field
227   of a content item
228 * add a basic static file editor ServletModule to be able to edit static html
229   files through the admin interface
230 * creation of a servlet module to list all non publish content items
231 * start of a one-time passwd system for openposting to protect against SPAM
232   attacks
233 * support production of RDF/XML syndication for startspecials/features, works
234   with the new global indymedia system. Should probably be re-factored to be
235   more generic. i.e being able to decide what makes it into the RDF file.
236 * allow for changing the maximum allowed size of an uploaded file as well as
237   the maximum number of files one can upload
238 * support changing the character encoding used in for produced files
239 * support creation of printable PDF files out of articles
240 * creation of the ObjectStore for Object caching to improve performance
241 * make the Entity's implement the freemarker TemplateModel simplifying the
242   the producer code and improving performance.
243 * switch to Poolman Database connection pooling
244 * i18n support for templates via language bundles. allows for a multilingual
245   admin interface and easily switching the language of the produced site.
246 * addition of the media handler interface layer for upload/handling of
247   multimedia files like audio and video
248 * support for duplicate posting checks using checksums via a postgres module
249 * simplify configuration slightly and remove redundant config options
250 * choose between direct and indirect open posting. i.e direct to newswire vs.
251   openposting list.
252 * implement multiple file upload support
253
254 [Bugfixes]
255 * Better and more consistent exception handling: make sure all exceptions make
256   it to the top.
257 * make sure that if some part of a posting fails that the posting however 
258   complete/inconplete it may be is deleted
259 * many bugfixes all over the place
260
261 [Build process]
262 * ditch build.sh wrapper in favor of a saner build.xml
263 * INSTALL documentation revamped
264 * perms.sh script to set install permissions
265 * config.properties file re-organized and commented
266
267 [Maintenance]
268 * make changes for tomcat v4.1.x compatibility
269 * change licensing to GPL
270 * translate some/most comments from German to English
271 * formal start of Mir project: get other developers involved
272
273 [Notes]
274