Fixing a stupid mistake
[elgg.git] / CHANGELOG
bloba9555912f5d57cf0e429852623171c31756f934e
1 Elgg changelog
3 0.67 (1 December 2006)
4 ----------------------
5 Improved internationalisation (and more bundled languages)
6 Assorted internal APIs, including event API
7 Dashboard
8 Better anti-spam
9 Admin control panel
10 Embedded video and Flash support
11 Community ownership can now be reassigned
12 Assorted bugfixes and improvements
14 0.65 (11 August 2006)
15 ---------------------
16 Gettext cleaned up
17 New template added
18 TinyMCE: upgraded spellcheck, other fixes
19 Extra config options added for walled gardens etc
20 .htaccess now htaccess-dist for distribution
21 Comments now display a user icon
22 Content pages now display content as required
23 Database fixes
24 Extra filters on all weblog posts view
25 XSL file extension is now created through mod_rewrite
26 More sanity checking for new installs
27 Assorted bugfixes
29 0.601 (25 June 2006)
30 --------------------
31 Bugfix release
32 Improvements to RSS processing
34 0.6 (28 May 2006)
35 -----------------
36 Significantly refactored codebase
37 Added data abstraction layer with Postgres compatibility
38 ClamAV integration
39 Moodle integration
40 Spellchecker in TinyMCE
41 Automatic database installation / upgrade engine
42 Uploaded data moved out of web root
43 Configuration settings moved to config.php
44 Added PHPmailer for outgoing mail - http://phpmailer.sourceforge.net/
45 Improved security from cross site scripting attacks
47 0.4 (22 January 2006)
48 -----------------------
49 Added XSPF Web Music Player - http://musicplayer.sourceforge.net/
50 Added Your Resources
51 Added TinyMCE WYSIWYG editor - http://tinymce.moxiecode.com/
52 Changed theme engine
53 Added join restrictions for users and communities
54 Added watched weblog posts to 'recent activity'
55 Added calendar plugin
57 0.31 (9th December 2005)
58 ------------------------
59 Bugfix release
61 0.3 (26th September 2005)
62 -------------------------
63 Added internationalisation support using gettext
64 Added 'recent activity' page for weblogs
65 Added administration functions
66 Added inappropriate content flagging
67 Added user tracking by time
68 Added automatic URL-to-hyperlink for weblogs
69 Added help files
70 Changed internal permissions system
71 Changed user interface, substantially revamping it for usability
73 0.2 (20th June 2005)
74 --------------------
75 Incorporated cookied login patch by Leonard Lin
76 Incorporated phpThumb() by James Heinrich - see units/phpthumb/phpthumb.readme.txt
77 Added communities
79 0.1.2a (24th April 2005)
80 ------------------------
81 Incorporated file download patch by Sven Edge
82 Incorporated icon upload patch by David Eshelman
83 Incorporated password patch by Ben Werdmuller
84 Added RSS feed for files
85 Added RSS feed for a single user's activity
86 Added ability to filter RSS feed by tag
87 Changed all file items in RSS feeds to use enclosures, ensuring compatibility with podcasting
88 Altered instructions in includes.php
90 0.1.1b (2nd April 2005)
91 -----------------------
92 Fixed some template and password issues
94 0.1.1a (30th March 2005)
95 ------------------------
96 Added missing default icon (/_icons/data/default.png)
97 Added default user (news)
98 Added three alternative templates
99 Passwords are now MD5 encrypted
101 0.1a (28th March 2005)
102 ----------------------
103 Initial release