Created a new folder in _templates to house site icons. Put the new RSS standard...
[elgg.git] / CHANGELOG
blob3a88d351175da329e4fb717ad404324373522467
1 Elgg changelog
3 0.6 (28 May 2006)
4 -----------------
5 Significantly refactored codebase
6 Added data abstraction layer with Postgres compatibility
7 ClamAV integration
8 Moodle integration
9 Spellchecker in TinyMCE
10 Automatic database installation / upgrade engine
11 Uploaded data moved out of web root
12 Configuration settings moved to config.php
13 Added PHPmailer for outgoing mail - http://phpmailer.sourceforge.net/
14 Improved security from cross site scripting attacks
16 0.4 (22 January 2006)
17 -----------------------
18 Added XSPF Web Music Player - http://musicplayer.sourceforge.net/
19 Added Your Resources
20 Added TinyMCE WYSIWYG editor - http://tinymce.moxiecode.com/
21 Changed theme engine
22 Added join restrictions for users and communities
23 Added watched weblog posts to 'recent activity'
24 Added calendar plugin
26 0.31 (9th December 2005)
27 ------------------------
28 Bugfix release
30 0.3 (26th September 2005)
31 -------------------------
32 Added internationalisation support using gettext
33 Added 'recent activity' page for weblogs
34 Added administration functions
35 Added inappropriate content flagging
36 Added user tracking by time
37 Added automatic URL-to-hyperlink for weblogs
38 Added help files
39 Changed internal permissions system
40 Changed user interface, substantially revamping it for usability
42 0.2 (20th June 2005)
43 --------------------
44 Incorporated cookied login patch by Leonard Lin
45 Incorporated phpThumb() by James Heinrich - see units/phpthumb/phpthumb.readme.txt
46 Added communities
48 0.1.2a (24th April 2005)
49 ------------------------
50 Incorporated file download patch by Sven Edge
51 Incorporated icon upload patch by David Eshelman
52 Incorporated password patch by Ben Werdmuller
53 Added RSS feed for files
54 Added RSS feed for a single user's activity
55 Added ability to filter RSS feed by tag
56 Changed all file items in RSS feeds to use enclosures, ensuring compatibility with podcasting
57 Altered instructions in includes.php
59 0.1.1b (2nd April 2005)
60 -----------------------
61 Fixed some template and password issues
63 0.1.1a (30th March 2005)
64 ------------------------
65 Added missing default icon (/_icons/data/default.png)
66 Added default user (news)
67 Added three alternative templates
68 Passwords are now MD5 encrypted
70 0.1a (28th March 2005)
71 ----------------------
72 Initial release