]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agobetter handling of params in oauthget
Evan Prodromou [Sun, 5 Sep 2010 05:49:49 +0000 (01:49 -0400)]
better handling of params in oauthget

13 years agobetter param handling in hometimeline
Evan Prodromou [Sun, 5 Sep 2010 05:40:15 +0000 (01:40 -0400)]
better param handling in hometimeline

13 years agoinclude entities in the results of home_timeline
Evan Prodromou [Sun, 5 Sep 2010 05:25:48 +0000 (01:25 -0400)]
include entities in the results of home_timeline

13 years agodelete Twitter notice if it was posted from here
Evan Prodromou [Sun, 5 Sep 2010 05:17:56 +0000 (01:17 -0400)]
delete Twitter notice if it was posted from here

13 years agoNotify Twitter when StatusNet user faves/disfaves a Twitter notice
Evan Prodromou [Sun, 5 Sep 2010 05:07:11 +0000 (01:07 -0400)]
Notify Twitter when StatusNet user faves/disfaves a Twitter notice

13 years agousing null variable in twitter_status_id()
Evan Prodromou [Sun, 5 Sep 2010 04:45:45 +0000 (00:45 -0400)]
using null variable in twitter_status_id()

13 years agocheck status_id before trying to retweet it
Evan Prodromou [Sun, 5 Sep 2010 04:42:58 +0000 (00:42 -0400)]
check status_id before trying to retweet it

13 years agotruncate retweeted stuff if it's too long
Evan Prodromou [Sun, 5 Sep 2010 04:32:56 +0000 (00:32 -0400)]
truncate retweeted stuff if it's too long

13 years agocorrectly mark repeats from Twitter as non-local
Evan Prodromou [Sun, 5 Sep 2010 04:25:58 +0000 (00:25 -0400)]
correctly mark repeats from Twitter as non-local

13 years agocorrectly check for local notice to status mappings when notice originated here
Evan Prodromou [Sun, 5 Sep 2010 04:22:37 +0000 (00:22 -0400)]
correctly check for local notice to status mappings when notice originated here

13 years agouse bigint for status_ids
Evan Prodromou [Sun, 5 Sep 2010 04:11:31 +0000 (00:11 -0400)]
use bigint for status_ids

13 years agodebug output when saving new mapping
Evan Prodromou [Sun, 5 Sep 2010 04:07:02 +0000 (00:07 -0400)]
debug output when saving new mapping

13 years agodo a uniqueness check before saving new notice-to-status mapping
Evan Prodromou [Sun, 5 Sep 2010 04:05:11 +0000 (00:05 -0400)]
do a uniqueness check before saving new notice-to-status mapping

13 years agoSQL syntax error when initializing notice_to_status table
Evan Prodromou [Sun, 5 Sep 2010 03:55:53 +0000 (23:55 -0400)]
SQL syntax error when initializing notice_to_status table

13 years agoDelete Notice_to_status when a notice is deleted
Evan Prodromou [Sun, 5 Sep 2010 03:52:26 +0000 (23:52 -0400)]
Delete Notice_to_status when a notice is deleted

13 years agouse Notice_to_status to check for duplicates
Evan Prodromou [Sun, 5 Sep 2010 03:49:52 +0000 (23:49 -0400)]
use Notice_to_status to check for duplicates

13 years agoSave notice-to-status mapping in its own table
Evan Prodromou [Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)]
Save notice-to-status mapping in its own table

Introduce a table mapping notices to Twitter statuses. Initialize
this table at checkSchema() time. Save the mapping when we push
or pull statuses. Use the table to determine if a notice has a
Twitter equivalent.

13 years agoadd in_reply_to_status_id if notice is from twitter
Evan Prodromou [Sun, 5 Sep 2010 03:00:18 +0000 (23:00 -0400)]
add in_reply_to_status_id if notice is from twitter

13 years agodo our own repeating so we can pass in a uri
Evan Prodromou [Sat, 4 Sep 2010 19:05:38 +0000 (15:05 -0400)]
do our own repeating so we can pass in a uri

13 years agoremove require_once for disappeared TwitterBasicAuthClient
Evan Prodromou [Sat, 4 Sep 2010 17:00:37 +0000 (13:00 -0400)]
remove require_once for disappeared TwitterBasicAuthClient

