Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-10 | catch UserNoProfileException and continue | Evan Prodromou | |
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-08 | In single-user mode, link #hashtags to the user's tagged stream rather than ↵ | Brion Vibber | |
the global tag action, which isn't registered. Previously they would end up pointing to the home URL. | |||
2010-04-05 | make profilelist homepage link attributes overrideable | Evan Prodromou | |
2010-04-05 | Merge branch 'nofollow' | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for subscribersminilist | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for profileminilist | Evan Prodromou | |
2010-04-05 | add linkAttributes() method for profilelist | Evan Prodromou | |
2010-04-05 | lib/default.php has nofollow group | Evan Prodromou | |
2010-04-05 | breakout subscribers minilist | Evan Prodromou | |
2010-04-05 | balance brackets on profileminilist | Evan Prodromou | |
2010-04-05 | add an event for subscribers minilist | Evan Prodromou | |
2010-04-02 | Ticket 2271: extra whitespace in underlined link for username in notice lists | Brion Vibber | |
Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display. | |||
2010-04-01 | ProfileMiniListItem does same events as ProfileListItem | Evan Prodromou | |
2010-03-30 | Quick fixes for grouplistall: | Brion Vibber | |
* respect count instead of listing all groups * respect page parameter * don't spew notice on undefined $id * don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it) | |||
2010-03-28 | update README and version number0.9.1 | Evan Prodromou | |
2010-03-27 | move check for bad IDs from activityobject to activity and make simpler | Evan Prodromou | |
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ↵ | Zach Copley | |
when http auth is not required. | |||
2010-03-25 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-03-25 | Restore lost addition of inline HTML attachment display. | Brion Vibber | |
2010-03-25 | version number and codename | Evan Prodromou | |
2010-03-25 | Using hCard label instead of location. Matches userprofile. | Sarven Capadisli | |
2010-03-25 | Updated tag list output in subscriptions list. Matches userprofile. | Sarven Capadisli | |
2010-03-25 | Moved print inside base stylesheet using media rules. One less HTTP GET. | Sarven Capadisli | |
2010-03-25 | Updated 'more' anchor for attachments to do an XHR GET | Brion Vibber | |
Conflicts: lib/attachmentlist.php plugins/OStatus/classes/Ostatus_profile.php Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem. | |||
2010-03-25 | Using rel=external instead of class=external for jOverlay title link | Sarven Capadisli | |
2010-03-25 | Added rel=external to geo location link | Sarven Capadisli | |
2010-03-25 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling ↵ | Brion Vibber | |
up local groups by name in api/statusnet/groups/is_member.json/xml | |||
2010-03-23 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-23 | Consistently send Profiles into Fave::addNew() | Brion Vibber | |
2010-03-23 | Don't add PHPSESSID parameter onto notice and conversation URIs if we save a ↵ | Brion Vibber | |
notice during a session override. This was being triggered by welcomebot messages created at account creation time, then propagated through replies. | |||
2010-03-23 | change router to allow hooking path connections | Evan Prodromou | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-22 | Log backtraces for non-ClientException exceptions caught at the top-level ↵ | Brion Vibber | |
handler. | |||
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. | |||
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. | |||
2010-03-21 | Pull <atom:author> info as well as <activity:actor> when we have an ↵ | Brion Vibber | |
old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri | |||
2010-03-20 | correct creation of avatar links for RSS and Posterous elements | Evan Prodromou | |
2010-03-20 | move atom category to its own file, too | Evan Prodromou | |
2010-03-20 | special-case Posterous author element for activity actor | Evan Prodromou | |
2010-03-20 | Move activity classes to their own files | Evan Prodromou | |
Moved the various classes used by the Activity class to their own files. There were >10 classes in the same file, with around 1500 lines in the file. Just too big. This change makes autoloading work for these classes, so also removed the hard require in lib/common.php. | |||
2010-03-20 | allow html content in summary and clean it out of title | Evan Prodromou | |
2010-03-20 | rename $rss to $channel to prevent misunderstanding | Evan Prodromou | |
RSS feeds have the format <rss><channel><item/><item/><item/></channel></rss>. The element named $rss was actually the <channel> element, so I renamed the variable so I wouldn't hurt my head. | |||
2010-03-19 | make deriving a subject from an RSS channel work | Evan Prodromou | |
2010-03-19 | move ActivityObject constructors from Activity to ActivityObject | Evan Prodromou | |
2010-03-19 | only search elements for links | Evan Prodromou | |
2010-03-19 | Parse RSS items as activities | Evan Prodromou | |
First steps to parsing RSS items as activities. RSS feeds don't seem to have enough data to make good remote profiles, but this may work with some "hints". |