Changeset 6630
- Timestamp:
- 12/20/07 19:08:14 (8 months ago)
- Files:
-
- plugins/sfSimpleForumPlugin/trunk/CHANGELOG (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleForumPlugin/trunk/CHANGELOG
r6133 r6630 1 1 == Trunk == 2 2 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 4 5 * nicolas: Removed dependency on sfGuardUser 5 6 … … 9 10 * francois: Removed schema configuration file (use sfPropelAlternativeSchemaPlugin if you must customize the schema) 10 11 * francois: Added a supplementary customization layer to the model classes 11 12 12 13 == 2007-10-10 | 0.6.4 Beta == 13 14 … … 16 17 * francois: Added a new partial to allow third-party profile enhancements 17 18 * francois: Further optimized queries 18 19 19 20 == 2007-10-03 | 0.6.3 Beta == 20 21 … … 31 32 32 33 * francois: Improved security and credentials handling 33 * francois: [Break BC] Added a new topic table 34 * francois: [Break BC] Added a new topic table 34 35 * francois: [Break BC] Refactored most of the code to be more extensible, performant and readable 35 36 * francois: Added "New message to read" indicator in topics (distinct from topic views, because anonymous users must still increase the topic views) … … 44 45 * francois: Added unit tests for forum and topic calculated fields 45 46 * francois: Fixed forum and topic calculated fields 46 47 47 48 == 2007-09-07 | 0.6.1 Beta == 48 49 … … 53 54 * francois: Fixed output escaping 54 55 * superhaggis: Fixed typo in schema.yml 55 56 56 57 == 0.6.0 Alpha == 57 58 … … 61 62 == 0.0.4 (not released)) == 62 63 63 * [3678] by superhaggis 64 * [3678] by superhaggis 64 65 - Updated CHANGELOG. 65 66 - Added new file entries to package.xml. … … 89 90 - Added shortcut method to access post's creator. 90 91 - Refactored getReplies() to implement shortcut. 91 - Replaced method calls in viewThread template. 92 - Replaced method calls in viewThread template. 92 93 * [4020] by superhaggis 93 94 - Reformatted and updated CHANGELOG. … … 104 105 - Added additional rule for @sf_bb_viewforum route. 105 106 - Created initial viewForumSuccess template. 106 - Created basic executeViewForum action. 107 - Created basic executeViewForum action. 107 108 108 109 == 0.0.2 ==