Zach Copley
e36a0fd619
Merge branch 'jeff' into 0.7.x
...
* jeff:
Add site-wide option to change the length at which URLs are auto-shortened
2009-06-30 16:41:17 -07:00
Evan Prodromou
203a5aba67
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.
2009-06-14 15:54:22 -07:00
Evan Prodromou
1c41afbd36
check results of add in maildaemon.php
2009-06-12 09:48:12 -07:00
Evan Prodromou
ce6285d0fc
push length check to Notice class
2009-06-12 09:47:57 -07:00
Jeff Mitchell
10d4191bd1
Add site-wide option to change the length at which URLs are auto-shortened
2009-06-11 13:07:41 +00:00
Evan Prodromou
1a077b0a7f
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x
2009-06-10 09:08:41 -07:00
Evan Prodromou
f4a1cd75ab
Remove FIXME-marked Opera links until they actually work
2009-06-10 08:47:46 -07:00
Sarven Capadisli
d9e5cda35d
Removed 404 test
2009-06-09 00:09:44 +00:00
Sarven Capadisli
67cb99c442
Clearing notice_data-test and resetting notice_text-count if the
...
notice XHR. Removed hanging text URL from previous commit.
2009-06-08 20:52:27 +00:00
Sarven Capadisli
c5378beb83
Revert "Clearing notice_data-test and resetting notice_text-count if the notice XHR"
...
This reverts commit b20ac7a1fe
.
2009-06-08 20:50:13 +00:00
Sarven Capadisli
b20ac7a1fe
Clearing notice_data-test and resetting notice_text-count if the notice XHR
...
response is empty and have a 20x,30x HTTP status
2009-06-08 20:45:44 +00:00
Sarven Capadisli
a2ca9d96d2
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.
2009-06-08 18:55:23 +00:00
Evan Prodromou
265e2bd58d
remember to convert messages
2009-06-08 10:57:35 -07:00
Evan Prodromou
038cd8ac25
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x
2009-06-06 09:55:17 -07:00
Evan Prodromou
d15fdac3d3
add fixup messages for utf8
2009-06-06 09:54:40 -07:00
Evan Prodromou
2c81d8db76
don't send smses to sender
2009-06-05 10:07:26 -07:00
Dan Moore
6658e2a2ee
Handle the ways Twitter accepts passing the user in the query string.
2009-06-04 17:57:03 -04:00
Evan Prodromou
4ec1c33307
correct last-modified date for shownotice.php
2009-05-30 21:45:11 -04:00
Evan Prodromou
f134ba68ab
free memory for each iteration DB_DataObject in fixup_utf8
2009-05-30 21:04:35 -04:00
Evan Prodromou
da0d2a9745
make fixup_utf8.php handle profiles and groups too
2009-05-30 20:58:29 -04:00
Evan Prodromou
9e16b7d89b
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.
2009-05-30 13:59:57 -04:00
Evan Prodromou
a262f83210
use mysqli_set_charset instead of set names
2009-05-30 12:20:42 -04:00
Evan Prodromou
7b1a72da30
take a max and min argument for fixup_utf8
2009-05-30 11:52:35 -04:00
Evan Prodromou
76ee1fd5da
Removing inbox and memcached daemon handling
2009-05-30 04:40:47 -04:00
Evan Prodromou
45c58c74d4
take debug code out of omb.php
2009-05-30 03:31:26 -04:00
Evan Prodromou
7656277313
remove debug code from replies
2009-05-30 03:02:26 -04:00
Evan Prodromou
79ede2afdb
add get2gnow
2009-05-30 01:30:10 -04:00
Evan Prodromou
78968a31a7
check for since=0 in Notice::stream()
2009-05-30 00:49:14 -04:00
Zach Copley
791f5defaf
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.
2009-05-29 20:23:32 -07:00
Zach Copley
78f8b91a13
Ticket #1568 - API should return full user objects
2009-05-29 19:23:53 -07:00
Zach Copley
425f9d703c
Ticket #1567 - Change max_id to return notices <= ID instead of < ID
2009-05-29 16:54:24 -07:00
Zach Copley
eb76a3bbb3
Ticket #1567 - API: Change before_id parameter to max_id
2009-05-29 16:32:55 -07:00
Evan Prodromou
f66e996073
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.
2009-05-29 16:28:39 -04:00
Evan Prodromou
4baef36243
Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x
2009-05-29 19:37:40 +00:00
Zach Copley
6885f082ea
Added Afficheur to notice sources
2009-05-28 17:51:45 -07:00
Zach Copley
5e53a97a41
Warning log msg when http basic auth fails
2009-05-28 16:18:58 -07:00
Evan Prodromou
3532cd0490
Only enqueue inbox-dependent transports after inboxes have been filled
2009-05-28 18:19:22 -04:00
Evan Prodromou
047038959c
Add any.io to sources
2009-05-28 17:37:17 -04:00
Evan Prodromou
daf845dbe6
take an argument for fixup_utf8
2009-05-28 16:36:07 -04:00
Evan Prodromou
121cb6afb1
document utf8 problems and solutions
2009-05-28 16:35:34 -04:00
Evan Prodromou
497d1bfe02
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!
2009-05-27 19:12:37 -04:00
Evan Prodromou
d068680e19
optionally use SET NAMES for utf8 to DB
2009-05-27 14:57:45 -04:00
Evan Prodromou
b3bb8943f5
Merge branch '0.7.x' into utf8
2009-05-27 14:52:35 -04:00
Evan Prodromou
f59ab5dc40
Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.7.x
2009-05-27 14:51:52 -04:00
Zach Copley
2b81dcb253
Better err handling when trying to get Facebook client
2009-05-27 00:01:39 +00:00
Zach Copley
b2c28faf52
Removed silly "dented:" status prefix from Facebook App
2009-05-26 21:14:42 +00:00
Evan Prodromou
74b08bff53
Added AgentSolo.com
2009-05-26 15:27:13 -04:00
Evan Prodromou
1306deff38
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-05-26 15:22:59 -04:00
Evan Prodromou
a1f83b2933
added qtwitter
2009-05-26 15:22:12 -04:00
Zach Copley
5f2cf2553c
Ticket #1196 - Fixed: Warning on invite tab in Facebook App
2009-05-26 02:23:19 +00:00