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