root/tags/MvBlog-3.0.1/CHANGELOG

Revision 746, 5.5 KB (checked in by michiel, 13 months ago)

Updating files for release 3.0.1

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