Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | Fix for ticket #2853: fix for some unknown MIME type error cases by ↵ | Brion Vibber | |
adjusting the PEAR error handling temporarily around MIME_Type_Extension usage. | |||
2010-11-03 | Fix for ticket #2852: skip sending favorite notification emails if the ↵ | Brion Vibber | |
favoriter is someone you've blocked. | |||
2010-11-03 | Use Profile->getBestName() in PersonalGroupNav instead of manually picking ↵ | Brion Vibber | |
nickname vs fullname. Logic should still work the same when no nickname is provided, but it doesn't make any sense -- probably needs cleanup. :) | |||
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 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-02 | Output filename in log msg if one is supplied | Zach Copley | |
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 | Use SN.msg() and onEndScriptMessages() to export localized UI messages from ↵ | Brion Vibber | |
Realtime plugin and its descendents. | |||
2010-11-02 | Tossing in a basic i18n message export to script code. Plugins can hook ↵ | Brion Vibber | |
StartScriptMessage/EndScriptMessage, or directly add needed mappings in Action::getScriptMessages(). Exported entries are accessible as SN.msg(key) at runtime. StatusNet core code now sets the tooltip text on .attachment.more links when they receive their attachment-expansion magic; this will override the hardcoded tooltip text saved from OStatus plugin when displaying timelines in the web UI. | |||
2010-11-01 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-01 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added. * superfluous whitespace removed. | |||
2010-11-01 | * add translator documentation. | Siebrand Mazeland | |
* i18n FIXME tagging. | |||
2010-11-01 | Fix i18n issues that are solved by using plural. | Siebrand Mazeland | |
2010-10-31 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added/updated. * superfluous whitespace removed. | |||
2010-10-31 | Fix i18n for B/kB/MB and add translator documentation. | Siebrand Mazeland | |
2010-10-30 | * translator documentation updates. | Siebrand Mazeland | |
* added FIXMEs in actions/showgroup.php. * superfluous whitespace removed. | |||
2010-10-30 | Tabs to spaces, superfluous whitespace removed. | Siebrand Mazeland | |
2010-10-29 | New Start/EndHtmlElement events. Allows adding namespaces. | Zach Copley | |
2010-10-29 | Merge remote branch 'gitorious/master' | Evan Prodromou | |
2010-10-29 | add a hack to show ads on single-notice pages | Evan Prodromou | |
2010-10-28 | Kill a ping queue item if we get an error on loading up the notice's ↵ | Brion Vibber | |
poster's profile, rather than letting the item be retried over and over as if it were a transitory error. This shouldn't generally happen as it's an indicator of database inconsistency, but it's a condition we know happens. | |||
2010-10-26 | Set cookies with "secure" flag on SSL sites. Improves security.testing | Craig Andrews | |
2010-10-25 | Forgot to add the OAuth verifier pin page to sensitive array | Zach Copley | |
2010-10-25 | We don't need to have editapplication (only showapplication) in the | Zach Copley | |
sensitive array because it doesn't expose the consumer keypair | |||
2010-10-25 | Add OAuth token exchange endpoint to 'sensitive' array; i.e.: use SSL if | Zach Copley | |
available | |||
2010-10-24 | Atom Service Document | Evan Prodromou | |
2010-10-24 | show a single notice in atom entry format | Evan Prodromou | |
2010-10-24 | check for a post | Evan Prodromou | |
2010-10-22 | Additional fixes found while looking at ticket #2532: when given a screen ↵ | Brion Vibber | |
name as API parameter for a profile, do the nickname lookup on local users only. The profile table can't guarantee unique lookups, so using names isn't currently safe there. This won't affect anything using local nicknames correctly, and may avoid some weird bugs if there were conflicts between local and remote nicknames. | |||
2010-10-22 | Fix for ticket #2532: fixed API block create/destroy when specifying the ↵ | Brion Vibber | |
target user/profile as a separate query parameter, such as api/blocks/create.xml?param=xxx The router settings weren't quite right so we ended up with bogus regex values passed in as the 'id' parameter, which broke the regular fallback ordering of parameter checks. | |||
2010-10-22 | Normalize HTML body ids to lowercase when the user is logged out as well. | Zach Copley | |
2010-10-21 | Workaround for http_build_query() oddities in low-level router parent code ↵ | Brion Vibber | |
when PHP config is set with non-default separator. | |||
2010-10-21 | Re-camelcase ApiOauthAuthorizeAction so it will be accessible when | Zach Copley | |
a site is in pivate mode | |||
2010-10-21 | Normalize all action HTML body ids to lowercase | Zach Copley | |
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 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Fix syntax error | Zach Copley | |
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 | * translator documentation added. | Siebrand Mazeland | |
* moved some translator comments that were not directly above the line with the message to the correct location. * i18n for UI text. * superfluous whitespace removed. | |||
2010-10-20 | Fix for ticket #2845: singleuser nickname configuration was being overridden ↵ | Brion Vibber | |
by site owner in router setup. I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset. This is now called consistently from the places that needed to use the primary user's nickname in routing setup. Setting $config['singleuser']['nickname'] should now work again as expected. | |||
2010-10-20 | Add FIXME | Siebrand Mazeland | |
2010-10-20 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated/added. * superfluous whitespace removed. | |||
2010-10-20 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-10-20 | Fix nasty bug in parameter for e-mail notification for favourite. | Siebrand Mazeland | |
2010-10-19 | Merge branch 'anon-consumer' into 0.9.x | Zach Copley | |
2010-10-19 | Add support for an anonymous OAuth consumer. Note: this requires a | Zach Copley | |
small DB tweak. Oauth_application_user needs to have the primary compound key: (profile_id, application_id, token). http://status.net/open-source/issues/2761 This should also make it possible to have multiple access tokens per application. http://status.net/open-source/issues/2788 |