]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Siebrand Mazeland [Thu, 21 Oct 2010 01:10:46 +0000 (03:10 +0200)]
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
Zach Copley [Thu, 21 Oct 2010 00:28:28 +0000 (17:28 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Conflicts:
actions/apioauthauthorize.php
lib/apioauthstore.php
Zach Copley [Thu, 21 Oct 2010 00:21:04 +0000 (17:21 -0700)]
Use a new table (oauth_token_association) to associate authorized
request tokins with OAuth client applications and profiles.
Siebrand Mazeland [Thu, 21 Oct 2010 00:02:37 +0000 (02:02 +0200)]
Update translator documentation and remove superfluous whitespace.
Siebrand Mazeland [Wed, 20 Oct 2010 23:53:42 +0000 (01:53 +0200)]
i18n/L10n updates, translator comments added/fixed, superfluous whitespace removed.
Brion Vibber [Wed, 20 Oct 2010 23:19:24 +0000 (16:19 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Wed, 20 Oct 2010 23:18:48 +0000 (16:18 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Samantha Doherty [Wed, 20 Oct 2010 23:18:21 +0000 (19:18 -0400)]
Wee fixin for overflowing notice content in sidebar.
Brion Vibber [Wed, 20 Oct 2010 23:16:28 +0000 (16:16 -0700)]
Merge branch '0.9.x' into openid-oauth
Brion Vibber [Wed, 20 Oct 2010 23:16:00 +0000 (16:16 -0700)]
Fix option settings on oauth_post_notice.php
Brion Vibber [Wed, 20 Oct 2010 23:14:32 +0000 (16:14 -0700)]
Pretty up the OpenID variant of the OAuth login form a bit; change the 'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating.
Siebrand Mazeland [Wed, 20 Oct 2010 23:12:56 +0000 (01:12 +0200)]
* translator documentation added.
* 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.
Brion Vibber [Wed, 20 Oct 2010 22:59:27 +0000 (15:59 -0700)]
Initial OpenID+OAuth thingy.
Brion Vibber [Wed, 20 Oct 2010 22:17:56 +0000 (15:17 -0700)]
Fix --oauth-token-secret on oauth_verify_creds.php
Brion Vibber [Wed, 20 Oct 2010 21:34:25 +0000 (14:34 -0700)]
Fix for ticket #2845: singleuser nickname configuration was being overridden 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.
Siebrand Mazeland [Wed, 20 Oct 2010 20:16:13 +0000 (22:16 +0200)]
Localisation updates from http://translatewiki.net.
Zach Copley [Wed, 20 Oct 2010 18:41:04 +0000 (11:41 -0700)]
Revert DB change for OAuth. Change compound key for oauth_application_user
back to (profile_id, application_id). I think we can get away without
a DB change by only issuing one anonymous access token per user.
Siebrand Mazeland [Wed, 20 Oct 2010 18:29:59 +0000 (20:29 +0200)]
Consistent punctuation.
Siebrand Mazeland [Wed, 20 Oct 2010 18:28:04 +0000 (20:28 +0200)]
* i18n for many missing messages (???)
* add translator documentation.
Siebrand Mazeland [Wed, 20 Oct 2010 18:01:12 +0000 (20:01 +0200)]
Add FIXME
Siebrand Mazeland [Wed, 20 Oct 2010 17:51:49 +0000 (19:51 +0200)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Wed, 20 Oct 2010 17:34:27 +0000 (19:34 +0200)]
* i18n/L10n fixes.
* translator documentation updated/added.
* superfluous whitespace removed.
Siebrand Mazeland [Wed, 20 Oct 2010 16:26:51 +0000 (18:26 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Wed, 20 Oct 2010 09:16:21 +0000 (11:16 +0200)]
Fix nasty bug in parameter for e-mail notification for favourite.
Zach Copley [Wed, 20 Oct 2010 04:24:19 +0000 (21:24 -0700)]
Stick OAuth developer help info in a section
Zach Copley [Wed, 20 Oct 2010 04:01:53 +0000 (21:01 -0700)]
Merge branch 'anon-consumer' into 0.9.x
Zach Copley [Wed, 20 Oct 2010 03:54:53 +0000 (20:54 -0700)]
Add support for an anonymous OAuth consumer. Note: this requires a
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
Samantha Doherty [Wed, 20 Oct 2010 01:33:56 +0000 (21:33 -0400)]
Quick fix for wee regression in entity_action button hover states.
Siebrand Mazeland [Wed, 20 Oct 2010 00:43:14 +0000 (02:43 +0200)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 19 Oct 2010 23:24:09 +0000 (01:24 +0200)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 19 Oct 2010 22:53:42 +0000 (00:53 +0200)]
More complete sentence and translator documentation added.
Siebrand Mazeland [Tue, 19 Oct 2010 22:49:12 +0000 (00:49 +0200)]
Add missing "address"
Siebrand Mazeland [Tue, 19 Oct 2010 22:35:39 +0000 (00:35 +0200)]
Many i18n/L10n updates and lots of descriptions for translators added.
Brion Vibber [Tue, 19 Oct 2010 22:10:47 +0000 (15:10 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 19 Oct 2010 22:09:45 +0000 (15:09 -0700)]
Fix PHP notice when submitting 'design' admin panel on a browser that doesn't support file uploads such as Mobile Safari
Brion Vibber [Tue, 19 Oct 2010 21:50:10 +0000 (14:50 -0700)]
Quick fix for bad message in en_GB (#2790) -- fixed upstream at http://translatewiki.net/w/i.php?title=StatusNet:
A3894b1256ab040ed20a35eedeece8829c62d5ab -Direct_message_to_s_sent./en-gb&diff=
2403802 &oldid=
1930996
Zach Copley [Tue, 19 Oct 2010 19:29:21 +0000 (19:29 +0000)]
Relax restrictions on URL validation for oauth_callback. We need to
allow custom schemes like mustard:// etc.
Zach Copley [Tue, 19 Oct 2010 19:08:48 +0000 (12:08 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Tue, 19 Oct 2010 19:07:59 +0000 (12:07 -0700)]
OAuth - better log messages
Samantha Doherty [Tue, 19 Oct 2010 18:08:01 +0000 (14:08 -0400)]
Just a little more mobile stylin.
Samantha Doherty [Tue, 19 Oct 2010 16:27:50 +0000 (12:27 -0400)]
Quick mobile stylesheet for shiny theme.
Samantha Doherty [Tue, 19 Oct 2010 15:07:53 +0000 (11:07 -0400)]
Big updates for themes rebase, clean, and shiny. A few more adjustments to come for 0.9.6, time (probably not) permitting.
Siebrand Mazeland [Tue, 19 Oct 2010 00:26:39 +0000 (02:26 +0200)]
Fix casing of "translatewiki.net"
Brion Vibber [Mon, 18 Oct 2010 22:21:02 +0000 (15:21 -0700)]
Merge branch '0.9.x'
Brion Vibber [Mon, 18 Oct 2010 21:50:31 +0000 (14:50 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 18 Oct 2010 21:49:02 +0000 (14:49 -0700)]
Bump version/string: 0.9.6 "Man on the Moon"
Brion Vibber [Mon, 18 Oct 2010 21:48:11 +0000 (14:48 -0700)]
Bump README to 0.9.6
Siebrand Mazeland [Mon, 18 Oct 2010 21:09:13 +0000 (23:09 +0200)]
Localisation updates from http://translatewiki.net
Siebrand Mazeland [Mon, 18 Oct 2010 20:47:50 +0000 (22:47 +0200)]
* fix bugs in parameter numbering for two messages
* add translator documentation
Siebrand Mazeland [Mon, 18 Oct 2010 20:15:54 +0000 (22:15 +0200)]
Fix `msgid' and `msgstr' entries do not both end with '\n'
Siebrand Mazeland [Mon, 18 Oct 2010 20:11:33 +0000 (22:11 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Mon, 18 Oct 2010 20:03:29 +0000 (22:03 +0200)]
Localisation updates from http://translatewiki.net
Brion Vibber [Mon, 18 Oct 2010 19:45:55 +0000 (12:45 -0700)]
Clean up edge cases in OStatus FeedDiscoveryTest
Siebrand Mazeland [Mon, 18 Oct 2010 19:44:51 +0000 (21:44 +0200)]
Remove superfluous whitespace
Brion Vibber [Mon, 18 Oct 2010 19:26:01 +0000 (12:26 -0700)]
Update URLDetectionTest.php for rel="nofollow external". There are still some broken tests due to bad quote splitting, which is unrelated.
Brion Vibber [Mon, 18 Oct 2010 19:23:01 +0000 (12:23 -0700)]
Avoid notice in DirectionDetectorPlugin when dealing with empty string.
Brion Vibber [Mon, 18 Oct 2010 18:27:22 +0000 (11:27 -0700)]
Make HTTP timeout configurable on OStatus's remote-tests.php (needs to be pumped up a fair amount when doing Salmon pings with queues off on the test boxes, especially without the fast math library)
Brion Vibber [Fri, 15 Oct 2010 22:01:55 +0000 (15:01 -0700)]
fix notice on non-https views
Evan Prodromou [Mon, 18 Oct 2010 15:41:33 +0000 (11:41 -0400)]
document API and nofollow config options
Evan Prodromou [Mon, 18 Oct 2010 15:41:18 +0000 (11:41 -0400)]
default for nofollow external is sometimes
Evan Prodromou [Mon, 18 Oct 2010 15:29:52 +0000 (11:29 -0400)]
options to nofollow external links in notices
Siebrand Mazeland [Sat, 16 Oct 2010 12:38:12 +0000 (14:38 +0200)]
* add plural support where missing
* update translator documentation.
Siebrand Mazeland [Sat, 16 Oct 2010 12:31:41 +0000 (14:31 +0200)]
Update translator documentation.
Siebrand Mazeland [Sat, 16 Oct 2010 12:20:30 +0000 (14:20 +0200)]
Change incorrect use of e.g. to i.e.
Spotted by The Evil IP address.
Siebrand Mazeland [Sat, 16 Oct 2010 12:15:02 +0000 (14:15 +0200)]
Use common case instead of WARNING in all caps.
Spotted by The Evil IP address.
Brion Vibber [Fri, 15 Oct 2010 22:33:54 +0000 (15:33 -0700)]
Fix for ticket #2837: white screen when hitting 'make admin' button on group members list.
RedirectingAction->returnToArgs() has been renamed to returnToPrevious() to avoid confusion with the existing Action->returnToArgs which gives the arguments that would be used to pass to one of those. :)
Switching to the correct function call gets it working.
Thanks to Siebrand for catching it when I could debug it live!
Evan Prodromou [Fri, 15 Oct 2010 17:46:44 +0000 (13:46 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Fri, 15 Oct 2010 17:46:21 +0000 (13:46 -0400)]
add SSL servers and paths to pathadminpanel.php
Brion Vibber [Thu, 14 Oct 2010 23:57:04 +0000 (16:57 -0700)]
Fix ticket #2829: we have more subdirs to pull than just avatars now; updated the upgrade directions.
Brion Vibber [Thu, 14 Oct 2010 23:52:01 +0000 (16:52 -0700)]
Merge branch '2828' into 0.9.x
Brion Vibber [Thu, 14 Oct 2010 23:47:56 +0000 (16:47 -0700)]
Fix for ticket #2828, part II: apostrophe in site name set in installer created a broken config.php.
The previous commit fixed the base installer to properly quote its strings when creating config.php... but you'd actually end up with double-escaping if you had magic_quotes_gpc on. Magic quotes are evil and lame, but we gotta deal with em. :P Updated the web installer code to check for magic quotes, and to grab its variables consistently through the same interface.
Brion Vibber [Thu, 14 Oct 2010 23:25:43 +0000 (16:25 -0700)]
Fix for ticket #2828: apostrophe in site name set in installer created a broken config.php.
Now running values through var_export() before putting them into the config.php, ensuring strings will be properly quoted.
Evan Prodromou [Thu, 14 Oct 2010 19:06:11 +0000 (15:06 -0400)]
let users set their SSL logo through the admin panel
Evan Prodromou [Thu, 14 Oct 2010 18:56:38 +0000 (14:56 -0400)]
document and default for site|ssllogo
Evan Prodromou [Thu, 14 Oct 2010 18:53:20 +0000 (14:53 -0400)]
fix copy-and-paste error in javascript url creation
Evan Prodromou [Thu, 14 Oct 2010 18:22:49 +0000 (14:22 -0400)]
make the logo be compatible with HTTPS pages, if possible
Evan Prodromou [Thu, 14 Oct 2010 18:22:17 +0000 (14:22 -0400)]
Make HTTPS urls in File::url() if necessary
Evan Prodromou [Thu, 14 Oct 2010 15:07:37 +0000 (11:07 -0400)]
accept profile URL as a LRDD identifier
Evan Prodromou [Thu, 14 Oct 2010 15:06:57 +0000 (11:06 -0400)]
Show Webfinger, URI and profile page as subject and aliases
Evan Prodromou [Thu, 14 Oct 2010 05:35:11 +0000 (01:35 -0400)]
correctly use sslserver if it is set
Evan Prodromou [Thu, 14 Oct 2010 05:23:12 +0000 (01:23 -0400)]
document sslserver and sslpath configuration options
Evan Prodromou [Thu, 14 Oct 2010 05:18:19 +0000 (01:18 -0400)]
Design::url() will use HTTPS if page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 05:09:02 +0000 (01:09 -0400)]
use HTTPS for scripts and stylesheets if the current page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 05:00:13 +0000 (01:00 -0400)]
show HTTPS urls for JavaScript if HTTPS used for page
Evan Prodromou [Thu, 14 Oct 2010 04:59:53 +0000 (00:59 -0400)]
consolidate some theme path code between ssl and non-ssl
Evan Prodromou [Thu, 14 Oct 2010 04:50:26 +0000 (00:50 -0400)]
use HTTPS for favicon.ico if page is HTTPS
Evan Prodromou [Thu, 14 Oct 2010 04:46:32 +0000 (00:46 -0400)]
try to show HTTPS-encrypted theme files for HTTPS-encrypted pages
Evan Prodromou [Thu, 14 Oct 2010 04:31:13 +0000 (00:31 -0400)]
try and show an SSL image for the creative commons image
Evan Prodromou [Thu, 14 Oct 2010 04:16:23 +0000 (00:16 -0400)]
add static method StatusNet::isHTTPS()
Evan Prodromou [Thu, 14 Oct 2010 02:44:06 +0000 (22:44 -0400)]
better deletion of related objects in User_group::delete()
Evan Prodromou [Wed, 13 Oct 2010 19:18:32 +0000 (15:18 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Brion Vibber [Wed, 13 Oct 2010 19:04:20 +0000 (12:04 -0700)]
Merge branch 'master' into 0.9.x
Brion Vibber [Wed, 13 Oct 2010 18:04:41 +0000 (11:04 -0700)]
Clean up remote avatar temporary files if we fail before saving them into avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)
Brion Vibber [Wed, 13 Oct 2010 17:00:16 +0000 (10:00 -0700)]
ModHelper -> silence only, don't let them sandbox (it's too confusing atm without a good audit trail)
Zach Copley [Wed, 13 Oct 2010 00:54:42 +0000 (17:54 -0700)]
Default to ssl in oauth tests examples config
Zach Copley [Wed, 13 Oct 2010 00:52:04 +0000 (17:52 -0700)]
Merge branch 'oauth-1.0a' into 0.9.x
Brion Vibber [Tue, 12 Oct 2010 23:29:13 +0000 (16:29 -0700)]
Improve cache-friendliness of user_group->delete().
Doesn't clear all possible cached entries, but this should get the ones that matter most: lookups by id, nickname, and alias. This should ensure that if a group name gets reused as a new group or alias, it should work properly.
There are some user-visible areas that aren't clear such as the 'top groups' lists on the GroupsAction sidebar; if a deleted group appears in those lists it'll go away within an hour when the cached query expires.
Zach Copley [Tue, 12 Oct 2010 23:20:09 +0000 (16:20 -0700)]
Spelling - OAuth not Oath
Zach Copley [Tue, 12 Oct 2010 23:19:53 +0000 (16:19 -0700)]
Print a proper error message
Brion Vibber [Tue, 12 Oct 2010 23:13:07 +0000 (16:13 -0700)]
Cascading deletion for user_group; doesn't yet work properly with caching.