]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch 'jeff' into 0.7.x
Zach Copley [Tue, 30 Jun 2009 23:41:17 +0000 (16:41 -0700)]
Merge branch 'jeff' into 0.7.x

* jeff:
  Add site-wide option to change the length at which URLs are auto-shortened

14 years agoSome UI improvements for blocking and unblocking
Evan Prodromou [Sun, 14 Jun 2009 22:54:22 +0000 (15:54 -0700)]
Some UI improvements for blocking and unblocking

Add unblock to the router table, so unblocking will work at all.

Block form and unblock form return to subscribers list, not
subscriptions list, by default.

showstream action sends its parameters to block and unblock forms to
better return to the right page.

14 years agocheck results of add in maildaemon.php
Evan Prodromou [Fri, 12 Jun 2009 16:48:12 +0000 (09:48 -0700)]
check results of add in maildaemon.php

14 years agopush length check to Notice class
Evan Prodromou [Fri, 12 Jun 2009 16:47:57 +0000 (09:47 -0700)]
push length check to Notice class

14 years agoAdd site-wide option to change the length at which URLs are auto-shortened
Jeff Mitchell [Thu, 11 Jun 2009 13:07:41 +0000 (13:07 +0000)]
Add site-wide option to change the length at which URLs are auto-shortened

15 years agoMerge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 10 Jun 2009 16:08:41 +0000 (09:08 -0700)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x

15 years agoRemove FIXME-marked Opera links until they actually work
Evan Prodromou [Wed, 10 Jun 2009 15:47:46 +0000 (08:47 -0700)]
Remove FIXME-marked Opera links until they actually work

15 years agoRemoved 404 test
Sarven Capadisli [Tue, 9 Jun 2009 00:09:44 +0000 (00:09 +0000)]
Removed 404 test

15 years agoClearing notice_data-test and resetting notice_text-count if the
Sarven Capadisli [Mon, 8 Jun 2009 20:52:27 +0000 (20:52 +0000)]
Clearing notice_data-test and resetting notice_text-count if the
notice XHR. Removed hanging text URL from previous commit.

15 years agoRevert "Clearing notice_data-test and resetting notice_text-count if the notice XHR"
Sarven Capadisli [Mon, 8 Jun 2009 20:50:13 +0000 (20:50 +0000)]
Revert "Clearing notice_data-test and resetting notice_text-count if the notice XHR"

This reverts commit b20ac7a1fefe40e82b086df3128f06770c8b550d.

15 years agoClearing notice_data-test and resetting notice_text-count if the notice XHR
Sarven Capadisli [Mon, 8 Jun 2009 20:45:44 +0000 (20:45 +0000)]
Clearing notice_data-test and resetting notice_text-count if the notice XHR
response is empty and have a 20x,30x HTTP status

15 years agoTemporary workaround for silenting mysterious 200 OK error for XHR
Sarven Capadisli [Mon, 8 Jun 2009 18:55:23 +0000 (18:55 +0000)]
Temporary workaround for silenting mysterious 200 OK error for XHR
notice posts.

The bug is sometimes reproduceable by sending a notice that includes
"@someusernamethatdoesntexist".

This patch doesn't throw alerts to user if server doesn't return with
an XHR response but HTTP is one of 20x, 30x.

15 years agoremember to convert messages
Evan Prodromou [Mon, 8 Jun 2009 17:57:35 +0000 (10:57 -0700)]
remember to convert messages

15 years agoMerge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Sat, 6 Jun 2009 16:55:17 +0000 (09:55 -0700)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x

15 years agoadd fixup messages for utf8
Evan Prodromou [Sat, 6 Jun 2009 16:54:40 +0000 (09:54 -0700)]
add fixup messages for utf8

15 years agodon't send smses to sender
Evan Prodromou [Fri, 5 Jun 2009 17:07:26 +0000 (10:07 -0700)]
don't send smses to sender

15 years agoHandle the ways Twitter accepts passing the user in the query string.
Dan Moore [Thu, 4 Jun 2009 21:57:03 +0000 (17:57 -0400)]
Handle the ways Twitter accepts passing the user in the query string.

