aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications
AgeCommit message (Collapse)Author
2011-02-05using elgg-module-<type> cash
git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8001 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2428 almost done removing CONFIG access - mostly plugin start.php leftcash
git-svn-id: http://code.elgg.org/elgg/trunk@7999 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02updated the plugin manifest files to use the new variable name for ↵cash
activation on installation git-svn-id: http://code.elgg.org/elgg/trunk@7992 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-06moved action registration into initcash
git-svn-id: http://code.elgg.org/elgg/trunk@7848 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01using the info module for user settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@7808 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-18half way through converting submenu to new menu code - pages and groups are ↵cash
the two major users left git-svn-id: http://code.elgg.org/elgg/trunk@7669 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17fixed another underline to dash conversion issuecash
git-svn-id: http://code.elgg.org/elgg/trunk@7666 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17reorganized the settings views and updated the pages to use new layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7663 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-15added friends picker js to notifications plugin - is there a reason it isn't ↵cash
using the friends picker view? git-svn-id: http://code.elgg.org/elgg/trunk@7630 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-15moved default notification settings into usersettingscash
git-svn-id: http://code.elgg.org/elgg/trunk@7629 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7432 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ↵cash
elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@7288 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core ↵cash
and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7210 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), ↵ewinslow
$CONFIG->url, etc. git-svn-id: http://code.elgg.org/elgg/trunk@7198 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Using REFERER shorthand throughout coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7193 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], ↵ewinslow
$_SESSION['user'], etc. git-svn-id: http://code.elgg.org/elgg/trunk@7139 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ↵cash
due to standardization of code in trunk but not branch) git-svn-id: http://code.elgg.org/elgg/trunk@6848 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-25notfications default state enableddave
git-svn-id: http://code.elgg.org/elgg/trunk@6562 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-07Updating Notifications language file.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6382 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-04Merge r6301:6338 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6356 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-26Un-extending core notification view in favor of Notifications plugin.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6243 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-13merged in notifications plugin cleanup from 1.7 branch: [5962], [5978] - ↵cash
[5980], [6000] git-svn-id: http://code.elgg.org/elgg/trunk@6020 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-05Merged 18_new_admin branch to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5977 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-30Minor updates to User Settings interface.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5923 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5623 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-03merged [5526] - [5530] into trunk from 1.7 branch - there are more changes ↵cash
before and after these revisions to be merged git-svn-id: http://code.elgg.org/elgg/trunk@5605 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-15Updated Notifications to new UI.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5387 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-10Updated Friends Picker UI and added to core css.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5352 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-06removed all main plugins from core - they now live in the plugins svndave
git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-01update to jquery 1.3.2 and jqueryUI 1.7.2 closes #941pete
git-svn-id: https://code.elgg.org/elgg/trunk@3371 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-09Bumped version numbers on bundled pluginsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3129 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-04Text changes to hopefully make friends notification settings a little less ↵ben
confusing git-svn-id: https://code.elgg.org/elgg/trunk@3080 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27default theme changedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2988 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27Fixed checkboxes on the notification screen.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2975 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-26Closes #807: Removed echo on page_draw()marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2955 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-25lang file replaceddave
git-svn-id: https://code.elgg.org/elgg/trunk@2948 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-25Unicode character fix for friends picker. Fixes #281ben
git-svn-id: https://code.elgg.org/elgg/trunk@2941 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-25Removing the jumps on the notification pickers.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2939 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24Removing web notification graphic; will sit elsewhere.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2927 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24web notification icon addedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2926 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-20The friends picker now highlights tabs when creating a collection if a user ↵ben
is present there. Also, the separate friends picker in the notification plugin is also now internationalised. git-svn-id: https://code.elgg.org/elgg/trunk@2872 36083f99-b078-4883-b0ff-0f9b5a30f544