summaryrefslogtreecommitdiff
path: root/modules/notification
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-05-15Fix a typo leading to notification module not sending any text. Fixes #1862.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat 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-01-21Update copyright to 2011.Bharat 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-08Oops, forgot to update install() with the locale change that I made inBharat Mediratta
2010-09-06Track the language of the user receiving the notification and send theBharat Mediratta
2010-08-25Notifying on item_updated is overbroad. Fix for ticket #1286.Bharat Mediratta
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-04remove debugging statementTim Almdal
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-16Remove debug code.Bharat Mediratta
2010-01-16Don't use MY_ORM::original() here since the values may not haveBharat Mediratta
2010-01-12Put quotes around the item titles in all the messages and more importantly ac...Tim Almdal
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2009-12-06Update database queries.Bharat Mediratta
2009-12-02Use: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-26Update ORM::where() calls to take 3 args.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-01Convert the event handlers for the "identity provider changed" and "user_dele...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-28Normalize capitalization ticket #596Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Change this files to use the API instead of referencing the group tables dire...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-09Add support for the in filter to get_user_list and get_group_list. Convert th...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-10Convert a couple of instances of Item_Model::url(array(), true) to Item_Model...Bharat Mediratta
2009-09-10Use abs_url() inside url::redirect() calls so that we don't just windBharat Mediratta
2009-09-08Check for subscribers *before* going through the process of creatingBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-08-31XSS review fixes (mostly adding missing html::mark_clean()) calls.Andy 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-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Log the actual exception details, before swallowing the exception.Bharat Mediratta
2009-08-28Fix a bug in notification where were using get() instead of current()Bharat Mediratta
2009-08-28Don't record mail failures when we throw the exception, record themBharat Mediratta