Brion Vibber
d3bbf3ad24
Workaround for Facebook data store API behavior regression, fixes saving
...
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-16 14:49:46 -07:00
Brion Vibber
d1e70b4e37
Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P)
...
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-13 14:55:47 -07:00
Brion Vibber
ed1ff81e94
Include long-form attachment URL in notice if URL shortening is disabled.
...
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-13 10:45:24 -07:00
Evan Prodromou
3727b17c39
don't write session if it's unchanged
2009-10-09 10:40:22 -04:00
Evan Prodromou
f46084309b
Twitter API returns server errors in preferred format
2009-09-29 17:58:13 -04:00
Evan Prodromou
b0ce2add41
move HTTP error code strings to class variables
2009-09-29 17:57:55 -04:00
Evan Prodromou
4312ea90aa
stop overwriting created timestamp on group edit
2009-09-29 09:16:15 -04:00
Craig Andrews
92ac156cbe
Add % and ~ as valid characters in the path, querystring, and fragment parts of URLs
2009-09-29 09:15:11 -04:00
Evan Prodromou
00b1242607
Merge branch 'master' of git@gitorious.org:statusnet/mainline
2009-09-27 23:35:49 -04:00
Zach Copley
120a84593e
Forgot to add home_timeline to the list of methods that only require
...
bareauth.
2009-09-27 23:35:27 -04:00
Zach Copley
bf3699105a
Forgot to add home_timeline to the list of methods that only require
...
bareauth.
2009-09-27 20:23:03 -07:00
Evan Prodromou
acd9c4baf9
Merge branch 'master' of git@gitorious.org:statusnet/mainline
2009-09-27 21:58:06 -04:00
Zach Copley
1710082f04
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-27 21:57:45 -04:00
Zach Copley
131292472c
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19 18:39:57 -07:00
Evan Prodromou
fd86c6eb19
handle Godaddy-style PATH_INFO which includes the script
2009-09-19 15:07:47 -04:00
Evan Prodromou
f2ecfd2370
make PiwikAnalytics work a little nicer
2009-09-16 11:58:48 -04:00
Evan Prodromou
af76e05cd1
Merge branch 'master' of git@gitorious.org:statusnet/mainline
2009-09-16 11:51:19 -04:00
Craig Andrews
75085a0df1
The site id was hardcoded inside the plugin code. Instead the piwikid
...
is used now.
Fixes http://status.net/trac/ticket/1864
Thanks zmf
2009-09-16 11:48:12 -04:00
Zach Copley
c50ab7730a
Add Jiminy to notice sources
2009-09-15 14:42:37 -07:00
Zach Copley
12221f735e
Make it impossible to delete self-subscriptions via the API
2009-09-15 13:01:56 -07:00
Zach Copley
aeef78b6ca
Fixed bug in which you cannot turn off importing friends timelines flag
2009-09-02 00:52:18 +00:00
Zach Copley
e9bd6c8be5
Better error handling
2009-09-02 00:52:07 +00:00
Zach Copley
4c4fbd006d
Fix error in log msg format specifier
2009-09-01 19:44:36 +00:00
Zach Copley
0a922e0ba4
Stop requeuing notices not bound for Twitter.
2009-09-01 19:12:04 +00:00
Sarven Capadisli
ba199ad4ec
Removed <dl> structure from MailboxAction::showMessage. Same as
...
committ e0b877b26c
.
2009-08-31 22:53:52 -07:00
Craig Andrews
cae1072c0d
Fix typo in Stomp
...
Thanks Marcel|HSD
2009-08-31 22:53:21 -07:00
Craig Andrews
84e11e8a17
Fix attachment saving
2009-08-31 22:52:38 -07:00
Evan Prodromou
55972f59f6
remove Notice::gc() for now
2009-08-29 11:59:54 -07:00
Evan Prodromou
59f47fab4a
Status_network had wrong ini file
2009-08-28 10:42:49 -07:00
Evan Prodromou
b4ca06edb2
fix 'callback_helper'
2009-08-28 08:43:28 -07:00
Evan Prodromou
e04e009ddb
stutuses -> statuses
2009-08-28 06:13:47 -07:00
Evan Prodromou
900943f027
Merge branch 'testing' of git@gitorious.org:laconica/mainline into testing
2009-08-28 06:10:46 -07:00
Brenda Wallace
e277c856d6
fix for SQL error: ERROR: syntax error at or near ")" at character 45
...
http://laconi.ca/trac/ticket/1735
2009-08-28 20:00:55 +12:00
Zach Copley
ca30cc2d59
Merge branch 'twitter-basic-auth' into 0.8.x
2009-08-28 07:03:32 +00:00
Zach Copley
36c104fb34
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth
2009-08-28 07:02:27 +00:00
Zach Copley
36b6ef8d05
Abstract the Twitter basic auth stuff into its own client class
2009-08-28 06:00:30 +00:00
Zach Copley
51adf00bd8
Renable basic auth posting to Twitter for users who already have a bridge setup
2009-08-28 04:36:47 +00:00
Evan Prodromou
c0d03fc279
make URL analyzer save new info on URLs
2009-08-27 20:23:31 -07:00
Evan Prodromou
34ce75c71d
remove duplicate save of Notice and streamline attachment detection
2009-08-27 20:09:07 -07:00
Evan Prodromou
0056b635c6
reformat curry() to make my editor happy
2009-08-27 20:06:03 -07:00
Craig Andrews
70fc32c5b9
added my email address next to my name at the top of the files
2009-08-27 22:56:54 -04:00
Craig Andrews
6ff00c9404
Implement the is_member and membership group api's
2009-08-27 22:55:32 -04:00
Evan Prodromou
bbb830e14c
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-08-27 14:18:51 -07:00
Evan Prodromou
82b0927f58
update version in README, add note about status.net
2009-08-27 10:00:45 -07:00
Evan Prodromou
a84c4e3518
add api/laconica for backwards compatibility
2009-08-27 09:34:32 -07:00
Craig Andrews
2dd5a5f86d
Do not used named capturing groups
...
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures.
2009-08-27 12:06:45 -04:00
Evan Prodromou
a21ca17f68
change default logo from laconica to status.net
2009-08-27 09:04:40 -07:00
Evan Prodromou
dcda2e1f72
show SQL errors in the output
2009-08-27 08:58:03 -07:00
Evan Prodromou
2371fe9092
don't show a warning when dl() disabled
2009-08-27 08:45:53 -07:00
Evan Prodromou
03e0f73002
add changelog to README
2009-08-27 08:39:14 -07:00