summaryrefslogtreecommitdiff
path: root/modules/comment
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-13Specify a page anchor for the comments block.Bharat Mediratta
2009-09-13Don't add another comment form every time you click the [Add aBharat Mediratta
2009-09-01Rename $comment_model to $comments, this time without stomping on theBharat Mediratta
2009-09-01Revert "Rename $comment_model to $comments."Bharat Mediratta
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-29Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
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-29Add a test for Comment_Model::viewable().Bharat Mediratta
2009-08-29Rename $comment_model to $comments.Bharat Mediratta
2009-08-29Fix for 641... extend viewable functionality to comments. Viewable unit test ...Tim Almdal
2009-08-29Fix typo in the parameter listTim Almdal
2009-08-28Fix ticket #591: reCaptcha always on the page.Tim Almdal
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-08Update tags module to notify modules when items related to a tag areBharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-29Show the author's username if the author has no fullname. Fixes ticket #601.Bharat Mediratta
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-23Convert instances of theme_url() to just url() to match the API changeBharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-13Avoid using the bare word "on" in a value; it breaks PHP 5.3.Bharat 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-07-01Fix for ticket #357.Tim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-26Create a theme_view function script which allows modules in the head or admin...Tim Almdal
2009-06-24Comment out [reply] and [edit] links because they're not implementedBharat Mediratta
2009-06-23Replay change from Romain DE LISEZ to change the state column to be a varcharBharat Mediratta
2009-06-23Upgrade to version 2 and change the state column to a varchar forBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-18Fix l10n messages (malformed html)Andy Staudacher
2009-06-16Fix html bug in l10n messageAndy Staudacher
2009-06-15Refactor the comment_rss::feed() method to eliminate code duplication.Bharat Mediratta
2009-06-14Refactor the way that the rss module works so that we're not allowingBharat Mediratta
2009-06-14Refactor feed code to use stdClass everywhere. Fix bugs in theBharat Mediratta
2009-06-14Don't use stdClass to return the feed data. Just use an array.Tim Almdal
2009-06-14Remove the sidebar flag from the feed definition returned by available_feeds andTim Almdal
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta