Changeset 4998
- Timestamp:
- 09/07/07 16:55:01 (6 years ago)
- Files:
-
- plugins/sfSimpleForumPlugin/CHANGELOG (modified) (1 diff)
- plugins/sfSimpleForumPlugin/README (modified) (1 diff)
- plugins/sfSimpleForumPlugin/package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleForumPlugin/CHANGELOG
r4529 r4998 1 1 == Trunk == 2 2 3 == 0.6.1 Beta == 4 5 * francois: Optimized calculated fields in model 6 * beleneglorion: Added sticky post feature 3 7 * francois: Added View count on topics 4 8 * francois: Renamed sfBBPlugin to sfSimpleForumPlugin plugins/sfSimpleForumPlugin/README
r4529 r4998 186 186 * Make the plugin sfGuard-independent (cf sfSimpleBlogPlugin) 187 187 * Forum administration (module to create and arrange forums and categories) 188 * Sticky posts189 188 * Package with other plugins into an application plugins/sfSimpleForumPlugin/package.xml
r4524 r4998 14 14 <active>yes</active> 15 15 </lead> 16 <date>2007-0 6-25</date>16 <date>2007-09-07</date> 17 17 <version> 18 <release>0.6. 0</release>19 <api>0.6. 0</api>18 <release>0.6.1</release> 19 <api>0.6.1</api> 20 20 </version> 21 21 <stability> 22 <release> alpha</release>23 <api> alpha</api>22 <release>beta</release> 23 <api>beta</api> 24 24 </stability> 25 25 <license uri="http://www.symfony-project.com/license">MIT license</license> … … 95 95 <file role="data" name="feed-icon.png" /> 96 96 <file role="data" name="th_bg.gif" /> 97 <file role="data" name="sticky.gif" /> 97 98 </dir> 98 99 </dir>