13 years agoremove basic auth code for Twitter since it's no longer supported
Evan Prodromou [Sat, 4 Sep 2010 16:58:20 +0000 (12:58 -0400)]
remove basic auth code for Twitter since it's no longer supported

13 years agouse home_timeline instead of friends_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:54:46 +0000 (12:54 -0400)]
use home_timeline instead of friends_timeline

13 years agoswitch twitterstatusfetcher from friends_timeline to home_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:54:20 +0000 (12:54 -0400)]
switch twitterstatusfetcher from friends_timeline to home_timeline

13 years agodebug code to dump new status data
Evan Prodromou [Sat, 4 Sep 2010 16:45:15 +0000 (12:45 -0400)]
debug code to dump new status data

13 years agomove inbox insert code to status saver main loop
Evan Prodromou [Sat, 4 Sep 2010 15:40:33 +0000 (11:40 -0400)]
move inbox insert code to status saver main loop

13 years agosome info notices in twitter status fetch for repeats and replies
Evan Prodromou [Sat, 4 Sep 2010 15:37:34 +0000 (11:37 -0400)]
some info notices in twitter status fetch for repeats and replies

13 years agoif something's a retweet, save it as a repeat in bridge
Evan Prodromou [Fri, 3 Sep 2010 21:51:28 +0000 (17:51 -0400)]
if something's a retweet, save it as a repeat in bridge

13 years agodo a real retweet for a local repeat
Evan Prodromou [Fri, 3 Sep 2010 21:34:10 +0000 (17:34 -0400)]
do a real retweet for a local repeat

13 years agopush notices through the bridge if they're in reply to a twitter notice
Evan Prodromou [Fri, 3 Sep 2010 20:37:18 +0000 (16:37 -0400)]
push notices through the bridge if they're in reply to a twitter notice

13 years agosave reply status for Twitter notices
Evan Prodromou [Fri, 3 Sep 2010 05:46:02 +0000 (01:46 -0400)]
save reply status for Twitter notices

13 years agodon't save statuses from protected users
Evan Prodromou [Fri, 3 Sep 2010 04:53:39 +0000 (00:53 -0400)]
don't save statuses from protected users

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 19:27:02 +0000 (15:27 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoexplicitly license documentation under CC-BY 3.0
Evan Prodromou [Fri, 3 Sep 2010 19:26:25 +0000 (15:26 -0400)]
explicitly license documentation under CC-BY 3.0

13 years agoFix output bug in DisqusPlugin -- 'Comments' link contents was in attributes instead...
Brion Vibber [Fri, 3 Sep 2010 18:57:33 +0000 (11:57 -0700)]
Fix output bug in DisqusPlugin -- 'Comments' link contents was in attributes instead of comments, which broke output and spewed errors

13 years agosyntax error in exception string in discovery.php
Evan Prodromou [Fri, 3 Sep 2010 05:41:01 +0000 (01:41 -0400)]
syntax error in exception string in discovery.php

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 03:41:56 +0000 (23:41 -0400)]
Merge branch 'testing' into 0.9.x

13 years agoexplicit attribution
Evan Prodromou [Fri, 3 Sep 2010 03:41:48 +0000 (23:41 -0400)]
explicit attribution

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 03:30:24 +0000 (23:30 -0400)]
Merge branch 'testing' into 0.9.x

13 years agonote that images and CSS files in /themes/ are CC-BY 3.0, and that themes are exempt...
Evan Prodromou [Fri, 3 Sep 2010 03:23:46 +0000 (23:23 -0400)]
note that images and CSS files in /themes/ are CC-BY 3.0, and that themes are exempt from AGPL copyleft

13 years agoadd CC BY 3.0 license to CSS files
Evan Prodromou [Fri, 3 Sep 2010 03:16:29 +0000 (23:16 -0400)]
add CC BY 3.0 license to CSS files

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 02:56:18 +0000 (22:56 -0400)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agouse etag preferably for caching
Evan Prodromou [Tue, 31 Aug 2010 04:54:33 +0000 (00:54 -0400)]
use etag preferably for caching

