]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Carlos Perilla [Tue, 1 Sep 2009 14:19:10 +0000 (09:19 -0500)]
Fixes foaf notices, use Profile for information that's missing in Remote_profile
Brion Vibber [Mon, 12 Oct 2009 22:36:17 +0000 (22:36 +0000)]
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!
Brion Vibber [Tue, 13 Oct 2009 21:51:23 +0000 (14:51 -0700)]
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
Brion Vibber [Tue, 13 Oct 2009 16:54:57 +0000 (16:54 +0000)]
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.
Evan Prodromou [Fri, 9 Oct 2009 14:39:56 +0000 (10:39 -0400)]
don't write session if it's unchanged
Evan Prodromou [Tue, 29 Sep 2009 21:57:31 +0000 (17:57 -0400)]
Twitter API returns server errors in preferred format
Evan Prodromou [Tue, 29 Sep 2009 21:43:45 +0000 (17:43 -0400)]
move HTTP error code strings to class variables
Evan Prodromou [Tue, 29 Sep 2009 13:12:44 +0000 (09:12 -0400)]
stop overwriting created timestamp on group edit
Craig Andrews [Fri, 28 Aug 2009 20:18:05 +0000 (16:18 -0400)]
Add % and ~ as valid characters in the path, querystring, and fragment parts of URLs
Evan Prodromou [Mon, 28 Sep 2009 03:35:49 +0000 (23:35 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Zach Copley [Mon, 28 Sep 2009 03:21:16 +0000 (20:21 -0700)]
Forgot to add home_timeline to the list of methods that only require
bareauth.
Zach Copley [Mon, 28 Sep 2009 03:21:16 +0000 (20:21 -0700)]
Forgot to add home_timeline to the list of methods that only require
bareauth.
Evan Prodromou [Mon, 28 Sep 2009 01:58:06 +0000 (21:58 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Zach Copley [Sun, 20 Sep 2009 01:34:07 +0000 (18:34 -0700)]
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
Zach Copley [Sun, 20 Sep 2009 01:34:07 +0000 (18:34 -0700)]
Make statuses/home_timeline return the same thing as statuses/friends_timeline to support apps trying to use the new retweet API method.
Evan Prodromou [Sat, 19 Sep 2009 19:06:16 +0000 (15:06 -0400)]
handle Godaddy-style PATH_INFO which includes the script
Evan Prodromou [Wed, 16 Sep 2009 15:57:07 +0000 (11:57 -0400)]
make PiwikAnalytics work a little nicer
Evan Prodromou [Wed, 16 Sep 2009 15:51:19 +0000 (11:51 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Craig Andrews [Sat, 12 Sep 2009 00:40:51 +0000 (20:40 -0400)]
The site id was hardcoded inside the plugin code. Instead the piwikid
is used now.
Fixes http://status.net/trac/ticket/1864
Thanks zmf
Zach Copley [Tue, 15 Sep 2009 21:37:11 +0000 (14:37 -0700)]
Add Jiminy to notice sources
Zach Copley [Tue, 15 Sep 2009 19:59:32 +0000 (12:59 -0700)]
Make it impossible to delete self-subscriptions via the API
Zach Copley [Wed, 2 Sep 2009 00:24:30 +0000 (00:24 +0000)]
Fixed bug in which you cannot turn off importing friends timelines flag
Zach Copley [Wed, 2 Sep 2009 00:50:41 +0000 (00:50 +0000)]
Better error handling
Zach Copley [Sat, 29 Aug 2009 06:20:19 +0000 (06:20 +0000)]
Fix error in log msg format specifier
Zach Copley [Tue, 1 Sep 2009 19:00:18 +0000 (19:00 +0000)]
Stop requeuing notices not bound for Twitter.
Sarven Capadisli [Mon, 31 Aug 2009 17:52:45 +0000 (17:52 +0000)]
Removed <dl> structure from MailboxAction::showMessage. Same as
committ
e0b877b26c5e93809b2a53b6c46326d5e31fa0e8 .
Craig Andrews [Mon, 31 Aug 2009 19:49:11 +0000 (15:49 -0400)]
Fix typo in Stomp
Thanks Marcel|HSD
Craig Andrews [Mon, 31 Aug 2009 19:33:23 +0000 (15:33 -0400)]
Fix attachment saving
Evan Prodromou [Sat, 29 Aug 2009 18:59:54 +0000 (11:59 -0700)]
remove Notice::gc() for now
Evan Prodromou [Fri, 28 Aug 2009 17:42:34 +0000 (10:42 -0700)]
Status_network had wrong ini file
Evan Prodromou [Fri, 28 Aug 2009 15:43:28 +0000 (08:43 -0700)]
fix 'callback_helper'
Evan Prodromou [Fri, 28 Aug 2009 13:13:47 +0000 (06:13 -0700)]
stutuses -> statuses
Evan Prodromou [Fri, 28 Aug 2009 13:10:46 +0000 (06:10 -0700)]
Merge branch 'testing' of git@gitorious.org:laconica/mainline into testing
Brenda Wallace [Fri, 28 Aug 2009 08:00:55 +0000 (20:00 +1200)]
fix for SQL error: ERROR: syntax error at or near ")" at character 45
http://laconi.ca/trac/ticket/1735
Zach Copley [Fri, 28 Aug 2009 07:03:32 +0000 (07:03 +0000)]
Merge branch 'twitter-basic-auth' into 0.8.x
Zach Copley [Fri, 28 Aug 2009 07:02:27 +0000 (07:02 +0000)]
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth
Zach Copley [Fri, 28 Aug 2009 06:00:30 +0000 (06:00 +0000)]
Abstract the Twitter basic auth stuff into its own client class
Zach Copley [Fri, 28 Aug 2009 04:36:47 +0000 (04:36 +0000)]
Renable basic auth posting to Twitter for users who already have a bridge setup
Evan Prodromou [Fri, 28 Aug 2009 03:23:31 +0000 (20:23 -0700)]
make URL analyzer save new info on URLs
Evan Prodromou [Fri, 28 Aug 2009 03:09:07 +0000 (20:09 -0700)]
remove duplicate save of Notice and streamline attachment detection
Evan Prodromou [Fri, 28 Aug 2009 03:06:03 +0000 (20:06 -0700)]
reformat curry() to make my editor happy
Craig Andrews [Fri, 28 Aug 2009 02:56:54 +0000 (22:56 -0400)]
added my email address next to my name at the top of the files
Craig Andrews [Fri, 28 Aug 2009 02:55:32 +0000 (22:55 -0400)]
Implement the is_member and membership group api's
Evan Prodromou [Thu, 27 Aug 2009 21:18:51 +0000 (14:18 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Thu, 27 Aug 2009 17:00:45 +0000 (10:00 -0700)]
update version in README, add note about status.net
Evan Prodromou [Thu, 27 Aug 2009 16:34:32 +0000 (09:34 -0700)]
add api/laconica for backwards compatibility
Craig Andrews [Thu, 27 Aug 2009 16:06:45 +0000 (12:06 -0400)]
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.
Evan Prodromou [Thu, 27 Aug 2009 16:04:40 +0000 (09:04 -0700)]
change default logo from laconica to status.net
Evan Prodromou [Thu, 27 Aug 2009 15:58:03 +0000 (08:58 -0700)]
show SQL errors in the output
Evan Prodromou [Thu, 27 Aug 2009 15:45:53 +0000 (08:45 -0700)]
don't show a warning when dl() disabled
Evan Prodromou [Thu, 27 Aug 2009 15:39:14 +0000 (08:39 -0700)]
add changelog to README
Evan Prodromou [Thu, 27 Aug 2009 15:02:41 +0000 (08:02 -0700)]
update version in, and add codename to, lib/common
Evan Prodromou [Thu, 27 Aug 2009 15:00:47 +0000 (08:00 -0700)]
Update version number in README
Update version number and add release code name ("Second Guessing").
Craig Andrews [Thu, 27 Aug 2009 01:54:57 +0000 (21:54 -0400)]
Support multiple attachments per facebook update
Craig Andrews [Wed, 26 Aug 2009 23:08:30 +0000 (19:08 -0400)]
Add library checking page
Evan Prodromou [Wed, 26 Aug 2009 15:31:44 +0000 (11:31 -0400)]
statusize config.php.sample
Evan Prodromou [Wed, 26 Aug 2009 14:51:44 +0000 (10:51 -0400)]
change hidden label for site content license link
Evan Prodromou [Wed, 26 Aug 2009 14:43:44 +0000 (10:43 -0400)]
define LACONICA_VERSION for backwards compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:41:36 +0000 (10:41 -0400)]
define LACONICA and accept LACONICA for backwards compatibility
Zach Copley [Wed, 26 Aug 2009 14:35:25 +0000 (14:35 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Wed, 26 Aug 2009 14:34:50 +0000 (10:34 -0400)]
add back in /etc/laconica/* for compatibility
Zach Copley [Wed, 26 Aug 2009 14:34:41 +0000 (14:34 +0000)]
Facebook app wasn't loading the theme css
Evan Prodromou [Wed, 26 Aug 2009 14:33:04 +0000 (10:33 -0400)]
add *Laconica* events back in for backwards compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:28:10 +0000 (10:28 -0400)]
Merge branch 'master' into testing
Evan Prodromou [Wed, 26 Aug 2009 14:27:53 +0000 (10:27 -0400)]
Merge branch '0.8.x' into testing
Evan Prodromou [Wed, 26 Aug 2009 09:50:20 +0000 (05:50 -0400)]
more logging in xmppqueuehandler
Evan Prodromou [Wed, 26 Aug 2009 09:46:41 +0000 (05:46 -0400)]
more log output in queue handlers
Evan Prodromou [Wed, 26 Aug 2009 09:50:20 +0000 (05:50 -0400)]
more logging in xmppqueuehandler
Evan Prodromou [Wed, 26 Aug 2009 09:46:41 +0000 (05:46 -0400)]
more log output in queue handlers
Evan Prodromou [Wed, 26 Aug 2009 07:33:43 +0000 (03:33 -0400)]
last scrub of Laconica -> StatusNet
Evan Prodromou [Wed, 26 Aug 2009 07:13:09 +0000 (03:13 -0400)]
accidentally changed the URL for Laconica Tools
Zach Copley [Wed, 26 Aug 2009 03:46:14 +0000 (20:46 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/mainline:
Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex
Zach Copley [Wed, 26 Aug 2009 03:45:09 +0000 (20:45 -0700)]
Small update to the Facebook app section
Evan Prodromou [Tue, 25 Aug 2009 22:53:24 +0000 (18:53 -0400)]
global search and replace for laconica -> statusnet
Sarven Capadisli [Tue, 25 Aug 2009 22:47:54 +0000 (22:47 +0000)]
Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex
to IE and RGB to Firefox, Opera, Safari. Fun.
Evan Prodromou [Tue, 25 Aug 2009 22:43:48 +0000 (18:43 -0400)]
update names in shell scripts
Evan Prodromou [Tue, 25 Aug 2009 22:42:34 +0000 (18:42 -0400)]
change LACONICA to STATUSNET
Evan Prodromou [Tue, 25 Aug 2009 22:40:12 +0000 (18:40 -0400)]
update Laconica to StatusNet in js code
Evan Prodromou [Tue, 25 Aug 2009 22:37:41 +0000 (18:37 -0400)]
change Laconica and laconi.ca in locale files
Evan Prodromou [Tue, 25 Aug 2009 22:30:48 +0000 (18:30 -0400)]
Laconica -> StatusNet in EVENTS.txt
Evan Prodromou [Tue, 25 Aug 2009 22:29:56 +0000 (18:29 -0400)]
Laconica in plugins
Evan Prodromou [Tue, 25 Aug 2009 22:25:01 +0000 (18:25 -0400)]
update README file
Evan Prodromou [Tue, 25 Aug 2009 22:23:26 +0000 (18:23 -0400)]
update doc-src with StatusNet, status.net
Evan Prodromou [Tue, 25 Aug 2009 22:21:37 +0000 (18:21 -0400)]
convert CSS files to use new names
Evan Prodromou [Tue, 25 Aug 2009 22:19:04 +0000 (18:19 -0400)]
change controlyourself.ca to status.net
Evan Prodromou [Tue, 25 Aug 2009 22:16:46 +0000 (18:16 -0400)]
change laconi.ca to status.net
Evan Prodromou [Tue, 25 Aug 2009 22:14:12 +0000 (18:14 -0400)]
a distributed -> the distributed
Evan Prodromou [Tue, 25 Aug 2009 22:12:20 +0000 (18:12 -0400)]
change Laconica and Control Yourself to StatusNet in PHP files
Brenda Wallace [Tue, 25 Aug 2009 22:02:07 +0000 (10:02 +1200)]
Merge commit 'mainline-write/0.8.x' into 0.8.x
Evan Prodromou [Tue, 25 Aug 2009 22:01:46 +0000 (18:01 -0400)]
Merge branch '0.8.x' into testing
Brenda Wallace [Tue, 25 Aug 2009 22:00:29 +0000 (10:00 +1200)]
renamed to plural, for consitency
Evan Prodromou [Tue, 25 Aug 2009 21:58:44 +0000 (17:58 -0400)]
merge problem with scripts/twitterstatusfetcher
Evan Prodromou [Tue, 25 Aug 2009 21:56:10 +0000 (17:56 -0400)]
Rename Laconica to StatusNet
Craig Andrews [Tue, 25 Aug 2009 21:52:16 +0000 (17:52 -0400)]
Allow ({['" to preceded #tags
Sarven Capadisli [Tue, 25 Aug 2009 21:50:38 +0000 (21:50 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Sarven Capadisli [Tue, 25 Aug 2009 21:48:55 +0000 (21:48 +0000)]
userdesign.go.js was incorrectly removed in commit
304db1d30b4ad96f8a2ca500d224bb1609588fed
Craig Andrews [Tue, 25 Aug 2009 20:41:44 +0000 (16:41 -0400)]
Handle grouping symbols ()[]{} correctly. Now passing all tests!
Craig Andrews [Tue, 25 Aug 2009 20:06:04 +0000 (16:06 -0400)]
Correct the hash tag test
Zach Copley [Mon, 10 Aug 2009 07:13:00 +0000 (07:13 +0000)]
Take token field out of foreign_link
This undoes patch
a49272d448d75a6ab74515352345d8baacb96f1f
Craig Andrews [Tue, 25 Aug 2009 18:19:05 +0000 (14:19 -0400)]
Add UTF-8 encodings of the IDN TLDs