Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-08-13 | A plugin for adding the Echo (formerly JS-Kit) commenting widget to | Zach Copley | |
notice pages | |||
2010-08-13 | Update extension configuration file creation (doesn't work yet in ↵ | Siebrand Mazeland | |
translatewiki.net). | |||
2010-08-13 | Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵ | Brion Vibber | |
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info). | |||
2010-08-13 | SubMirror: check feel-url discovery if profile-url discovery failed; should ↵ | Brion Vibber | |
help when giving direct feeds to subscribe to | |||
2010-08-13 | Suppress whinging during HTML parsing in profile page discovery for things ↵ | Brion Vibber | |
that turn out to be XML feeds with funny namespaces. | |||
2010-08-12 | Fix for ticket 2513: "Can't linkify" error when some links are shortened | Brion Vibber | |
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513 | |||
2010-08-12 | Fix PHP notice spew when Notice::saveNew() called without passing any ↵ | Brion Vibber | |
options; default empty vars weren't being set. | |||
2010-08-12 | Fix regression in replies made from web (was saving reply_to value in wrong ↵ | Brion Vibber | |
array key) | |||
2010-08-12 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-08-12 | Merge branch 'tinymce' into 0.9.x | Brion Vibber | |
2010-08-12 | TinyMCE: counter support (may not be 100% exact match to server-side count, ↵ | Brion Vibber | |
but there's already discrepencies due to URL shortening) Fix for bad char conversions also, caused short text to not be saved in some cases. | |||
2010-08-12 | TinyMCE: fixes to attachment handling | Brion Vibber | |
2010-08-11 | Merge branch '0.9.x' | Brion Vibber | |
2010-08-11 | Output "web" instead of gettext translation file metadata when notice.source ↵ | Brion Vibber | |
is empty | |||
2010-08-11 | work in progress: tinymce image attachments | Brion Vibber | |
2010-08-11 | work in progress: prettier attachment mode for tinymce? | Brion Vibber | |
2010-08-11 | TinyMCE: only apply HTML parsing if we actually got into JS and poked the ↵ | Brion Vibber | |
editor widget. With JS off, we'll take plaintext as usual. | |||
2010-08-11 | TinyMCE: core tweak; switching order of input processing so length limit is ↵ | Brion Vibber | |
applied to stripped version of the text | |||
2010-08-11 | TinyMCE: add Shane Tomlinson's linkautodetect plugin so typed URLs get ↵ | Brion Vibber | |
linked for you, fitting expected user behavior better. (IE apparently already does this; plugin adds similar behavior for other browsers.) Plugin source: http://sourceforge.net/tracker/?func=detail&aid=2770218&group_id=103281&atid=738747 Source JS compressed manually with jsmin. Note: the link detection doesn't match StatusNet's internal link detection right now. URLs with funky chars, especially like Wikipedia style ones, will often not automatically catch. (But you should still be able to manually link them.) | |||
2010-08-11 | TinyMCE: enable tab focus behavior matching the default textarea | Brion Vibber | |
2010-08-11 | Merge branch '0.9.x' | Brion Vibber | |
2010-08-11 | TinyMCE: use inlinepopups mode, so linking dialog appears as a lightbox ↵ | Brion Vibber | |
instead of a separate browser window (which may trigger popup blockers, plays very poorly with fullscreen netbook UIs, and is generally annoying) | |||
2010-08-11 | TinyMCE: enable autoresize plugin, makes the text area bigger as you're ↵ | Brion Vibber | |
typing a giant message | |||
2010-08-11 | TinyMCE: add fullscreen zoom plugin for editor (a bit awkward but better ↵ | Brion Vibber | |
than trying to work in tiny area... need a nicer intermediate size maybe) | |||
2010-08-11 | TinyMCE: Switch default 'simple' layout for customized advanced layout: ↵ | Brion Vibber | |
bold/italic/strikethrough undo/redo link/unlink/image | |||
2010-08-11 | Merge branch '0.9.x' into tinymce | Brion Vibber | |
2010-08-11 | 0.9.4beta2 update some notes in README, note the fix from beta1 | Brion Vibber | |
2010-08-11 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-11 | Add dummy support for Esperanto. | Siebrand Mazeland | |
2010-08-11 | Localisation updates from http://translstewiki.net | Siebrand Mazeland | |
2010-08-10 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-08-10 | add last-modified header to sitemaps to keep them from getting regenerated | Evan Prodromou | |
2010-08-10 | StatusNet_network staticGet lookup fix | Brion Vibber | |
2010-08-10 | First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵ | Brion Vibber | |
all notice saves everywhere) | |||
2010-08-10 | update version for 0.9.4beta1 | Brion Vibber | |
2010-08-10 | TinyMCE: workaround for save trigger aborting our AJAX form submission. | Brion Vibber | |
2010-08-10 | Update TinyMCE to release 3.3.8, jQuery version | Brion Vibber | |
Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165 | |||
2010-08-10 | Merge branch '0.9.x' into tinymce | Brion Vibber | |
2010-08-10 | Fix for regression with OStatus mention processing (duplicated new and old ↵ | Brion Vibber | |
style lead to trying to save a reply entry twice). | |||
2010-08-10 | Fix for FeedDiscovery test cases: note that some test cases with relative ↵ | Brion Vibber | |
URLs fail that include a schema but not a host. Not 100% sure those are legit, need to check. | |||
2010-08-10 | Initial support for third-party fallback hub such as Superfeedr for feed ↵ | Brion Vibber | |
subscriptions. If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own. Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it! Authentication may be specified for the fallback hub. Example: $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub'; $config['feedsub']['hub_user'] = 'abcd'; $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk'; Also: * Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches. * enhanced messages for low-level FeedSub exceptions if they make it to outside display | |||
2010-08-10 | Workaround for index setup on SubMirror until I'm done w/ arbitrary index ↵ | Brion Vibber | |
support for Schema setup. | |||
2010-08-08 | Add two i18n related FIXMEs. | Siebrand Mazeland | |
2010-08-07 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-07 | strip whitespace from me:data and me:sig (per spec) | James Walker | |
2010-08-06 | Fixed PHP 5.3 by & value | Eric Helgeson | |
Cleaned up {}'s | |||
2010-08-06 | And.... one more fix for queueing in SubMirror. | Brion Vibber | |
2010-08-06 | Missing file from SubMirror. :P | Brion Vibber | |
2010-08-06 | SubMirror: Drop mirror link from subscriptions list; has decoupled from ↵ | Brion Vibber | |
subscriptions. |