root/tags/mvblog-2_0/CHANGELOG

Revision 242, 3.9 KB (checked in by michiel, 2 years ago)

update to prepare for MvBlog 2.0

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