Development

Changeset 4020

You must first sign up to be able to contribute.

Changeset 4020

Show
Ignore:
Timestamp:
05/16/07 17:22:36 (1 year ago)
Author:
superhaggis
Message:

Reformatted and updated CHANGELOG.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfBBPlugin/CHANGELOG

    r3984 r4020  
    11== 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. 
     2 
     3* [3678] by superhaggis  
     4  - Updated CHANGELOG. 
     5  - Added new file entries to package.xml. 
     6* [3958] by superhaggis 
     7  - Swapped more tables for divs. 
     8  - Added CSS class for table. 
     9  - Renamed extendable action class and moved logic into correct class. 
     10  - Modified occurances of changed class name. 
     11* [3959] by superhaggis 
     12  - Refactored CSS path computation. 
     13* [3983] by superhaggis 
     14  - Fixed autoload issue; see #1245. 
     15* [3984] by superhaggis 
     16  - Updated CHANGELOG; added TRUNK section and included dev name beside each list item. 
     17  - Tweaked package.xml slightly to include CHANGELOG and renamed action lib. 
     18* [3985] by superhaggis 
     19  - Added category check; error message is presented if no live categories found. 
     20  - Added initial docblocks. 
     21* [4006] by superhaggis 
     22  - Added initial viewThread and viewPost logic. 
     23* [4014] by superhaggis 
     24  - Added additional CSS classes for viewForum. 
     25* [4015] by superhaggis 
     26  - Added method to retrieve a thread's replies. 
     27  - Created initial HTML template for viewThread. 
     28* [4016] by superhaggis 
     29  - Added shortcut method to access post's creator. 
     30  - Refactored getReplies() to implement shortcut. 
     31  - Replaced method calls in viewThread template.  
    532 
    633== 0.0.3 == 
    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.  
     34 
     35* [3677] by superhaggis 
     36  - Changed sfBB_lastpost() to use format_datetime(). 
     37  - Added additional sf_guard_user_profile fixture. 
     38  - Dropped divs in favour of tables for the time being. 
     39  - Rewrote default.css to accomodate new tabled layout. 
     40  - Added getter methods to sfBBPost and sfBBForum model classes. 
     41  - Added stripped_title column to sf_bb_post table. 
     42  - Added additional rule for @sf_bb_viewforum route. 
     43  - Created initial viewForumSuccess template. 
     44  - Created basic executeViewForum action.  
    1645 
    1746== 0.0.2 == 
    18 * superhaggis: Added prepended routing rules to plugin config. 
     47 
     48* [3668] by superhaggis 
     49  - Added CHANGELOG. 
     50  - Added sfGuardPlugin dependancy to package.xml. 
     51* [3670] by superhaggis 
     52  - Removed broken PEAR dependency. 
     53  - Added prepended routing rules to plugin config. 
     54* [3671] by superhaggis 
     55  - Updated CHANGELOG. 
     56  - Updated package.xml. 
     57  - Edited routing section in README. 
     58* [3672] by superhaggis 
     59  - Removed TO-DO section from README. 
     60  - Fixed incorrect pathing in package.xml. 
    1961 
    2062== 0.0.1 == 
    21 * superhaggis: Initial public release. 
     63 
     64* [3667] by superhaggis 
     65  - Initial public release/check-in.