Development

Changeset 6630

You must first sign up to be able to contribute.

Changeset 6630

Show
Ignore:
Timestamp:
12/20/07 19:08:14 (8 months ago)
Author:
Pascal.Borreli
Message:

sfSimpleForumPlugin: added #2628 closed and corrected typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/trunk/CHANGELOG

    r6133 r6630  
    11== Trunk == 
    22 
    3  * nicols: Slightly refactored pagination helper 
     3 * Pascal.Borreli : Fixed incorrect use of a block element inside a inline element (#2628) 
     4 * nicolas: Slightly refactored pagination helper 
    45 * nicolas: Removed dependency on sfGuardUser 
    56 
     
    910 * francois: Removed schema configuration file (use sfPropelAlternativeSchemaPlugin if you must customize the schema) 
    1011 * francois: Added a supplementary customization layer to the model classes 
    11   
     12 
    1213== 2007-10-10 | 0.6.4 Beta == 
    1314 
     
    1617 * francois: Added a new partial to allow third-party profile enhancements 
    1718 * francois: Further optimized queries 
    18   
     19 
    1920== 2007-10-03 | 0.6.3 Beta == 
    2021 
     
    3132 
    3233 * francois: Improved security and credentials handling 
    33  * francois: [Break BC] Added a new topic table  
     34 * francois: [Break BC] Added a new topic table 
    3435 * francois: [Break BC] Refactored most of the code to be more extensible, performant and readable 
    3536 * francois: Added "New message to read" indicator in topics (distinct from topic views, because anonymous users must still increase the topic views) 
     
    4445 * francois: Added unit tests for forum and topic calculated fields 
    4546 * francois: Fixed forum and topic calculated fields 
    46   
     47 
    4748== 2007-09-07 | 0.6.1 Beta == 
    4849 
     
    5354 * francois: Fixed output escaping 
    5455 * superhaggis: Fixed typo in schema.yml 
    55   
     56 
    5657== 0.6.0 Alpha == 
    5758 
     
    6162== 0.0.4 (not released)) == 
    6263 
    63 * [3678] by superhaggis  
     64* [3678] by superhaggis 
    6465  - Updated CHANGELOG. 
    6566  - Added new file entries to package.xml. 
     
    8990  - Added shortcut method to access post's creator. 
    9091  - Refactored getReplies() to implement shortcut. 
    91   - Replaced method calls in viewThread template.  
     92  - Replaced method calls in viewThread template. 
    9293* [4020] by superhaggis 
    9394  - Reformatted and updated CHANGELOG. 
     
    104105  - Added additional rule for @sf_bb_viewforum route. 
    105106  - Created initial viewForumSuccess template. 
    106   - Created basic executeViewForum action.  
     107  - Created basic executeViewForum action. 
    107108 
    108109== 0.0.2 ==