aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
AgeCommit message (Expand)Author
2012-12-27Fixes #4882. Added upgrade for The Wire to register thewire objects as ElggWi...Brett Profitt
2012-06-24updated thewire to extend the correct css viewCash Costello
2012-06-23added missing break in the wire's page handlerCash Costello
2012-06-12Fixes #4567 adds a wire post viewCash Costello
2012-04-17Fixes #4413: Removes deprecated call to get_loggedin_userSteve Clay
2012-02-04removed some old code from thewirecash
2012-02-04Fixes #1853 matching UTF8 characters in usernamescash
2012-01-11Fixes #4292 added a white list for ajax viewscash
2011-11-18Fixes #4085 accepting . in usernames for the wirecash
2011-11-06Fixes #4067 adds activate/deactivate scriptsCash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-29Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.Brett Profitt
2011-06-24Fixes #3204 adds hook trigger so that wire sends out status updatescash
2011-06-19fixed the wire's previous ajax - the link class for the menu was lost in the ...cash
2011-05-14removed deprecated functions from these 3 pluginscash
2011-03-30Fixes #3200 ajax-based view previous link works for the wirecash
2011-03-26standardized thewire plugincash
2011-03-23added an owner block link for the wire plugincash
2011-03-20Fixes #3025 added back thewire's entity menu itemscash
2011-03-19Fixes #3176 replaced usage of index.php where appropriatecash
2011-03-18Refs #3158 namespaced pages for bookmarks and thewirecash
2011-03-14Refs #3016: Removes inline javascript from embed, file, groups, messages, pro...ewinslow
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-08Fixes #3025: The wire uses core's metadata view.brettp
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
2011-02-20Fixes #2970 updated groups, file, pages, and wire plugins for automatic page ...cash
2011-02-16Updated register_entity_url_handler => elgg_* in plugins. Used this regex: (...ewinslow
2011-02-15Removed all calls to deprecated register_entity_typeewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-12a mostly completed port of JHU/APL wire plugin to 1.8cash
2011-02-09Refs #2874: Using elgg_is_active_plugin() in core and bundled plugins.brettp
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from previo...brettp
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-01-24welcome to the admin dashboardcash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-15replacing calls to add_widget_type() with elgg_register_widget_type() (from h...cash
2010-12-01screen.css is a better name for our main css filecash
2010-11-30Refs #2428 removed some global CONFIG usage in pluginscash
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res...ewinslow
2010-11-02Refs #2463: Removed some gratuitous calls to elgg_get_site_url() from core pl...ewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30Replaced $_SESSION['id'] and $_SESSION['guid'] with get_loggedin_userid()ewinslow
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp