summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2010-11-15Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15Workaround for yfrog.com photo attachments: fudge File_redirection::lookupWhe...Brion Vibber
2010-11-15doc comments on File::processNewBrion Vibber
2010-11-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-11-15Merge branch 'atompub' into 0.9.xEvan Prodromou
2010-11-12Encapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also add...Brion Vibber
2010-11-12Save oEmbed photo references as thumbnails if there's not a separate thumbnai...Brion Vibber
2010-11-09Allow YouTube-style media links to be counted as enclosures for purposes of l...Brion Vibber
2010-11-08Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, ...Brion Vibber
2010-11-08Pass file attachment thumbnails along with oEmbed data.Brion Vibber
2010-11-08Save a thumbnail image when uploading an image file into the file attachments...Brion Vibber
2010-11-08Testing... using photo info for temp thumbnailsBrion Vibber
2010-11-08Avoid marking files as attachments that are not locally uploaded, unless they...Brion Vibber
2010-11-04i18n/L10n updates.Siebrand Mazeland
2010-11-03Fix for ticket #2804: bad non-cache fallback code for dupe checks of prolific...Brion Vibber
2010-11-03Fix for ticket #2853: fix for some unknown MIME type error cases by adjusting...Brion Vibber
2010-11-03Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-11-03Add getFancyName() to User_group to match the one on Profile: encapsulates th...Brion Vibber
2010-11-02Add context for different uses of "%1$s (%2$s)"Siebrand Mazeland
2010-11-02Merge branch '1.0.x' into schema-xBrion Vibber
2010-11-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-11-02Alternate pretty-title tweaks for #2668Brion Vibber
2010-11-01fix a couple bugs in Managed_DataObjectBrion Vibber
2010-10-29Fix for changed cache functions in code merged up from 0.9.xBrion Vibber
2010-10-28Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-28Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-28fall back to siteowner on bad nickname (Bug#2861)Evan Prodromou
2010-10-25Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-25Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-25Merge branch '0.9.x' into atompubEvan Prodromou
2010-10-25max_id is inclusiveEvan Prodromou
2010-10-25Merge branch '0.9.x' into atompubEvan Prodromou
2010-10-25change max_id from < to <=Evan Prodromou
2010-10-25add rel=self links to atom entriesEvan Prodromou
2010-10-24show rel=edit links in notices for authenticated usersEvan Prodromou
2010-10-23* translator documentation added.Siebrand Mazeland
2010-10-22New events when granting and revoking rolesEvan Prodromou
2010-10-21Memcache::set() 3rd param should be flags (4th is expire). This throws a "2 l...James Walker
2010-10-21i18n/L10n updates, translator docs updated, superfluous whitespace removed.Siebrand Mazeland
2010-10-20Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach Copley
2010-10-21* translator documentation added.Siebrand Mazeland
2010-10-20Fix for ticket #2845: singleuser nickname configuration was being overridden ...Brion Vibber
2010-10-20Revert DB change for OAuth. Change compound key for oauth_application_userZach Copley
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
2010-10-19Add stub schema_version tableBrion Vibber
2010-10-15Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-15Tweak DB query logging to also log queries that fail; the exceptions we get a...Brion Vibber
2010-10-14Merge remote branch 'statusnet/0.9.x' into 1.0.xCraig Andrews
2010-10-14Make HTTPS urls in File::url() if necessaryEvan Prodromou