Changeset 5448
- Timestamp:
- 10/10/07 15:53:27 (1 year ago)
- Files:
-
- plugins/sfSimpleForumPlugin/trunk/CHANGELOG (modified) (1 diff)
- plugins/sfSimpleForumPlugin/trunk/package.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleForumPlugin/trunk/CHANGELOG
r5414 r5448 1 1 == Trunk == 2 2 3 == 2007-10-10 | 0.6.4 Beta == 4 5 * francois: Fixed missing files in package definition (#2336) 6 * francois: Fixed empty forums do not appear in the forum list (#2330) 3 7 * francois: Added a new partial to allow third-party profile enhancements 4 8 * francois: Further optimized queries plugins/sfSimpleForumPlugin/trunk/package.xml
r5357 r5448 14 14 <active>yes</active> 15 15 </lead> 16 <date>2007-10- 03</date>16 <date>2007-10-10</date> 17 17 <version> 18 <release>0.6. 3</release>19 <api>0.6. 3</api>18 <release>0.6.4</release> 19 <api>0.6.4</api> 20 20 </version> 21 21 <stability> … … 33 33 <dir name="config"> 34 34 <file role="data" name="schema.yml" /> 35 <file role="data" name="schemaConfig.php" /> 35 36 </dir> 36 37 … … 77 78 </dir> 78 79 <dir name="templates"> 80 <file role="data" name="_add_post_form.php" /> 79 81 <file role="data" name="_author.php" /> 80 <file role="data" name="_a dd_post_form.php" />82 <file role="data" name="_author_name.php" /> 81 83 <file role="data" name="_figures.php" /> 82 84 <file role="data" name="_forum.php" /> … … 111 113 <dir name="images"> 112 114 <file role="data" name="button_bg.gif" /> 115 <file role="data" name="comment.png" /> 116 <file role="data" name="comments.png" /> 113 117 <file role="data" name="feed-icon.png" /> 114 <file role="data" name="th_bg.gif" />115 <file role="data" name="comments.png" />116 <file role="data" name="comment.png" />117 118 <file role="data" name="lock.png" /> 118 119 <file role="data" name="note.png" /> 120 <file role="data" name="th_bg.gif" /> 119 121 </dir> 120 122 </dir>