Aug. 30th, 2012

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: cf76671627e93d5728aa8ee6d6479311d9471712
https://github.com/dreamwidth/dw-free/commit/cf76671627e93d5728aa8ee6d6479311d9471712
Author: rahaeli <denise@dreamwidth.org>
Date: 2012-07-28 (Sat, 28 Jul 2012)

Changed paths:
M htdocs/admin/faq/faqedit.bml

Log Message:
-----------
(bug4539) better priv checking for FAQ editing

Kareila found a weird case where faqedit:* worked but faqedit, no args,
didn't. On further investigation it looks like it's happening because
faqedit does priv checks weirdly. I pondered refactoring the priv
checks in the whole file but considering it's all going to TT soon, I
saved time and just threw in an explict check for faqedit: as well as
faqedit:*. Patch by denise.


Commit: 801a55fe4aa3bb483fb8698744f357af1d9b0261
https://github.com/dreamwidth/dw-free/commit/801a55fe4aa3bb483fb8698744f357af1d9b0261
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/admin/faq/faqedit.bml

Log Message:
-----------
Merge pull request #19 from rahaeli/bug4539

Addresses Bug 4539.

(bug 4539) better priv checking for FAQ editing


Compare: https://github.com/dreamwidth/dw-free/compare/b8c633d6b6bd...801a55fe4aa3
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 75fa7492679aba0dbd2f1d892ccbb7cffd03323a
https://github.com/dreamwidth/dw-free/commit/75fa7492679aba0dbd2f1d892ccbb7cffd03323a
Author: rahaeli <denise@dreamwidth.org>
Date: 2012-07-28 (Sat, 28 Jul 2012)

Changed paths:
M htdocs/moodlist.bml

Log Message:
-----------
(bug4544) Add quick needlogin for moodlist.bml

http://bugs.dwscoalition.org/show_bug.cgi?id=4544 -- exor674 mentioned
in comments to the bug that she's working on converting this to TT to
fix another bug, but since she's got so much on her plate I figured I'd
do a quick patch for the interim. This just adds a needlogin return at
the top of the page so logged-out users will be redirected. Patch by
denise.


Commit: c87a6b3026c062963f68abe7660895b142046d43
https://github.com/dreamwidth/dw-free/commit/c87a6b3026c062963f68abe7660895b142046d43
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/moodlist.bml

Log Message:
-----------
Merge pull request #20 from rahaeli/bug4544

Fixes Bug 4544.

(bug 4544) Add quick needlogin for moodlist.bml


Compare: https://github.com/dreamwidth/dw-free/compare/801a55fe4aa3...c87a6b3026c0
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 479d1abc1972fa8e08f8c383ca79713ad8cea491
https://github.com/dreamwidth/dw-free/commit/479d1abc1972fa8e08f8c383ca79713ad8cea491
Author: exor674 <exor674@dreamwidth.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)

Changed paths:
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm
M cgi-bin/DW/Routing/Test.pm
A t/routing-ssl.t

Log Message:
-----------
(bug 4431) Add ability to smart redirect to SSL version of page.


Commit: cd582b668c49e251e7eb5c88944ac0b1cea13c75
https://github.com/dreamwidth/dw-free/commit/cd582b668c49e251e7eb5c88944ac0b1cea13c75
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm
M cgi-bin/DW/Routing/Test.pm
A t/routing-ssl.t

Log Message:
-----------
Merge pull request #25 from anall/feature/Bug4431

Fixes Bug 4431.

(bug 4431) Add ability to smart redirect to SSL version of page.


Compare: https://github.com/dreamwidth/dw-free/compare/c87a6b3026c0...cd582b668c49
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: d3bf147340233f459cae15a8197e9fba437b269e
https://github.com/dreamwidth/dw-free/commit/d3bf147340233f459cae15a8197e9fba437b269e
Author: dunvi <dunvi.dunvi@gmail.com>
Date: 2012-08-03 (Fri, 03 Aug 2012)

Changed paths:
M htdocs/editicons.bml.text

Log Message:
-----------
added text so that people know what the limit is

... well, this only adds it for keywords, now that i think about it. the
other two fields seem to cut off when full as they should. better
changes can and possibly should be had, but the entire page should be
jquerified anyway so... save that effort for jquerifying?


Commit: 7a673ad00abcd1dfe65a67b5a7b3f09c361f8d7e
https://github.com/dreamwidth/dw-free/commit/7a673ad00abcd1dfe65a67b5a7b3f09c361f8d7e
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/editicons.bml.text

Log Message:
-----------
Merge pull request #28 from dunvi/bug-4491

Fixes Bug 4491.

(Bug 4491) Added text so that people know what the limit is


