Changeset 3678
- Timestamp:
- 03/28/07 15:10:04 (1 year ago)
- Files:
-
- plugins/sfBBPlugin/CHANGELOG (modified) (1 diff)
- plugins/sfBBPlugin/package.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfBBPlugin/CHANGELOG
r3671 r3678 1 == 0.0.3 == 2 * Changed sfBB_lastpost() to use format_datetime(). 3 * Added additional sf_guard_user_profile fixture. 4 * Dropped divs in favour of tables for the time being. 5 * Rewrote default.css to accomodate new tabled layout. 6 * Added getter methods to sfBBPost and sfBBForum model classes. 7 * Added stripped_title column to sf_bb_post table. 8 * Added additional rule for @sf_bb_viewforum route. 9 * Created initial viewForumSuccess template. 10 * Created basic executeViewForum action. 11 1 12 == 0.0.2 == 2 13 Added prepended routing rules to plugin config. plugins/sfBBPlugin/package.xml
r3672 r3678 14 14 <active>yes</active> 15 15 </lead> 16 <lead> 17 <name>Fabien POTENCIER</name> 18 <user>fabpot</user> 19 <email>fabien.potencier@symfony-project.com</email> 20 <active>yes</active> 21 </lead> 22 <date>2007-03-27</date> 16 <date>2007-03-28</date> 23 17 <version> 24 <release>0.0. 2</release>25 <api>0.0. 2</api>18 <release>0.0.3</release> 19 <api>0.0.3</api> 26 20 </version> 27 21 <stability> … … 37 31 38 32 <dir name="config"> 39 <!-- model -->40 33 <file role="data" name="schema.yml" /> 41 34 </dir> … … 43 36 <dir name="data"> 44 37 <dir name="fixtures"> 45 <!-- fixtures -->46 38 <file role="data" name="fixtures.yml" /> 47 39 </dir> … … 49 41 50 42 <dir name="lib"> 43 <dir name="helper"> 44 <file role="data" name="sfBBHelper.php" /> 45 </dir> 51 46 <dir name="model"> 52 47 <file role="data" name="sfBBCategory.php" /> … … 59 54 <file role="data" name="sfGuardUserProfilePeer.php" /> 60 55 </dir> 56 <file role="data" name="sfBBTools.class.php" /> 61 57 </dir> 62 58 63 59 <dir name="modules"> 64 60 <dir name="sfBB"> 65 <!-- sfBB module -->66 61 <dir name="actions"> 67 62 <file role="data" name="actions.class.php" />