Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | use minified version of jquery.cookie.js | Evan Prodromou | |
2010-11-17 | use minified version of jquery.form.js | Evan Prodromou | |
2010-11-17 | Merge branch '0.9.x' into minifyjs | Evan Prodromou | |
2010-11-17 | move EndScriptMessages event into if block | Evan Prodromou | |
2010-11-17 | Use minified version of util.js | Evan Prodromou | |
2010-11-16 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-16 | Ticket 2895: exclude silenced users from popular notice lists | Brion Vibber | |
2010-11-16 | Prep for ticket #2895: consolidate common code from PopularNoticeList and ↵ | Brion Vibber | |
FavoritedAction for fetching popular notice lists | |||
2010-11-16 | Fix syntax error | Zach Copley | |
2010-11-15 | Store the current user in the CurrentUserDesignAction | Zach Copley | |
2010-11-16 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | RemoteProfileAction cleanup: | Brion Vibber | |
- meta robots to prevent spidering - a little notice if silenced | |||
2010-11-15 | Workaround for display of Twitter remote users in remoteprofile (ModPlus ↵ | Brion Vibber | |
plugin): use 73px avatar if no 96px present | |||
2010-11-15 | some User -> Profile cleanup to help in adapting the profile page action to ↵ | Brion Vibber | |
show stuff for remote users. Subscriptions, groups, roles, etc are all on profiles now so go ahead and use em. | |||
2010-11-15 | restore empty showFallback() for attachment display; still needed for one-offs | Brion Vibber | |
2010-11-15 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | Add some basic oEmbed lookup test cases; fixed a bug in discovery fallback. | Brion Vibber | |
2010-11-15 | Drop some debug lines | Brion Vibber | |
2010-11-15 | Swap the Services_oEmbed wrapper in oEmbedHelper out for doing it ourselves... | Brion Vibber | |
- workaround for providers that are skimpy on their data, such as missing width/height or thumbnail_width/thumbnail_height - workaround for YFrog listing "image" instead of "photo" type - generally more lax about formatting: if it comes back and looks kinda ok, we'll take it. - discovery uses system HTML parser, should be more robust if the links include things like ampersands with proper HTML-level escaping | |||
2010-11-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-11-15 | Merge branch 'atompub' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apistatusesshow.php actions/apitimelineuser.php | |||
2010-11-12 | Encapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also ↵ | Brion Vibber | |
added a chance to whitelist sites that don't show discovery info but do have oEmbed API endpoints, and to provide alternate APIs for some common services. Newly supported: - TwitPic: added a local function using TwitPic's API, since the oohembed implementation for TwitPic produced invalid output which Services_oEmbed rejects. (bug filed upstream) Tweaked... - Flickr: works, now using whitelist to use their endpoint directly instead of going through oohembed - Youtube: worked around a bug in Services_oEmbed which broke the direct use of API discovery info, so we don't have to use oohembed. Not currently working... - YFrog: whitelisting their endpoint directly as the oohembed output is broken, but this doesn't appear to work currently as I think things are confused by YFrog's servers giving a '204 No Content' response on our HEAD checks on the original link. | |||
2010-11-12 | Only use saved thumbnails for notice list attachment thumbs -- don't attempt ↵ | Brion Vibber | |
to search enclosures for photo types. We now save thumbs directly for oEmbed photos that don't list a separate thumb entry (like Flickr), so it's not needed. Keeps things cleaner :D | |||
2010-11-12 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/newgroup.php | |||
2010-11-12 | Merge branch 'oembed-thumbnails' into 0.9.x | Brion Vibber | |
2010-11-12 | Add a quick config setting to disable/enable display of thumbnails in ↵ | Brion Vibber | |
regular notice lists (attachments/show_thumbs) - disabling gives the same display as before this feature was added (but changes to oembed handling are still there, and the lightbox popup is gone) | |||
2010-11-10 | Add error logging for a couple send-fail cases in XMPP out | Brion Vibber | |
2010-11-10 | CSS class tweak for inline attachment thumbnails to avoid things thinking ↵ | Brion Vibber | |
they're content links | |||
2010-11-10 | Fix isHTTPS to work correctly for Cherokee and IIS | Craig Andrews | |
2010-11-09 | add title attribute on attachment list items | Brion Vibber | |
2010-11-09 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-09 | split out InlineAttachmentList from AttachmentList | Brion Vibber | |
2010-11-08 | Keep aspect ratio when generating local thumbnails | Brion Vibber | |
2010-11-08 | Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, ↵ | Brion Vibber | |
defaulting to 100x75. This is used as the max thumb width/height for oEmbed requests (replacing the old default of 500x400 which was more suitable for the lightbox). | |||
2010-11-08 | Save a thumbnail image when uploading an image file into the file ↵ | Brion Vibber | |
attachments system. Currently hardcoded to 100x75, needs aspect-sensitivity etc. | |||
2010-11-08 | Break out ImageFile->resizeTo() from ImageFile->resize(); allows resizing ↵ | Brion Vibber | |
images to non-square sizes and to arbitrary destinations. Will be used for creating thumbnails as well as the originala use of cropping/sizing avatars. | |||
2010-11-08 | Testing... using photo info for temp thumbnails | Brion Vibber | |
2010-11-08 | doomy doom doom | Brion Vibber | |
2010-11-08 | Avoid marking files as attachments that are not locally uploaded, unless ↵ | Brion Vibber | |
they're really oembedable. HTML-y things now excluded properly. | |||
2010-11-08 | use subclassing to change notice list output for single notice | Evan Prodromou | |
2010-11-04 | * i18n/L10n updates. | Siebrand Mazeland | |
* translator documentation added. * superfluous whitespace removed. | |||
2010-11-03 | Fix for ticket #2853: fix for some unknown MIME type error cases by ↵ | Brion Vibber | |
adjusting the PEAR error handling temporarily around MIME_Type_Extension usage. | |||
2010-11-03 | Fix for ticket #2852: skip sending favorite notification emails if the ↵ | Brion Vibber | |
favoriter is someone you've blocked. | |||
2010-11-03 | Use Profile->getBestName() in PersonalGroupNav instead of manually picking ↵ | Brion Vibber | |
nickname vs fullname. Logic should still work the same when no nickname is provided, but it doesn't make any sense -- probably needs cleanup. :) | |||
2010-11-03 | Migrate some more code from manually constructing "fullname (nickname)" to ↵ | Brion Vibber | |
using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens. | |||
2010-11-03 | General cleanup & part of ticket #2864: use User_group->getFancyName() ↵ | Brion Vibber | |
instead of replicating the logic in various places. Encapsulates and allows for localization of parens. | |||
2010-11-02 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-02 | Output filename in log msg if one is supplied | Zach Copley | |
2010-11-02 | i18n/L10n fixes and translator documentation addded/updated. | Siebrand Mazeland | |