summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-05New actions for managing subscriptions (friendships)Zach Copley
2009-10-02Merge branch '0.9.x' into refactor-apiZach Copley
* 0.9.x: make lib/schema.php phpcs-clean
2009-10-02New actions for direct messaging through the APIZach Copley
2009-10-02make lib/schema.php phpcs-cleanEvan Prodromou
2009-10-02New action for /users/showZach Copley
2009-10-01Renamed and moved stuff around to better match Twitter's API organizationZach Copley
2009-10-01A new action for /statuses/destroyZach Copley
2009-10-01Merge branch '0.9.x' into refactor-apiZach Copley
* 0.9.x: change DB so OpenIDPlugin manages OpenID tables Some bug fixes check the schema add some more methods to Schema Added hook for Aside container Revert "Outputting UTF-8 charset in document header irrespective of mimetype." FOAF for Groups. use schema tool to create a table statusize schema-related modules test script for schema code make table def method of schema code work start a module for schema management
2009-10-01New action for /statuses/updateZach Copley
2009-10-01change DB so OpenIDPlugin manages OpenID tablesEvan Prodromou
2009-10-01Some bug fixesEvan Prodromou
The $tomod variable wasn't set, and the ColumnDef constructor didn't work without any args. These are fixed.
2009-10-01check the schemaEvan Prodromou
2009-10-01add some more methods to SchemaEvan Prodromou
2009-10-01Merge branch '0.9.x' into schemaEvan Prodromou
2009-10-01Added hook for Aside containerSarven Capadisli
2009-10-01Revert "Outputting UTF-8 charset in document header irrespective of mimetype."Sarven Capadisli
This reverts commit 353f58c23149159306131b0819de713da6b69464. Even though outputting UTF-8 by default at all times is a good thing, it shouldn't be forced in startHTML().
2009-09-30Fix: last modified header wasn't showingZach Copley
2009-09-30Add route for /statuses/showZach Copley
2009-09-30New action for /statuses/showZach Copley
2009-09-30Declare some more variables; instance variable for formatZach Copley
2009-09-30FOAF for Groups.Toby Inkster
2009-09-30Merge branch '0.9.x' into refactor-apiZach Copley
* 0.9.x: (39 commits) Timeout a little incase the notice item from XHR response is Relocated the button for pop up window for notice stream Script no longer needed for Realtime plugin Better check to see if the XML prolog should be outputted for XML Outputting UTF-8 charset in document header irrespective of mimetype. Switched Doctype to XHTML 1.0 Strict (which best reflects the current Twitter API returns server errors in preferred format move HTTP error code strings to class variables remove string-checks from code using Notice::saveNew() change string return from Notice::saveNew to exceptions stop overwriting created timestamp on group edit Forgot to add home_timeline to the list of methods that only require Forgot to add home_timeline to the list of methods that only require moderator can delete another user's notice show delete button when user has deleteOthersNotice right let hooks override standard user rights user rights Merge DeleteAction class into DeletenoticeAction Fix some bugs in the URL linkification, and fixed the unit test. Fix URL linkification test cases for addition of 'title' attribution with long URL in f3c8fccc ...
2009-09-30Fix header commentZach Copley
2009-09-30Left opening double quotes off EtagZach Copley
2009-09-30New actions for /statuses/friends and /statuses/followers + social graph methodsZach Copley
2009-09-30Timeout a little incase the notice item from XHR response isSarven Capadisli
not appended to the page.
2009-09-30Relocated the button for pop up window for notice streamSarven Capadisli
2009-09-30Script no longer needed for Realtime pluginSarven Capadisli
2009-09-30Merge branch '0.8.x' into 0.9.xSarven Capadisli
2009-09-30Better check to see if the XML prolog should be outputted for XMLSarven Capadisli
documents i.e., if best mimetype is */*xml, then use the XML prolog.
2009-09-30Outputting UTF-8 charset in document header irrespective of mimetype.Sarven Capadisli
2009-09-30Switched Doctype to XHTML 1.0 Strict (which best reflects the currentSarven Capadisli
grammar in use)
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 nickname in feed titleZach Copley
2009-09-27Route aliases: replies -> mentions and home_timeline -> friends_timelineZach Copley