Branch: refs/heads/develop
Home:
https://github.com/dreamwidth/dw-free Commit: ead030ba13de2552bd0244f41d62eb9100181761
https://github.com/dreamwidth/dw-free/commit/ead030ba13de2552bd0244f41d62eb9100181761 Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-18 (Sat, 18 Jun 2016)
Changed paths:
M t/captcha.t
Log Message:
-----------
Remove uninitialized value warnings in t/captcha.t
Use of uninitialized value $module in string eq at t/captcha.t line (89,90).
Commit: 98a81d8099479c83c98142660b66bb6dc6e99e88
https://github.com/dreamwidth/dw-free/commit/98a81d8099479c83c98142660b66bb6dc6e99e88 Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-18 (Sat, 18 Jun 2016)
Changed paths:
M views/dev/tests/libfunctions.html
M views/dev/tests/libfunctions.js
R views/dev/tests/tagselector.html
R views/dev/tests/tagselector.js
Log Message:
-----------
Remove tests of removed JS libraries from /dev/tests
No longer test for directorysearch.js, directorysearchconstraints.js,
and directorysearchresults.js, which were deleted in #1054.
No longer test for jquery.tagselector.js, which was replaced by
components/jquery.tag-browser.js as part of the conversion of
the beta New Entry page to Foundation (cc39e00b in #665).
Commit: 47838a92b0300b75f648cb3c1b26d44d808a6b32
https://github.com/dreamwidth/dw-free/commit/47838a92b0300b75f648cb3c1b26d44d808a6b32 Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-18 (Sat, 18 Jun 2016)
Changed paths:
M cgi-bin/DW/Controller/Comments.pm
Log Message:
-----------
whitespace cleanup in cgi-bin/DW/Controller/Comments.pm
Commit: 9ea11ab398290ae64252a803845346e51e459005
https://github.com/dreamwidth/dw-free/commit/9ea11ab398290ae64252a803845346e51e459005 Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-18 (Sat, 18 Jun 2016)
Changed paths:
M cgi-bin/DW/Controller/Comments.pm
Log Message:
-----------
fix attempts to use uninitialized values in cgi-bin/DW/Controller/Comments.pm
Use of uninitialized value in addition (+) ... cgi-bin/DW/Controller/Comments.pm line 294.
Use of uninitialized value in concatenation (.) or string ...
cgi-bin/DW/Controller/Comments.pm line 301.
These referred to an undefined logrow hash; the relevant variables weren't
used outside the following scope of "if defined (...)" so I just moved
them into that block.
Commit: 949b41f5d66384b5263e068ecfcae81f8072824e
https://github.com/dreamwidth/dw-free/commit/949b41f5d66384b5263e068ecfcae81f8072824e Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-27 (Mon, 27 Jun 2016)
Changed paths:
M bin/upgrading/update-db-general.pl
Log Message:
-----------
remove obsolete statements using dropped logins table
Commit: 5c991f91f4fcf739731737589d797705c84576a0
https://github.com/dreamwidth/dw-free/commit/5c991f91f4fcf739731737589d797705c84576a0 Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-27 (Mon, 27 Jun 2016)
Changed paths:
M bin/maint/clean_caches.pl
M bin/upgrading/update-db-general.pl
Log Message:
-----------
remove unused table dirsearchres2
Only use was an apparent no-op in bin/maint/clean_caches.pl.
Commit: f362b219b66c8717258f362cda889e3507c8c29e
https://github.com/dreamwidth/dw-free/commit/f362b219b66c8717258f362cda889e3507c8c29e Author: Kareila <kareila@dreamwidth.org>
Date: 2016-06-27 (Mon, 27 Jun 2016)
Changed paths:
M etc/config.pl
Log Message:
-----------
[#1826] remove %REPROXY_DISABLE from config.pl
Commit: f4fb7d60798dff736c1a95a96c15817fdb6fa269
https://github.com/dreamwidth/dw-free/commit/f4fb7d60798dff736c1a95a96c15817fdb6fa269 Author: Mark Smith <mark@qq.is>
Date: 2016-06-26 (Sun, 26 Jun 2016)
Changed paths:
M bin/maint/clean_caches.pl
M bin/upgrading/update-db-general.pl
M cgi-bin/DW/Controller/Comments.pm
M etc/config.pl
M t/captcha.t
M views/dev/tests/libfunctions.html
M views/dev/tests/libfunctions.js
R views/dev/tests/tagselector.html
R views/dev/tests/tagselector.js
Log Message:
-----------
Merge pull request #1828 from kareila/cleanup-2016q3
Cleanup for June 2016
Compare:
https://github.com/dreamwidth/dw-free/compare/f7ba1810c3e9...f4fb7d60798d