Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-12 | Save attached URLs when importing a Twitter status: this lets our thumbnail ↵ | Brion Vibber | |
detection handle photos and videos linked to by Twitter posters. | |||
2010-11-12 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/newgroup.php | |||
2010-11-12 | Fix for failure edge case in TwitterBridge outgoing repeat/retweets. | Brion Vibber | |
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. :) | |||
2010-11-12 | don't try to initialize the mapstraction canvas if it doesn't exist | Evan Prodromou | |
2010-11-12 | don't try to initialize the mapstraction canvas if it doesn't exist | Evan Prodromou | |
2010-11-11 | give users a chance to opt out of email summaries | Evan Prodromou | |
2010-11-11 | fix update of email prefs in queue handler | Evan Prodromou | |
2010-11-09 | change width of notices table to display better | Evan Prodromou | |
2010-11-09 | some alignment in the table layout | Evan Prodromou | |
2010-11-09 | set height and width of avatar td in email summary | Evan Prodromou | |
2010-11-08 | change to a table for HTML output | Evan Prodromou | |
2010-11-08 | stylesheet for outgoing email | Evan Prodromou | |
2010-11-08 | Fixup headers for HTML email | Evan Prodromou | |
2010-11-08 | Complete email summary sending system | Evan Prodromou | |
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. | |||
2010-11-08 | Merge branch '0.9.x' into emailsummary | Evan Prodromou | |
2010-11-08 | first steps for email summary | Evan Prodromou | |
2010-11-07 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-07 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-11-06 | Fix typo. Spotted by EugeneZelenko. | Siebrand Mazeland | |
2010-11-05 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-03 | UserFlagPlugin 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-03 | Migrate 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-03 | General 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-03 | Fix 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-03 | UserFlag 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-02 | Merge branch 'twitstream' into 0.9.x | Brion Vibber | |
2010-11-02 | Pull out the 'tweetctl' queue for now; these should go over control signals, ↵ | Brion Vibber | |
and actual handling isn't implemented yet anyway. | |||
2010-11-02 | fakestream.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-02 | fakestream.php: script to build an emulated Twitter Site Stream from live ↵ | Brion Vibber | |
Twitter data, for testing. | |||
2010-11-02 | Allow custom apiroot for site streams testing on streamtest | Brion Vibber | |
2010-11-03 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-02 | i18n/L10n fixes and translator documentation addded/updated. | Siebrand Mazeland | |
2010-11-02 | Merge branch '0.9.x' into twitstream | Brion Vibber | |
2010-11-02 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-02 | Use SN.msg() and onEndScriptMessages() to export localized UI messages from ↵ | Brion Vibber | |
Realtime plugin and its descendents. | |||
2010-11-02 | Tossing 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 file | Siebrand Mazeland | |
* remove superfluous whitespace * break lines at 80 or before in README | |||
2010-11-02 | Starting 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-02 | Merge branch '0.9.x' into twitstream | Brion Vibber | |
2010-10-31 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-29 | Work in progress on twitter import daemon | Brion Vibber | |
2010-10-29 | Fixups for twitter streaming daemon | Brion Vibber | |
2010-10-29 | Work in progress on site streams-aware TwitterDaemon | Brion Vibber | |
2010-10-29 | TweetInQueueHandler: run incoming tweets through the queues to keep the ↵ | Brion Vibber | |
Twitter streaming daemon clear. | |||
2010-10-29 | Fix a couple 'continue's from old looping code in Twitter importer (-> ↵ | Brion Vibber | |
return null) | |||
2010-10-28 | Work in progress: starting on new TwitterDaemon using the Site Streams API ↵ | Brion Vibber | |
-- code is incomplete, pulling bits from streamtest.php pending a chance to test the actual site-streams mode | |||
2010-10-28 | Merge branch '0.9.x' into twitstream | Brion Vibber | |
2010-10-29 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-28 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-28 | Tweak for OAuth headers not seen in $_SERVER | Brion Vibber | |