Branch: refs/heads/develop
Home:
https://github.com/dreamwidth/dw-free Commit: 236e902db44578cbb0b6c931b051e53c538dff0a
https://github.com/dreamwidth/dw-free/commit/236e902db44578cbb0b6c931b051e53c538dff0a Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
Log Message:
-----------
fix undefined variable warning in DW/Controller/RPC/MiscLegacy.pm
Can't call method "check_ajax_auth_token" on an undefined value .. cgi-bin/DW/Controller/RPC/MiscLegacy.pm line 696.
Since we aren't forcing $remote to be defined in this code path, use the LJ::Auth
class method instead of the equivalent user method.
Commit: 6edd47b1c3d2ed5dd1406c9dfd1d8bfec444ae36
https://github.com/dreamwidth/dw-free/commit/6edd47b1c3d2ed5dd1406c9dfd1d8bfec444ae36 Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M views/communities/list.tt
Log Message:
-----------
fix non-numeric variable warnings in views/communities/list.tt
Argument "" isn't numeric in numeric gt (>) .. views/communities/list.tt line 66.
Argument "" isn't numeric in numeric gt (>) .. views/communities/list.tt line 64.
Commit: 40fce615480b3bd58cbc2c00a90d9ea176999ed8
https://github.com/dreamwidth/dw-free/commit/40fce615480b3bd58cbc2c00a90d9ea176999ed8 Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M cgi-bin/DW/Controller/Rename.pm
Log Message:
-----------
fix undefined variable warning in DW/Controller/Rename.pm
Can't call method "id" on an undefined value .. cgi-bin/DW/Controller/Rename.pm line 234.
Commit: c324baa9872a38e917da96eef67f320e0a875afd
https://github.com/dreamwidth/dw-free/commit/c324baa9872a38e917da96eef67f320e0a875afd Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M cgi-bin/DW/Controller/Search/Multisearch.pm
Log Message:
-----------
fix undefined variable warning in DW/Controller/Search/Multisearch.pm
Use of uninitialized value in lc .. cgi-bin/DW/Controller/Search/Multisearch.pm line 39.
Commit: ecc5723178533095f80802d84c01a8c98223d407
https://github.com/dreamwidth/dw-free/commit/ecc5723178533095f80802d84c01a8c98223d407 Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M cgi-bin/LJ/Userpic.pm
Log Message:
-----------
fix undefined variable warning in LJ/Userpic.pm
Use of uninitialized value $picid in numeric eq (==) .. cgi-bin/LJ/Userpic.pm line 109.
Commit: 343a58d67e76b039bff60208eb4b98a1ee4429a0
https://github.com/dreamwidth/dw-free/commit/343a58d67e76b039bff60208eb4b98a1ee4429a0 Author: Kareila <kareila@dreamwidth.org>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
Log Message:
-----------
readd missing string customize.cats.special
Still referenced in cgi-bin/LJ/Customize.pm.
Compare:
https://github.com/dreamwidth/dw-free/compare/c97089d0e458...343a58d67e76