15 years agocorrect last-modified date for shownotice.php
Evan Prodromou [Sun, 31 May 2009 01:45:11 +0000 (21:45 -0400)]
correct last-modified date for shownotice.php

15 years agofree memory for each iteration DB_DataObject in fixup_utf8
Evan Prodromou [Sun, 31 May 2009 01:04:35 +0000 (21:04 -0400)]
free memory for each iteration DB_DataObject in fixup_utf8

15 years agomake fixup_utf8.php handle profiles and groups too
Evan Prodromou [Sun, 31 May 2009 00:58:29 +0000 (20:58 -0400)]
make fixup_utf8.php handle profiles and groups too

15 years agoUse mysql_set_charset for connection instead of SET NAMES
Evan Prodromou [Sat, 30 May 2009 17:59:57 +0000 (13:59 -0400)]
Use mysql_set_charset for connection instead of SET NAMES

PHP doesn't get the info about the charset of the connection if
you use SET NAMES. So, we use the appropriate PHP function instead.

15 years agouse mysqli_set_charset instead of set names
Evan Prodromou [Sat, 30 May 2009 16:20:42 +0000 (12:20 -0400)]
use mysqli_set_charset instead of set names

15 years agotake a max and min argument for fixup_utf8
Evan Prodromou [Sat, 30 May 2009 15:52:35 +0000 (11:52 -0400)]
take a max and min argument for fixup_utf8

15 years agoRemoving inbox and memcached daemon handling
Evan Prodromou [Sat, 30 May 2009 08:40:47 +0000 (04:40 -0400)]
Removing inbox and memcached daemon handling

15 years agotake debug code out of omb.php
Evan Prodromou [Sat, 30 May 2009 07:31:26 +0000 (03:31 -0400)]
take debug code out of omb.php

15 years agoremove debug code from replies
Evan Prodromou [Sat, 30 May 2009 07:02:26 +0000 (03:02 -0400)]
remove debug code from replies

15 years agoadd get2gnow
Evan Prodromou [Sat, 30 May 2009 05:30:10 +0000 (01:30 -0400)]
add get2gnow

15 years agocheck for since=0 in Notice::stream()
Evan Prodromou [Sat, 30 May 2009 04:49:14 +0000 (00:49 -0400)]
check for since=0 in Notice::stream()

15 years agoTicket #1572 - Implement Twitter's account/rate_limit_status API method
Zach Copley [Sat, 30 May 2009 03:23:32 +0000 (20:23 -0700)]
Ticket #1572 - Implement Twitter's account/rate_limit_status API method

We don't have a rate limit (yet) but some clients check this method.
This dummy implementation always says the auth user has 100 requests
left.

15 years agoTicket #1568 - API should return full user objects
Zach Copley [Sat, 30 May 2009 02:23:53 +0000 (19:23 -0700)]
Ticket #1568 - API should return full user objects

15 years agoTicket #1567 - Change max_id to return notices <= ID instead of < ID
Zach Copley [Fri, 29 May 2009 23:54:24 +0000 (16:54 -0700)]
Ticket #1567 - Change max_id to return notices <= ID instead of < ID

15 years agoTicket #1567 - API: Change before_id parameter to max_id
Zach Copley [Fri, 29 May 2009 23:32:55 +0000 (16:32 -0700)]
Ticket #1567 - API: Change before_id parameter to max_id

15 years agoUpdate version number to 0.7.4
Evan Prodromou [Fri, 29 May 2009 20:28:39 +0000 (16:28 -0400)]
Update version number to 0.7.4

Updated the version number to 0.7.4, added the new song title, and
documented the changes since 0.7.3.

15 years agoMerge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
Evan Prodromou [Fri, 29 May 2009 19:37:40 +0000 (19:37 +0000)]
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x

15 years agoAdded Afficheur to notice sources
Zach Copley [Fri, 29 May 2009 00:51:45 +0000 (17:51 -0700)]
Added Afficheur to notice sources

15 years agoWarning log msg when http basic auth fails
Zach Copley [Thu, 28 May 2009 23:18:58 +0000 (16:18 -0700)]
Warning log msg when http basic auth fails

15 years agoOnly enqueue inbox-dependent transports after inboxes have been filled
Evan Prodromou [Thu, 28 May 2009 22:19:22 +0000 (18:19 -0400)]
Only enqueue inbox-dependent transports after inboxes have been filled

15 years agoAdd any.io to sources
Evan Prodromou [Thu, 28 May 2009 21:37:17 +0000 (17:37 -0400)]
Add any.io to sources

15 years agotake an argument for fixup_utf8
Evan Prodromou [Thu, 28 May 2009 20:36:07 +0000 (16:36 -0400)]
take an argument for fixup_utf8

15 years agodocument utf8 problems and solutions
Evan Prodromou [Thu, 28 May 2009 20:35:34 +0000 (16:35 -0400)]
document utf8 problems and solutions

15 years agoAdd fixup_utf8 to fixup problems with UTF-8 in a database
Evan Prodromou [Wed, 27 May 2009 23:12:37 +0000 (19:12 -0400)]
Add fixup_utf8 to fixup problems with UTF-8 in a database

Fixes up an old database to store strings in UTF-8. Hopefully works!

15 years agooptionally use SET NAMES for utf8 to DB
Evan Prodromou [Wed, 27 May 2009 18:57:45 +0000 (14:57 -0400)]
optionally use SET NAMES for utf8 to DB

15 years agoMerge branch '0.7.x' into utf8
Evan Prodromou [Wed, 27 May 2009 18:52:35 +0000 (14:52 -0400)]
Merge branch '0.7.x' into utf8

15 years agoMerge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 27 May 2009 18:51:52 +0000 (14:51 -0400)]
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x

15 years agoBetter err handling when trying to get Facebook client
Zach Copley [Fri, 15 May 2009 21:44:58 +0000 (21:44 +0000)]
Better err handling when trying to get Facebook client

15 years agoRemoved silly "dented:" status prefix from Facebook App
Zach Copley [Tue, 26 May 2009 21:14:42 +0000 (21:14 +0000)]
Removed silly "dented:" status prefix from Facebook App

