0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change version file More... almost 15 years ago
recorrect github issue #25, missed user_id in commentAdminForm.class.php and BaseCommentAdminActions.class.php when sfGuard not used More... almost 15 years ago
issue #24 : adding information about post method in documentation More... almost 15 years ago
correct issue 26 (form name and reply.js file) More... almost 15 years ago
update form name to 'comment'.$form->getName() and add name attribute to form tag More... almost 15 years ago
update version file to 1.2.8 to next version More... almost 15 years ago
isGuardBindEnabled() added in generator.yml in commentAdmin to not display user_id field if not needed More... almost 15 years ago
fix package.xml file More... about 15 years ago
created getter on Comment model to clear Quotes from comment's body moved strip tags out of the clearQuotes method switched so symfony's helper to cut string for comment's backend preview More... about 15 years ago
small modification to cut out multilined blockquotes as well More... about 15 years ago
hide deleted comments by default in backend module More... about 15 years ago
added table_method to reduce number of queries with comments posted by logged in users More... about 15 years ago
updated package.xml.tmpl file More... about 15 years ago
refactored commentTools::cleanQuotes to fix github issue #20 More... about 15 years ago
added rel nofollow to author's website link More... about 15 years ago
corrections in info files More... about 15 years ago
correct pagination defect due to prevention about double posting More... about 15 years ago
update french i18n file More... about 15 years ago
prevent double posting when multiple comments form in the same page More... about 15 years ago
update VERSION file More... about 15 years ago
Merge branch 'master' into 1.2.x More... about 15 years ago
correct bugs when the sfDoctrineGuardPlugin is not used More... about 15 years ago
correct regular expression error in commentTools.class.php (github issue 13 & 18) More... about 15 years ago
Only for master branch atm More... about 15 years ago
adding spanish translation (thank you to carlos andres mafla) More... about 15 years ago
adding spanish translation (thank you to carlos andres mafla) More... about 15 years ago
adding index record_model_record_id More... about 15 years ago
* remove option for sfDoctrineGuardPlugin 5.0.0 and add information in README * remove TODO file, use https://github.com/fizyk/vjCommentPlugin/issues More... about 15 years ago
pre version 1.2.2 More... about 15 years ago
We allow our comments to be favourited. Our favouriting plugin adds a column called 'favourite_count' to the table. Since the form class does unset() on certain fields like deleted_at, our commenting form now shows an extra field called "favourite count". More... over 15 years ago