root/tags/MvBlog-2.2/CHANGELOG

Revision 555, 4.6 KB (checked in by michiel, 17 months ago)

Updating files for release 2.2

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