summaryrefslogtreecommitdiff
path: root/modules/comment/views
AgeCommit message (Expand)Author
2009-09-22Change the link on the "Be first to comment" link to do a request to the serv...Tim Almdal
2009-09-01Add missing mark_clean() for t() calls with %attr parameter.Andy Staudacher
2009-09-01XSS / style fixes for newly detected issues (after fixing XSS scanner)Andy Staudacher
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-30XSS fixes in admin_comments.html.phpAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Update status message styles. Lighten backgrounds, don't show background on A...Chad Kieffer
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-28Fix ticket #591: reCaptcha always on the page.Tim Almdal
2009-07-23Convert instances of theme_url() to just url() to match the API changeBharat Mediratta
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
2009-07-04Forgot this file when i was fixing #477Tim Almdal
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-24Comment out [reply] and [edit] links because they're not implementedBharat Mediratta
2009-06-18Fix l10n messages (malformed html)Andy Staudacher
2009-06-16Fix html bug in l10n messageAndy Staudacher
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat Mediratta
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta
2009-06-12Move the processing of rss feeds from the rss controller to callbacks in theTim Almdal
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-11Refactor to support pagination and simplify the code.Bharat Mediratta
2009-04-06Hide the "no comments yet" text after the first comment is posted.Bharat Mediratta
2009-04-03Concatenate chopped up internationalized string.Bharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-02-23Temp fix for photostreamin admin dashboard, other miscellaneous css fixes. Ap...Chad Kieffer
2009-02-23added additional comment link, if no comments have been made yet.Jakob Hilden
2009-02-22Leave the comments title around, but add the "Be the first to comment"Bharat Mediratta
2009-02-20Fixes to comment admin buttons.Chad Kieffer
2009-02-15Apply buttons to comment moderation and action buttons, beginnings of a photo...Chad Kieffer
2009-02-12Added a show comment form button. Add comment form is revealed when the butto...Chad Kieffer
2009-01-24Admin theme style cleanup. Merged separate selected, available, unavailable i...Chad Kieffer
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-15Simplifying the way t() is called. Refactoring localization function t($messa...Andy Staudacher
2009-01-11Use the author's avatar, not the logged in user's one.Bharat Mediratta
2009-01-11Fix all file structure issues (tabs, bad preambles, etc).Bharat Mediratta
2009-01-10(no commit message)Chad Kieffer
2009-01-10HTML format cleanupChad Kieffer
2009-01-10Auto-delete 7-day old spam/deleted comments.Bharat Mediratta
2009-01-10Create a 'recently deleted' queueBharat Mediratta
2009-01-10Update the queue counts in the menu list whenever weBharat Mediratta
2009-01-10Use the theme's avatar as the default if Gravatar doesn't have one.Bharat Mediratta
2009-01-10Integrate Gravatar. Boy, that was easy.Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-09Added gCommentsAdminMenu to clearfix.Chad Kieffer
2009-01-09Reformated comment admin table layout. Added bulk action checkboxes and menu,...Chad Kieffer
2009-01-09Eliminate unused avatar code (for now)Bharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher