Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | Fixes replyto JS after the upgrade from jQuery 1.4.2 | Sarven Capadisli | |
2010-02-25 | Updated jQuery JavaScript Library from v1.4.1 to v1.4.2 | Sarven Capadisli | |
2010-02-25 | Moved otalk theme out of core. It will be updated separately and may | Sarven Capadisli | |
be reintruced back to core when appropriate. | |||
2010-02-25 | Updated pigeonthoughts theme | Sarven Capadisli | |
2010-02-25 | Updated cloudy theme | Sarven Capadisli | |
2010-02-25 | Removed dangling geo icon | Sarven Capadisli | |
2010-02-25 | Added author, license information for the icons that are in base theme | Sarven Capadisli | |
2010-02-25 | Moved common icons from Realtime plugin to core icons file | Sarven Capadisli | |
2010-02-25 | Added external, play, pause icons to main icons file | Sarven Capadisli | |
2010-02-24 | return attachement from saveHTMLFile() | Evan Prodromou | |
2010-02-24 | content_* to common_* | Evan Prodromou | |
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-24 | if OStatus post is too long, show the summary and save it as an HTML attachment | Evan Prodromou | |
2010-02-25 | OStatus: when finding webfinger @-replies, override a local profile match if ↵ | Brion Vibber | |
found at the same location (eg @someguy vs @someguy@example.org) Fixes inconsistent application of webfinger @-mentions in OStatus; once a local profile is set up the local name would often match first and ended up overriding in output. | |||
2010-02-25 | OStatus: abort processing of this PuSH in item if we got an exception, ↵ | Brion Vibber | |
rather than letting it be re-run. | |||
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Merge StatusNet core localization updates from 0.9.x branch Fix update_po_templates.php to support the plural and context variants of _m() in plugins Drop HTMLPurifier; we don't need its extra capabilities and we're already using htmLawed which is lighter-weight. OStatus: handle update-profile Salmon pings Revert "Updated jQuery Form Plugin from v2.17 to v2.36" OStatus: disable HTMLPurify cache unless we've configured a writable path for it. | |||
2010-02-24 | Populate more profile information when doing a remote subscribe | Zach Copley | |
2010-02-24 | Merge StatusNet core localization updates from 0.9.x branch | Brion Vibber | |
2010-02-24 | Fix update_po_templates.php to support the plural and context variants of ↵ | Brion Vibber | |
_m() in plugins | |||
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-24 | Drop HTMLPurifier; we don't need its extra capabilities and we're already ↵ | Brion Vibber | |
using htmLawed which is lighter-weight. | |||
2010-02-24 | OStatus: handle update-profile Salmon pings | Brion Vibber | |
2010-02-25 | Revert "Updated jQuery Form Plugin from v2.17 to v2.36" | Sarven Capadisli | |
This reverts commit 72037d61436978daa1edbd19d52b7e6fc6ae1fa8. Until some of the XHR notice related bugs are sorted out in Opera and Chromium, reverting back to the previous version. It throws slightly less errors. XHR file attachments is still a bit problematic in Opera 10.10/Ubuntu, Opera 10.10/Windows, and Chrome 4/Ubuntu. But this revert will at least allow regular XHR notices to work okay in Opera and Chromium. Standards suck! | |||
2010-02-24 | OStatus: disable HTMLPurify cache unless we've configured a writable path ↵ | Brion Vibber | |
for it. Updated plugin README with available config options. Cleanup for a bad element fallback lookup in Activity | |||
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-24 | use Notice::bestUrl() to determine notice url in ↵ | Evan Prodromou | |
NoticeListItem::showNoticeLink() | |||
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-24 | - break OMB profile update pings to a background queue | Brion Vibber | |
- add event hooks to profile update pings - send Salmon pings with custom update-profile event to OStatus subscribees and groups (subscribers will see it on your next post) - fix OStatus queues with overlong transport names, should work on DB queues now - Ostatus_profile::notifyActivity() and ::notifyDeferred() now can take XML, Notice, or Activity for convenience | |||
2010-02-24 | use Subscription::start() for remote subscribes | Evan Prodromou | |
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-24 | OStatus: save updated profile bits when they come in over the wire; fix up ↵ | Brion Vibber | |
nicknames | |||
2010-02-24 | Include <author> with actor ID and name in Activity::asString(); fixes ↵ | Brion Vibber | |
Salmon signature on OStatus unsub pings | |||
2010-02-24 | Added a cookie for the nickname cookie for the login page and prefill | Sarven Capadisli | |
the input field. | |||
2010-02-24 | Moved StatusNetInstance into SN in util.js | Sarven Capadisli | |
2010-02-24 | Added processing indicator for .form_remote_authorize on ostatussub page | Sarven Capadisli | |
2010-02-24 | Break long strings in tagcloud | Sarven Capadisli | |
2010-02-23 | - Move ActivityParseTests to core | Zach Copley | |
- Add test for Portable Contacts stuff | |||
2010-02-23 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus: fix group delivery, send reply/group Salmon pings from background. | |||
2010-02-23 | Add PoCo parsing and some other fixes. | Zach Copley | |
2010-02-24 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-24 | OStatus: consolidate the low-level notice save code between Salmon and PuSH ↵ | Brion Vibber | |
input paths. Validation etc remains at higher levels. | |||
2010-02-24 | Add class and (if present) id to DB_DataObject error exceptions; often ↵ | Brion Vibber | |
they're VERRRRRY vague, and it helps to know what type of item is failing! | |||
2010-02-24 | Using the default abbr class pattern for geo microformats instead of | Sarven Capadisli | |
the shorthand that I've proposed at http://microformats.org/wiki/geo-brainstorming#latitude_longitude_shorthand_and_geo_link If anyone wants to pick up on where the discussion was left off or get more implementation support by other sites and software, and be recognized by parsers, I'd be happy to go back to the shorthand. Because you know, it actually makes a lot of sense. | |||
2010-02-23 | adding xfn, foaf and hcard rel's to our webfinger output | James Walker | |
2010-02-23 | Add poco:displayName to Atom output for person object | Zach Copley | |
2010-02-23 | OStatus: fixes for link/id and text extraction gets import of Buzz feeds ↵ | Brion Vibber | |
working. | |||
2010-02-23 | some logging for OStatusPlugin::onStartFindMentions() | Evan Prodromou | |
2010-02-23 | OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵ | Brion Vibber | |
remote subscribe form. | |||
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php |