[dreamwidth/dw-free] 8f505e: (Bug 5221) Remove undefined value warnings in LJ::...
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 8f505ee7cea348099580e093ffdd35f8347e7357
https://github.com/dreamwidth/dw-free/commit/8f505ee7cea348099580e093ffdd35f8347e7357
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/Web.pm
Log Message:
-----------
(Bug 5221) Remove undefined value warnings in LJ::Web::control_strip.
Use of uninitialized value $view in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3117.
Use of uninitialized value $view in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3119.
Use of uninitialized value $view in hash element at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3165.
Commit: 2bfc96a5c20c21292442424c120cf7e3483f228d
https://github.com/dreamwidth/dw-free/commit/2bfc96a5c20c21292442424c120cf7e3483f228d
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/User.pm
Log Message:
-----------
(Bug 5221) Fix warning due to order of operations in conditional.
Argument "private" isn't numeric in numeric ne (!=) at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/User.pm line 2256.
(Need to verify numeric argument before the inequality, not after.)
Commit: bf61c3196e205e7f48c513fc914a9870b820dfb2
https://github.com/dreamwidth/dw-free/commit/bf61c3196e205e7f48c513fc914a9870b820dfb2
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/Memories.pm
M cgi-bin/LJ/Talk.pm
Log Message:
-----------
(Bug 5221) A few more uninitialized values used as strings.
Use of uninitialized value $selwhere in concatenation (.) or string at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Memories.pm line 456.
Use of uninitialized value $extrawhere in concatenation (.) or string at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Memories.pm line 456.
Use of uninitialized value in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Talk.pm line 1032.
Commit: 5004afe02e919ddc297b4e565b02cb918569137f
https://github.com/dreamwidth/dw-free/commit/5004afe02e919ddc297b4e565b02cb918569137f
Author: Mark Smith <mark@qq.is>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cgi-bin/LJ/Memories.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
Log Message:
-----------
Merge pull request #535 from kareila/5221-warnings
(Bug 5221) Remove undefined value warnings in LJ::Web::control_strip.
Compare: https://github.com/dreamwidth/dw-free/compare/2d00df84411a...5004afe02e91
Home: https://github.com/dreamwidth/dw-free
Commit: 8f505ee7cea348099580e093ffdd35f8347e7357
https://github.com/dreamwidth/dw-free/commit/8f505ee7cea348099580e093ffdd35f8347e7357
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/Web.pm
Log Message:
-----------
(Bug 5221) Remove undefined value warnings in LJ::Web::control_strip.
Use of uninitialized value $view in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3117.
Use of uninitialized value $view in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3119.
Use of uninitialized value $view in hash element at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Web.pm line 3165.
Commit: 2bfc96a5c20c21292442424c120cf7e3483f228d
https://github.com/dreamwidth/dw-free/commit/2bfc96a5c20c21292442424c120cf7e3483f228d
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/User.pm
Log Message:
-----------
(Bug 5221) Fix warning due to order of operations in conditional.
Argument "private" isn't numeric in numeric ne (!=) at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/User.pm line 2256.
(Need to verify numeric argument before the inequality, not after.)
Commit: bf61c3196e205e7f48c513fc914a9870b820dfb2
https://github.com/dreamwidth/dw-free/commit/bf61c3196e205e7f48c513fc914a9870b820dfb2
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M cgi-bin/LJ/Memories.pm
M cgi-bin/LJ/Talk.pm
Log Message:
-----------
(Bug 5221) A few more uninitialized values used as strings.
Use of uninitialized value $selwhere in concatenation (.) or string at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Memories.pm line 456.
Use of uninitialized value $extrawhere in concatenation (.) or string at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Memories.pm line 456.
Use of uninitialized value in string eq at
/dreamhack/home/8103-alierak/dw/cgi-bin/LJ/Talk.pm line 1032.
Commit: 5004afe02e919ddc297b4e565b02cb918569137f
https://github.com/dreamwidth/dw-free/commit/5004afe02e919ddc297b4e565b02cb918569137f
Author: Mark Smith <mark@qq.is>
Date: 2013-07-26 (Fri, 26 Jul 2013)
Changed paths:
M cgi-bin/LJ/Memories.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
Log Message:
-----------
Merge pull request #535 from kareila/5221-warnings
(Bug 5221) Remove undefined value warnings in LJ::Web::control_strip.
Compare: https://github.com/dreamwidth/dw-free/compare/2d00df84411a...5004afe02e91