aboutsummaryrefslogtreecommitdiff
path: root/mod
AgeCommit message (Collapse)Author
2011-06-24Fixes #2958 cleaned up user login for twittercash
2011-06-24Fixes #3204 adds hook trigger so that wire sends out status updatescash
2011-06-24fixed the post to twitter capability - was not loading the twitter oauth classcash
2011-06-24fixes the authorization to post so that it does not include logincash
2011-06-24twitter @anywhere was causing problems - pages were not loading and js errorscash
2011-06-24Merge branch 'master' of github.com:Elgg/Elggcash
2011-06-24fixed group forum discussion inline replies for activity pageCash Costello
2011-06-24Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ↵Cash Costello
ewinslow-3404-river-revamp Conflicts: languages/en.php
2011-06-24Merge pull request #33 from mcloughlin3/masterCash Costello
Fix bug #1932
2011-06-24Merge pull request #39 from blacktooth/thewire-counterfixCash Costello
Fixes #3563 textarea has to be jQuery object
2011-06-23cleaned up the twitter api plugin settings so instructions are correct. Need ↵cash
to verify that login works.
2011-06-23added instructions back to twitter api plugin settingscash
2011-06-23Refs #1867 let group owner know what user they just removedCash Costello
2011-06-23Merge pull request #38 from jrtilson/groups-remove-userCash Costello
Fixes #1867 Added 'remove from group' link to the user hover menu
2011-06-23Fixes #3599 spacing of dashboard blurb fixedCash Costello
2011-06-23Fixes #3603 fixes display of @username in twitter widget - thanks to ManUtopiKCash Costello
2011-06-22added @username in the reply text for a wire postcash
2011-06-22Fixes #3598 sanitizing the $name variableCash Costello
2011-06-19fixed the wire's previous ajax - the link class for the menu was lost in the ↵cash
conversion from plain class to link_class
2011-06-19we "upload" new files and "save" old onescash
2011-06-19moved the download button for files to the action menu (which probably needs ↵cash
to be a menu)
2011-06-19File uploads working now. It is hard coded to only work with file plugin.cash
2011-06-19removed the special ajax/embed code from the file plugincash
2011-06-19need a default container for files if form included from outside file plugin ↵cash
(like the embed plugin)
2011-06-18fixed issue with embedding a file in an embedded filecash
2011-06-18added back tab switchingcash
2011-06-18rewrote pagination for embed file listingcash
2011-06-18rewrote the insert javascript as an intermediate step. I'm sure I completely ↵cash
broke ECML integration and uploading files.
2011-06-18using the new lightbox and hacking away at the complicated embed/embed viewcash
2011-06-18Fixes #3580 adding blog preview button that uses save actioncash
2011-06-18using elgg_delete_river() rather than custom SQL in blog save actioncash
2011-06-18moving the delete button in blog form to right sidecash
2011-06-18Calling normal user registration "manual" was confusing admin manual ↵cash
registration with user initiated registration
2011-06-13Renamed river footer to a more semantic "responses". Fixed discussionEvan Winslow
to work inline again with this new layout.
2011-06-13Added 'remove from group' link to the user hover menu (only appears when the ↵Jeff Tilson
page owner is a group)
2011-06-13textarea has to be jQuery objectRavindra Nath Kakarla
2011-06-13Fixes #3175 toggled tinymce takes full width now - thanks tomvcash
git-svn-id: http://code.elgg.org/elgg/trunk@9199 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-13fixed formatting of site pages creation form - longtext menu was overlapping ↵cash
tinymce git-svn-id: http://code.elgg.org/elgg/trunk@9197 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-12fixing some display issues with reported content - code use a little cleanupcash
git-svn-id: http://code.elgg.org/elgg/trunk@9195 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-12pulling in blacktooth's wire language typo fix : pull request #32cash
git-svn-id: http://code.elgg.org/elgg/trunk@9194 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-12Fixes #3521 removed unecessary anchor tags - thanks to blacktoothcash
git-svn-id: http://code.elgg.org/elgg/trunk@9193 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-12using divs for group profile fields to work around html validation issues ↵cash
with the out/tags view using a div git-svn-id: http://code.elgg.org/elgg/trunk@9188 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11convert profile details to use divs so that we don't have invalid html due ↵cash
to output/tags git-svn-id: http://code.elgg.org/elgg/trunk@9187 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11added some spacing around the profile action menucash
git-svn-id: http://code.elgg.org/elgg/trunk@9178 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #3376 added RSS feed to default index page and suppressing on custom ↵cash
index front page git-svn-id: http://code.elgg.org/elgg/trunk@9176 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #3096 added user and group summery views an updated plugins to use the ↵cash
new view locations git-svn-id: http://code.elgg.org/elgg/trunk@9174 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #3523 setting public write access to logged in for pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@9172 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Refs #3523 added a view for write access in pages plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@9171 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #2672 limiting deleting pages and creating sub pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@9170 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Refs #2032 changed <p> to <div> for plugin settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@9168 36083f99-b078-4883-b0ff-0f9b5a30f544