summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-25Tweak to OStatus long message cropping: use original source notice URL for ↵0.9.1rc1Brion Vibber
the link in the text version, don't shorten the link for the HTML so we can append params to it in JS. Conflicts: plugins/OStatus/classes/Ostatus_profile.php
2010-03-25Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents ↵Brion Vibber
to make it easier to extract without getting extra markup.
2010-03-25Merge branch 'master' of git@gitorious.org:statusnet/mainlineBrion Vibber
2010-03-25Restore lost addition of inline HTML attachment display.Brion Vibber
2010-03-25version number and codenameEvan Prodromou
2010-03-25Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-03-25If indenting is disabled on the output, this fixes the entity_tags cropSarven Capadisli
2010-03-25Fix for processing indicator for asideSarven Capadisli
2010-03-25Updated biz theme to use realtime icons from coreSarven Capadisli
2010-03-25A lot of updates to keep the themes current (at least in functionality)Sarven Capadisli
2010-03-25location -> label class for cloudySarven Capadisli
2010-03-25Using unique @for, @id pair for jabber and sms options in subscriptionsSarven Capadisli
2010-03-25Using hCard label instead of location. Matches userprofile.Sarven Capadisli
2010-03-25Updated tag list output in subscriptions list. Matches userprofile.Sarven Capadisli
2010-03-25Removed print stylesheetSarven Capadisli
2010-03-25Moved print inside base stylesheet using media rules. One less HTTP GET.Sarven Capadisli
2010-03-25Minor core alignment for cloudySarven Capadisli
2010-03-25Updated logosSarven Capadisli
2010-03-25Removed box-shadow and outline on notice more link focusSarven Capadisli
2010-03-25Using opacity on the notice more link iconSarven Capadisli
2010-03-25Minor margin to more linkSarven Capadisli
2010-03-25Updated biz theme logoSarven Capadisli
2010-03-25Added processing indicator for more anchorSarven Capadisli
2010-03-25Using an icon to represent the action for more textSarven Capadisli
2010-03-25Using &#8230; (hellip) instead of "more" for link textSarven Capadisli
2010-03-25Updated 'more' anchor for attachments to do an XHR GETBrion 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-25add whitelist and blacklist for openid URLsEvan Prodromou
2010-03-25Removed unnecessary form_id. Using jQuery .find() instead ofSarven Capadisli
constructing the selector.
2010-03-25Added extra condition to focusing on notice form on page load. If theSarven Capadisli
window location contains a fragument identifier, it will skip focus and do what the UA does natively.
2010-03-25Removed dangling stylesheetSarven Capadisli
2010-03-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-25remove debugging callsEvan Prodromou
2010-03-25Using rel=external instead of class=external for jOverlay title linkSarven Capadisli
2010-03-25Added rel=external to geo location linkSarven Capadisli
2010-03-25Updated plugin to open external links on a new window that are notSarven Capadisli
attachments
2010-03-25Assigned an identifier for the representative user and group profileSarven Capadisli
2010-03-25And clarify a little moreBrion Vibber
2010-03-25Clarify RewriteBase comment in htaccess.sampleBrion Vibber
2010-03-25Merge commit 'origin/master' into testingBrion Vibber
Conflicts: classes/Notice.php
2010-03-25Merge branch 'blacklisttable' into testingEvan Prodromou
2010-03-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-25Store blacklist patterns in their own tablesEvan Prodromou
We were bumping into limits on the config format in the Blacklist plugin. So, added new tables for nickname and homepage blacklists, and changed the plugin to use those instead of config file (actually, still uses config file in addition, for compatibility).
2010-03-24Fix 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-24Fix 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-24Make sure we're requiring the libraryJames Walker
2010-03-24Updated Math_Biginteger from upstream - removing safe* workaroundsJames Walker
2010-03-24Check for 0.9.0 bad keys from old Crypt_RSA libraryJames Walker
2010-03-24A bit safer checking in the keypair parsingJames Walker
2010-03-24Look for the first object in the ActivityZach Copley
2010-03-23Improve legibility of OStatus remote tests outputBrion Vibber