source: products/SimpleBlog/branches/optimizations/releasenotes.txt

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

Building directory structure

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