summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-12Added in credits.Zach Copley
2009-10-12Use site's name for basic auth realmZach Copley
2009-10-12Make apigroupcreate.php pass phpcsZach Copley
2009-10-12Took out some unnecessary intializationsZach Copley
2009-10-12Moved group create API into its own actionZach 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-11Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php
2009-10-11Merge commit 'refs/merge-requests/1723' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-11Merge commit 'refs/merge-requests/1730' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-11Merge commit 'refs/merge-requests/1738' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-11Implemented create group apiCraig Andrews
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09These same params are used in most API actions; moved to base API classZach Copley
2009-10-09Missed some of the references to the old TwitterApiAction - removedZach Copley
2009-10-09Remove more redundant $formatsZach Copley
2009-10-09Remove dead codeZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-09New actions for blocks via APIZach Copley
2009-10-09fix FBConnect so it doesn't muffle EndPrimaryNavEvan Prodromou
2009-10-09don't write session if it's unchangedEvan Prodromou
2009-10-09Fixed facebook connect primary nav to hide search option when site is ↵Jeffery To
private and user is not logged in
2009-10-09Fixed facebook connect primary nav to obey sms/twitter/openid settingsJeffery To
2009-10-09Fixed facebook connect login nav to obey openid settingsJeffery To
2009-10-09Fixed facebook connect nav to obey sms/twitter disabledJeffery To
2009-10-09Fixed twitter defaulting to disabledJeffery To
2009-10-08New action for test/help API methodZach Copley
2009-10-08New actions for statusnet config and version API methodsZach Copley
2009-10-08Revert "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-08Don't show search suggestions for private sitesJeffery To
2009-10-07New individual actions for dealing with groups via APIZach Copley
2009-10-07Fixed E_NOTICE when returnto isn't setJeffery To
2009-10-07Fixed E_NOTICE when the "lite" parameter isn't included in the requestJeffery To
2009-10-07Fixed E_NOTICE - GroupList expects an owner object in the constructor, not ↵Jeffery To
an array of search terms
2009-10-06New action for group timelines via APIZach Copley
2009-10-06phpcs cleanupZach Copley
2009-10-06New action for tag timelines in the APIZach Copley
2009-10-06Returning false seems to fix IE from reclaiming window focus. I thinkSarven Capadisli
'WTF' best describes this behaviour. Further investigation required.
2009-10-06Aligning notice attach label from right instead of leftSarven Capadisli
2009-10-06Fixed IE background image alignment for attach, favour and disfavourSarven Capadisli
2009-10-06Fixed nudge and direct message background image alignmentSarven Capadisli
2009-10-06Using 'CSS sprites' for common icons for the identica theme. DefaultSarven Capadisli
theme will follow after some tests.
2009-10-05Better Twitter date outputZach Copley
2009-10-05New actions for the account methods we have implementedZach Copley
2009-10-05New actions for favorites via the APIZach Copley
2009-10-05Add in a check for proper formatZach Copley
2009-10-05Merge branch '0.9.x' into refactor-apiZach 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-05Routes for friendships actionsZach Copley
2009-10-05New actions for managing subscriptions (friendships)Zach Copley
2009-10-05Open tags should have closing tagsEric Helgeson