Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | New action for group timelines via API | Zach Copley | |
2009-10-06 | New action for tag timelines in the API | Zach Copley | |
2009-10-05 | Better Twitter date output | Zach Copley | |
2009-10-05 | New actions for the account methods we have implemented | Zach Copley | |
2009-10-05 | New actions for favorites via the API | Zach Copley | |
2009-10-05 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: (23 commits) Added hook to wrap the notice form data block Unnecessary selector bit Removed obsolete iphone theme (pre v0.7) remove spurious readme from Orbited need to show scripts at end of body in RealtimePlugin Some changes required from Orbited debugging Update OrbitedPlugin to work with RealtimePlugin framework updated OrbitedPlugin to use RealtimePlugin remove unused files for OrbitedPlugin rename plugin copy Comet plugin to Orbited move scripts to just before </body>, add event for scripts that need to be in <head> reformat Notice.php added all them doxygens Using CDATA for autofocus script more doxygen added doxygen indent fix better handling of y response in deleteuser.php script to permanently delete a user ... | |||
2009-10-05 | Routes for friendships actions | Zach Copley | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-10-04 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-03 | Using CDATA for autofocus script | Sarven Capadisli | |
2009-10-02 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: make lib/schema.php phpcs-clean | |||
2009-10-02 | New actions for direct messaging through the API | Zach Copley | |
2009-10-02 | make lib/schema.php phpcs-clean | Evan Prodromou | |
2009-10-02 | New action for /users/show | Zach Copley | |
2009-10-01 | Renamed and moved stuff around to better match Twitter's API organization | Zach Copley | |
2009-10-01 | A new action for /statuses/destroy | Zach Copley | |
2009-10-01 | Merge branch '0.9.x' into refactor-api | Zach 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-01 | New action for /statuses/update | Zach Copley | |
2009-10-01 | Some bug fixes | Evan Prodromou | |
The $tomod variable wasn't set, and the ColumnDef constructor didn't work without any args. These are fixed. | |||
2009-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | add some more methods to Schema | Evan Prodromou | |
2009-10-01 | Merge branch '0.9.x' into schema | Evan Prodromou | |
2009-10-01 | Added hook for Aside container | Sarven Capadisli | |
2009-10-01 | Revert "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-30 | Add route for /statuses/show | Zach Copley | |
2009-09-30 | FOAF for Groups. | Toby Inkster | |
2009-09-30 | Merge branch '0.9.x' into refactor-api | Zach 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-30 | New actions for /statuses/friends and /statuses/followers + social graph methods | Zach Copley | |
2009-09-30 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-09-30 | Better check to see if the XML prolog should be outputted for XML | Sarven Capadisli | |
documents i.e., if best mimetype is */*xml, then use the XML prolog. | |||
2009-09-30 | Outputting UTF-8 charset in document header irrespective of mimetype. | Sarven Capadisli | |
2009-09-30 | Switched Doctype to XHTML 1.0 Strict (which best reflects the current | Sarven Capadisli | |
grammar in use) | |||
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/twitapistatuses.php | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-29 | move HTTP error code strings to class variables | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-27 | show delete button when user has deleteOthersNotice right | Evan Prodromou | |
2009-09-27 | user rights | Evan Prodromou | |
2009-09-27 | Merge DeleteAction class into DeletenoticeAction | Evan 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-27 | Route aliases: replies -> mentions and home_timeline -> friends_timeline | Zach Copley | |
2009-09-27 | Forgot to commit the routes for the new actions | Zach Copley | |
2009-09-27 | phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php | Zach Copley | |
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-25 | Merge branch 'refactor-api' of ↵ | Zach Copley | |
git@gitorious.org:~zcopley/statusnet/zcopleys-clone into refactor-api | |||
2009-09-25 | Moved basic auth stuff into its own classes | Zach Copley | |
2009-09-25 | Added hook for notice item. After <li> and Before </li>. Allows | Sarven Capadisli | |
authors to include aside data to their notice items | |||
2009-09-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |