Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-13 | Updated Profile view. Works better in Opera Mini, Webkits | Sarven Capadisli | |
2009-10-13 | Styles for entity actions | Sarven Capadisli | |
2009-10-13 | Added styles for the Profile page | Sarven Capadisli | |
2009-10-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
2009-10-13 | Updated default theme to use the CSS Sprites method for common icons | Sarven Capadisli | |
2009-10-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
2009-10-12 | Added a new plugin that requires a user to have a validated email address ↵ | Craig Andrews | |
before being allowed to post notices | |||
2009-10-12 | Added in credits. | Zach Copley | |
2009-10-12 | Use site's name for basic auth realm | Zach Copley | |
2009-10-12 | Make apigroupcreate.php pass phpcs | Zach Copley | |
2009-10-12 | Took out some unnecessary intializations | Zach Copley | |
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-12 | Added missing $this | Sarven Capadisli | |
2009-10-12 | Only output attachment if the mobile device is interested | Sarven Capadisli | |
2009-10-12 | Ran phpcs and fixed a few errors and warnings | Sarven Capadisli | |
2009-10-12 | Added function to set a list of features the mobile device supports | Sarven Capadisli | |
and output accordingly e.g., if device is not known to have an open file system or unable to make use of input type="file" don't output that feature | |||
2009-10-12 | Fixed typo, added ipod | Sarven Capadisli | |
2009-10-12 | Init mp-handheld stylesheet. For now, it is reusing mp-screen. Future | Sarven Capadisli | |
updates will handle media queries | |||
2009-10-12 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
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 | Reduced whitespace | Sarven Capadisli | |
2009-10-09 | Updated header UI | Sarven Capadisli | |
2009-10-09 | Removed the Help item from global primary navigation in the header | Sarven Capadisli | |
since it is also used in the footer area. Frees up 'precious'space. | |||
2009-10-09 | Updated mobilelogo extension | Sarven Capadisli | |
2009-10-09 | don't write session if it's unchanged | Evan Prodromou | |
2009-10-09 | Fixed notice-options | Sarven Capadisli | |
2009-10-09 | Some UI adjustments for form notice | Sarven Capadisli | |
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 | |