summaryrefslogtreecommitdiff
path: root/modules/comment
AgeCommit message (Expand)Author
2009-12-21Add missing execute() call -- tests ftw!Bharat Mediratta
2009-12-21Updated for K24Bharat 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 another Database::instance() query over to using db::build()Bharat Mediratta
2009-11-26Modify the expiration code to work with db::build()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-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Refactor the comment module as part of ticket: #917 "Remove Rest Controller"Tim Almdal
2009-11-18Rename g-pager to g-paginator after the recent pagination update.Chad Kieffer
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-16Make sure that we have a valid resource from the server side before weBharat Mediratta
2009-11-15Fix ticket 890 (related to 879): Don't double-escape menu labels on the comme...Andy Staudacher
2009-11-15Use text::alternate() instead of hand-rolled even/odd code.Bharat Mediratta
2009-11-15Save/restore $_SERVER before/after tests to avoid contamination.Bharat Mediratta
2009-11-13Call for_js() on all menu labels, since they're SafeStrings. Fixes ticket #879.Bharat Mediratta
2009-11-12Re-generate the install.sql so that the keys of the block lists are an md5 ha...Tim Almdal
2009-11-08Call render() on the $menu, since we no longer use its __string()Bharat Mediratta
2009-11-02Remove an extra trailing bracket.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-29Use the identity interface admin_user to retreive the admin user.Tim Almdal
2009-10-29Cleanup typo and change what is passwed into the event. pass the group that t...Tim Almdal
2009-10-29Generalize the adding of the recaptcha form by changing the name of the event...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-26Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Moved admin-comments styles from admin theme to module.Chad Kieffer
2009-10-25Move comment and recaptcha CSS to their respective modules. Chad Kieffer
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-19Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-18Merge branch 'master' into talmdal_devTim Almdal
2009-10-17Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.Chad Kieffer
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-07Replaced most clear fix hacks with generic class.Chad Kieffer
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-09-30Merge branch 'master' into talmdal_devTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from w...Chad Kieffer
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