sfSimpleForumPlugin
pear.symfony-project.com
Lightweight embedded forum plugin.
A simple embedded forum for Symfony applications.
Francois Zaninotto
fzaninotto
francois.zaninotto@symfony-project.com
yes
2008-09-23
0.6.7
0.6.7
beta
beta
MIT license
-
5.0.0
1.4.1
symfony
pear.symfony-project.com
1.0.0
1.1.0
1.1.0
0.6.7
0.6.7
beta
beta
MIT license
2008-09-23
MIT
* francois: Translated README to Markdown
* francois: Changed counts types to integer
0.6.6
0.6.6
beta
beta
MIT license
2008-02-28
MIT
* francois: Fixed broken link to feed (#2599)
* francois: Packaged with other plugins into an application (cf. http://www.motilee.com)
* Pascal.Borreli : Fixed incorrect use of a block element inside a inline element (#2628)
* nicolas: Slightly refactored pagination helper
* nicolas: Removed dependency on sfGuardUser
0.6.5
0.6.5
beta
beta
MIT license
2007-11-08
MIT
* francois: Added two modules for backend administration
* francois: Removed schema configuration file (use sfPropelAlternativeSchemaPlugin if you must customize the schema)
* francois: Added a supplementary customization layer to the model classes
0.6.4
0.6.4
beta
beta
MIT license
2007-10-10
MIT
* francois: Fixed missing files in package definition (#2336)
* francois: Fixed empty forums do not appear in the forum list (#2330)
* francois: Added a new partial to allow third-party profile enhancements
* francois: Further optimized queries
0.6.3
0.6.3
beta
beta
MIT license
2007-10-03
MIT
* francois: Extended the cache coverage
* francois: Partialized templates for easier customization
* francois: Refactored Forum and Topic counts (now working with save and delete)
* francois: Made the schema customizable
* francois: Added link to last page for multi-pages topics
* francois: Refactored actions class for easier custom templating
* francois: Fixed topic feed
* francois: Added a topic list (for all forums, for one user) and related feeds
0.6.2
0.6.2
beta
beta
MIT license
2007-09-25
MIT
* francois: Improved security and credentials handling
* francois: [Break BC] Added a new topic table
* francois: [Break BC] Refactored most of the code to be more extensible, performant and readable
* francois: Added "New message to read" indicator in topics (distinct from topic views, because anonymous users must still increase the topic views)
* francois: Better handling of post titles
* francois: Refactored the way a forum knows about its last post
* francois: Simplified the interface (removed buttons, lessened clicks)
* francois: Added latest posts component
* francois: Fixed page displayed after adding a message doesn't use pagination
* francois: Added a new getMessage() action
* francois: Switched icon set to famfamfam as I couldn't find where the sticky one came from
* francois: Added locked topic feature
* francois: Added unit tests for forum and topic calculated fields
* francois: Fixed forum and topic calculated fields
0.6.1
0.6.1
beta
beta
MIT license
2007-09-07
MIT
* francois: Optimized calculated fields in model
* beleneglorion: Added sticky topic feature
* francois: Added View count on topics
* francois: Renamed sfBBPlugin to sfSimpleForumPlugin
* francois: Fixed output escaping
* superhaggis: Fixed typo in schema.yml
0.6.0
0.6.0
alpha
alpha
MIT license
2007-09-07
MIT
* francois: Major refactoring from sfBBPlugin (breaks BC) but now the plugin is functional
* francois: Removed the unimplemented parts