| 1 | ===================================== |
|---|
| 2 | 2006-02-13 Danny Bloemendaal |
|---|
| 3 | ===================================== |
|---|
| 4 | * Made SB work with 2.1 |
|---|
| 5 | * Removed some formatting options because they belong in css now |
|---|
| 6 | * Made use of the Display menu for blogs and blog folders |
|---|
| 7 | * Separated the macros into different files for easier customization |
|---|
| 8 | * Several other minor fixes |
|---|
| 9 | * Added feature for cross-posting blog entries into other blogs in the portal |
|---|
| 10 | which is easy for communities and intranets. |
|---|
| 11 | * SB now requires Plone 2.1 |
|---|
| 12 | |
|---|
| 13 | ===================================== |
|---|
| 14 | 2005-02-02 Danny Bloemendaal |
|---|
| 15 | ===================================== |
|---|
| 16 | * Added preliminary blogger api support |
|---|
| 17 | * Added cross-posting feature |
|---|
| 18 | |
|---|
| 19 | ===================================== |
|---|
| 20 | 2004-17-09 Danny Bloemendaal |
|---|
| 21 | ===================================== |
|---|
| 22 | |
|---|
| 23 | * Reinstated the link to the blog frontpage in the portlet |
|---|
| 24 | * Added dutch translations. |
|---|
| 25 | * Added new recent comments portlet. Thanks to Panjunyong. |
|---|
| 26 | * Fixed a problem with fetching categories which gave unicode problems. |
|---|
| 27 | * Added reST support. |
|---|
| 28 | * Added a computed field in a blog folder that shows the 'inherited' categories. |
|---|
| 29 | * Added icons for SimpleAlias |
|---|
| 30 | |
|---|
| 31 | ===================================== |
|---|
| 32 | 2004-7-29 panjunyong <panjy at zopechina.com> |
|---|
| 33 | ===================================== |
|---|
| 34 | |
|---|
| 35 | * add basic i18n support to SimpleBlog. |
|---|
| 36 | * Chinese translations |
|---|
| 37 | * new recent comments portlet: |
|---|
| 38 | here/portlet_simpleblog/macros/portletRecentComments_local |
|---|
| 39 | * speedup: don't use getObject() when query catalog |
|---|
| 40 | * fix bug: local portlet invisible when view comments |
|---|
| 41 | * fix bug: category related url not quoted |
|---|
| 42 | * owner have AddBlogEntry permission by default |
|---|
| 43 | * fix problem with catalog |
|---|