summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-11TinyMCE: enable tab focus behavior matching the default textareaBrion Vibber
2010-08-11Merge branch '0.9.x'Brion Vibber
2010-08-11TinyMCE: 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-11TinyMCE: enable autoresize plugin, makes the text area bigger as you're ↵Brion Vibber
typing a giant message
2010-08-11TinyMCE: 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-11TinyMCE: Switch default 'simple' layout for customized advanced layout: ↵Brion Vibber
bold/italic/strikethrough undo/redo link/unlink/image
2010-08-11validate input, dummy.Ian Denhardt
2010-08-11Rudementary video support.Ian Denhardt
2010-08-11Merge branch '0.9.x' into tinymceBrion Vibber
2010-08-110.9.4beta2 update some notes in README, note the fix from beta1Brion Vibber
2010-08-11photos now work across status.net installs. needs to be cleaned up though.Ian Denhardt
2010-08-11Got author to appear properly in the feed for photos.Ian Denhardt
2010-08-11Merge branch 'master' of gitorious.org:+socialites/statusnet/gnu-socialIan Denhardt
2010-08-11Photos now show up in feed (locally anywyay.) need cleanup/federationIan Denhardt
2010-08-11Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-08-11Add dummy support for Esperanto.Siebrand Mazeland
2010-08-11Localisation updates from http://translstewiki.netSiebrand Mazeland
2010-08-10Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-08-10add last-modified header to sitemaps to keep them from getting regeneratedEvan Prodromou
2010-08-10StatusNet_network staticGet lookup fixBrion Vibber
2010-08-10First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵Brion Vibber
all notice saves everywhere)
2010-08-10update version for 0.9.4beta1Brion Vibber
2010-08-10TinyMCE: workaround for save trigger aborting our AJAX form submission.Brion Vibber
2010-08-10Update TinyMCE to release 3.3.8, jQuery versionBrion Vibber
Release 2010-06-30 http://tinymce.moxiecode.com/punbb/viewtopic.php?id=22165
2010-08-10Merge branch '0.9.x' into tinymceBrion Vibber
2010-08-10Fix for regression with OStatus mention processing (duplicated new and old ↵Brion Vibber
style lead to trying to save a reply entry twice).
2010-08-10Fix 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-10Initial 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-10Workaround for index setup on SubMirror until I'm done w/ arbitrary index ↵Brion Vibber
support for Schema setup.
2010-08-09remove microblogging messagesMatt Lee
2010-08-09remove microblogging messagesMatt Lee
2010-08-09remove microblogging messagesMatt Lee
2010-08-09remove microblogging messagesMatt Lee
2010-08-09updatedMatt Lee
2010-08-09Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-08-09Merge branch 'master' of gitorious.org:+socialites/statusnet/gnu-socialIan Denhardt
2010-08-09Merge branch '1.0.x' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-09Merge branch 'master' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-08Add two i18n related FIXMEs.Siebrand Mazeland
2010-08-07added some crude code to enable people to add support for webfinger toMatt Lee
their domains license: AGPLv3 or later.
2010-08-07Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-08-07strip whitespace from me:data and me:sig (per spec)James Walker
2010-08-06Locale error message, clean up {}, Verified under 1.0.x && php 5.3Eric Helgeson
2010-08-06Fixed PHP 5.3 by & valueEric Helgeson
Cleaned up {}'s
2010-08-06Fixed PHP 5.3 by & valueEric Helgeson
Cleaned up {}'s
2010-08-06And.... one more fix for queueing in SubMirror.Brion Vibber
2010-08-06Missing file from SubMirror. :PBrion Vibber
2010-08-06SubMirror: Drop mirror link from subscriptions list; has decoupled from ↵Brion Vibber
subscriptions.
2010-08-06OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can ↵Brion Vibber
declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships. SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions. Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query. Memcached_DataObject: tweak to avoid extra error spew in the DB error raising Work in progress: tweaking feedsub garbage collection so we can count other uses
2010-08-06Partial fix for ticket #2489 -- problems with SNI SSL virtual host ↵Brion Vibber
certificate validation. Two prongs here: * We attempt to enable SNI on the SSL stream context with the appropriate hostname... This requires PHP 5.3.2 and OpenSSL that supports the TLS extensions. Unfortunately this doesn't seem to be working in my testing. * If set $config['http']['curl'] = true, we'll use the CURL backend if available. In my testing on Ubuntu 10.04, this works. No guarantees on other systems. I'm not enabling CURL mode by default just yet; want to make sure there's no other surprises.