[dreamwidth/dw-free] 97dbd0: Changed textcaptcha to use the form it's passed ra...
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 97dbd0ded46561fce576b1294c266e450828c605
https://github.com/dreamwidth/dw-free/commit/97dbd0ded46561fce576b1294c266e450828c605
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Changed textcaptcha to use the form it's passed rather than the http
request. Added code to handle odd ways of passing textcaptcha_challenge.
It doesn't work in all places though....
Commit: f74dba449d1f23905557fd16f8c2d7b356c4ef77
https://github.com/dreamwidth/dw-free/commit/f74dba449d1f23905557fd16f8c2d7b356c4ef77
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
We had been using lj_form_auth in validating the captcha, but not
actually asking anybody to pass it to us. Now we include it in the list
of variables we need.
Commit: 41addfce3e8379ed76ae98ec9eeadb54ace31cb6
https://github.com/dreamwidth/dw-free/commit/41addfce3e8379ed76ae98ec9eeadb54ace31cb6
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Tidy up
Commit: 55495b5c1be98b3bdfa61e03c264a35e4632bda6
https://github.com/dreamwidth/dw-free/commit/55495b5c1be98b3bdfa61e03c264a35e4632bda6
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Allow for the noscript version of things. Doesn't always work though...
Commit: 466085147bf08eff1f3ad34516b10fa8e9d2ba84
https://github.com/dreamwidth/dw-free/commit/466085147bf08eff1f3ad34516b10fa8e9d2ba84
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Having more than one correct answer to the captcha - and thus writing
two fields of the same name to forms - is causing so many problems and
bodges. Let's just stick them together when they leave textcaptcha.pm
and pull them apart when they arrive back, so that there's only ever one
"correct answer" field for the rest of the codebase to worry about.
Commit: 002afba4b4863b95083b9055f99825fb6387ff76
https://github.com/dreamwidth/dw-free/commit/002afba4b4863b95083b9055f99825fb6387ff76
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/LJ/Talk.pm
Log Message:
-----------
Bodge in Talk.pm no longer required
Commit: 8187bd9f3914736ddf9d240787c0d737284f0429
https://github.com/dreamwidth/dw-free/commit/8187bd9f3914736ddf9d240787c0d737284f0429
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M views/textcaptcha.tt
Log Message:
-----------
Tidy up - Now that we don't write multiple fields with the hash of the correct
answer, we no longer need to allow for that in the template.
Commit: 1026a1215835fc7479a3c27dbee0da238f29d63e
https://github.com/dreamwidth/dw-free/commit/1026a1215835fc7479a3c27dbee0da238f29d63e
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Fixed tyop.
Commit: 814c33aec7eef32914ceb10d86ff92579a9ef12d
https://github.com/dreamwidth/dw-free/commit/814c33aec7eef32914ceb10d86ff92579a9ef12d
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
M cgi-bin/LJ/Talk.pm
M views/textcaptcha.tt
Log Message:
-----------
Merge pull request #31 from swaldman3/4513_captcha_with_oid
(Bug 4513) captcha with openid
Compare: https://github.com/dreamwidth/dw-free/compare/88170587f8f6...814c33aec7ee
Home: https://github.com/dreamwidth/dw-free
Commit: 97dbd0ded46561fce576b1294c266e450828c605
https://github.com/dreamwidth/dw-free/commit/97dbd0ded46561fce576b1294c266e450828c605
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Changed textcaptcha to use the form it's passed rather than the http
request. Added code to handle odd ways of passing textcaptcha_challenge.
It doesn't work in all places though....
Commit: f74dba449d1f23905557fd16f8c2d7b356c4ef77
https://github.com/dreamwidth/dw-free/commit/f74dba449d1f23905557fd16f8c2d7b356c4ef77
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
We had been using lj_form_auth in validating the captcha, but not
actually asking anybody to pass it to us. Now we include it in the list
of variables we need.
Commit: 41addfce3e8379ed76ae98ec9eeadb54ace31cb6
https://github.com/dreamwidth/dw-free/commit/41addfce3e8379ed76ae98ec9eeadb54ace31cb6
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-20 (Mon, 20 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Tidy up
Commit: 55495b5c1be98b3bdfa61e03c264a35e4632bda6
https://github.com/dreamwidth/dw-free/commit/55495b5c1be98b3bdfa61e03c264a35e4632bda6
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Allow for the noscript version of things. Doesn't always work though...
Commit: 466085147bf08eff1f3ad34516b10fa8e9d2ba84
https://github.com/dreamwidth/dw-free/commit/466085147bf08eff1f3ad34516b10fa8e9d2ba84
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Having more than one correct answer to the captcha - and thus writing
two fields of the same name to forms - is causing so many problems and
bodges. Let's just stick them together when they leave textcaptcha.pm
and pull them apart when they arrive back, so that there's only ever one
"correct answer" field for the rest of the codebase to worry about.
Commit: 002afba4b4863b95083b9055f99825fb6387ff76
https://github.com/dreamwidth/dw-free/commit/002afba4b4863b95083b9055f99825fb6387ff76
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/LJ/Talk.pm
Log Message:
-----------
Bodge in Talk.pm no longer required
Commit: 8187bd9f3914736ddf9d240787c0d737284f0429
https://github.com/dreamwidth/dw-free/commit/8187bd9f3914736ddf9d240787c0d737284f0429
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M views/textcaptcha.tt
Log Message:
-----------
Tidy up - Now that we don't write multiple fields with the hash of the correct
answer, we no longer need to allow for that in the template.
Commit: 1026a1215835fc7479a3c27dbee0da238f29d63e
https://github.com/dreamwidth/dw-free/commit/1026a1215835fc7479a3c27dbee0da238f29d63e
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
Log Message:
-----------
Fixed tyop.
Commit: 814c33aec7eef32914ceb10d86ff92579a9ef12d
https://github.com/dreamwidth/dw-free/commit/814c33aec7eef32914ceb10d86ff92579a9ef12d
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
Changed paths:
M cgi-bin/DW/Captcha/textCAPTCHA.pm
M cgi-bin/LJ/Talk.pm
M views/textcaptcha.tt
Log Message:
-----------
Merge pull request #31 from swaldman3/4513_captcha_with_oid
(Bug 4513) captcha with openid
Compare: https://github.com/dreamwidth/dw-free/compare/88170587f8f6...814c33aec7ee
