Changeset 3984
- Timestamp:
- 05/09/07 17:41:00 (1 year ago)
- Files:
-
- plugins/sfBBPlugin/CHANGELOG (modified) (1 diff)
- plugins/sfBBPlugin/package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfBBPlugin/CHANGELOG
r3678 r3984 1 == TRUNK == 2 * superhaggis: Fixed autoload issue; workaround require_once() statement. See #1245 for details. 3 * superhaggis: Opted for tabled layout in the interim. 4 * superhaggis: Refactored CSS path computation. 5 1 6 == 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.7 * superhaggis: Changed sfBB_lastpost() to use format_datetime(). 8 * superhaggis: Added additional sf_guard_user_profile fixture. 9 * superhaggis: Dropped divs in favour of tables for the time being. 10 * superhaggis: Rewrote default.css to accomodate new tabled layout. 11 * superhaggis: Added getter methods to sfBBPost and sfBBForum model classes. 12 * superhaggis: Added stripped_title column to sf_bb_post table. 13 * superhaggis: Added additional rule for @sf_bb_viewforum route. 14 * superhaggis: Created initial viewForumSuccess template. 15 * superhaggis: Created basic executeViewForum action. 11 16 12 17 == 0.0.2 == 13 Added prepended routing rules to plugin config.18 * superhaggis: Added prepended routing rules to plugin config. 14 19 15 20 == 0.0.1 == 16 Initial public release.21 * superhaggis: Initial public release. plugins/sfBBPlugin/package.xml
r3678 r3984 27 27 <contents> 28 28 <dir name="/"> 29 <file role="data" name="CHANGELOG" /> 29 30 <file role="data" name="README" /> 30 31 <file role="data" name="LICENSE" /> … … 65 66 </dir> 66 67 <dir name="lib"> 67 <file role="data" name="sfBBPlugin Actions.class.php" />68 <file role="data" name="sfBBPlugin_sfBBActions.class.php" /> 68 69 </dir> 69 70 <dir name="templates">