Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-12 | Moved group create API into its own action | Zach Copley | |
Merge branch '0.9.x' into refactor-api * 0.9.x: Implemented create group api fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled Fixed twitter defaulting to disabled Revert "Open tags should have closing tags" Don't show search suggestions for private sites Fixed E_NOTICE when returnto isn't set Fixed E_NOTICE when the "lite" parameter isn't included in the request Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms Returning false seems to fix IE from reclaiming window focus. I think Aligning notice attach label from right instead of left Fixed IE background image alignment for attach, favour and disfavour Fixed nudge and direct message background image alignment Using 'CSS sprites' for common icons for the identica theme. Default Open tags should have closing tags Conflicts: actions/twitapigroups.php actions/twitapistatuses.php | |||
2009-10-11 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php | |||
2009-10-11 | Merge commit 'refs/merge-requests/1723' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-11 | Merge commit 'refs/merge-requests/1730' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-11 | Merge commit 'refs/merge-requests/1738' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-11 | Implemented create group api | Craig Andrews | |
2009-10-09 | CamelCase all function names in the API code | Zach Copley | |
2009-10-09 | These same params are used in most API actions; moved to base API class | Zach Copley | |
2009-10-09 | Missed some of the references to the old TwitterApiAction - removed | Zach Copley | |
2009-10-09 | Remove more redundant $formats | Zach Copley | |
2009-10-09 | Remove dead code | Zach Copley | |
2009-10-09 | Move all basic auth output and processing to base classes | Zach Copley | |
2009-10-09 | $format is used by every API action. Set it in the base class. | Zach Copley | |
2009-10-09 | Delete action/api.php and rename lib/twitterapi.php to lib/api.php | Zach Copley | |
2009-10-09 | New actions for blocks via API | Zach Copley | |
2009-10-09 | fix FBConnect so it doesn't muffle EndPrimaryNav | Evan Prodromou | |
2009-10-09 | don't write session if it's unchanged | Evan Prodromou | |
2009-10-09 | Fixed facebook connect primary nav to hide search option when site is ↵ | Jeffery To | |
private and user is not logged in | |||
2009-10-09 | Fixed facebook connect primary nav to obey sms/twitter/openid settings | Jeffery To | |
2009-10-09 | Fixed facebook connect login nav to obey openid settings | Jeffery To | |
2009-10-09 | Fixed facebook connect nav to obey sms/twitter disabled | Jeffery To | |
2009-10-09 | Fixed twitter defaulting to disabled | Jeffery To | |
2009-10-08 | New action for test/help API method | Zach Copley | |
2009-10-08 | New actions for statusnet config and version API methods | Zach Copley | |
2009-10-08 | Revert "Open tags should have closing tags" | Evan Prodromou | |
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f. We specifically DON'T have closing tags so we don't get errors with whitespace after the closing tag. I realize this is less of an issue with scripts, but we should still not use closing tags. | |||
2009-10-08 | Don't show search suggestions for private sites | Jeffery To | |
2009-10-07 | New individual actions for dealing with groups via API | Zach Copley | |
2009-10-07 | Fixed E_NOTICE when returnto isn't set | Jeffery To | |
2009-10-07 | Fixed E_NOTICE when the "lite" parameter isn't included in the request | Jeffery To | |
2009-10-07 | Fixed E_NOTICE - GroupList expects an owner object in the constructor, not ↵ | Jeffery To | |
an array of search terms | |||
2009-10-06 | New action for group timelines via API | Zach Copley | |
2009-10-06 | phpcs cleanup | Zach Copley | |
2009-10-06 | New action for tag timelines in the API | Zach Copley | |
2009-10-06 | Returning false seems to fix IE from reclaiming window focus. I think | Sarven Capadisli | |
'WTF' best describes this behaviour. Further investigation required. | |||
2009-10-06 | Aligning notice attach label from right instead of left | Sarven Capadisli | |
2009-10-06 | Fixed IE background image alignment for attach, favour and disfavour | Sarven Capadisli | |
2009-10-06 | Fixed nudge and direct message background image alignment | Sarven Capadisli | |
2009-10-06 | Using 'CSS sprites' for common icons for the identica theme. Default | Sarven Capadisli | |
theme will follow after some tests. | |||
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 | Add in a check for proper format | 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 | New actions for managing subscriptions (friendships) | Zach Copley | |
2009-10-05 | Open tags should have closing tags | Eric Helgeson | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-10-04 | Unnecessary selector bit | Sarven Capadisli | |
2009-10-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-04 | Removed obsolete iphone theme (pre v0.7) | Sarven Capadisli | |