]> 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 [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

13 years agoUnrolled tagged vs untagged, page 1 vs page N message variants for showstream title...
Brion Vibber [Tue, 2 Nov 2010 21:20:06 +0000 (14:20 -0700)]
Unrolled tagged vs untagged, page 1 vs page N message variants for showstream title. #2668

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 agoAlternate pretty-title tweaks for #2668
Brion Vibber [Tue, 2 Nov 2010 20:42:33 +0000 (13:42 -0700)]
Alternate pretty-title tweaks for #2668

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Tue, 2 Nov 2010 20:14:42 +0000 (13:14 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoUse SN.msg() and onEndScriptMessages() to export localized UI messages from Realtime...
Brion Vibber [Tue, 2 Nov 2010 20:12:58 +0000 (13:12 -0700)]
Use SN.msg() and onEndScriptMessages() to export localized UI messages from Realtime plugin and its descendents.

13 years agoTossing in a basic i18n message export to script code. Plugins can hook StartScriptMe...
Brion Vibber [Tue, 2 Nov 2010 20:05:16 +0000 (13:05 -0700)]
Tossing in a basic i18n message export to script code. Plugins can hook 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.

13 years ago* add POT file
Siebrand Mazeland [Tue, 2 Nov 2010 19:49:34 +0000 (20:49 +0100)]
* add POT file
* remove superfluous whitespace
* break lines at 80 or before in README

13 years agoStarting on making Realtime plugin's UI messages localizable: pause/play, popup butto...
Brion Vibber [Tue, 2 Nov 2010 18:39:38 +0000 (11:39 -0700)]
Starting on making Realtime plugin's UI messages localizable: pause/play, popup button text and tooltip text are now loaded from PHP code where we can get at gettext.

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

13 years agoUpdate translator documentation.
Siebrand Mazeland [Mon, 1 Nov 2010 15:26:23 +0000 (16:26 +0100)]
Update translator documentation.

13 years ago* i18n/L10n updates.
Siebrand Mazeland [Mon, 1 Nov 2010 13:44:37 +0000 (14:44 +0100)]
* i18n/L10n updates.
* translator documentation added.
* superfluous whitespace removed.

13 years agoUpdate translator documentation.
Siebrand Mazeland [Mon, 1 Nov 2010 13:19:37 +0000 (14:19 +0100)]
Update translator documentation.

13 years ago* add translator documentation.
Siebrand Mazeland [Mon, 1 Nov 2010 12:55:24 +0000 (13:55 +0100)]
* add translator documentation.
* i18n FIXME tagging.

13 years agoFix i18n issues that are solved by using plural.
Siebrand Mazeland [Mon, 1 Nov 2010 12:50:24 +0000 (13:50 +0100)]
Fix i18n issues that are solved by using plural.

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 30 Oct 2010 23:38:57 +0000 (01:38 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoAdd forgotten translator documentation.
Siebrand Mazeland [Sat, 30 Oct 2010 23:26:39 +0000 (01:26 +0200)]
Add forgotten translator documentation.

13 years ago* translator documentation updated.
Siebrand Mazeland [Sat, 30 Oct 2010 23:16:59 +0000 (01:16 +0200)]
* translator documentation updated.
* superfluous whitespace removed.
* added FIXMEs for missing documentation and un-i18n-able timestamps.

13 years ago* i18n/L10n updates.
Siebrand Mazeland [Sat, 30 Oct 2010 22:58:35 +0000 (00:58 +0200)]
* i18n/L10n updates.
* translator documentation added/updated.
* superfluous whitespace removed.

13 years agoFix i18n for B/kB/MB and add translator documentation.
Siebrand Mazeland [Sat, 30 Oct 2010 22:34:28 +0000 (00:34 +0200)]
Fix i18n for B/kB/MB and add translator documentation.

13 years ago* translator documentation updates.
Siebrand Mazeland [Sat, 30 Oct 2010 12:36:54 +0000 (14:36 +0200)]
* translator documentation updates.
* added FIXMEs in actions/showgroup.php.
* superfluous whitespace removed.

13 years agoTabs to spaces, superfluous whitespace removed.
Siebrand Mazeland [Sat, 30 Oct 2010 11:47:19 +0000 (13:47 +0200)]
Tabs to spaces, superfluous whitespace removed.

13 years agoQuickie script to aid in building release tarballs -- encapsulates the archive-i18n...
Brion Vibber [Fri, 29 Oct 2010 21:34:27 +0000 (14:34 -0700)]
Quickie script to aid in building release tarballs -- encapsulates the archive-i18n gen-changelog gen-retar steps.

13 years agoREADME bump for 0.9.6 final
Brion Vibber [Fri, 29 Oct 2010 21:17:18 +0000 (14:17 -0700)]
README bump for 0.9.6 final

13 years agoWork in progress on twitter import daemon
Brion Vibber [Fri, 29 Oct 2010 21:12:18 +0000 (14:12 -0700)]
Work in progress on twitter import daemon