aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire
AgeCommit message (Expand)Author
2012-12-27Fixes #4882. Added upgrade for The Wire to register thewire objects as ElggWi...Brett Profitt
2012-11-04Fixes #1479 - Replaces WP autop with implementation from Steve Clay.Paweł Sroka
2012-07-28Fixes #3294. Erased php code in thewire javascript file and moved character c...Sem
2012-07-10Fixes #4690 fixes deprecation warningcash
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-23Fixes #4610 better handling of content requiring a logged in userCash Costello
2012-06-15Fixes #4496, #4500 Refs #2814 Add consistent error message when content does ...Cash Costello
2012-06-12Fixes #4567 adds a wire post viewCash Costello
2012-04-22Fixes #4452. Passing the correct filter context in the wire's owner page.Brett Profitt
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-28replaced deprecated function call in the wire pluginCash Costello
2012-01-11Fixes #4292 added a white list for ajax viewscash
2012-01-07Refs #3209 fixed spacing and added options for wire methodCash Costello
2012-01-01Fixes #3209 finished adding class properties documentationCash Costello
2011-11-18Fixes #4085 accepting . in usernames for the wirecash
2011-11-17Fixes #4100 adds the wire post form back to all pageCash Costello
2011-11-16removed two deprecated function calls from thewirecash
2011-11-08it is GPL General Public License not GPL Public LicenseCash Costello
2011-11-06removed uses of CSS class .right from pluginsCash Costello
2011-11-06Fixes #4068 not forcing update on adds when the subtype exists Refs #4058Cash Costello
2011-11-06Fixes #4067 adds activate/deactivate scriptsCash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-11-03Refs #4027 updated all rss views except for groupsCash Costello
2011-11-01added semi-colons after function expressionscash
2011-10-29Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.Brett Profitt
2011-10-29adds a river layout view that all river views should usecash
2011-10-23Fixes #3959. Using elgg_release in core plugins.Brett Profitt
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-10-10Refs #3916 added checks to all content plugins in master for page owner in mi...cash
2011-10-08Fixes #3411 output/url now has a is_trusted parameter - defaults to falseCash Costello
2011-06-29Fixes #3578 added a css class to thewire add formCash Costello
2011-06-28Fixes #3579 using input/plaintext in the wire formCash Costello
2011-06-28Fixes #3407 added elgg-foot to plugin formsCash Costello
2011-06-26this should update all the core pages and plugins using 'buttons'cash
2011-06-26provided a way to get to the wire from activity pageCash Costello
2011-06-26Fixes #3368 combining $vars with parameters for object/elements/summary viewCash Costello
2011-06-24Fixes #3204 adds hook trigger so that wire sends out status updatescash
2011-06-24Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ewi...Cash Costello
2011-06-24Merge pull request #39 from blacktooth/thewire-counterfixCash Costello
2011-06-22added @username in the reply text for a wire postcash
2011-06-19fixed the wire's previous ajax - the link class for the menu was lost in the ...cash
2011-06-13textarea has to be jQuery objectRavindra Nath Kakarla
2011-06-12pulling in blacktooth's wire language typo fix : pull request #32cash
2011-06-11Fixes #3096 added user and group summery views an updated plugins to use the ...cash
2011-06-08River revamp for 1.8Evan Winslow