Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | split out InlineAttachmentList from AttachmentList | Brion Vibber | |
2010-11-08 | Pass file attachment thumbnails along with oEmbed data. | Brion Vibber | |
2010-11-08 | doomy doom doom | Brion Vibber | |
2010-11-08 | use subclassing to change notice list output for single notice | Evan Prodromou | |
2010-11-07 | Update translator documentation. | Siebrand Mazeland | |
2010-11-07 | screen_name -> nick names. Spotted by The Evil IP address. | Siebrand Mazeland | |
2010-11-03 | Fix ticket #2860: clarify API doc comments for 'source' parameter's ↵ | Brion Vibber | |
interaction with OAuth on api/statuses/update | |||
2010-11-03 | Migrate some more code from manually constructing "fullname (nickname)" to ↵ | Brion Vibber | |
using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens. | |||
2010-11-03 | General cleanup & part of ticket #2864: use User_group->getFancyName() ↵ | Brion Vibber | |
instead of replicating the logic in various places. Encapsulates and allows for localization of parens. | |||
2010-11-02 | i18n/L10n fixes and translator documentation addded/updated. | Siebrand Mazeland | |
2010-11-02 | Add context for different uses of "%1$s (%2$s)" | Siebrand Mazeland | |
2010-11-02 | Merge branch 'pretty-title2' into 0.9.x | Brion Vibber | |
2010-11-02 | Unrolled tagged vs untagged, page 1 vs page N message variants for ↵ | Brion Vibber | |
showstream title. #2668 | |||
2010-11-02 | fix syntax error introduced in i18n tweaks: newgroup action | Brion Vibber | |
2010-11-02 | Alternate pretty-title tweaks for #2668 | Brion Vibber | |
2010-11-01 | Update translator documentation. | Siebrand Mazeland | |
2010-11-01 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added. * superfluous whitespace removed. | |||
2010-11-01 | Update translator documentation. | Siebrand Mazeland | |
2010-10-31 | Add forgotten translator documentation. | Siebrand Mazeland | |
2010-10-31 | * translator documentation updated. | Siebrand Mazeland | |
* superfluous whitespace removed. * added FIXMEs for missing documentation and un-i18n-able timestamps. | |||
2010-10-31 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added/updated. * superfluous whitespace removed. | |||
2010-10-30 | * translator documentation updates. | Siebrand Mazeland | |
* added FIXMEs in actions/showgroup.php. * superfluous whitespace removed. | |||
2010-10-28 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-10-28 | Fix for regression: fatal error on group page display when not logged in. | Brion Vibber | |
Bug was introduced with group deletion feature. | |||
2010-10-28 | Update translator documentation. | Siebrand Mazeland | |
2010-10-28 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated. * superfluous whitespace removed. | |||
2010-10-28 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated. * superfluous whitespace removed. | |||
2010-10-26 | Fix OAuth verifier display page title and msgs for i18n | Zach Copley | |
2010-10-25 | Supress header, footer, sidebar on OAuth verifier pin page when in "desktop" ↵ | Zach Copley | |
mode | |||
2010-10-25 | Add special CSS classes to OAuth authorization and pin pages when | Zach Copley | |
in desktop mode | |||
2010-10-25 | Less scary OAuth authorization messages when using anonymous consumer | Zach Copley | |
2010-10-23 | * translator documentation added. | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-10-22 | Updated styling for OAuth authorization page's desktop mode. | Zach Copley | |
TODO: move these styles into the main CSS file. | |||
2010-10-22 | Pass OAuth authorize page's mode paramater to OpenID plugin so it can create ↵ | Zach Copley | |
a correct returnto URL | |||
2010-10-21 | Fix regression (whoops!) | Zach Copley | |
2010-10-21 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Re-camelcase ApiOauthAuthorizeAction so it will be accessible when | Zach Copley | |
a site is in pivate mode | |||
2010-10-22 | Fix syntax errors | Zach Copley | |
2010-10-21 | OAuth - inform consumer when user refused to authorize a request token | Zach Copley | |
http://status.net/open-source/issues/2848 | |||
2010-10-21 | Don't show 'anonymous' app in OAuth application list. | Zach Copley | |
2010-10-21 | Fix bad reference. | Zach Copley | |
2010-10-21 | OAuth - proper callback handling and better styling for authorization | Zach Copley | |
page when in desktop mode | |||
2010-10-21 | Change OAuth authorization page's action name to be inline with | Zach Copley | |
other web page action names so the body id outputs correctly. Fix some other bugs. | |||
2010-10-21 | New "desktop" mode for the OAuth authorization page. If mode=deskstop | Zach Copley | |
is specified in the request the page is probably meant to be displayed in a small webview of another application, so suppress header, aside and footer. | |||
2010-10-21 | i18n/L10n consistency updates. | Siebrand Mazeland | |
2010-10-21 | i18n/L10n updates, translator docs updated, superfluous whitespace removed. | Siebrand Mazeland | |
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php | |||
2010-10-20 | Use a new table (oauth_token_association) to associate authorized | Zach Copley | |
request tokins with OAuth client applications and profiles. | |||
2010-10-21 | i18n/L10n updates, translator comments added/fixed, superfluous whitespace ↵ | Siebrand Mazeland | |
removed. | |||
2010-10-20 | Pretty up the OpenID variant of the OAuth login form a bit; change the ↵ | Brion Vibber | |
'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating. |