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