]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
whitespace changes in actions/register.php after global search-and-replace
authorEvan Prodromou <evan@prodromou.name>
Tue, 23 Dec 2008 19:57:22 +0000 (14:57 -0500)
committerEvan Prodromou <evan@prodromou.name>
Tue, 23 Dec 2008 19:57:22 +0000 (14:57 -0500)
darcs-hash:20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz

_darcs/inventory
_darcs/patches/20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz [new file with mode: 0644]
_darcs/pristine/actions/register.php
_darcs/tentative_pristine
actions/register.php

index cd9e77711460e7b6cd685105d1bc2a6714a56a9d..2bf89aeb6549bb70510aa8953cecd56bb7415962 100644 (file)
@@ -94,4 +94,6 @@ Evan Prodromou <evan@prodromou.name>**20081223194923
  
 ] 
 [Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs with invalid "expect" headers
-Zach Copley <zach@controlyourself.ca>**20081225152207] 
\ No newline at end of file
+Zach Copley <zach@controlyourself.ca>**20081225152207] 
+[whitespace changes in actions/register.php after global search-and-replace
+Evan Prodromou <evan@prodromou.name>**20081223195722] 
\ No newline at end of file
diff --git a/_darcs/patches/20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz b/_darcs/patches/20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz
new file mode 100644 (file)
index 0000000..94503d3
Binary files /dev/null and b/_darcs/patches/20081223195722-84dde-7416c826728867e431511266ce18699d129a60ed.gz differ
index ac14879e2571ba48ab0daf3fe002c95d9898cea9..c479816ef5d532b4a98e69f0f5a802eed19a5714 100644 (file)
@@ -21,7 +21,6 @@ if (!defined('LACONICA')) { exit(1); }
 
 class RegisterAction extends Action
 {
-
     function handle($args)
     {
         parent::handle($args);
@@ -39,7 +38,6 @@ class RegisterAction extends Action
 
     function try_register()
     {
-
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
             $this->show_form(_('There was a problem with your session token. Try again, please.'));
index d5876c19c6405c07d709e37e7ef79a2ba63d9ae2..e2a840c37c0160c1c224b883d7845ce9e35a2a6c 100644 (file)
@@ -1,14 +1,4 @@
-hunk ./lib/twitter.php 31
--            // CURLOPT_USERAGENT        => "identi.ca",
-+            # CURLOPT_USERAGENT        => "identi.ca",
-hunk ./lib/twitter.php 33
--            CURLOPT_TIMEOUT            => 120
-+            CURLOPT_TIMEOUT            => 120,
-+            # Twitter is strict about accepting invalid "Expect" headers
-+            CURLOPT_HTTPHEADER => array('Expect:')
-hunk ./lib/util.php 1574
--                     CURLOPT_TIMEOUT            => 120
-+                     CURLOPT_TIMEOUT            => 120,
-+
-+                     # Twitter is strict about accepting invalid "Expect" headers
-+                     CURLOPT_HTTPHEADER => array('Expect:')
+hunk ./actions/register.php 24
+-
+hunk ./actions/register.php 41
+-
index ac14879e2571ba48ab0daf3fe002c95d9898cea9..c479816ef5d532b4a98e69f0f5a802eed19a5714 100644 (file)
@@ -21,7 +21,6 @@ if (!defined('LACONICA')) { exit(1); }
 
 class RegisterAction extends Action
 {
-
     function handle($args)
     {
         parent::handle($args);
@@ -39,7 +38,6 @@ class RegisterAction extends Action
 
     function try_register()
     {
-
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
             $this->show_form(_('There was a problem with your session token. Try again, please.'));