root/tags/MvBlog-2.1-beta1/CHANGELOG

Revision 515, 4.3 KB (checked in by michiel, 18 months ago)

Updating files for release 2.1-beta1

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