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