Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-22 | Miscellaneous plugin fixes/tweaksHEADmaster | Luke Shumaker | |
From most important to least important: plugins/GNUsocialTemplatePlugin.php: * Modify to play nice with plain-old TemplatePlugin. * Move onPluginVersion() from action class to plugin class * Increment version from 0.1 to 0.1.1 plugins/TemplatePlugin.php: same as GNUsocialTemplatePlugin.php plugindata.php: add some output to help identify misbehaving plugins lib/implugin.php: fix comments: s/authentication/instant messaging/ lib/uapplugin.php: comments: add @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP tpl/social.php: clean up formatting (also, use tabs instead of spaces, to be consistant with tpl/index.php) | |||
2010-09-05 | Changes to only display currently viewed profile's pictures. | Sean Corbett | |
2010-09-05 | Merge branch 'master' of git://140.232.178.237/home/ian/public_html/gnu-social | Sean Corbett | |
2010-09-05 | Added additional author info because I like to feel important ;) | Sean Corbett | |
2010-09-05 | Users now post photos to separate albums in the DB (still need to display ↵ | Ian Denhardt | |
them separately.) | |||
2010-09-04 | Rough draft of the photo album class to control photo ownership / permissions. | Sean Corbett | |
2010-09-04 | Added gallery links to previous / next pages. | Sean Corbett | |
2010-09-04 | getting photos by page is now static. | Ian Denhardt | |
2010-09-04 | Photo Galleries now actually use the database. | Ian Denhardt | |
2010-09-04 | Quick function to get an array of thumbnails for a gallery page. | Sean Corbett | |
2010-09-03 | Got photos displaying in the feed *the right way* | Ian Denhardt | |
2010-08-16 | first whack at proper photo sharing federation w/ activity streams. | Ian Denhardt | |
2010-08-13 | Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline | Ian Denhardt | |
2010-08-13 | Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x | Evan Prodromou | |
2010-08-13 | Merge branch '0.9.x' into 1.0.x | Evan Prodromou | |
2010-08-13 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-08-13 | Merge branch 'master' into 1.0.x | Evan Prodromou | |
2010-08-13 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
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 | add hooks to allow plugins to handle different kinds of activities | Evan Prodromou | |
2010-08-13 | typo mixing up and in salmonaction | Evan Prodromou | |
2010-08-13 | Merge branch '1.0.x' of /home/ian/public_html/statusnet-enhancements | Ian Denhardt | |
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 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-08-12 | Merge branch 'master' 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-12 | Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline | Ian Denhardt | |
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 | 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 | validate input, dummy. | Ian Denhardt | |
2010-08-11 | Rudementary video support. | Ian Denhardt | |
2010-08-11 | photos now work across status.net installs. needs to be cleaned up though. | Ian Denhardt | |
2010-08-11 | Got author to appear properly in the feed for photos. | Ian Denhardt | |
2010-08-11 | Photos now show up in feed (locally anywyay.) need cleanup/federation | Ian Denhardt | |
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 | First stab redoing argument loading for TinyMCE (to avoid hacking checks for ↵ | Brion Vibber | |
all notice saves everywhere) | |||
2010-08-10 | TinyMCE: workaround for save trigger aborting our AJAX form submission. | Brion Vibber | |