summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-06Fix typo. Spotted by EugeneZelenko.Siebrand Mazeland
2010-11-05Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-04* i18n/L10n updates.Siebrand Mazeland
* translator documentation added. * superfluous whitespace removed.
2010-11-04i18n/L10n updates.Siebrand Mazeland
2010-11-03Fix for ticket #2804: bad non-cache fallback code for dupe checks of ↵Brion Vibber
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.
2010-11-03Fix 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-03Fix for ticket #2852: skip sending favorite notification emails if the ↵Brion Vibber
favoriter is someone you've blocked.
2010-11-03Fix ticket #2860: clarify API doc comments for 'source' parameter's ↵Brion Vibber
interaction with OAuth on api/statuses/update
2010-11-03UserFlagPlugin fix for ticket #2118 and ticket #2847: flagged state wasn't ↵Brion Vibber
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.
2010-11-03Use 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-03Migrate 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-03General 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-03Add getFancyName() to User_group to match the one on Profile: encapsulates ↵Brion Vibber
the "fullname (nickname)" vs "nickname" logic and allows for localization of the parentheses in a common place.
2010-11-03Fix for ticket #2168: if we've already flagged a profile from another ↵Brion Vibber
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)
2010-11-03UserFlag fixes to prevent PHP notices breaking AJAX submissions when ↵Brion Vibber
display_errors is on. Key & seq defs weren't quite right, which caused accesses to unset array indices in DB_DataObject.
2010-11-02Merge branch 'twitstream' into 0.9.xBrion Vibber
2010-11-02Pull out the 'tweetctl' queue for now; these should go over control signals, ↵Brion Vibber
and actual handling isn't implemented yet anyway.
2010-11-02fakestream.php can now take --all option to pull the latest messages from ↵Brion Vibber
multiple locally-authed accounts when generating simulated sitestreams info
2010-11-02fakestream.php: script to build an emulated Twitter Site Stream from live ↵Brion Vibber
Twitter data, for testing.
2010-11-02Allow custom apiroot for site streams testing on streamtestBrion Vibber
2010-11-03Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-11-02i18n/L10n fixes and translator documentation addded/updated.Siebrand Mazeland
2010-11-02Merge branch '0.9.x' into twitstreamBrion Vibber
2010-11-02Add context for different uses of "%1$s (%2$s)"Siebrand Mazeland
2010-11-02i18n/L10n, translator documentation updates.Siebrand Mazeland
2010-11-02Merge branch 'pretty-title2' into 0.9.xBrion Vibber
2010-11-02Unrolled tagged vs untagged, page 1 vs page N message variants for ↵Brion Vibber
showstream title. #2668
2010-11-02fix syntax error introduced in i18n tweaks: newgroup actionBrion Vibber
2010-11-02Alternate pretty-title tweaks for #2668Brion Vibber
2010-11-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-02Use SN.msg() and onEndScriptMessages() to export localized UI messages from ↵Brion Vibber
Realtime plugin and its descendents.
2010-11-02Tossing 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-02* add POT fileSiebrand Mazeland
* remove superfluous whitespace * break lines at 80 or before in README
2010-11-02Starting on making Realtime plugin's UI messages localizable: pause/play, ↵Brion Vibber
popup button text and tooltip text are now loaded from PHP code where we can get at gettext.
2010-11-02Merge branch '0.9.x' into twitstreamBrion Vibber
2010-11-01Update translator documentation.Siebrand Mazeland
2010-11-01* i18n/L10n updates.Siebrand Mazeland
* translator documentation added. * superfluous whitespace removed.
2010-11-01Update translator documentation.Siebrand Mazeland
2010-11-01* add translator documentation.Siebrand Mazeland
* i18n FIXME tagging.
2010-11-01Fix i18n issues that are solved by using plural.Siebrand Mazeland
2010-10-31Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-31Add forgotten translator documentation.Siebrand Mazeland
2010-10-31* translator documentation updated.Siebrand Mazeland
* superfluous whitespace removed. * added FIXMEs for missing documentation and un-i18n-able timestamps.
2010-10-31* i18n/L10n updates.Siebrand Mazeland
* translator documentation added/updated. * superfluous whitespace removed.
2010-10-31Fix 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-30Tabs to spaces, superfluous whitespace removed.Siebrand Mazeland
2010-10-29Quickie script to aid in building release tarballs -- encapsulates the ↵Brion Vibber
archive-i18n gen-changelog gen-retar steps.
2010-10-29README bump for 0.9.6 final0.9.6Brion Vibber
2010-10-29Work in progress on twitter import daemonBrion Vibber