Compare: https://github.com/dreamwidth/dw-free/compare/cd582b668c49...7a673ad00abc
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: b71fe486312ae9a61412a972c8bee1ec107ca922
https://github.com/dreamwidth/dw-free/commit/b71fe486312ae9a61412a972c8bee1ec107ca922
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-14 (Tue, 14 Aug 2012)

Changed paths:
M cgi-bin/LJ/Talk.pm

Log Message:
-----------
Corrected a comment - not all CAPTCHAS are because of rate-limiting.


Commit: be95d957fe1e3dc6fee18c3e4e66288dbef38c2c
https://github.com/dreamwidth/dw-free/commit/be95d957fe1e3dc6fee18c3e4e66288dbef38c2c
Author: Simon W <dw-bugzilla@firecloud.org.uk>
Date: 2012-08-14 (Tue, 14 Aug 2012)

Changed paths:
M etc/config.pl

Log Message:
-----------
Added explanatory comments to CAPTCHA options.


Commit: 2784b3d36fb65d0ad27bfa47f5f49c72310e484a
https://github.com/dreamwidth/dw-free/commit/2784b3d36fb65d0ad27bfa47f5f49c72310e484a
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M cgi-bin/LJ/Talk.pm
M etc/config.pl

Log Message:
-----------
Merge pull request #29 from swaldman3/improve_captcha_comments

Improve captcha comments


Compare: https://github.com/dreamwidth/dw-free/compare/7a673ad00abc...2784b3d36fb6
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: f81f7ada499902d3624285f2407827ef6d2120f3
https://github.com/dreamwidth/dw-free/commit/f81f7ada499902d3624285f2407827ef6d2120f3
Author: exor674 <exor674@dreamwidth.org>
Date: 2012-08-20 (Mon, 20 Aug 2012)

Changed paths:
list of files )
Log Message:
-----------
(bug 4399) Crush PNGs


Commit: 076971f35ad0ef76debf7865651d974363250b89
https://github.com/dreamwidth/dw-free/commit/076971f35ad0ef76debf7865651d974363250b89
Author: Afuna <fu@dreamwidth.org>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
files )

Commit: 03f20331d66fa92060880736684f175ba915a6b7
https://github.com/dreamwidth/dw-free/commit/03f20331d66fa92060880736684f175ba915a6b7
Author: Afuna <fu@dreamwidth.org>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
files )

Log Message:
-----------
Merge branch 'develop' of ../dw into develop

* 'develop' of ../dw:
(bug 4399) Crush PNGs


Compare: https://github.com/dreamwidth/dw-free/compare/2784b3d36fb6...03f20331d66f
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: be5d49ec6424427231caa39105a3273ed5eb21a7
https://github.com/dreamwidth/dw-free/commit/be5d49ec6424427231caa39105a3273ed5eb21a7
Author: Afuna <fu@dreamwidth.org>
Date: 2012-08-24 (Fri, 24 Aug 2012)

Changed paths:
M htdocs/community/manage.bml

Log Message:
-----------
Bug 4598: Enforce breaking into two lines since this is getting pretty long


Commit: 88170587f8f632e0cf19da8ca7dc6eb437a18621
https://github.com/dreamwidth/dw-free/commit/88170587f8f632e0cf19da8ca7dc6eb437a18621
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/community/manage.bml

Log Message:
-----------
Merge pull request #33 from afuna/feature/bug4598-tweak-link-styling

Fixes Bug 4598: Enforce breaking into two lines since this is getting pretty l...


Compare: https://github.com/dreamwidth/dw-free/compare/03f20331d66f...88170587f8f6
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
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
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: ff329844877aa6973ee75fc37f144764d5054f05
https://github.com/dreamwidth/dw-free/commit/ff329844877aa6973ee75fc37f144764d5054f05
Author: randomling <randomling.code@gmail.com>
Date: 2012-08-26 (Sun, 26 Aug 2012)

Changed paths:
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text

Log Message:
-----------
(1229) Sorted a few incorrectly-stripped split strings, stripped a string I had missed


Commit: e7758b01a619269d96f5930f581f0970d60da59c
https://github.com/dreamwidth/dw-free/commit/e7758b01a619269d96f5930f581f0970d60da59c
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/admin/spamreports.bml
M htdocs/admin/spamreports.bml.text

Log Message:
-----------
Merge pull request #37 from randomling/1229-spamreps

(Bug 1229) Sorted a few incorrectly-stripped split strings, stripped a string that had been missed.


Compare: https://github.com/dreamwidth/dw-free/compare/814c33aec7ee...e7758b01a619
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 045b8a906315e961c30eb6d429b75136059fabe2
https://github.com/dreamwidth/dw-free/commit/045b8a906315e961c30eb6d429b75136059fabe2
Author: Mike A. Trethewey <miketrethewey@gmail.com>
Date: 2012-08-28 (Tue, 28 Aug 2012)

