May. 21st, 2016

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 48809de78900a80aecadefb0f429e33b67422152
https://github.com/dreamwidth/dw-free/commit/48809de78900a80aecadefb0f429e33b67422152
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-05-17 (Tue, 17 May 2016)

Changed paths:
M cgi-bin/LJ/Poll.pm
M htdocs/poll/create.bml

Log Message:
-----------
remove unused poll-related hooks

This has the side effect of removing everything related to
the "createdate" poll property, which was also never used.


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

Changed paths:
M bin/dumpsql.pl
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/upgrading/update-db.pl
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Poll.pm

Log Message:
-----------
remove db tables pollprop2 & pollproplist2

Now that "unique" and "createdate" have been excised,
we can completely drop the poll prop tables and related
code. I verified that "SELECT COUNT(*) FROM pollprop2"
returned zero rows in production; pollproplist2 was
populated from proplists.dat.


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

Changed paths:
M bin/dumpsql.pl
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M bin/upgrading/update-db.pl
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Poll.pm
M htdocs/poll/create.bml

Log Message:
-----------
Merge pull request #1791 from kareila/poll-cleanup

more code machete in poll code


Compare: https://github.com/dreamwidth/dw-free/compare/f0eac8c98633...08cb788efbe3
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
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
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 2a479402c1d17f21aff4d4c7391e33d14c789a39
https://github.com/dreamwidth/dw-free/commit/2a479402c1d17f21aff4d4c7391e33d14c789a39
Author: Chris Boyle <chris@boyle.name>
Date: 2016-04-17 (Sun, 17 Apr 2016)

Changed paths:
M cgi-bin/LJ/S2.pm
A htdocs/img/Swirly-d-square.png

Log Message:
-----------
Give Facebook a square swirly-d for previews

...instead of some random commenter's icon

Fixes: #1705


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

Changed paths:
M cgi-bin/LJ/S2.pm
A htdocs/img/Swirly-d-square.png

Log Message:
-----------
Merge pull request #1754 from chrisboyle/facebook-swirly-icon-1705

Give Facebook a square swirly-d for previews


Compare: https://github.com/dreamwidth/dw-free/compare/081c20f8a324...13c17afa7e65
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 8736d5274075906a4e40f5ae6e651c1b14c28eba
https://github.com/dreamwidth/dw-free/commit/8736d5274075906a4e40f5ae6e651c1b14c28eba
Author: Pixie <pix@kepibu.org>
Date: 2016-05-12 (Thu, 12 May 2016)

Changed paths:
M cgi-bin/LJ/Faq.pm
M cgi-bin/LJ/Support.pm
M t/faq.t

Log Message:
-----------
Add url and url_full methods to LJ::Faq

These are callable both on FAQ instances ($faq->url), and directly
(LJ::Faq->url 123), so you can easily produce a FAQ URL regardless
of whether you have a Faq object, or just the id.


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

Changed paths:
M cgi-bin/LJ/Faq.pm
M cgi-bin/LJ/Support.pm
M t/faq.t

Log Message:
-----------
Merge pull request #1771 from pinterface/Faq-url-method

Add url and url_full methods to LJ::Faq


Compare: https://github.com/dreamwidth/dw-free/compare/13c17afa7e65...f7c0089bdcad
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 0c402d31dcd42b3540168a8798a76dfe4d7ac7fc
https://github.com/dreamwidth/dw-free/commit/0c402d31dcd42b3540168a8798a76dfe4d7ac7fc
Author: Dan Fabulich <dan@fabulich.com>
Date: 2016-04-25 (Mon, 25 Apr 2016)

Changed paths:
M schemes/lynx.tt

Log Message:
-----------
Make light/lynx mode render better on mobile devices


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

Changed paths:
M schemes/lynx.tt

Log Message:
-----------
Merge pull request #1756 from dfabulich/light-mobile-viewport

Make light/lynx mode render better on mobile devices


Compare: https://github.com/dreamwidth/dw-free/compare/f7c0089bdcad...75dfba18dbc3

Profile

Dreamwidth Changelog

June 2025

S M T W T F S
1234567
89101112 13 14
1516171819 2021
22232425262728
2930     

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 22nd, 2025 10:12 pm
Powered by Dreamwidth Studios