github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2016-05-21 06:36 pm

[dreamwidth/dw-free] 7d4ac4: Use of uninitialized value in uc ... cgi-bin/DW/Co...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 7d4ac40d190d1dbebcd436cdc2cb12be4b50b5e0
https://github.com/dreamwidth/dw-free/commit/7d4ac40d190d1dbebcd436cdc2cb12be4b50b5e0
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/DW/Controller/Search/Directory.pm

Log Message:
-----------
Use of uninitialized value in uc ... cgi-bin/DW/Controller/Search/Directory.pm line 58.


Commit: fb663183894e3cd1b49ae20b273f9f111b390c4c
https://github.com/dreamwidth/dw-free/commit/fb663183894e3cd1b49ae20b273f9f111b390c4c
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm

Log Message:
-----------
Use of uninitialized value in concatenation (.) or string ... cgi-bin/LJ/CleanHTML.pm line 1720.

This uncovered a larger problem where DW::External::Site::Unknown objects
were being created, which (a) didn't have the requested info defined and
(b) kept the else case from ever executing. Instead it printed local user
tags - which in the case of dreamhacks was already the desired behavior.


Commit: 40cda782911e4c9423512bed291bc4f4cf56aa2c
https://github.com/dreamwidth/dw-free/commit/40cda782911e4c9423512bed291bc4f4cf56aa2c
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/LJ/Emailpost/Web.pm

Log Message:
-----------
Use of uninitialized value in split ... cgi-bin/LJ/Emailpost/Web.pm line 28.


Commit: 6c7e682fdf3db7eb82869173f77853ba4602ebf8
https://github.com/dreamwidth/dw-free/commit/6c7e682fdf3db7eb82869173f77853ba4602ebf8
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/LJ/Widget/NavStripChooser.pm

Log Message:
-----------
Use of uninitialized value in string ne ... cgi-bin/LJ/Widget/NavStripChooser.pm line 39.


Commit: ed07daf79794f682473a1a1474e43db3c0df0012
https://github.com/dreamwidth/dw-free/commit/ed07daf79794f682473a1a1474e43db3c0df0012
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/LJ/PageStats.pm

Log Message:
-----------
remove unused userprop opt_exclude_stats


Commit: 760b6a7875c1ba07bd3413a0552cb54f77438866
https://github.com/dreamwidth/dw-free/commit/760b6a7875c1ba07bd3413a0552cb54f77438866
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

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

Log Message:
-----------
DW::FormErrors add_string method takes 2 arguments


Commit: 9a0e8c72c4e3954c18b774085464673c0b167a11
https://github.com/dreamwidth/dw-free/commit/9a0e8c72c4e3954c18b774085464673c0b167a11
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/LJ/Console/Command/Finduser.pm

Log Message:
-----------
remove warnings in cgi-bin/LJ/Console/Command/Finduser.pm

* When no arguments given:

Use of uninitialized value $crit in string eq ... cgi-bin/LJ/Console/Command/Finduser.pm line 55.

(and similarly: lines 66, 77, 79, 81)

* When timeupdate criteria NOT used:

Use of uninitialized value $opt in string eq ... cgi-bin/LJ/Console/Command/Finduser.pm line 100.

Use of uninitialized value $opt in string eq ... cgi-bin/LJ/Console/Command/Finduser.pm line 113.

* Also simplifies repeated conditional onto one line.


Commit: cafd70b4eb04c576920dec6b3ac649ef103087bc
https://github.com/dreamwidth/dw-free/commit/cafd70b4eb04c576920dec6b3ac649ef103087bc
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-20 (Fri, 20 May 2016)

Changed paths:
M cgi-bin/LJ/Time.pm
M htdocs/manage/profile/index.bml

Log Message:
-----------
Fix non-numeric warnings when saving profile page.

Argument "" isn't numeric in numeric eq (==) ... cgi-bin/LJ/Time.pm line 32.

Argument "" isn't numeric in numeric gt (>) ... htdocs/manage/profile/index.bml line 577.

Argument "" isn't numeric in sprintf ... htdocs/manage/profile/index.bml line 614.

Argument "" isn't numeric in numeric gt (>) ... htdocs/manage/profile/index.bml line 663.


Commit: 081c20f8a3248ae2e1e27114fd62b5ca9b1cae61
https://github.com/dreamwidth/dw-free/commit/081c20f8a3248ae2e1e27114fd62b5ca9b1cae61
Author: Mark Smith <mark@qq.is>
Date: 2016-05-21 (Sat, 21 May 2016)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/DW/Controller/Admin/Props.pm
M cgi-bin/DW/Controller/Misc.pm
M cgi-bin/DW/Controller/Search/Directory.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Console/Command/Finduser.pm
M cgi-bin/LJ/Emailpost/Web.pm
M cgi-bin/LJ/PageStats.pm
M cgi-bin/LJ/Time.pm
M cgi-bin/LJ/Widget/NavStripChooser.pm
M htdocs/manage/profile/index.bml

Log Message:
-----------
Merge pull request #1795 from kareila/cleanup-2016q2

Cleanup 2016q2


Compare: https://github.com/dreamwidth/dw-free/compare/08cb788efbe3...081c20f8a324

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org