github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-12-06 09:57 pm

[dreamwidth/dw-free] 45da65: Remove unused config variable %LJ::VALID_PAGE_NOTICES

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 45da65a77ae2df1682170b6901fd59148fcbca45 https://github.com/dreamwidth/dw-free/commit/45da65a77ae2df1682170b6901fd59148fcbca45 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

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

Log Message:


Remove unused config variable %LJ::VALID_PAGE_NOTICES

No idea what this ever did.

Commit: d257d72bcc370fcba689c6944405b1b3e7cae279 https://github.com/dreamwidth/dw-free/commit/d257d72bcc370fcba689c6944405b1b3e7cae279 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M views/dev/style-guide.tt

Log Message:


Fix uninitialized value warnings in dev/style-guide.tt

Each missing id value generated the following warning:

Use of uninitialized value in concatenation (.) or string at cgi-bin/DW/Template/Plugin/FormHTML.pm line 438.

Each missing name value generated a different warning:

Use of uninitialized value $key in string eq at /usr/share/perl5/Hash/MultiValue.pm line 80.

Commit: 6a7b4067108c7adf28f3278df2fd1457eb0a81f4 https://github.com/dreamwidth/dw-free/commit/6a7b4067108c7adf28f3278df2fd1457eb0a81f4 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M etc/config.pl.example M etc/kubernetes/web/secrets/config.pl

Log Message:


Remove unused config variables $MSG_DB_UNAVAILABLE and $MSG_NO_COMMENT

One was commented out, but neither was ever used anywhere in any case.

Commit: 938682cf0e70b5ef70023d38b3582917d9b777c3 https://github.com/dreamwidth/dw-free/commit/938682cf0e70b5ef70023d38b3582917d9b777c3 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M cgi-bin/DW/Request.pm M cgi-bin/DW/Request/Apache2.pm M cgi-bin/DW/Request/Standard.pm

Log Message:


Remove call_bml method from DW::Request modules

We never used this anywhere and I don't think we're about to start.

Commit: 3da4059f41b91c93259dfdb3e8df4c08dd41cf47 https://github.com/dreamwidth/dw-free/commit/3da4059f41b91c93259dfdb3e8df4c08dd41cf47 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M cgi-bin/DW/Controller/Admin/Props.pm

Log Message:


Fix two small glitches in /admin/entryprops

I discovered that if the pasted URL had trailing whitespace, the form would silently fail. So two fixes:

  • Use LJ::trim to remove any trailing whitespace from the input.

  • Pass errors back to the template to show what went wrong.

Compare: https://github.com/dreamwidth/dw-free/compare/5cfbbb0b0d8b...3da4059f41b9