]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoMerge branch '0.9.x' into facebook-upgrade
Zach Copley [Tue, 16 Nov 2010 02:32:46 +0000 (02:32 +0000)]
Merge branch '0.9.x' into facebook-upgrade

13 years ago- Map notices to Facebook stream items
Zach Copley [Tue, 16 Nov 2010 02:30:08 +0000 (02:30 +0000)]
- Map notices to Facebook stream items
- rename plugin FacebookBridgePlugin
- delete/like/unlike notices across the bridge

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Tue, 16 Nov 2010 01:46:43 +0000 (17:46 -0800)]
Merge branch 'master' into 0.9.x

13 years agoForgot to commit the JS for ModPlus. :)
Brion Vibber [Tue, 16 Nov 2010 01:45:58 +0000 (17:45 -0800)]
Forgot to commit the JS for ModPlus. :)

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 16 Nov 2010 01:36:48 +0000 (17:36 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agovisual cleanup on ModPlus remote profile info popup menu
Brion Vibber [Tue, 16 Nov 2010 01:32:33 +0000 (17:32 -0800)]
visual cleanup on ModPlus remote profile info popup menu

13 years agoTweak remote profile action: hide stats from sidebar, tweak wording on remote notice
Brion Vibber [Tue, 16 Nov 2010 00:38:18 +0000 (16:38 -0800)]
Tweak remote profile action: hide stats from sidebar, tweak wording on remote notice

13 years agoRemoteProfileAction cleanup:
Brion Vibber [Tue, 16 Nov 2010 00:12:16 +0000 (16:12 -0800)]
RemoteProfileAction cleanup:
- meta robots to prevent spidering
- a little notice if silenced

13 years agovisual tweaks for RemoteProfileAction
Brion Vibber [Mon, 15 Nov 2010 23:57:57 +0000 (15:57 -0800)]
visual tweaks for RemoteProfileAction

13 years agoRemoteProfileAction: redirect to the regular user profile page if given a local user.
Brion Vibber [Mon, 15 Nov 2010 23:40:07 +0000 (15:40 -0800)]
RemoteProfileAction: redirect to the regular user profile page if given a local user.

13 years agoWorkaround for display of Twitter remote users in remoteprofile (ModPlus plugin)...
Brion Vibber [Mon, 15 Nov 2010 23:39:42 +0000 (15:39 -0800)]
Workaround for display of Twitter remote users in remoteprofile (ModPlus plugin): use 73px avatar if no 96px present

13 years agoStub RemoteprofileAction to show the standard profile header stuff for offsite users...
Brion Vibber [Mon, 15 Nov 2010 23:34:12 +0000 (15:34 -0800)]
Stub RemoteprofileAction to show the standard profile header stuff for offsite users -- provides a way to get at the mod & block controls for remote users.

13 years agosome User -> Profile cleanup to help in adapting the profile page action to show...
Brion Vibber [Mon, 15 Nov 2010 23:32:57 +0000 (15:32 -0800)]
some User -> Profile cleanup to help in adapting the profile page action to show stuff for remote users. Subscriptions, groups, roles, etc are all on profiles now so go ahead and use em.

13 years agoStub ModPlus plugin: will hold experimental UI improvements for mod actions
Brion Vibber [Mon, 15 Nov 2010 22:15:41 +0000 (14:15 -0800)]
Stub ModPlus plugin: will hold experimental UI improvements for mod actions

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 15 Nov 2010 21:56:17 +0000 (13:56 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoclear_jabber.php script to clear confirmed jabber/xmpp addresses from one or more...
Brion Vibber [Mon, 15 Nov 2010 21:26:42 +0000 (13:26 -0800)]
clear_jabber.php script to clear confirmed jabber/xmpp addresses from one or more accounts

13 years agoAdd some data integrity checks on oembed tests (shows a bug on identi.ca test case...
Brion Vibber [Mon, 15 Nov 2010 20:58:00 +0000 (12:58 -0800)]
Add some data integrity checks on oembed tests (shows a bug on identi.ca test case -- missing width/height in photo data)

13 years agoInclude width/height of locally-uploaded images in our oembed provider data for attac...
Brion Vibber [Mon, 15 Nov 2010 20:57:15 +0000 (12:57 -0800)]
Include width/height of locally-uploaded images in our oembed provider data for attachment pages.

13 years agorestore empty showFallback() for attachment display; still needed for one-offs
Brion Vibber [Mon, 15 Nov 2010 20:56:56 +0000 (12:56 -0800)]
restore empty showFallback() for attachment display; still needed for one-offs

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Mon, 15 Nov 2010 20:38:53 +0000 (12:38 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoDrop PEAR Services_oEmbed -- ended up replaced by our oEmbedHelper wrapper. The extra...
Brion Vibber [Mon, 15 Nov 2010 20:35:15 +0000 (12:35 -0800)]
Drop PEAR Services_oEmbed -- ended up replaced by our oEmbedHelper wrapper. The extra validation available there is problematic, and their code for building HTML for us wasn't being used anyway.

13 years agoTest oEmbed lookups with oohembed both on and off explicitly
Brion Vibber [Mon, 15 Nov 2010 20:32:29 +0000 (12:32 -0800)]
Test oEmbed lookups with oohembed both on and off explicitly

13 years agoRestructure oembed test sources
Brion Vibber [Mon, 15 Nov 2010 20:25:44 +0000 (12:25 -0800)]
Restructure oembed test sources

13 years agoAdd some basic oEmbed lookup test cases; fixed a bug in discovery fallback.
Brion Vibber [Mon, 15 Nov 2010 19:55:28 +0000 (11:55 -0800)]
Add some basic oEmbed lookup test cases; fixed a bug in discovery fallback.

13 years agoDrop some debug lines
Brion Vibber [Mon, 15 Nov 2010 19:30:35 +0000 (11:30 -0800)]
Drop some debug lines

13 years agoSwap the Services_oEmbed wrapper in oEmbedHelper out for doing it ourselves...
Brion Vibber [Mon, 15 Nov 2010 19:25:38 +0000 (11:25 -0800)]
Swap the Services_oEmbed wrapper in oEmbedHelper out for doing it ourselves...
- workaround for providers that are skimpy on their data, such as missing width/height or thumbnail_width/thumbnail_height
- workaround for YFrog listing "image" instead of "photo" type
- generally more lax about formatting: if it comes back and looks kinda ok, we'll take it.
- discovery uses system HTML parser, should be more robust if the links include things like ampersands with proper HTML-level escaping

13 years agoAtomPub-related actions are only read-only on GET
Evan Prodromou [Mon, 15 Nov 2010 19:14:09 +0000 (14:14 -0500)]
AtomPub-related actions are only read-only on GET

13 years agoWorkaround for yfrog.com photo attachments: fudge File_redirection::lookupWhere(...
Brion Vibber [Mon, 15 Nov 2010 19:01:00 +0000 (11:01 -0800)]
Workaround for yfrog.com photo attachments: fudge File_redirection::lookupWhere()'s HTTP handling -- when we get a 204 on a HEAD, double-check it by re-running as a GET. yfrog.com returns a 204 incorrectly for this case.

13 years agodoc comments on File::processNew
Brion Vibber [Mon, 15 Nov 2010 19:00:42 +0000 (11:00 -0800)]
doc comments on File::processNew

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Mon, 15 Nov 2010 16:57:31 +0000 (11:57 -0500)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoMerge branch 'atompub' into 0.9.x
Evan Prodromou [Mon, 15 Nov 2010 16:57:19 +0000 (11:57 -0500)]
Merge branch 'atompub' into 0.9.x

Conflicts:
actions/apistatusesshow.php
actions/apitimelineuser.php

13 years agoadd hooks for atom pub posts
Evan Prodromou [Mon, 15 Nov 2010 16:54:42 +0000 (11:54 -0500)]
add hooks for atom pub posts

13 years agoEncapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also added a...
Brion Vibber [Sat, 13 Nov 2010 01:41:35 +0000 (17:41 -0800)]
Encapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also added a chance to whitelist sites that don't show discovery info but do have oEmbed API endpoints, and to provide alternate APIs for some common services.

Newly supported:
- TwitPic: added a local function using TwitPic's API, since the oohembed implementation for TwitPic produced invalid output which Services_oEmbed rejects. (bug filed upstream)

Tweaked...
- Flickr: works, now using whitelist to use their endpoint directly instead of going through oohembed
- Youtube: worked around a bug in Services_oEmbed which broke the direct use of API discovery info, so we don't have to use oohembed.

Not currently working...
- YFrog: whitelisting their endpoint directly as the oohembed output is broken, but this doesn't appear to work currently as I think things are confused by YFrog's servers giving a '204 No Content' response on our HEAD checks on the original link.

13 years agoSave attached URLs when importing a Twitter status: this lets our thumbnail detection...
Brion Vibber [Sat, 13 Nov 2010 01:40:34 +0000 (17:40 -0800)]
Save attached URLs when importing a Twitter status: this lets our thumbnail detection handle photos and videos linked to by Twitter posters.

13 years agoOnly use saved thumbnails for notice list attachment thumbs -- don't attempt to searc...
Brion Vibber [Fri, 12 Nov 2010 22:03:57 +0000 (14:03 -0800)]
Only use saved thumbnails for notice list attachment thumbs -- don't attempt to search enclosures for photo types. We now save thumbs directly for oEmbed photos that don't list a separate thumb entry (like Flickr), so it's not needed. Keeps things cleaner :D

13 years agoSave oEmbed photo references as thumbnails if there's not a separate thumbnail_url...
Brion Vibber [Fri, 12 Nov 2010 22:03:08 +0000 (14:03 -0800)]
Save oEmbed photo references as thumbnails if there's not a separate thumbnail_url entry in the return data. This fixes thumb saving for Flickr photo references.

13 years agofix syntax error introduced in i18n tweaks: newgroup action
Brion Vibber [Tue, 2 Nov 2010 21:03:50 +0000 (14:03 -0700)]
fix syntax error introduced in i18n tweaks: newgroup action

13 years agoRevert "Missing one close-paren in newgroup.php" - incorrect fix for paren bug
Brion Vibber [Fri, 12 Nov 2010 21:34:04 +0000 (13:34 -0800)]
Revert "Missing one close-paren in newgroup.php" - incorrect fix for paren bug

This reverts commit 3afb031d9270a29db7f1ac4a964bb4b796759827.

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Fri, 12 Nov 2010 21:32:48 +0000 (13:32 -0800)]
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
actions/newgroup.php

13 years agoFix for failure edge case in TwitterBridge outgoing repeat/retweets.
Brion Vibber [Fri, 12 Nov 2010 21:06:41 +0000 (13:06 -0800)]
Fix for failure edge case in TwitterBridge outgoing repeat/retweets.

When the retweet failed with a 403 error (say due to it being a private tweet, which can't be retweeted) we would end up mishandling the return value from our internal error handling.
Instead of correctly discarding the message and closing out the queue item, we ended up trying to save a bogus twitter<->local ID mapping, which threw another exception and lead the queue system to re-run it.

- Fixed the logic check and return values for the retweet case in broadcast_twitter().
- Added doc comments explaining the return values on some functions in twitter.php
- Added check on Notice_to_status::saveNew() for empty input -- throw an exception before we try to actually insert into db. :)

13 years agoMerge branch 'oembed-thumbnails' into 0.9.x
Brion Vibber [Fri, 12 Nov 2010 20:28:44 +0000 (12:28 -0800)]
Merge branch 'oembed-thumbnails' into 0.9.x

13 years agoAdd a quick config setting to disable/enable display of thumbnails in regular notice...
Brion Vibber [Fri, 12 Nov 2010 20:24:55 +0000 (12:24 -0800)]
Add a quick config setting to disable/enable display of thumbnails in regular notice lists (attachments/show_thumbs) - disabling gives the same display as before this feature was added (but changes to oembed handling are still there, and the lightbox popup is gone)

13 years agodrop a comma which isn't actually an error but keeps throwing annoying warnings in...
Brion Vibber [Fri, 12 Nov 2010 20:10:51 +0000 (12:10 -0800)]
drop a comma which isn't actually an error but keeps throwing annoying warnings in netbeans

13 years agoDrop commented-out code from old lightbox & thumbnail popup stuff
Brion Vibber [Fri, 12 Nov 2010 20:10:29 +0000 (12:10 -0800)]
Drop commented-out code from old lightbox & thumbnail popup stuff

13 years agodon't try to initialize the mapstraction canvas if it doesn't exist
Evan Prodromou [Fri, 12 Nov 2010 16:46:45 +0000 (11:46 -0500)]
don't try to initialize the mapstraction canvas if it doesn't exist

13 years agodon't try to initialize the mapstraction canvas if it doesn't exist
Evan Prodromou [Fri, 12 Nov 2010 16:46:45 +0000 (11:46 -0500)]
don't try to initialize the mapstraction canvas if it doesn't exist

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 11 Nov 2010 20:32:24 +0000 (15:32 -0500)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agogive users a chance to opt out of email summaries
Evan Prodromou [Thu, 11 Nov 2010 19:51:14 +0000 (14:51 -0500)]
give users a chance to opt out of email summaries

13 years agofix update of email prefs in queue handler
Evan Prodromou [Thu, 11 Nov 2010 19:50:53 +0000 (14:50 -0500)]
fix update of email prefs in queue handler

13 years agoFix missing close of comment block
Zach Copley [Thu, 11 Nov 2010 18:33:26 +0000 (10:33 -0800)]
Fix missing close of comment block

13 years agoFix missing close of comment block
Zach Copley [Thu, 11 Nov 2010 18:33:26 +0000 (10:33 -0800)]
Fix missing close of comment block

13 years agoAdd error logging for a couple send-fail cases in XMPP out
Brion Vibber [Wed, 10 Nov 2010 23:26:18 +0000 (15:26 -0800)]
Add error logging for a couple send-fail cases in XMPP out

13 years agoCSS class tweak for inline attachment thumbnails to avoid things thinking they're...
Brion Vibber [Wed, 10 Nov 2010 22:31:55 +0000 (14:31 -0800)]
CSS class tweak for inline attachment thumbnails to avoid things thinking they're content links

13 years agoFix isHTTPS to work correctly for Cherokee and IIS
Craig Andrews [Wed, 10 Nov 2010 20:53:20 +0000 (15:53 -0500)]
Fix isHTTPS to work correctly for Cherokee and IIS

13 years agoAdd an action to handle deauthorization callbacks from Facebook
Zach Copley [Wed, 10 Nov 2010 01:18:06 +0000 (01:18 +0000)]
Add an action to handle deauthorization callbacks from Facebook

13 years agoadd title attribute on attachment list items
Brion Vibber [Wed, 10 Nov 2010 00:43:37 +0000 (16:43 -0800)]
add title attribute on attachment list items

13 years agoCleanup on the CSS for inline attachments; removed some unneeded changes since the...
Brion Vibber [Wed, 10 Nov 2010 00:28:33 +0000 (16:28 -0800)]
Cleanup on the CSS for inline attachments; removed some unneeded changes since the split of the inline and regular attachment lists. Removing commented-out code that seems to be for some old thumbnailing system where the thumbnails were hidden popups within the core text (wtf!)

13 years agoMerge branch '0.9.x' into facebook-upgrade
Zach Copley [Tue, 9 Nov 2010 23:16:17 +0000 (23:16 +0000)]
Merge branch '0.9.x' into facebook-upgrade

13 years agoMake a richer StatusNet profile from a user's Facebook profile
Zach Copley [Tue, 9 Nov 2010 23:14:50 +0000 (23:14 +0000)]
Make a richer StatusNet profile from a user's Facebook profile

13 years agoMissing one close-paren in newgroup.php
Evan Prodromou [Tue, 9 Nov 2010 22:08:11 +0000 (17:08 -0500)]
Missing one close-paren in newgroup.php

13 years agosession table was missing from upgrade scripts
Evan Prodromou [Tue, 9 Nov 2010 17:53:57 +0000 (12:53 -0500)]
session table was missing from upgrade scripts

13 years agoAllow YouTube-style media links to be counted as enclosures for purposes of listing...
Brion Vibber [Tue, 9 Nov 2010 20:04:07 +0000 (12:04 -0800)]
Allow YouTube-style media links to be counted as enclosures for purposes of listing attachments/thumbs

13 years agoMerge branch '0.9.x' into emailsummary
Evan Prodromou [Tue, 9 Nov 2010 20:01:07 +0000 (15:01 -0500)]
Merge branch '0.9.x' into emailsummary

13 years agohook points for the email settings form
Evan Prodromou [Tue, 9 Nov 2010 20:00:30 +0000 (15:00 -0500)]
hook points for the email settings form

13 years agosplit out InlineAttachmentList from AttachmentList
Brion Vibber [Tue, 9 Nov 2010 18:45:19 +0000 (10:45 -0800)]
split out InlineAttachmentList from AttachmentList

13 years agochange width of notices table to display better
Evan Prodromou [Tue, 9 Nov 2010 18:04:11 +0000 (13:04 -0500)]
change width of notices table to display better

13 years agosession table was missing from upgrade scripts
Evan Prodromou [Tue, 9 Nov 2010 17:53:57 +0000 (12:53 -0500)]
session table was missing from upgrade scripts

13 years agosome alignment in the table layout
Evan Prodromou [Tue, 9 Nov 2010 12:04:50 +0000 (07:04 -0500)]
some alignment in the table layout

13 years agoset height and width of avatar td in email summary
Evan Prodromou [Tue, 9 Nov 2010 11:59:16 +0000 (06:59 -0500)]
set height and width of avatar td in email summary

13 years agoKeep aspect ratio when generating local thumbnails
Brion Vibber [Tue, 9 Nov 2010 01:51:53 +0000 (17:51 -0800)]
Keep aspect ratio when generating local thumbnails

13 years agoAdd attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, defaulti...
Brion Vibber [Tue, 9 Nov 2010 01:36:02 +0000 (17:36 -0800)]
Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, defaulting to 100x75.
This is used as the max thumb width/height for oEmbed requests (replacing the old default of 500x400 which was more suitable for the lightbox).

13 years agoPass file attachment thumbnails along with oEmbed data.
Brion Vibber [Tue, 9 Nov 2010 01:22:01 +0000 (17:22 -0800)]
Pass file attachment thumbnails along with oEmbed data.

13 years agoSave a thumbnail image when uploading an image file into the file attachments system...
Brion Vibber [Tue, 9 Nov 2010 01:20:04 +0000 (17:20 -0800)]
Save a thumbnail image when uploading an image file into the file attachments system. Currently hardcoded to 100x75, needs aspect-sensitivity etc.

13 years ago- Still send notices to Facebook from existing Facebook app users
Zach Copley [Tue, 9 Nov 2010 00:56:53 +0000 (00:56 +0000)]
- Still send notices to Facebook from existing Facebook app users
- Turns out we don't need the old REST lib to use the old REST API
(removed)

13 years agoBreak out ImageFile->resizeTo() from ImageFile->resize(); allows resizing images...
Brion Vibber [Tue, 9 Nov 2010 00:51:31 +0000 (16:51 -0800)]
Break out ImageFile->resizeTo() from ImageFile->resize(); allows resizing images to non-square sizes and to arbitrary destinations. Will be used for creating thumbnails as well as the originala use of cropping/sizing avatars.

13 years agoTesting... using photo info for temp thumbnails
Brion Vibber [Mon, 8 Nov 2010 23:50:06 +0000 (15:50 -0800)]
Testing... using photo info for temp thumbnails

13 years agodoomy doom doom
Brion Vibber [Mon, 8 Nov 2010 23:32:41 +0000 (15:32 -0800)]
doomy doom doom

13 years agochange to a table for HTML output
Evan Prodromou [Mon, 8 Nov 2010 23:14:13 +0000 (18:14 -0500)]
change to a table for HTML output

13 years agostylesheet for outgoing email
Evan Prodromou [Mon, 8 Nov 2010 22:31:21 +0000 (17:31 -0500)]
stylesheet for outgoing email

13 years agoFixup headers for HTML email
Evan Prodromou [Mon, 8 Nov 2010 22:22:16 +0000 (17:22 -0500)]
Fixup headers for HTML email

13 years agoSome initial testing w/ thumb gen
Brion Vibber [Mon, 8 Nov 2010 22:20:23 +0000 (14:20 -0800)]
Some initial testing w/ thumb gen

13 years agoAvoid marking files as attachments that are not locally uploaded, unless they're...
Brion Vibber [Mon, 8 Nov 2010 21:27:54 +0000 (13:27 -0800)]
Avoid marking files as attachments that are not locally uploaded, unless they're really oembedable. HTML-y things now excluded properly.

13 years agoComplete email summary sending system
Evan Prodromou [Mon, 8 Nov 2010 18:10:09 +0000 (13:10 -0500)]
Complete email summary sending system

Added the necessary classes to send email summaries. First, added a
script to run on a daily basis. Second, added a queue handler for
sending email summaries for users, and another to queue summaries for
all users on the site. Fixed up the email_summary_status table to
store the last-sent notice id, rather than a datetime (since we don't
support 'since' parameters anymore). Finally, made the plugin class
load the right modules when needed.

13 years agoMerge branch '0.9.x' into emailsummary
Evan Prodromou [Mon, 8 Nov 2010 18:09:25 +0000 (13:09 -0500)]
Merge branch '0.9.x' into emailsummary

13 years agouse subclassing to change notice list output for single notice
Evan Prodromou [Mon, 8 Nov 2010 18:08:59 +0000 (13:08 -0500)]
use subclassing to change notice list output for single notice

13 years agofirst steps for email summary
Evan Prodromou [Mon, 8 Nov 2010 15:36:19 +0000 (10:36 -0500)]
first steps for email summary

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Mon, 8 Nov 2010 15:30:54 +0000 (10:30 -0500)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agofix documentation for parameters to menu events
Evan Prodromou [Mon, 8 Nov 2010 15:26:33 +0000 (10:26 -0500)]
fix documentation for parameters to menu events

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 7 Nov 2010 21:33:23 +0000 (22:33 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoUpdate translator documentation.
Siebrand Mazeland [Sun, 7 Nov 2010 21:32:52 +0000 (22:32 +0100)]
Update translator documentation.

13 years agoscreen_name -> nick names. Spotted by The Evil IP address.
Siebrand Mazeland [Sun, 7 Nov 2010 21:31:02 +0000 (22:31 +0100)]
screen_name -> nick names. Spotted by The Evil IP address.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sun, 7 Nov 2010 21:04:44 +0000 (22:04 +0100)]
Localisation updates from http://translatewiki.net

13 years agoFix typo. Spotted by EugeneZelenko.
Siebrand Mazeland [Fri, 5 Nov 2010 23:54:34 +0000 (00:54 +0100)]
Fix typo. Spotted by EugeneZelenko.

13 years agoMuch more reliable Facebook SSO
Zach Copley [Fri, 5 Nov 2010 06:34:06 +0000 (06:34 +0000)]
Much more reliable Facebook SSO

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Fri, 5 Nov 2010 00:25:50 +0000 (01:25 +0100)]
Localisation updates from http://translatewiki.net.

13 years ago* i18n/L10n updates.
Siebrand Mazeland [Thu, 4 Nov 2010 18:16:19 +0000 (19:16 +0100)]
* i18n/L10n updates.
* translator documentation added.
* superfluous whitespace removed.

13 years agoi18n/L10n updates.
Siebrand Mazeland [Thu, 4 Nov 2010 17:33:39 +0000 (18:33 +0100)]
i18n/L10n updates.

13 years ago- Some reorganizing
Zach Copley [Thu, 4 Nov 2010 00:43:40 +0000 (00:43 +0000)]
- Some reorganizing
- Making the Facebook bridging work

13 years agoFix for ticket #2804: bad non-cache fallback code for dupe checks of prolific posters
Brion Vibber [Thu, 4 Nov 2010 00:25:29 +0000 (17:25 -0700)]
Fix for ticket #2804: bad non-cache fallback code for dupe checks of prolific posters

The old code attempted to compare the value of the notice.created field against now() directly, which tends to explode in our current systems. now() comes up as the server/connection local timezone generally, while the created field is currently set as hardcoded UTC from the web servers. This would lead to breakage when we got a difference in seconds that's several hours off in either direction (depending on the local timezone). New code calculates a threshold by subtracting the number of seconds from the current UNIX timestamp and passing that in in correct format for a simple comparison. As a bonus, this should also be more efficient, as it should be able to follow the index on profile_id and created.

13 years agoFix for ticket #2853: fix for some unknown MIME type error cases by adjusting the...
Brion Vibber [Thu, 4 Nov 2010 00:05:26 +0000 (17:05 -0700)]
Fix for ticket #2853: fix for some unknown MIME type error cases by adjusting the PEAR error handling temporarily around MIME_Type_Extension usage.