]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
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 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 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 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 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 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.

13 years agoFix for ticket #2852: skip sending favorite notification emails if the favoriter...
Brion Vibber [Wed, 3 Nov 2010 22:17:46 +0000 (15:17 -0700)]
Fix for ticket #2852: skip sending favorite notification emails if the favoriter is someone you've blocked.

13 years agoFix ticket #2860: clarify API doc comments for 'source' parameter's interaction with...
Brion Vibber [Wed, 3 Nov 2010 21:58:33 +0000 (14:58 -0700)]
Fix ticket #2860: clarify API doc comments for 'source' parameter's interaction with OAuth on api/statuses/update

13 years agoUserFlagPlugin fix for ticket #2118 and ticket #2847: flagged state wasn't reflected...
Brion Vibber [Wed, 3 Nov 2010 21:04:08 +0000 (14:04 -0700)]
UserFlagPlugin fix for ticket #2118 and ticket #2847: flagged state wasn't reflected in profile lists such as group members page and profile search .
Pulled common code for the profile page and profile list cases to give them the same logic on checking. Also fixes the problem that you'd get a flag button for yourself in profile lists, while we explicitly exclude that from the profile page -- it's now skipped in both places.

13 years agoUse Profile->getBestName() in PersonalGroupNav instead of manually picking nickname...
Brion Vibber [Wed, 3 Nov 2010 20:11:34 +0000 (13:11 -0700)]
Use Profile->getBestName() in PersonalGroupNav instead of manually picking nickname vs fullname. Logic should still work the same when no nickname is provided, but it doesn't make any sense -- probably needs cleanup. :)

13 years agoMigrate some more code from manually constructing "fullname (nickname)" to using...
Brion Vibber [Wed, 3 Nov 2010 20:10:42 +0000 (13:10 -0700)]
Migrate some more code from manually constructing "fullname (nickname)" to using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens.

13 years agoGeneral cleanup & part of ticket #2864: use User_group->getFancyName() instead of...
Brion Vibber [Wed, 3 Nov 2010 19:59:19 +0000 (12:59 -0700)]
General cleanup & part of ticket #2864: use User_group->getFancyName() instead of replicating the logic in various places. Encapsulates and allows for localization of parens.

13 years agoAdd getFancyName() to User_group to match the one on Profile: encapsulates the "fulln...
Brion Vibber [Wed, 3 Nov 2010 19:53:51 +0000 (12:53 -0700)]
Add getFancyName() to User_group to match the one on Profile: encapsulates the "fullname (nickname)" vs "nickname" logic and allows for localization of the parentheses in a common place.

13 years agoFix for ticket #2168: if we've already flagged a profile from another window, let...
Brion Vibber [Wed, 3 Nov 2010 19:32:11 +0000 (12:32 -0700)]
Fix for ticket #2168: if we've already flagged a profile from another window, let the 'Flag' form submission gracefully show the updated state instead of throwing an error (error message isn't even exposed properly in AJAX submissions)

13 years agoUserFlag fixes to prevent PHP notices breaking AJAX submissions when display_errors...
Brion Vibber [Wed, 3 Nov 2010 19:20:25 +0000 (12:20 -0700)]
UserFlag fixes to prevent PHP notices breaking AJAX submissions when display_errors is on. Key & seq defs weren't quite right, which caused accesses to unset array indices in DB_DataObject.

13 years agoMerge branch 'twitstream' into 0.9.x
Brion Vibber [Tue, 2 Nov 2010 23:55:55 +0000 (16:55 -0700)]
Merge branch 'twitstream' into 0.9.x

13 years agoPull out the 'tweetctl' queue for now; these should go over control signals, and...
Brion Vibber [Tue, 2 Nov 2010 23:51:07 +0000 (16:51 -0700)]
Pull out the 'tweetctl' queue for now; these should go over control signals, and actual handling isn't implemented yet anyway.

13 years agofakestream.php can now take --all option to pull the latest messages from multiple...
Brion Vibber [Tue, 2 Nov 2010 23:43:01 +0000 (16:43 -0700)]
fakestream.php can now take --all option to pull the latest messages from multiple locally-authed accounts when generating simulated sitestreams info

13 years agofakestream.php: script to build an emulated Twitter Site Stream from live Twitter...
Brion Vibber [Tue, 2 Nov 2010 23:27:14 +0000 (16:27 -0700)]
fakestream.php: script to build an emulated Twitter Site Stream from live Twitter data, for testing.

13 years agoAllow custom apiroot for site streams testing on streamtest
Brion Vibber [Tue, 2 Nov 2010 23:26:51 +0000 (16:26 -0700)]
Allow custom apiroot for site streams testing on streamtest

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 2 Nov 2010 23:04:26 +0000 (00:04 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoi18n/L10n fixes and translator documentation addded/updated.
Siebrand Mazeland [Tue, 2 Nov 2010 22:48:36 +0000 (23:48 +0100)]
i18n/L10n fixes and translator documentation addded/updated.

13 years agoMerge branch '0.9.x' into twitstream
Brion Vibber [Tue, 2 Nov 2010 22:10:56 +0000 (15:10 -0700)]
Merge branch '0.9.x' into twitstream

13 years agoAdd context for different uses of "%1$s (%2$s)"
Siebrand Mazeland [Tue, 2 Nov 2010 22:08:59 +0000 (23:08 +0100)]
Add context for different uses of "%1$s (%2$s)"

13 years agoi18n/L10n, translator documentation updates.
Siebrand Mazeland [Tue, 2 Nov 2010 20:33:34 +0000 (21:33 +0100)]
i18n/L10n, translator documentation updates.

13 years agoMerge branch 'pretty-title2' into 0.9.x
Brion Vibber [Tue, 2 Nov 2010 21:21:23 +0000 (14:21 -0700)]
Merge branch 'pretty-title2' into 0.9.x