13 years agoadd some caching headers
Evan Prodromou [Tue, 31 Aug 2010 04:33:56 +0000 (00:33 -0400)]
add some caching headers

13 years agocombine our standard scripts into one big script
Evan Prodromou [Fri, 3 Sep 2010 02:21:07 +0000 (22:21 -0400)]
combine our standard scripts into one big script

13 years ago* i18n/L10n updates and FIXMEs added
Siebrand Mazeland [Thu, 2 Sep 2010 23:35:04 +0000 (01:35 +0200)]
* i18n/L10n updates and FIXMEs added
* whitespace fixes

13 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 2 Sep 2010 21:58:11 +0000 (14:58 -0700)]
Merge branch 'master' into testing

13 years agoFixes for Mac metadata files mucking up theme zip files
Brion Vibber [Thu, 2 Sep 2010 21:24:46 +0000 (14:24 -0700)]
Fixes for Mac metadata files mucking up theme zip files

13 years agoshow notice title on shownotice page
Evan Prodromou [Thu, 2 Sep 2010 21:16:10 +0000 (17:16 -0400)]
show notice title on shownotice page

13 years agoTicket #2638: allow themes to specify a base theme to load with 'include' setting...
Brion Vibber [Thu, 2 Sep 2010 21:11:52 +0000 (14:11 -0700)]
Ticket #2638: allow themes to specify a base theme to load with 'include' setting in a theme.ini file

13 years agohooks for showing <title> and <h1> elements
Evan Prodromou [Thu, 2 Sep 2010 21:10:25 +0000 (17:10 -0400)]
hooks for showing <title> and <h1> elements

13 years agoMerge branch 'swat0' into 0.9.x
Evan Prodromou [Thu, 2 Sep 2010 20:58:55 +0000 (16:58 -0400)]
Merge branch 'swat0' into 0.9.x

13 years agoMerge branch 'testing' into 0.9.x
Evan Prodromou [Thu, 2 Sep 2010 20:56:52 +0000 (16:56 -0400)]
Merge branch 'testing' into 0.9.x

13 years agoFixes for custom theme upload:
Brion Vibber [Thu, 2 Sep 2010 19:11:45 +0000 (12:11 -0700)]
Fixes for custom theme upload:
* skip more files (.xcf image sources, .html docs)
* skip files before rejecting them for funky filenames!
* allow period in filenames (eg foo-1.4.ttf) but blacklist some unsafe extensions-within-extensions

13 years agoFix for #2635: use ssl-sometimes settings for Twitter settings & auth pages
Brion Vibber [Thu, 2 Sep 2010 17:40:41 +0000 (10:40 -0700)]
Fix for #2635: use ssl-sometimes settings for Twitter settings & auth pages

13 years agoRevert "debugging replyToID"
Evan Prodromou [Wed, 1 Sep 2010 22:22:54 +0000 (18:22 -0400)]
Revert "debugging replyToID"

This reverts commit bb9353f6e04f863c50bca12247d1a70cb12350d5.

13 years agodebugging replyToID
Evan Prodromou [Wed, 1 Sep 2010 21:59:49 +0000 (17:59 -0400)]
debugging replyToID

13 years agoCorrectly check for user's id in replies in user salmon post
Evan Prodromou [Wed, 1 Sep 2010 21:10:29 +0000 (17:10 -0400)]
Correctly check for user's id in replies in user salmon post

13 years agocorrectly return oprofile from Ostatus_profile::ensureProfileURI()
Evan Prodromou [Wed, 1 Sep 2010 21:05:11 +0000 (17:05 -0400)]
correctly return oprofile from Ostatus_profile::ensureProfileURI()

13 years agobug in Profile::fromURI() wasn't returning profile
Evan Prodromou [Wed, 1 Sep 2010 20:55:16 +0000 (16:55 -0400)]
bug in Profile::fromURI() wasn't returning profile

13 years agosave URIs of remote profiles marked for attention
Evan Prodromou [Wed, 1 Sep 2010 20:17:18 +0000 (16:17 -0400)]
save URIs of remote profiles marked for attention

