summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-29Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/twitapistatuses.php
2009-09-29Twitter API returns server errors in preferred formatEvan Prodromou
2009-09-29move HTTP error code strings to class variablesEvan Prodromou
2009-09-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-09-29change string return from Notice::saveNew to exceptionsEvan Prodromou
2009-09-29stop overwriting created timestamp on group editEvan Prodromou
2009-09-28Merge branch '0.8.x' into 0.9.xSarven Capadisli
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
bareauth.
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
bareauth.
2009-09-27Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-27moderator can delete another user's noticeEvan Prodromou
2009-09-27show delete button when user has deleteOthersNotice rightEvan Prodromou
2009-09-27let hooks override standard user rightsEvan Prodromou
2009-09-27user rightsEvan Prodromou
2009-09-27Merge DeleteAction class into DeletenoticeActionEvan Prodromou
The DeleteAction class checked for notice information, and only had one subclass: DeletenoticeAction. I couldn't figure out any other class that would subclass it, so I combined the two into a single class.
2009-09-27Fix some bugs in the URL linkification, and fixed the unit test.Craig Andrews
2009-09-27Merge commit 'refs/merge-requests/1633' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.9.x
2009-09-27Fix URL linkification test cases for addition of 'title' attribution with ↵Brion Vibber
long URL in f3c8fccc After removing 103 false positives, this leaves 4 actually broken tests, showing two failure modes for mail links: * 'mail without mailto' formatting shortcut in common_linkify didn't get the 'title' attribute added with the other URLs * links including mailto: protocol are being incorrectly expanded to http: protocol in the long URL
2009-09-27Changed terminology for poping a windowSarven Capadisli
2009-09-27Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-27Draw a line to indicate new (unread) notice in a timeline since windowSarven Capadisli
blur. Inspired by Pidgin's Markerline plugin.
2009-09-27Aligned notice_data-attach inputSarven Capadisli
2009-09-27Adjusted form_notice widthSarven Capadisli
2009-09-27Aligning notice_data-attach from topSarven Capadisli
2009-09-27Removing only notie_data-text label from viewSarven Capadisli
2009-09-27Increated content widthSarven Capadisli
2009-09-27Reduced form_notice margin bottomSarven Capadisli
2009-09-27Updated window resizeSarven Capadisli
2009-09-27Removed form_notice label and h1 from viewSarven Capadisli
2009-09-27fix for a misnamed variable in subscription function in the "create ↵unknown
simulation data" script
2009-09-27Using a relative value for the form_notice note location insteadSarven Capadisli
2009-09-27Don't really need the header container. Adjusted some CSS insteadSarven Capadisli
2009-09-27jQuery.prepend takes a single paramSarven Capadisli
2009-09-26A different go at the realtime button location. Button is in aSarven Capadisli
prominent location.
2009-09-25Updated Piwik plugin documentation to new addPlugin() installaation methodCiaranG
2009-09-25Added hook for notice item. After <li> and Before </li>. AllowsSarven Capadisli
authors to include aside data to their notice items
2009-09-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-24Move configuration defaults to new module and variableEvan Prodromou
Moved the default values of $config to $default. The code for setting up $default is moved to lib/default.php.
2009-09-24Left a couple debugging statements in (removed)Zach Copley
2009-09-24Output If-Modified-Since header for all RSS 1.0 feeds (again)Zach Copley
2009-09-24Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt
2009-09-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: install.php lib/noticeform.php
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php
2009-09-24Merge branch 'master' into 0.8.xEvan Prodromou
2009-09-24Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-09-24Revert "move scripts to just before </body>, add event for scripts that need ↵Evan Prodromou
to be in <head>" This reverts commit a5ed805aeabab3930d066b2777dbab9663bc487f. It shouldn't have gone on the stable branch.
2009-09-24Implemented join and leave groups api methodsCraig Andrews
2009-09-24implemented etag and last modifiedCraig Andrews
2009-09-24Fixed broken Piwik plugin - was not using the supplied site codeCiaranG