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