source: products/SimpleBlog/branches/plone-2.1-Blogging-APIs/releasenotes.txt

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 4.9 KB
Line 
1==============================
21.2.2
3==============================
4Added i18n support. Thanks to Panjunyong.
5Added chinese translations. Thanks to Panjunyong.
6Added dutch translations.
7Added new recent comments portlet. Thanks to Panjunyong.
8Fixed a problem with fetching categories which gave unicode problems.
9Fixed encoding in urls. Thanks to Panjunyong.
10Added reST support.
11Added a computed field in a blog folder that shows the 'inherited' categories.
12Several other minor fixes.
13
14==============================
151.2.1
16==============================
17Made the BlogEntry folderish so you can store images etc inside it.
18Fixed installation problems that were introduced in 1.2
19
20==============================
211.2
22==============================
23Added some methods to enable syndication.
24Added a workflow to BlogFolder
25
26==============================
271.2beta1:
28==============================
29Important:
30In order to make this version work you need at least Plone 2.0.1. If you want to
31make it work in Plone 2.0 you will have to get PloneBatch.py from version 2.0.1.
32You can get it from CVS or you can contact me (danny.bloemenaal@companion.nl).
33
34There are now two different permissions: one to add a blog and one to add a blog entry:
35SimpleBlog: Add Blogentry
36Simpleblog: Add Blog
37Don't forget to look at the permissions in your portal and your workflows!
38
39Renamed the id labels for the content types to Short name to make it more plone compliant.
40
41Default view for a Blog is now set to description only (was full).
42
43Added a feature that allows an entry to be listed 'always on top'. Handy for announcements  etc.
44
45Added start/end attributes to entries so that they can be displayed in the portal calendar portlet
46(see portal_calendar tool in zmi to add blog entries to the calendar). Note: you will have to reindex the
47catalog (see ZMI portal_catalog/advanced) or else your entries won't show up in the calendar.
48
49Fixed a bug in the installer.
50
51Added a calendar in the various portlets which is quite common for blogs. This calendar shows
52published entries in the context of the blog or, when the portlets are used outside blogs, in the context
53of the current folder and subfolders. Note: you will have to reindex the
54catalog (see ZMI portal_catalog/advanced) or else your entries won't show up in the calendar.
55
56Added an option in the SimpleBlog configlet (plone setup) to control if there are
57icons shown before the entry titles in the various entry overviews.
58
59Added a message in the blog view and blog folder view when there are entries but none of them
60has been published yet to tell the user (with edit permission) that he can find his entries in the
61folder_contents view.
62
63Refixed the problem of 1.1a. Hopefully it works now.
64
65Added batch navigation to the various templates for when there are many entries.
66Important: you need Plone 2.0.1 or higher for this to work. Check out PloneBatch.py from
67cvs or contact me (danny.bloemendaal@companion.nl) if you want to make it work with Plone 2.0.
68
69Added the document icons to the various views (print, send-to etc).
70
71Extended css usage so that SimpleBlog is now very flexible with respect to presentation modification.
72See SimpleBlogCSS.css.dtml.
73
74Modified some of the templates to make it work in Plone 2.0 with respect to the borders (top_slot).
75
76You may have to do a schema update in the archetype_tool in ZMI. Select all the SimpleBlog
77content types and choose All objects and click on Update schema.
78
79==============================
801.1a:
81==============================
82Fixed a problem where someone uses VHM to redirect to the plone site. SimpleBlog wouldn't show
83any BlogEntries at all in this case.
84
85==============================
861.1:
87==============================
88Fixed some bugs with the configlet so it works better with 2.0
89Removed some uninstall code that apparently didn't work well. Feel free to do it better!
90Adjusted the views a little so they are more Plone 2.0 compliant.
91Allowed the description of the Blog to be structured.
92Fixed a problem with the content-type. Now the body of the Entry defaults to text/html
93For a Blog Entry, changed the VisualWidget for RichWidget to allow upload of content. (you
94might have to update the schema in the archetype_tool).
95
96==============================
971.01:
98==============================
99Fixed a bug that didn't register the control panel in 2.0
100Fixed a bug causing Entries not to show up on the frontpage when your plone site is inside a folder
101Added a template that can be used as a stand-alone blog page that collects entries in subdirectories and can be used as your site's homepage.
102
103==============================
1041.0 Final:
105==============================
106Fixed some bugs and removed the Link field.
107An additional link field is confusing and inline linking is much more flexible and powerful. Therefore it is removed.
108
109Don't forget to update the Schema in archetype_tool in ZMI if your are running earlier releases.
Note: See TracBrowser for help on using the repository browser.