printable version
- email this article
View article without comments
sf-active v0.9.4 changelog
by gek
Saturday, Sep. 11, 2004 at 4:42 AM
This is the changelog for 0.9.2 -> 0.9.4
SF-ACTIVE v0.9.4 Changelog
- The documentation has been updated a lot. It still isn't complete. (most complete versions are english and dutch).
- The date_entered column has been dropped from the webcast table (it wasn't used anyway).
- email validation is now stored in its own table instead of webcast (much less wasteful of our already bloated webcast table) For upgrades, see the patches in install/
- it's now possible to mirror uploaded files to a mirror server(s) directly while uploading. (before you needed pytoeye.py)
- fixed bug in validating of uploads. it allowed only 19 files while the form allowed 20
- the date is now the same in the comment_box in article.php as in the long comment in article_comment.php. It still doesn't honour dst (daylight saving time).
- you can now also upload rtf files. also the list on the publish pages of which files you can upload is now defined in shared/global.cfg (so users get an up to date list even if translations aren't up to date).
- fixed a bug that prevented the search to display thumbnails of pictures published in attachments and comments
- the calendar now uses the same system as the articles to handle html & plain text input. (this fixes a presentation bug with html events). (requires dbase patch patch_094_calendar_artmime.sql)
- fixed a bug that prevented the main newswire from being refreshed when you edit the status of an article
- The mysql_db_sample_data are updated so the default category comes with a newswire and a center column.
- If you add, edit or update location, you will now be redirected to the right page (instead of getting an error/warning about headers
- Articles, events and features are now associated with a certain language, that will display in feeds and is searchable
- You can now define and control the languages your site supports in the admin.
- We now keep track of when administrators last logged in (this requires dbase patch patch_094_last_login.sql). you can also order the list of your users on most columns of the user table.
- The calendar search will now display thumbnails of published images
- You can now publish a file (like with articles) in the calendar (this requires dbase patch patch_094_calendar.sql).
- Support for a static minicalendar (= upcoming events on frontpage).
- use dcterms:hasPart to syndicate linked files (features, newswire and calendar)
- license changed to GPL. added copy of GPL in install
|