0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2025 — Jun 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change version file More... about 15 years ago
recorrect github issue #25, missed user_id in commentAdminForm.class.php and BaseCommentAdminActions.class.php when sfGuard not used More... about 15 years ago
issue #24 : adding information about post method in documentation More... about 15 years ago
correct issue 26 (form name and reply.js file) More... about 15 years ago
update form name to 'comment'.$form->getName() and add name attribute to form tag More... about 15 years ago
update version file to 1.2.8 to next version More... about 15 years ago
isGuardBindEnabled() added in generator.yml in commentAdmin to not display user_id field if not needed More... about 15 years ago
fix package.xml file More... over 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... over 15 years ago
small modification to cut out multilined blockquotes as well More... over 15 years ago
hide deleted comments by default in backend module More... over 15 years ago
added table_method to reduce number of queries with comments posted by logged in users More... over 15 years ago
updated package.xml.tmpl file More... over 15 years ago
refactored commentTools::cleanQuotes to fix github issue #20 More... over 15 years ago
added rel nofollow to author's website link More... over 15 years ago
corrections in info files More... over 15 years ago
correct pagination defect due to prevention about double posting More... over 15 years ago
update french i18n file More... over 15 years ago
prevent double posting when multiple comments form in the same page More... over 15 years ago
update VERSION file More... over 15 years ago
Merge branch 'master' into 1.2.x More... over 15 years ago
correct bugs when the sfDoctrineGuardPlugin is not used More... over 15 years ago
correct regular expression error in commentTools.class.php (github issue 13 & 18) More... over 15 years ago
Only for master branch atm More... over 15 years ago
adding spanish translation (thank you to carlos andres mafla) More... over 15 years ago
adding spanish translation (thank you to carlos andres mafla) More... over 15 years ago
adding index record_model_record_id More... over 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... over 15 years ago
pre version 1.2.2 More... over 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