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