Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Rationalize logic in showProfile() | Evan Prodromou | |
Pulled together some of the if() statements in showProfile() so they weren't so redundant. Also, reformatted the file. Lots of whitespace gar. | |||
2009-10-07 | don't reset in showProfile() | Evan Prodromou | |
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 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Brion Vibber | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-10-04 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Brion Vibber | |
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 | |
2009-10-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-04 | remove spurious readme from Orbited | Evan Prodromou | |
2009-10-04 | Merge branch 'orbited' into 0.9.x | Evan Prodromou | |
2009-10-04 | need to show scripts at end of body in RealtimePlugin | Evan Prodromou | |
2009-10-04 | Some changes required from Orbited debugging | Evan Prodromou | |
2009-10-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-04 | Update OrbitedPlugin to work with RealtimePlugin framework | Evan Prodromou | |
2009-10-04 | updated OrbitedPlugin to use RealtimePlugin | Evan Prodromou | |
2009-10-04 | remove unused files for OrbitedPlugin | Evan Prodromou | |
2009-10-04 | rename plugin | Evan Prodromou | |
2009-10-04 | copy Comet plugin to Orbited | Evan Prodromou | |