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