]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoFixed bug in which you cannot turn off importing friends timelines flag
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

15 years agoFix error in log msg format specifier
Zach Copley [Sat, 29 Aug 2009 06:20:19 +0000 (06:20 +0000)]
Fix error in log msg format specifier

15 years agoStop requeuing notices not bound for Twitter.
Zach Copley [Tue, 1 Sep 2009 19:00:18 +0000 (19:00 +0000)]
Stop requeuing notices not bound for Twitter.

15 years agofixed up some invalid comment syntax - this is ANSI SQL
Brenda Wallace [Sun, 30 Aug 2009 23:01:01 +0000 (11:01 +1200)]
fixed up some invalid comment syntax - this is ANSI SQL

15 years agoadded missing parts to postgres update, and the config+user_role tables to both upgra...
Brenda Wallace [Sun, 30 Aug 2009 23:53:59 +0000 (11:53 +1200)]
added missing parts to postgres update, and the config+user_role tables to both upgrade scripts

Conflicts:

db/08to09.sql

15 years agoupgrade script for postgres
Brenda Wallace [Mon, 10 Aug 2009 21:24:18 +0000 (09:24 +1200)]
upgrade script for postgres

15 years agosome typoes in comments that annoyed me, fixed now
Brenda Wallace [Sun, 30 Aug 2009 22:59:50 +0000 (10:59 +1200)]
some typoes in comments that annoyed me, fixed now

15 years agofix 'callback_helper'
Evan Prodromou [Fri, 28 Aug 2009 15:43:28 +0000 (08:43 -0700)]
fix 'callback_helper'

15 years agostutuses -> statuses
Evan Prodromou [Fri, 28 Aug 2009 13:13:47 +0000 (06:13 -0700)]
stutuses -> statuses

15 years agoMerge branch 'testing' of git@gitorious.org:laconica/mainline into testing
Evan Prodromou [Fri, 28 Aug 2009 13:10:46 +0000 (06:10 -0700)]
Merge branch 'testing' of git@gitorious.org:laconica/mainline into testing

15 years agofix for SQL error: ERROR: syntax error at or near ")" at character 45
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

15 years agoMerge branch 'twitter-basic-auth' into 0.8.x
Zach Copley [Fri, 28 Aug 2009 07:03:32 +0000 (07:03 +0000)]
Merge branch 'twitter-basic-auth' into 0.8.x

15 years agoMake SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth...
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

15 years agoAbstract the Twitter basic auth stuff into its own client class
Zach Copley [Fri, 28 Aug 2009 06:00:30 +0000 (06:00 +0000)]
Abstract the Twitter basic auth stuff into its own client class

15 years agoRenable basic auth posting to Twitter for users who already have a bridge setup
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

15 years agomake URL analyzer save new info on URLs
Evan Prodromou [Fri, 28 Aug 2009 03:23:31 +0000 (20:23 -0700)]
make URL analyzer save new info on URLs

15 years agoremove duplicate save of Notice and streamline attachment detection
Evan Prodromou [Fri, 28 Aug 2009 03:09:07 +0000 (20:09 -0700)]
remove duplicate save of Notice and streamline attachment detection

15 years agoreformat curry() to make my editor happy
Evan Prodromou [Fri, 28 Aug 2009 03:06:03 +0000 (20:06 -0700)]
reformat curry() to make my editor happy

15 years agoadded my email address next to my name at the top of the files
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

15 years agoImplement the is_member and membership group api's
Craig Andrews [Fri, 28 Aug 2009 02:55:32 +0000 (22:55 -0400)]
Implement the is_member and membership group api's

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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

15 years agoupdate version in README, add note about status.net
Evan Prodromou [Thu, 27 Aug 2009 17:00:45 +0000 (10:00 -0700)]
update version in README, add note about status.net

15 years agoadd api/laconica for backwards compatibility
Evan Prodromou [Thu, 27 Aug 2009 16:34:32 +0000 (09:34 -0700)]
add api/laconica for backwards compatibility

15 years agoDo not used named capturing groups
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.

15 years agochange default logo from laconica to status.net
Evan Prodromou [Thu, 27 Aug 2009 16:04:40 +0000 (09:04 -0700)]
change default logo from laconica to status.net

15 years agoshow SQL errors in the output
Evan Prodromou [Thu, 27 Aug 2009 15:58:03 +0000 (08:58 -0700)]
show SQL errors in the output

15 years agodon't show a warning when dl() disabled
Evan Prodromou [Thu, 27 Aug 2009 15:45:53 +0000 (08:45 -0700)]
don't show a warning when dl() disabled

15 years agoadd changelog to README
Evan Prodromou [Thu, 27 Aug 2009 15:39:14 +0000 (08:39 -0700)]
add changelog to README

