root/tags/MvBlog-2.2.1/CHANGELOG

Revision 560, 4.7 KB (checked in by michiel, 17 months ago)

Updating files for release 2.2.1

Line 
1MvBlog 2.2.1:
2-----------
3* Last release borked a lot of images. This one is correct
4
5MvBlog-trunk:
6-----------
7* Make sure users cannot download mvblog.ini
8* Support multiple categories per post
9* Added backup routines to update progress
10* Added WP dashboard like index page for admin interface.
11* Added swedish language
12
13MvBlog 2.1:
14-----------
15* Fixed rss item description
16* Added link to archive for older articles
17* removed common/hosts.php in favour of conf/mvblog.ini
18* we no longer support one codebase with multiple blogs
19* switched from xinha to tiny_mce
20* Rewrote plugin stuff and plugins to be completely object oriented
21* Created api docs
22* added some more correct info to the rss.php
23* added rdf.php to output nice rdf feed.
24* Added custom 404 page (#62)
25
26mvblog 2.0:
27-----------
28* Rewrote whole thing as classes.
29* More security updates
30* 2 new default themes, one dropped
31
32mvblog 1.8:
33-----------
34* Blog authors that are logged in to the admin interface will be logged in as comment author automagically
35* Add mysql support
36* Fix index.php and css to get rid of the hardcoded table properties
37
38mvblog 1.7:
39-----------
40*added plugin system (ticket #52)
41*added user system.
42*added options to disallow anonymous comments (ticket #60)
43
44mvblog 1.6:
45-----------
46*added styleswitcher function (ticket #17)
47*fixed stylesheet errors and added some meta tags
48*logged in author's info is used in comments (ticket #42)
49*added admin interface for comments (ticket #41)
50*Added RSS for comments, both all and per article (ticket #4)
51
52*****IMPORTANT*****
53todsah identified those, and was kind enough to notify me as soon as he saw them.
54*Fixed several XSS (crossite scripting attacks) issues (ticket #55)
55*Fixed several sql-injection issues (ticket #54)
56
57
58mvblog 1.5:
59-----------
60*added new styles
61*fixed date options
62*fixed issues in ImageManager
63*added delete option for categories
64*added icons for comment website and mail link
65*added link to admin interface when author is logged in and visiting frontend
66*added links admin and function to display user configurable links to other sites in a menu
67*lots of documantation is build
68*all bugs are fixed
69
70mvblog 1.2:
71-----------
72
73*added tagging button in the html editor
74*moved SCM from sf.net to svn.three-dimensional.net/mvblog
75*moved to trac on http://dev.mvblog.org
76*added <div> around next/prev buttons on homepage (ticket #6)
77*catch enter key when the search box is there (ticket #7)
78*posts will start showing on the day the date is set.
79  this means setting the post date to the future will not show it till that date comes.
80  (ticket #3)
81*added <div> around comment footer so it looks better.
82*fixed creating of folders in the image system in the editor
83*fixed the RSS when characters like & are in the title
84*Implemented settings system
85
86mvblog 1.0:
87-----------
88
89*added CSS file with list/tree of element id's and classes. (leonieke)
90*added INSTALL instructions.
91*added AJAX based livesearch
92*changed default index.php and style and images to make the blog wider. 750 now.
93*added miniposts AKA asides (RFE #1306100)
94*removed category in admins postlist for asides (RFE #1380875)
95*the whole admins postlist now is limited to 15 per page (RFE #1380988)
96*fixed the image upload stuff in the html editor
97*public site: now also the various archives are paged. (RFE #1370404)
98*removed links to asides posts in rss. (issue #1380604)
99*updated FCKEditor to 2.1.1 This fixes an issue where you had to type something in
100        the editor before being able to delete something from it.
101
102
103mvblog 0.6:
104-----------
105
106*added little buttons like the w3c compat stuff (leonieke)
107*fixed some issues in the logo (sofie)
108*posts without title can now be edited (issue #1371151)
109*added breakpoint marker in post admin (RFE #1364952)
110*authors can be en/disabled (RFE #1367667)
111*added text/html counter in the editor (RFE #1370369)
112*XHTML 1.0 compatibility updates
113*added paging links on main view (RFE #1370404)
114*added style to "Read More" link (RFE #1364952)
115*added "save my info" in comment form (RFE #1369460)
116*added email- and webaddress fields to comments (RFE #1308749)
117
118mvblog 0.5:
119-----------
120
121*added Trackback system as specified in MT docs
122*added ability to change a posts date
123*added 'modified' info to posts
124*new logo design by Sofie van Tendeloo
125*added GPL headers and copyright info to all php files
126*give focus to some formfields when entering forms
127*when changing a post from non-active to active, don't update 'modified' info
128*removed debug info on several places
129*added Copyright info to admin interface and default public site
130*added 2 functions to show archive-structures for categories and dates
131*fixed layout on several places
132*added logout ability to admin interface
133*better comments in source
134*public post overview now limits post length
Note: See TracBrowser for help on using the browser.