Jun. 26th, 2016

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: f8093dc4be34bd0b5820f526468693d0d20f15cf
https://github.com/dreamwidth/dw-free/commit/f8093dc4be34bd0b5820f526468693d0d20f15cf
Author: Mark Smith <mark@dreamwidth.org>
Date: 2016-06-26 (Sun, 26 Jun 2016)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Userpic.pm

Log Message:
-----------
Remove userblob

These are the only references in the code. We track this stuff but don't
expose it anywhere or use it. Murderize it.


Commit: d1324f461af4270f7756bb193441679ec1919432
https://github.com/dreamwidth/dw-free/commit/d1324f461af4270f7756bb193441679ec1919432
Author: Mark Smith <mark@qq.is>
Date: 2016-06-26 (Sun, 26 Jun 2016)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Userpic.pm

Log Message:
-----------
Merge pull request #1824 from zorkian/remove-userblob

Remove userblob


Compare: https://github.com/dreamwidth/dw-free/compare/19721d702323...d1324f461af4
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: c56dc037ad0c9509f4142646258f2977ce2116b9
https://github.com/dreamwidth/dw-free/commit/c56dc037ad0c9509f4142646258f2977ce2116b9
Author: Mark Smith <mark@dreamwidth.org>
Date: 2016-06-27 (Mon, 27 Jun 2016)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Media.pm
M cgi-bin/LJ/ConfCheck/General.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/User/Icons.pm

Log Message:
-----------
Remove reproxying

This is part of a series, but this simplifies some later things. This
removes "reproxying" from the codebase. Since we're recommending people
use Varnish, Cloudflare, or some other caching system, there's not a lot
of performance gain by reproxying. Particularly with how fast computers
are these days.


Commit: f7ba1810c3e95e0d114806670941b4a9495f34ef
https://github.com/dreamwidth/dw-free/commit/f7ba1810c3e95e0d114806670941b4a9495f34ef
Author: Mark Smith <mark@qq.is>
Date: 2016-06-26 (Sun, 26 Jun 2016)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Media.pm
M cgi-bin/LJ/ConfCheck/General.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/User/Icons.pm

Log Message:
-----------
Merge pull request #1826 from zorkian/remove-reproxy

Remove reproxying


Compare: https://github.com/dreamwidth/dw-free/compare/d1324f461af4...f7ba1810c3e9
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: 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

Profile

Dreamwidth Changelog

May 2025

S M T W T F S
    12 3
45678910
11121314151617
18192021222324
25262728293031

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 8th, 2025 07:02 pm
Powered by Dreamwidth Studios