13 years agoHandle profile-from-uri hook to return ostatus profile if there's a match
Evan Prodromou [Wed, 1 Sep 2010 20:16:38 +0000 (16:16 -0400)]
Handle profile-from-uri hook to return ostatus profile if there's a match

13 years agoNotice::saveReplies() uses Profile::fromURI() to handle remote profiles too
Evan Prodromou [Wed, 1 Sep 2010 20:15:51 +0000 (16:15 -0400)]
Notice::saveReplies() uses Profile::fromURI() to handle remote profiles too

13 years agoStatic method to get a profile based on an URI
Evan Prodromou [Wed, 1 Sep 2010 20:15:22 +0000 (16:15 -0400)]
Static method to get a profile based on an URI

13 years agosend a salmon slap to mentioned person when we reply to a notice
Evan Prodromou [Wed, 1 Sep 2010 18:35:43 +0000 (14:35 -0400)]
send a salmon slap to mentioned person when we reply to a notice

13 years agoMerge branch 'master' into 0.9.x
Evan Prodromou [Wed, 1 Sep 2010 18:21:36 +0000 (14:21 -0400)]
Merge branch 'master' into 0.9.x

13 years agoremove noop function from OStatusPlugin
Evan Prodromou [Wed, 1 Sep 2010 18:21:24 +0000 (14:21 -0400)]
remove noop function from OStatusPlugin

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 28 Aug 2010 15:34:02 +0000 (17:34 +0200)]
Localisation updates from http://translatewiki.net
* removed messages marked fuzzy from translations.

13 years ago* when using multiple parameters, number them
Siebrand Mazeland [Sat, 28 Aug 2010 14:51:49 +0000 (16:51 +0200)]
* when using multiple parameters, number them
* fix double space to single space
* use consistent punctuation in messages
* complete translation hints for all commands
* add an i18n fixme for missing plural support
* trailing whitespace removed

13 years agoDocument UI text and number parameters.
Siebrand Mazeland [Sat, 28 Aug 2010 14:28:23 +0000 (16:28 +0200)]
Document UI text and number parameters.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sat, 28 Aug 2010 13:11:23 +0000 (15:11 +0200)]
Localisation updates from http://translatewiki.net

13 years agoFix for failover error in status_network_tag caching; when no tags present in table...
Brion Vibber [Thu, 26 Aug 2010 20:52:03 +0000 (13:52 -0700)]
Fix for failover error in status_network_tag caching; when no tags present in table we would return an array with one empty element instead of no elements when getting the cached data.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Wed, 25 Aug 2010 21:50:29 +0000 (23:50 +0200)]
Localisation updates from http://translatewiki.net

13 years agoUse Status_network's caching settings when loading Status_network_tag entries; cache...
Brion Vibber [Wed, 25 Aug 2010 18:59:39 +0000 (11:59 -0700)]
Use Status_network's caching settings when loading Status_network_tag entries; cache entries are batched per site and will be cleared when tags are inserted/deleted using the main interface.
(with fixes from tagcache branch)

13 years agofix incorrect function name in updateostatus.php script
Evan Prodromou [Wed, 25 Aug 2010 16:32:10 +0000 (12:32 -0400)]
fix incorrect function name in updateostatus.php script

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Tue, 24 Aug 2010 06:21:13 +0000 (08:21 +0200)]
Localisation updates from http://translatewiki.net

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Mon, 16 Aug 2010 23:56:15 +0000 (16:56 -0700)]
Merge branch 'master' into 0.9.x

13 years agoLink fixes for footer in fr, pt-br (also saved changed at TranslateWiki.net)
Brion Vibber [Mon, 16 Aug 2010 19:03:30 +0000 (12:03 -0700)]
Link fixes for footer in fr, pt-br (also saved changed at TranslateWiki.net)

13 years agoStatusNet 0.9.4 "Orange Crush"
Brion Vibber [Mon, 16 Aug 2010 17:09:33 +0000 (10:09 -0700)]
StatusNet 0.9.4 "Orange Crush"

13 years agoMerge branch 'testing'
Brion Vibber [Mon, 16 Aug 2010 17:06:52 +0000 (10:06 -0700)]
Merge branch 'testing'

Conflicts:
plugins/OStatus/classes/Ostatus_profile.php

