summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-10-08Installer for comment module version 6 still set rss_visible to "both"Bharat Mediratta
2012-08-02Fix up per item feed urls. Fixes #1906.Bharat Mediratta
2012-05-07Oops, fix up a bug originally added inBharat Mediratta
2012-05-07Update date format to make it RFC822 compliant. Thanks to moullas. Fixes #1...Bharat Mediratta
2012-03-29Improve comment RSS feed visibility, initially added by Thomas E. Horner inBharat Mediratta
2012-03-29Merge commit 'fc942aa'Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-07-08availability of rss is now configurableThomas E. Horner
2011-03-27A little more work on kandsten's fix for IPv6 support inBharat Mediratta
2011-03-27Extend comment module field lenghts to fit IPv6 remote host addresses and lon...Kriss Andsten
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2010-09-16Convert the guest_url ORM validation failure back to the url formBharat Mediratta
2010-09-04Use the title of the root album as the site title for all RSS feeds.Bharat Mediratta
2010-08-22Add "captcha_protect_form" event that the recaptcha module grabs andBharat Mediratta
2010-06-20Rename the feed variable from "children" to "comments" since thatBharat Mediratta
2010-06-20Oops. Remove debug line.Bharat Mediratta
2010-06-20Simplify the descendent logic. viewable() already joins with theBharat Mediratta
2010-06-16Remove comment_rest::post() -- that's in comments_rest now.Bharat Mediratta
2010-06-16Add REST support for comments. You can view, add, edit and deleteBharat Mediratta
2010-06-16slap my wrist... i forgot a debugging statementTim Almdal
2010-06-16Fix for ticket #1131. If the rss feed is for an item, then retrieve the item...Tim Almdal
2010-06-15Fix a bug in the upgrader where we weren't bumping the version numberBharat Mediratta
2010-06-05Create a UI under Admin > Settings > Comments where you can limitBharat Mediratta
2010-05-16Rename admin/comments to admin/manage_comments to make room forBharat Mediratta
2010-05-14Require a well-formed email address for all comments.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-27Localize validation messages.Bharat Mediratta
2010-01-27Localize error messages.Bharat Mediratta
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-24Refactor creating the user profile page content into the the event module. T...Tim Almdal
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Treat identity providers just like other modules and use the admin_module toTim Almdal
2010-01-16Convert comment code over to model based validation.Bharat Mediratta
2009-12-21Add missing execute() call -- tests ftw!Bharat Mediratta
2009-12-06Update database queries.Bharat Mediratta
2009-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Refactor the comment module as part of ticket: #917 "Remove Rest Controller"Tim Almdal
2009-11-12Re-generate the install.sql so that the keys of the block lists are an md5 ha...Tim Almdal
2009-11-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim Almdal
2009-11-01Convert the event handlers for the "identity provider changed" and "user_dele...Tim Almdal
2009-10-31Revert "Cleanup typo and change what is passwed into the event. pass the grou...Tim Almdal
2009-10-31Add identity_change handlers to resolve the ownership issues of comments, sub...Tim Almdal
2009-10-30Patch to clean up loose ends when a user is deleted.Tim Almdal
2009-10-29Cleanup typo and change what is passwed into the event. pass the group that t...Tim Almdal