summaryrefslogtreecommitdiff
path: root/modules/comment
AgeCommit message (Expand)Author
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
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-04-26Overhaul the Admin > Content > Comments page. Use a tabbed interfaceBharat Mediratta
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
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-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-18Fix a bug in the way that we calculate expiration dates for oldBharat 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-08-09Fix a pagination bug. Fixes ticket #1280.Bharat Mediratta
2010-08-08Use the gallery helper date/time functions wherever we format dateBharat Mediratta
2010-08-08Convert tabs to spaces to fix File_Structure_Test.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
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-18Undo "else" clause -- we should keep the logic simple and easy toBharat Mediratta
2010-06-17Fix for ticket #1163. Don't all guests to a comment when there are no commen...Tim Almdal
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 the admin_comments view to admin_manage_comments to match the controller.Bharat 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-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-04-21Comment updates. Add empty <li> to empty <ul> for HTML validation, fixes #106...Chad Kieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-23Reset the active user to admin in all test cases where we change theBharat Mediratta
2010-02-18Don't need 'right' class here. Positioning is absolute to the right.Chad Kieffer
2010-02-14HTML validation, avoid empty <ul>Andy Staudacher