Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | Merge branch '0.9.x' into twitstream | Brion Vibber | |
2010-11-02 | Merge branch 'pretty-title2' into 0.9.x | Brion Vibber | |
2010-11-02 | Unrolled tagged vs untagged, page 1 vs page N message variants for ↵ | Brion Vibber | |
showstream title. #2668 | |||
2010-11-02 | fix syntax error introduced in i18n tweaks: newgroup action | Brion Vibber | |
2010-11-02 | Alternate pretty-title tweaks for #2668 | 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-11-01 | Update translator documentation. | Siebrand Mazeland | |
2010-11-01 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added. * superfluous whitespace removed. | |||
2010-11-01 | Update translator documentation. | Siebrand Mazeland | |
2010-11-01 | * add translator documentation. | Siebrand Mazeland | |
* i18n FIXME tagging. | |||
2010-11-01 | Fix i18n issues that are solved by using plural. | Siebrand Mazeland | |
2010-10-31 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-31 | Add 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-31 | Fix 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-30 | Tabs to spaces, superfluous whitespace removed. | Siebrand Mazeland | |
2010-10-29 | Quickie script to aid in building release tarballs -- encapsulates the ↵ | Brion Vibber | |
archive-i18n gen-changelog gen-retar steps. | |||
2010-10-29 | README bump for 0.9.6 final0.9.6 | Brion Vibber | |
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-29 | Merge branch '0.9.x' into twitstream | Brion Vibber | |
2010-10-29 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-10-29 | Merge remote branch 'origin/master' into twitstream | Brion Vibber | |
2010-10-29 | Merge remote branch 'gitorious/master' | Evan Prodromou | |
2010-10-29 | add a hack to show ads on single-notice pages | Evan Prodromou | |
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-28 | Merge remote branch 'origin/0.9.x' into 0.9.x | Brion Vibber | |
2010-10-29 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-28 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-10-28 | Kill a ping queue item if we get an error on loading up the notice's ↵ | Brion Vibber | |
poster's profile, rather than letting the item be retried over and over as if it were a transitory error. This shouldn't generally happen as it's an indicator of database inconsistency, but it's a condition we know happens. | |||
2010-10-28 | Fix for regression: fatal error on group page display when not logged in. | Brion Vibber | |
Bug was introduced with group deletion feature. | |||
2010-10-28 | fall back to siteowner on bad nickname (Bug#2861) | Evan Prodromou | |
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 | |
2010-10-28 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-10-28 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |