github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2015-01-27 07:19 pm

[dreamwidth/dw-free] f3c88d: Remove repeated use module statements in ljlib.pl

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: f3c88db4839ef012c5909a88b85dd6cee8760162
https://github.com/dreamwidth/dw-free/commit/f3c88db4839ef012c5909a88b85dd6cee8760162
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/ljlib.pl

Log Message:
-----------
Remove repeated use module statements in ljlib.pl

These crept in somewhere; I first noticed it over a year ago, but forgot to
submit a PR. Obviously there's no reason to state them twice.


Commit: 1e3cf5456c138d3e54048db1c3a3de01b12935e7
https://github.com/dreamwidth/dw-free/commit/1e3cf5456c138d3e54048db1c3a3de01b12935e7
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/DW/Template.pm

Log Message:
-----------
use LJ::Directories in DW::Template

This was needed for 'perl -c' to work on a DW::Controller module.


Commit: 38b4c0ad5be76b9f668a0e2841cefd326d3270b4
https://github.com/dreamwidth/dw-free/commit/38b4c0ad5be76b9f668a0e2841cefd326d3270b4
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm

Log Message:
-----------
Fix undefined warning in DW::Template::Plugin::FormHTML::checkbox

This fix uses a defined check to skip the assignment in production, but in a
dev environment, it will log a more informative warning.


Commit: c5c4749e365bcbbf27eea4d8d67180f970df93ce
https://github.com/dreamwidth/dw-free/commit/c5c4749e365bcbbf27eea4d8d67180f970df93ce
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm

Log Message:
-----------
Fix similar warnings in other DW::Template::Plugin::FormHTML functions

Have checkbox_nested, radio, & radio_nested use the same format
as was added to checkbox in the previous commit.


Commit: e90d28af31b203f39461889ab7458eab347eb4a5
https://github.com/dreamwidth/dw-free/commit/e90d28af31b203f39461889ab7458eab347eb4a5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/DW/Template.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/ljlib.pl

Log Message:
-----------
Merge pull request #1167 from kareila/cleanup-2015q1

Cleanup 2015-01-27


Compare: https://github.com/dreamwidth/dw-free/compare/e3310abb38d2...e90d28af31b2