summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-31Fixes foaf notices, use Profile for information that's missing in Remote_profileCarlos Perilla
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-10-13Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)Brion Vibber
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19
2009-10-13Include long-form attachment URL in notice if URL shortening is disabled.Brion Vibber
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment.
2009-10-09don't write session if it's unchangedEvan Prodromou
2009-09-29Twitter API returns server errors in preferred formatEvan Prodromou
2009-09-29move HTTP error code strings to class variablesEvan Prodromou
2009-09-29stop overwriting created timestamp on group editEvan Prodromou
2009-09-29Add % and ~ as valid characters in the path, querystring, and fragment parts ↵Craig Andrews
of URLs
2009-09-27Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
bareauth.
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
bareauth.
2009-09-27Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-09-27Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19handle Godaddy-style PATH_INFO which includes the scriptEvan Prodromou
2009-09-16make PiwikAnalytics work a little nicerEvan Prodromou
2009-09-16Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-09-16The site id was hardcoded inside the plugin code. Instead the piwikidCraig Andrews
is used now. Fixes http://status.net/trac/ticket/1864 Thanks zmf
2009-09-15Add Jiminy to notice sourcesZach Copley
2009-09-15Make it impossible to delete self-subscriptions via the APIZach Copley
2009-09-02Fixed bug in which you cannot turn off importing friends timelines flagZach Copley
2009-09-02Better error handlingZach Copley
2009-09-01Fix error in log msg format specifierZach Copley
2009-09-01Stop requeuing notices not bound for Twitter.Zach Copley
2009-08-31Removed <dl> structure from MailboxAction::showMessage. Same asSarven Capadisli
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-08-31Fix typo in StompCraig Andrews
Thanks Marcel|HSD
2009-08-31Fix attachment savingCraig Andrews
2009-08-29remove Notice::gc() for nowEvan Prodromou
2009-08-28Status_network had wrong ini fileEvan Prodromou
2009-08-28fix 'callback_helper'0.8.1Evan Prodromou
2009-08-28stutuses -> statusesEvan Prodromou
2009-08-28Merge branch 'testing' of git@gitorious.org:laconica/mainline into testingEvan Prodromou
2009-08-28fix for SQL error: ERROR: syntax error at or near ")" at character 45Brenda Wallace
http://laconi.ca/trac/ticket/1735
2009-08-28Merge branch 'twitter-basic-auth' into 0.8.xZach Copley
2009-08-28Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵Zach Copley
Auth as well as OAuth
2009-08-28Abstract the Twitter basic auth stuff into its own client classZach Copley
2009-08-28Renable basic auth posting to Twitter for users who already have a bridge setupZach Copley
2009-08-27make URL analyzer save new info on URLs0.8.1rc2Evan Prodromou
2009-08-27remove duplicate save of Notice and streamline attachment detectionEvan Prodromou
2009-08-27reformat curry() to make my editor happyEvan Prodromou
2009-08-27added my email address next to my name at the top of the filesCraig Andrews
2009-08-27Implement the is_member and membership group api'sCraig Andrews
2009-08-27Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-27update version in README, add note about status.netEvan Prodromou
2009-08-27add api/laconica for backwards compatibilityEvan Prodromou
2009-08-27Do not used named capturing groupsCraig Andrews
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures.
2009-08-27change default logo from laconica to status.netEvan Prodromou
2009-08-27show SQL errors in the outputEvan Prodromou
2009-08-27don't show a warning when dl() disabledEvan Prodromou