aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/notification.php
AgeCommit message (Expand)Author
2014-01-06Fixes #6309: Fixes notify_user() broken by 63db31cSteve Clay
2013-12-07Handle case if get_user_notification_settings() returns falseSteve Clay
2013-02-18Closes #5053 decodes html entities for email subjectscash
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09simplify flow, styleSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
2012-11-14Fixes #4861: allow lazy-loading for static method callbacks, allow more calla...Steve Clay
2012-10-03better usage of 'limit' in cases where this is irrelevantJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-06-28Fixes #4642 group discussion replies work nowcash
2011-12-31Fixes #4208 notifications do not use site guidcash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-02-20Refs #2617, #2956: Merged email notification exception message fix in r7926 t...brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
2010-12-17reorganized the settings views and updated the pages to use new layoutcash
2010-12-15moved default notification settings into usersettingscash
2010-11-24Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actionsewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-07-15Using elgg_strip_tags() for notification body.brettp
2010-06-18Merging r6497:6499 to trunk.brettp
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-05-14merge -r5832:5898 from 1.7 to trunk.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2009-11-10do not register notification rest api calls by default since no other apis ex...cash
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-15Standardized gobs of files.brettp
2009-10-07Fixes #790: Removing unneeded @s.brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-07-27Fixes #1148: Correctly comparing strings to get OS.brettp
2009-03-30Closes #889: Decoding html entities from messages before stripping tagsmarcus
2009-03-11Provide a From email address workaround for those with windows servers. See i...marcus
2009-03-09Banned users no longer get notificationsben
2009-03-04Private items never trigger notificationsben
2009-03-04Changed notification to use has_access_to_entity to move all access control c...kevinjardine
2009-02-26Small access tweak for sending notifications.ben
2009-02-24Notifications with nonexistent handlers no longer throw an exception; they no...ben
2009-02-24Fixed error in notification procedureben
2009-02-20Notification messages can be suppressed programmatically.ben
2009-02-10Further changes to the notification mechanism.ben