Development

Changeset 3984

You must first sign up to be able to contribute.

Changeset 3984

Show
Ignore:
Timestamp:
05/09/07 17:41:00 (1 year ago)
Author:
superhaggis
Message:

Updated CHANGELOG; added TRUNK section and included dev name beside each list item.
Tweaked package.xml slightly to include CHANGELOG and renamed action lib.

Files:

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 
    16== 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.  
    1116 
    1217== 0.0.2 == 
    13 Added prepended routing rules to plugin config. 
     18* superhaggis: Added prepended routing rules to plugin config. 
    1419 
    1520== 0.0.1 == 
    16 Initial public release. 
     21* superhaggis: Initial public release. 
  • plugins/sfBBPlugin/package.xml

    r3678 r3984  
    2727 <contents> 
    2828   <dir name="/"> 
     29     <file role="data" name="CHANGELOG" /> 
    2930     <file role="data" name="README" /> 
    3031     <file role="data" name="LICENSE" /> 
     
    6566         </dir> 
    6667         <dir name="lib"> 
    67            <file role="data" name="sfBBPluginActions.class.php" /> 
     68           <file role="data" name="sfBBPlugin_sfBBActions.class.php" /> 
    6869         </dir> 
    6970         <dir name="templates">