summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-08-13Merge branch '1.0.x' of /home/ian/public_html/statusnet-enhancementsIan Denhardt
2010-08-12Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-08-12Merge branch 'master' into 0.9.xBrion Vibber
2010-08-12TinyMCE: 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-12TinyMCE: fixes to attachment handlingBrion Vibber
2010-08-12Merge branch '1.0.x' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-11work in progress: tinymce image attachmentsBrion Vibber
2010-08-11work in progress: prettier attachment mode for tinymce?Brion Vibber
2010-08-11TinyMCE: 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-11TinyMCE: core tweak; switching order of input processing so length limit is ↵Brion Vibber
applied to stripped version of the text
2010-08-11TinyMCE: 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-11TinyMCE: enable tab focus behavior matching the default textareaBrion 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-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-11Photos now show up in feed (locally anywyay.) need cleanup/federationIan Denhardt
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-10First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵Brion Vibber
all notice saves everywhere)
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-09Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-08-09Merge branch '1.0.x' of git://gitorious.org/statusnet/mainlineIan Denhardt
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-06Got database inserts for photos working.Ian Denhardt
2010-08-05SubMirror plugin initial checkin: allows setting up automatic mirroring of ↵Brion Vibber
posts from any of your subscriptions into your own stream, either via repeat or by copying the text. The UI for setup and editing is a bit nasty for now. Can be reached via 'Mirroring' tab in account settings, or from a link at top of subscriptions list. Currently relies on the OStatus plugin to handle actual setup, parsing, and importing of feeds; to support more general feed formatting we may need some further work there to accept weird feeds. Also requires an actual live subscription, but this could be changed in future. (Ensuring that PSHB feed subscriptions remain live even if nobody's directly subscribed might be tricky.) The repeat style is our preferred method since it retains full attribution, but right now we don't handle repeats very well across site boundaries; when pushed out to Twitter or to other StatusNet instances via OStatus, currently we end up losing some of the data and can end up with the 'RT @blah' version. WARNING: There's no loop detection yet; it's most likely possible to set up a fun loop of profiles repeating each others' stuff forever and ever and ever and ever...
2010-08-05got uploads sortof working - database portion doesn't work though.Ian Denhardt
2010-08-04Started working on proper photo upload. not fully functional yet.Ian Denhardt
2010-08-04slight cleanup, we now get the image type from getimagesize(), rather than ↵Ian Denhardt
finding it ourselves.
2010-08-04Photos are cropped now.Ian Denhardt
2010-08-03Fixed scaling. thumbnails are bigger now, too.Ian Denhardt
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-08-03Merge branch 'activityhooks' into 0.9.xEvan Prodromou
Conflicts: classes/Notice.php