15 years agoupdate version in, and add codename to, lib/common
Evan Prodromou [Thu, 27 Aug 2009 15:02:41 +0000 (08:02 -0700)]
update version in, and add codename to, lib/common

15 years agoUpdate version number in README
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").

15 years agoSupport multiple attachments per facebook update
Craig Andrews [Thu, 27 Aug 2009 01:54:57 +0000 (21:54 -0400)]
Support multiple attachments per facebook update

15 years agoAdd library checking page
Craig Andrews [Wed, 26 Aug 2009 23:08:30 +0000 (19:08 -0400)]
Add library checking page

15 years agostatusize config.php.sample
Evan Prodromou [Wed, 26 Aug 2009 15:31:44 +0000 (11:31 -0400)]
statusize config.php.sample

15 years agochange hidden label for site content license link
Evan Prodromou [Wed, 26 Aug 2009 14:51:44 +0000 (10:51 -0400)]
change hidden label for site content license link

15 years agodefine LACONICA_VERSION for backwards compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:43:44 +0000 (10:43 -0400)]
define LACONICA_VERSION for backwards compatibility

15 years agodefine LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:41:36 +0000 (10:41 -0400)]
define LACONICA and accept LACONICA for backwards compatibility

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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

15 years agoadd back in /etc/laconica/* for compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:34:50 +0000 (10:34 -0400)]
add back in /etc/laconica/* for compatibility

15 years agoFacebook app wasn't loading the theme css
Zach Copley [Wed, 26 Aug 2009 14:34:41 +0000 (14:34 +0000)]
Facebook app wasn't loading the theme css

15 years agoadd *Laconica* events back in for backwards compatibility
Evan Prodromou [Wed, 26 Aug 2009 14:33:04 +0000 (10:33 -0400)]
add *Laconica* events back in for backwards compatibility

15 years agoMerge branch 'master' into testing
Evan Prodromou [Wed, 26 Aug 2009 14:28:10 +0000 (10:28 -0400)]
Merge branch 'master' into testing

15 years agoMerge branch '0.8.x' into testing
Evan Prodromou [Wed, 26 Aug 2009 14:27:53 +0000 (10:27 -0400)]
Merge branch '0.8.x' into testing

15 years agomore logging in xmppqueuehandler
Evan Prodromou [Wed, 26 Aug 2009 09:50:20 +0000 (05:50 -0400)]
more logging in xmppqueuehandler

15 years agomore log output in queue handlers
Evan Prodromou [Wed, 26 Aug 2009 09:46:41 +0000 (05:46 -0400)]
more log output in queue handlers

15 years agomore logging in xmppqueuehandler
Evan Prodromou [Wed, 26 Aug 2009 09:50:20 +0000 (05:50 -0400)]
more logging in xmppqueuehandler

15 years agomore log output in queue handlers
Evan Prodromou [Wed, 26 Aug 2009 09:46:41 +0000 (05:46 -0400)]
more log output in queue handlers

15 years agolast scrub of Laconica -> StatusNet
Evan Prodromou [Wed, 26 Aug 2009 07:33:43 +0000 (03:33 -0400)]
last scrub of Laconica -> StatusNet

15 years agoaccidentally changed the URL for Laconica Tools
Evan Prodromou [Wed, 26 Aug 2009 07:13:09 +0000 (03:13 -0400)]
accidentally changed the URL for Laconica Tools

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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

15 years agoSmall update to the Facebook app section
Zach Copley [Wed, 26 Aug 2009 03:45:09 +0000 (20:45 -0700)]
Small update to the Facebook app section

15 years agoglobal search and replace for laconica -> statusnet
Evan Prodromou [Tue, 25 Aug 2009 22:53:24 +0000 (18:53 -0400)]
global search and replace for laconica -> statusnet

15 years agoUpdated rgb2hex() to handle IE. It turns out that jQuery is giving hex
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.

15 years agoupdate names in shell scripts
Evan Prodromou [Tue, 25 Aug 2009 22:43:48 +0000 (18:43 -0400)]
update names in shell scripts

15 years agochange LACONICA to STATUSNET
Evan Prodromou [Tue, 25 Aug 2009 22:42:34 +0000 (18:42 -0400)]
change LACONICA to STATUSNET

15 years agoupdate Laconica to StatusNet in js code
Evan Prodromou [Tue, 25 Aug 2009 22:40:12 +0000 (18:40 -0400)]
update Laconica to StatusNet in js code

15 years agochange Laconica and laconi.ca in locale files
Evan Prodromou [Tue, 25 Aug 2009 22:37:41 +0000 (18:37 -0400)]
change Laconica and laconi.ca in locale files

15 years agoLaconica -> StatusNet in EVENTS.txt
Evan Prodromou [Tue, 25 Aug 2009 22:30:48 +0000 (18:30 -0400)]
Laconica -> StatusNet in EVENTS.txt

15 years agoLaconica in plugins
Evan Prodromou [Tue, 25 Aug 2009 22:29:56 +0000 (18:29 -0400)]
Laconica in plugins

15 years agoupdate README file
Evan Prodromou [Tue, 25 Aug 2009 22:25:01 +0000 (18:25 -0400)]
update README file

15 years agoupdate doc-src with StatusNet, status.net
Evan Prodromou [Tue, 25 Aug 2009 22:23:26 +0000 (18:23 -0400)]
update doc-src with StatusNet, status.net

15 years agoconvert CSS files to use new names
Evan Prodromou [Tue, 25 Aug 2009 22:21:37 +0000 (18:21 -0400)]
convert CSS files to use new names

15 years agochange controlyourself.ca to status.net
Evan Prodromou [Tue, 25 Aug 2009 22:19:04 +0000 (18:19 -0400)]
change controlyourself.ca to status.net

15 years agochange laconi.ca to status.net
Evan Prodromou [Tue, 25 Aug 2009 22:16:46 +0000 (18:16 -0400)]
change laconi.ca to status.net

15 years agoa distributed -> the distributed
Evan Prodromou [Tue, 25 Aug 2009 22:14:12 +0000 (18:14 -0400)]
a distributed -> the distributed

15 years agochange Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou [Tue, 25 Aug 2009 22:12:20 +0000 (18:12 -0400)]
change Laconica and Control Yourself to StatusNet in PHP files

15 years agoMerge commit 'mainline-write/0.8.x' into 0.8.x
Brenda Wallace [Tue, 25 Aug 2009 22:02:07 +0000 (10:02 +1200)]
Merge commit 'mainline-write/0.8.x' into 0.8.x

15 years agoMerge branch '0.8.x' into testing
Evan Prodromou [Tue, 25 Aug 2009 22:01:46 +0000 (18:01 -0400)]
Merge branch '0.8.x' into testing

15 years agorenamed to plural, for consitency
Brenda Wallace [Tue, 25 Aug 2009 22:00:29 +0000 (10:00 +1200)]
renamed to plural, for consitency

15 years agomerge problem with scripts/twitterstatusfetcher
Evan Prodromou [Tue, 25 Aug 2009 21:58:44 +0000 (17:58 -0400)]
merge problem with scripts/twitterstatusfetcher

15 years agoRename Laconica to StatusNet
Evan Prodromou [Tue, 25 Aug 2009 21:56:10 +0000 (17:56 -0400)]
Rename Laconica to StatusNet

15 years agoAllow ({['" to preceded #tags
Craig Andrews [Tue, 25 Aug 2009 21:52:16 +0000 (17:52 -0400)]
Allow ({['" to preceded #tags

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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

15 years agouserdesign.go.js was incorrectly removed in commit
Sarven Capadisli [Tue, 25 Aug 2009 21:48:55 +0000 (21:48 +0000)]
userdesign.go.js was incorrectly removed in commit
304db1d30b4ad96f8a2ca500d224bb1609588fed

15 years agoHandle grouping symbols ()[]{} correctly. Now passing all tests!
Craig Andrews [Tue, 25 Aug 2009 20:41:44 +0000 (16:41 -0400)]
Handle grouping symbols ()[]{} correctly. Now passing all tests!

15 years agoCorrect the hash tag test
Craig Andrews [Tue, 25 Aug 2009 20:06:04 +0000 (16:06 -0400)]
Correct the hash tag test

15 years agoTake token field out of foreign_link
Zach Copley [Mon, 10 Aug 2009 07:13:00 +0000 (07:13 +0000)]
Take token field out of foreign_link

This undoes patch a49272d448d75a6ab74515352345d8baacb96f1f

15 years agoAdd UTF-8 encodings of the IDN TLDs
Craig Andrews [Tue, 25 Aug 2009 18:19:05 +0000 (14:19 -0400)]
Add UTF-8 encodings of the IDN TLDs

15 years agoAll tests pass except for those that require matching parens or brackets
Craig Andrews [Tue, 25 Aug 2009 18:12:31 +0000 (14:12 -0400)]
All tests pass except for those that require matching parens or brackets

15 years agoImproved the URL tests, and improve the matcher so more tests are passed. The remaini...
Craig Andrews [Tue, 25 Aug 2009 15:21:45 +0000 (11:21 -0400)]
Improved the URL tests, and improve the matcher so more tests are passed. The remaining failing tests I believe are incorrect.

15 years agoMerge commit 'mainline/0.8.x' into 0.8.x
Brenda Wallace [Tue, 25 Aug 2009 07:01:29 +0000 (19:01 +1200)]
Merge commit 'mainline/0.8.x' into 0.8.x

15 years agobeginning of hashtag tests
Brenda Wallace [Mon, 24 Aug 2009 22:33:16 +0000 (10:33 +1200)]
beginning of hashtag tests

15 years agoftps protocol should be handled the same way as ftp
Craig Andrews [Tue, 25 Aug 2009 00:44:06 +0000 (20:44 -0400)]
ftps protocol should be handled the same way as ftp
Canon urls that have a protocol followed by a host (and no path) automatcally get a trailing slash by the canon function - make the unit test match that

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Mon, 24 Aug 2009 21:49:31 +0000 (17:49 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x

15 years agochange class to rel in unit tests for URL check
Evan Prodromou [Mon, 24 Aug 2009 21:48:24 +0000 (17:48 -0400)]
change class to rel in unit tests for URL check

15 years agoremove some merge cruft from the end of twitter.php
Evan Prodromou [Mon, 24 Aug 2009 21:44:19 +0000 (17:44 -0400)]
remove some merge cruft from the end of twitter.php

15 years agoignore the local folder
Brenda Wallace [Mon, 24 Aug 2009 21:23:09 +0000 (09:23 +1200)]
ignore the local folder

15 years agomoved template folder into it's own method, so can be overridden
Brenda Wallace [Mon, 24 Aug 2009 08:03:22 +0000 (20:03 +1200)]
moved template folder into it's own method, so can be overridden

15 years agofix up tpl/index.php so doesn't throw errors on hosts with php shorttags on
Brenda Wallace [Mon, 24 Aug 2009 21:14:43 +0000 (09:14 +1200)]
fix up tpl/index.php so doesn't throw errors on hosts with php shorttags on

15 years agoMerge branch '0.8.x' into testing
Evan Prodromou [Mon, 24 Aug 2009 20:55:49 +0000 (16:55 -0400)]
Merge branch '0.8.x' into testing

Conflicts:
actions/twitterauthorization.php
lib/oauthclient.php
lib/twitter.php
lib/twitterapi.php
lib/twitteroauthclient.php
scripts/twitterstatusfetcher.php

15 years agoAdd unit test directory and first test
Evan Prodromou [Mon, 24 Aug 2009 19:46:12 +0000 (15:46 -0400)]
Add unit test directory and first test

15 years agoBetter (hopefully) database connection management for child processes
Evan Prodromou [Mon, 24 Aug 2009 15:55:46 +0000 (11:55 -0400)]
Better (hopefully) database connection management for child processes

Conflicts:

scripts/twitterstatusfetcher.php

15 years agoUse ssl for fetching frinds_timeline from Twitter since it requires auth and is a...
Zach Copley [Tue, 4 Aug 2009 17:19:05 +0000 (17:19 +0000)]
Use ssl for fetching frinds_timeline from Twitter since it requires auth and is a protected resource

15 years agoMake TwitterStatusFetcher daemon work with OAuth
Zach Copley [Tue, 4 Aug 2009 02:21:18 +0000 (02:21 +0000)]
Make TwitterStatusFetcher daemon work with OAuth

15 years agoMoved some stuff to a base class
Zach Copley [Tue, 4 Aug 2009 00:46:18 +0000 (00:46 +0000)]
Moved some stuff to a base class

15 years agoAllow removal of Twitter account. Deleted dead code.
Zach Copley [Tue, 4 Aug 2009 00:02:07 +0000 (00:02 +0000)]
Allow removal of Twitter account. Deleted dead code.

15 years agoMake the TwitterQueuehandler post to Twitter using OAuth
Zach Copley [Mon, 3 Aug 2009 22:46:01 +0000 (22:46 +0000)]
Make the TwitterQueuehandler post to Twitter using OAuth

15 years agoTwitter OAuth server dance working
Zach Copley [Sat, 1 Aug 2009 08:20:44 +0000 (08:20 +0000)]
Twitter OAuth server dance working

15 years agoAdd new Foreign_link col to store OAuth access token
Zach Copley [Thu, 30 Jul 2009 00:20:13 +0000 (00:20 +0000)]
Add new Foreign_link col to store OAuth access token

15 years agoMerge branch 'master' into testing
Evan Prodromou [Mon, 24 Aug 2009 15:28:16 +0000 (11:28 -0400)]
Merge branch 'master' into testing

Conflicts:
lib/rssaction.php
lib/twitterapi.php

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou [Mon, 24 Aug 2009 15:23:30 +0000 (11:23 -0400)]
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x