root/trunk/CHANGELOG

Revision 760, 5.6 KB (checked in by michiel, 11 months ago)

keep track of changes

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