Changed paths:
M htdocs/customize/advanced/layerbrowse.bml

Log Message:
-----------
Add hyperlinks to Public Layers page
Committer: Mike A. Trethewey <miketrethewey@gmail.com>


Commit: 9fba108260ba13700b608ec72b06a36068f844ef
https://github.com/dreamwidth/dw-free/commit/9fba108260ba13700b608ec72b06a36068f844ef
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/customize/advanced/layerbrowse.bml

Log Message:
-----------
Merge pull request #39 from miketrethewey/bug4595/enh-layerbrowse

(Bug 4595) Add hyperlinks to Public Layers page


Compare: https://github.com/dreamwidth/dw-free/compare/e7758b01a619...9fba108260ba
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 36411ff50a8b99b42530a44de63df6146ff3a9a7
https://github.com/dreamwidth/dw-free/commit/36411ff50a8b99b42530a44de63df6146ff3a9a7
Author: ninetyd <ninetydtoo@gmail.com>
Date: 2012-08-28 (Tue, 28 Aug 2012)

Changed paths:
M htdocs/img/customize/previews/database/blue.png
M htdocs/img/customize/previews/database/gray.png
M htdocs/img/customize/previews/database/green.png
M htdocs/img/customize/previews/database/purple.png
M htdocs/img/customize/previews/database/red.png
M htdocs/img/customize/previews/database/teal.png

Log Message:
-----------
bug4072. update theme previews


Commit: 2693157a04d928fde76c5a41e6687c56ebcc03e9
https://github.com/dreamwidth/dw-free/commit/2693157a04d928fde76c5a41e6687c56ebcc03e9
Author: Afuna <fu@dreamwidth.org>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/img/customize/previews/database/blue.png
M htdocs/img/customize/previews/database/gray.png
M htdocs/img/customize/previews/database/green.png
M htdocs/img/customize/previews/database/purple.png
M htdocs/img/customize/previews/database/red.png
M htdocs/img/customize/previews/database/teal.png

Log Message:
-----------
Merge branch 'bug4072/database_newpreviews' of https://github.com/ninetyd/dw-free into ninetyd-bug4072/database_newpreviews

* 'bug4072/database_newpreviews' of https://github.com/ninetyd/dw-free:
bug4072. update theme previews

Conflicts:
htdocs/img/customize/previews/database/blue.png
htdocs/img/customize/previews/database/gray.png
htdocs/img/customize/previews/database/green.png
htdocs/img/customize/previews/database/purple.png
htdocs/img/customize/previews/database/red.png
htdocs/img/customize/previews/database/teal.png


Compare: https://github.com/dreamwidth/dw-free/compare/9fba108260ba...2693157a04d9
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 1fb1c9923deb6a6f1092344a5d25ae9a522a85b8
https://github.com/dreamwidth/dw-free/commit/1fb1c9923deb6a6f1092344a5d25ae9a522a85b8
Author: Afuna <fu@dreamwidth.org>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M htdocs/img/customize/previews/database/blue.png
M htdocs/img/customize/previews/database/gray.png
M htdocs/img/customize/previews/database/green.png
M htdocs/img/customize/previews/database/purple.png
M htdocs/img/customize/previews/database/red.png
M htdocs/img/customize/previews/database/teal.png

Log Message:
-----------
(Bug 4072) Run these previews through pngcrush to optimize / minimize file size.
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 97bd15d3e6a531b6c3de81ac958522a5a264458d
https://github.com/dreamwidth/dw-free/commit/97bd15d3e6a531b6c3de81ac958522a5a264458d
Author: Afuna <fu@dreamwidth.org>
Date: 2012-07-18 (Wed, 18 Jul 2012)

Changed paths:
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Web.pm

Log Message:
-----------
(Bug 4531): Group library JS/CSS separately from per-page JS/CSS, for better caching. Also set the scheme and library to have the same priority/ordering, so that they're grouped together when being printed


Commit: 2cfdd788af0e124a625e34c414fffa7403a8d350
https://github.com/dreamwidth/dw-free/commit/2cfdd788af0e124a625e34c414fffa7403a8d350
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)

Changed paths:
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Web.pm

Log Message:
-----------
Merge pull request #12 from afuna/feature/library-bug4531

(Bug 4531): Group library JS/CSS separately from per-page JS/CSS


Compare: https://github.com/dreamwidth/dw-free/compare/1fb1c9923deb...2cfdd788af0e

Profile

Dreamwidth Changelog

March 2026

S M T W T F S
12 34567
8 9 10 11 12 1314
15161718192021
22232425 262728
293031    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 31st, 2026 01:29 pm
Powered by Dreamwidth Studios