15 years agoAdded AgentSolo.com
Evan Prodromou [Tue, 26 May 2009 19:27:13 +0000 (15:27 -0400)]
Added AgentSolo.com

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 26 May 2009 19:22:59 +0000 (15:22 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoadded qtwitter
Evan Prodromou [Tue, 26 May 2009 19:22:12 +0000 (15:22 -0400)]
added qtwitter

15 years agoTicket #1196 - Fixed: Warning on invite tab in Facebook App
Zach Copley [Tue, 26 May 2009 02:23:19 +0000 (02:23 +0000)]
Ticket #1196 - Fixed: Warning on invite tab in Facebook App

15 years agoAdd EventBox to notice sources
Zach Copley [Mon, 25 May 2009 21:23:00 +0000 (14:23 -0700)]
Add EventBox to notice sources

15 years agoAdd Gravity to notice sources
Evan Prodromou [Fri, 22 May 2009 14:03:47 +0000 (10:03 -0400)]
Add Gravity to notice sources

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 19 May 2009 19:08:01 +0000 (15:08 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoIncrease entity_profile fn, nickname font-size slightly. Gave
Sarven Capadisli [Mon, 18 May 2009 23:23:00 +0000 (23:23 +0000)]
Increase entity_profile fn, nickname font-size slightly. Gave
entity_profile more width.

15 years agoremove debugging calls
Evan Prodromou [Sun, 17 May 2009 16:37:04 +0000 (12:37 -0400)]
remove debugging calls

15 years agoMerge branch 'master' into 0.7.x
Evan Prodromou [Sun, 17 May 2009 16:16:02 +0000 (12:16 -0400)]
Merge branch 'master' into 0.7.x

15 years agoLicense link, no title
Evan Prodromou [Fri, 15 May 2009 22:16:32 +0000 (18:16 -0400)]
License link, no title

15 years agoLicense link, no title
Evan Prodromou [Fri, 15 May 2009 22:16:32 +0000 (18:16 -0400)]
License link, no title

15 years agoadd WikiHashtagsPlugin
Evan Prodromou [Fri, 15 May 2009 21:57:26 +0000 (17:57 -0400)]
add WikiHashtagsPlugin

15 years agoadd WikiHashtagsPlugin
Evan Prodromou [Fri, 15 May 2009 21:57:26 +0000 (17:57 -0400)]
add WikiHashtagsPlugin

15 years agoadd a hook for the page notice
Evan Prodromou [Fri, 15 May 2009 21:11:28 +0000 (17:11 -0400)]
add a hook for the page notice

15 years agoadd a hook to muck around with the arguments array after it's initialized
Evan Prodromou [Fri, 15 May 2009 19:07:23 +0000 (15:07 -0400)]
add a hook to muck around with the arguments array after it's initialized

15 years agoadd hooks for subgroupnav showing
Evan Prodromou [Fri, 15 May 2009 18:22:49 +0000 (14:22 -0400)]
add hooks for subgroupnav showing

15 years agoreformat action.php
Evan Prodromou [Fri, 15 May 2009 18:18:04 +0000 (14:18 -0400)]
reformat action.php

15 years agoPostgreSQL - added dirty dates to Foreign_link - see 3e7b1e69e3e97ac007465376b62084f1...
CiaranG [Fri, 8 May 2009 07:14:50 +0000 (08:14 +0100)]
PostgreSQL - added dirty dates to Foreign_link - see 3e7b1e69e3e97ac007465376b62084f10bcf97ca

15 years agoTwitter friends sync now does 25 users at a time and uses last_friendsync field to...
Zach Copley [Fri, 8 May 2009 01:22:14 +0000 (18:22 -0700)]
Twitter friends sync now does 25 users at a time and uses last_friendsync field to prioritize

15 years agoAdded dirty dates to Foreign_link
Zach Copley [Wed, 29 Apr 2009 00:08:20 +0000 (17:08 -0700)]
Added dirty dates to Foreign_link

15 years agoMerge branch 'querybyid' into 0.7.x
Evan Prodromou [Mon, 4 May 2009 14:22:22 +0000 (10:22 -0400)]
Merge branch 'querybyid' into 0.7.x

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Mon, 4 May 2009 04:37:05 +0000 (21:37 -0700)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoadd pingvine notice source
Evan Prodromou [Mon, 4 May 2009 04:36:03 +0000 (21:36 -0700)]
add pingvine notice source

15 years agomake faves work with ids
Evan Prodromou [Fri, 1 May 2009 19:01:28 +0000 (12:01 -0700)]
make faves work with ids

15 years agoMake user group stream use IDs
Evan Prodromou [Fri, 1 May 2009 18:38:50 +0000 (11:38 -0700)]
Make user group stream use IDs

15 years agomake profile notice getting use ids
Evan Prodromou [Fri, 1 May 2009 18:27:57 +0000 (11:27 -0700)]
make profile notice getting use ids

15 years agoMerge branch '0.7.x' into querybyid
Evan Prodromou [Fri, 1 May 2009 18:19:20 +0000 (11:19 -0700)]
Merge branch '0.7.x' into querybyid

15 years ago60 seconds hard timeout for XHR notice posting. JavaScript throws an
Sarven Capadisli [Fri, 1 May 2009 17:00:36 +0000 (17:00 +0000)]
60 seconds hard timeout for XHR notice posting. JavaScript throws an
alert message to the client if the server doesn't respond back in any
way.

15 years agooptionally add a username/password on server side for Comet
Evan Prodromou [Fri, 1 May 2009 16:42:38 +0000 (09:42 -0700)]
optionally add a username/password on server side for Comet

15 years agoadd in_reply_to link and make HTML in source work correctly
Evan Prodromou [Fri, 1 May 2009 15:39:47 +0000 (08:39 -0700)]
add in_reply_to link and make HTML in source work correctly

15 years agoMerge branch '0.7.x' into cometplugin
Evan Prodromou [Fri, 1 May 2009 15:00:41 +0000 (08:00 -0700)]
Merge branch '0.7.x' into cometplugin

15 years agoadd favor, reply, delete buttons for cometed notices
Evan Prodromou [Fri, 1 May 2009 15:00:37 +0000 (08:00 -0700)]
add favor, reply, delete buttons for cometed notices

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Fri, 1 May 2009 11:13:19 +0000 (07:13 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoFix link to identi.ca in JavaScript badge
Ori Avtalion [Fri, 1 May 2009 11:12:37 +0000 (07:12 -0400)]
Fix link to identi.ca in JavaScript badge

15 years agoSeveral whitespace fixes
Ori Avtalion [Fri, 1 May 2009 11:12:13 +0000 (07:12 -0400)]
Several whitespace fixes

15 years agoAdd s to user favorite notices
Ori Avtalion [Fri, 1 May 2009 11:11:28 +0000 (07:11 -0400)]
Add s to user favorite notices

15 years agoignore Eclipse project files
Evan Prodromou [Fri, 1 May 2009 11:08:01 +0000 (07:08 -0400)]
ignore Eclipse project files

15 years agomake replies use new query format
Evan Prodromou [Thu, 30 Apr 2009 00:45:33 +0000 (20:45 -0400)]
make replies use new query format

15 years agoFixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45c
CiaranG [Wed, 29 Apr 2009 22:43:42 +0000 (23:43 +0100)]
Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45c

15 years agoAdded 'mentions' the the list of API methods requiring bare auth
Zach Copley [Wed, 29 Apr 2009 20:16:52 +0000 (13:16 -0700)]
Added 'mentions' the the list of API methods requiring bare auth

15 years agoMake the tag stream use ID mechanism
Evan Prodromou [Wed, 29 Apr 2009 20:09:03 +0000 (16:09 -0400)]
Make the tag stream use ID mechanism

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 29 Apr 2009 16:12:28 +0000 (12:12 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPublic stream uses IDs method
Evan Prodromou [Wed, 29 Apr 2009 16:05:31 +0000 (12:05 -0400)]
Public stream uses IDs method

Public stream now uses IDs method

15 years agoMove algorithm for caching to Notice class
Evan Prodromou [Wed, 29 Apr 2009 15:27:45 +0000 (11:27 -0400)]
Move algorithm for caching to Notice class

Moved the algorithm for notice stream caching to the Notice class.

15 years agoTicket #1428 - Changed replies API method to "mentions".
Zach Copley [Wed, 29 Apr 2009 06:31:00 +0000 (23:31 -0700)]
Ticket #1428 - Changed replies API method to "mentions".

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Tue, 28 Apr 2009 17:33:00 +0000 (13:33 -0400)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoRemove some debug comments in query-by-id
Evan Prodromou [Tue, 28 Apr 2009 17:31:56 +0000 (13:31 -0400)]
Remove some debug comments in query-by-id

15 years agoChange to avoid a join in notice inbox
Evan Prodromou [Tue, 28 Apr 2009 17:07:05 +0000 (13:07 -0400)]
Change to avoid a join in notice inbox

The join in notice_inbox is causing temp-table sorting on identi.ca,
so I'm trying a finer-tuned approach.

15 years agoOnly start daemons that are required, according to the site config. There is the...
CiaranG [Tue, 28 Apr 2009 12:30:54 +0000 (13:30 +0100)]
Only start daemons that are required, according to the site config. There is the potential to not start some more - see the checks in getvaliddaemons.php

15 years agoFixed typo in stopdaemons.sh - was not stopping the new memcached queue handler
CiaranG [Tue, 28 Apr 2009 12:05:48 +0000 (13:05 +0100)]
Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler

15 years agoMerge branch '0.7.x' into querybyid
Evan Prodromou [Mon, 27 Apr 2009 20:55:07 +0000 (16:55 -0400)]
Merge branch '0.7.x' into querybyid

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Mon, 27 Apr 2009 20:08:00 +0000 (20:08 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMinor CSS order/cleanup.
Sarven Capadisli [Mon, 27 Apr 2009 20:07:22 +0000 (20:07 +0000)]
Minor CSS order/cleanup.