13 years agofixed a %d that should be a %s in an error message
Brenda Wallace [Mon, 16 Aug 2010 01:26:27 +0000 (13:26 +1200)]
fixed a %d that should be a %s in an error message

13 years agoremoved the notice.location column from postgres def -- snuck in on a git commit...
Brenda Wallace [Mon, 16 Aug 2010 02:47:18 +0000 (14:47 +1200)]
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G

13 years agofix use of activity rather than act in salmonaction subclasses, too
Evan Prodromou [Fri, 13 Aug 2010 21:18:54 +0000 (14:18 -0700)]
fix use of activity rather than act in salmonaction subclasses, too

13 years agotypo mixing up and in salmonaction
Evan Prodromou [Fri, 13 Aug 2010 20:07:25 +0000 (13:07 -0700)]
typo mixing up  and  in salmonaction

13 years agoMerge remote branch 'shiny/0.9.x' into 0.9.x
Brenda Wallace [Mon, 16 Aug 2010 02:51:31 +0000 (14:51 +1200)]
Merge remote branch 'shiny/0.9.x' into 0.9.x

13 years agoMerge commit 'origin/0.9.x' into 0.9.x
Brenda Wallace [Mon, 16 Aug 2010 02:52:23 +0000 (02:52 +0000)]
Merge commit 'origin/0.9.x' into 0.9.x

13 years agoremoved the notice.location column from postgres def -- snuck in on a git commit...
Brenda Wallace [Mon, 16 Aug 2010 02:47:18 +0000 (14:47 +1200)]
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G

13 years agofixed a %d that should be a %s in an error message
Brenda Wallace [Mon, 16 Aug 2010 01:26:27 +0000 (13:26 +1200)]
fixed a %d that should be a %s in an error message

13 years agoNotice title constructor doesn't check class of Notice
Evan Prodromou [Sun, 15 Aug 2010 01:02:08 +0000 (18:02 -0700)]
Notice title constructor doesn't check class of Notice

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sat, 14 Aug 2010 19:08:15 +0000 (12:08 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

13 years agoMerge branch 'noticetitle' into 0.9.x
Evan Prodromou [Sat, 14 Aug 2010 19:03:25 +0000 (12:03 -0700)]
Merge branch 'noticetitle' into 0.9.x

13 years agohandle deletion of notice
Evan Prodromou [Sat, 14 Aug 2010 18:58:54 +0000 (11:58 -0700)]
handle deletion of notice

13 years agoon deleting a notice
Evan Prodromou [Sat, 14 Aug 2010 18:54:20 +0000 (11:54 -0700)]
on deleting a notice

13 years agoMerge branch 'master' into noticetitle
Evan Prodromou [Sat, 14 Aug 2010 18:46:12 +0000 (11:46 -0700)]
Merge branch 'master' into noticetitle

13 years ago- Remove extraneous style stuff from Echo plugin - that stuff should
Zach Copley [Sat, 14 Aug 2010 00:07:12 +0000 (00:07 +0000)]
- Remove extraneous style stuff from Echo plugin - that stuff should
be handled via CSS in the theme.
- Updated installation instructions on Echo and Disqus plugins

13 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 13 Aug 2010 23:53:44 +0000 (23:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

13 years agoA plugin to add Disqus commenting to notice pages
Zach Copley [Fri, 13 Aug 2010 23:53:05 +0000 (23:53 +0000)]
A plugin to add Disqus commenting to notice pages

13 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Fri, 13 Aug 2010 21:35:49 +0000 (14:35 -0700)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

Conflicts:
plugins/OStatus/classes/Ostatus_profile.php

13 years agofix use of activity rather than act in salmonaction subclasses, too
Evan Prodromou [Fri, 13 Aug 2010 21:18:54 +0000 (14:18 -0700)]
fix use of activity rather than act in salmonaction subclasses, too

13 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Zach Copley [Fri, 13 Aug 2010 20:53:19 +0000 (20:53 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

13 years agoA plugin for adding the Echo (formerly JS-Kit) commenting widget to
Zach Copley [Fri, 13 Aug 2010 20:52:05 +0000 (20:52 +0000)]
A plugin for adding the Echo (formerly JS-Kit) commenting widget to
notice pages