Nov. 4th, 2015

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: 2c75ebd781e173f482a30f69f45470fb248d47fb
https://github.com/dreamwidth/dw-free/commit/2c75ebd781e173f482a30f69f45470fb248d47fb
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm

Log Message:
-----------
Fix undefined string warnings in MiscLegacy.pm

Use of uninitialized value in string eq ... cgi-bin/DW/Controller/RPC/MiscLegacy.pm line 561.

Use of uninitialized value in string eq ... cgi-bin/DW/Controller/RPC/MiscLegacy.pm line 562.

Use of uninitialized value in split ... cgi-bin/DW/Controller/RPC/MiscLegacy.pm line 587.


Commit: 2fb61b7ea526bbd91bea5ca494e2a3a9b6b814a2
https://github.com/dreamwidth/dw-free/commit/2fb61b7ea526bbd91bea5ca494e2a3a9b6b814a2
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

Changed paths:
M bin/checkconfig.pl

Log Message:
-----------
Add File::Find::Rule to bin/checkconfig.pl

Used by 00-compile.t.


Commit: 7746ceae2a4c3e6802881f579f83b2692598b376
https://github.com/dreamwidth/dw-free/commit/7746ceae2a4c3e6802881f579f83b2692598b376
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

Changed paths:
M cgi-bin/DW/Controller/Circle.pm
M cgi-bin/DW/Logic/LogItems.pm
M cgi-bin/HTMLCleaner.pm
M cgi-bin/LJ/S2.pm

Log Message:
-----------
Fix various development warnings

Argument "//cssproxy.kareila.hack.dreamwidth.net/?u=https://fonts...."
isn't numeric in numeric eq (==) ... cgi-bin/HTMLCleaner.pm line 143.

Use of uninitialized value in concatenation (.) or string ... cgi-bin/LJ/S2.pm line 2696.

Use of uninitialized value in string eq ... cgi-bin/DW/Controller/Circle.pm line 129.

Use of uninitialized value in string eq ... cgi-bin/DW/Controller/Circle.pm line 158.

Use of uninitialized value $args{"showtypes"} in uc ... cgi-bin/DW/Logic/LogItems.pm line 78.


Commit: 4ad1d8209df4de3c4826d3ecc7f26e7f822198be
https://github.com/dreamwidth/dw-free/commit/4ad1d8209df4de3c4826d3ecc7f26e7f822198be
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

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

Log Message:
-----------
Fix uninitialized value warning in S2.pm

Use of uninitialized value in addition (+) ... cgi-bin/LJ/S2.pm line 3703.


Commit: a5622cc91147e945e3a23579629b874592559c8c
https://github.com/dreamwidth/dw-free/commit/a5622cc91147e945e3a23579629b874592559c8c
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

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

Log Message:
-----------
Refactor LJ::Session cookie path logic

new helper functions: is_journal_subdomain, get_cookie_path, get_path_user


Commit: c2e4b244ee890e9b20e6d10e245b296ad41cd8a5
https://github.com/dreamwidth/dw-free/commit/c2e4b244ee890e9b20e6d10e245b296ad41cd8a5
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

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

Log Message:
-----------
Remove unused function LJ::make_qr_link

Looks like this was superceded by S2::_print_quickreply_link.


Commit: 9645a5cfe226c254b7be15dfd44e89e370b39588
https://github.com/dreamwidth/dw-free/commit/9645a5cfe226c254b7be15dfd44e89e370b39588
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-06 (Sun, 06 Sep 2015)

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

Log Message:
-----------
Don't call method on undefined user in __rpc_general

Fixes a warning found in testing when remote wasn't set.


Commit: d387711a3cd9f5eeeec680cff36fe393a36c3a9d
https://github.com/dreamwidth/dw-free/commit/d387711a3cd9f5eeeec680cff36fe393a36c3a9d
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-07 (Mon, 07 Sep 2015)

Changed paths:
M cgi-bin/DW/Logic/LogItems.pm

Log Message:
-----------
Fix another uninitialized value warning in LogItems.pm

Use of uninitialized value $valid_types in substitution (s///) ... cgi-bin/DW/Logic/LogItems.pm line 81.

(I think this was masked before because using uc on an undefined variable resulted in the empty string.)


Commit: be5ccf18f0c7647f6dd56538148f097f3e730e07
https://github.com/dreamwidth/dw-free/commit/be5ccf18f0c7647f6dd56538148f097f3e730e07
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-09-08 (Tue, 08 Sep 2015)

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

Log Message:
-----------
Fix uninitialized value warning in InviteCodes.pm

Use of uninitialized value $opts{"string"} in uc ... cgi-bin/DW/InviteCodes.pm line 122.


Commit: b7dfb35f667495e31d2bc1b61db1a93b220fdc10
https://github.com/dreamwidth/dw-free/commit/b7dfb35f667495e31d2bc1b61db1a93b220fdc10
Author: Mark Smith <mark@qq.is>
Date: 2015-11-04 (Wed, 04 Nov 2015)

Changed paths:
M bin/checkconfig.pl
M cgi-bin/DW/Controller/Circle.pm
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/DW/InviteCodes.pm
M cgi-bin/DW/Logic/LogItems.pm
M cgi-bin/HTMLCleaner.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Session.pm
M cgi-bin/LJ/Web.pm

Log Message:
-----------
Merge pull request #1571 from kareila/cleanup-2015q3

Cleanup for late August / early September


Compare: https://github.com/dreamwidth/dw-free/compare/c5a481091118...b7dfb35f6674
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: 218296ca6dc7ac1aa2b59c2e19102a8265271436
https://github.com/dreamwidth/dw-free/commit/218296ca6dc7ac1aa2b59c2e19102a8265271436
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2015-09-01 (Tue, 01 Sep 2015)

Changed paths:
M cgi-bin/DW/Controller/Support/Faq.pm
R htdocs/support/faqpop.bml
R htdocs/support/faqpop.bml.text
A views/support/faqpop.tt
A views/support/faqpop.tt.text

Log Message:
-----------
(Bug 1046) Converts Popular FAQs Page to TT and Foundation

As per above. Downgrades the second title from

to

.


Commit: 03e26e6722bc68548c641700053485775bfda02e
https://github.com/dreamwidth/dw-free/commit/03e26e6722bc68548c641700053485775bfda02e
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

Changed paths:
M cgi-bin/DW/Controller/Support/Faq.pm
R htdocs/support/faqpop.bml
R htdocs/support/faqpop.bml.text
A views/support/faqpop.tt
A views/support/faqpop.tt.text

Log Message:
-----------
Merge pull request #1563 from hotlevel4/bug1046/convertPopFaqstoTT

(Bug 1046) Converts Popular FAQs Page to TT and Foundation


Compare: https://github.com/dreamwidth/dw-free/compare/b7dfb35f6674...03e26e6722bc

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: 06154018a3063dc7bd37b9d111a12524e2b39810
https://github.com/dreamwidth/dw-free/commit/06154018a3063dc7bd37b9d111a12524e2b39810
Author: Sean Sabbage <sgsabbage@gmail.com>
Date: 2015-09-02 (Wed, 02 Sep 2015)

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

Log Message:
-----------
Fixes #1564. Correctly displays revtime on entryprops page


Commit: 97322d829af5291bbc432bda3b891ff76d8bb730
https://github.com/dreamwidth/dw-free/commit/97322d829af5291bbc432bda3b891ff76d8bb730
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

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

Log Message:
-----------
Merge pull request #1566 from sgsabbage/1564-revtime-display-broken

Fixes #1564. Correctly displays revtime on entryprops page


Compare: https://github.com/dreamwidth/dw-free/compare/03e26e6722bc...97322d829af5
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: de547152a3995275b9c2c6f713ab42c5bc01a27e
https://github.com/dreamwidth/dw-free/commit/de547152a3995275b9c2c6f713ab42c5bc01a27e
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2015-09-03 (Thu, 03 Sep 2015)

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

Log Message:
-----------
(Issue 1529) Makes Tag Merging Case Insensitive

Fixes #1529.


Commit: 5dee17e04dcff83ea71ed65a98983533e4cb4a6c
https://github.com/dreamwidth/dw-free/commit/5dee17e04dcff83ea71ed65a98983533e4cb4a6c
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

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

Log Message:
-----------
Merge pull request #1567 from hotlevel4/bug1529/mergeTagsCase

(Issue 1529) Makes Tag Merging Case Insensitive


Compare: https://github.com/dreamwidth/dw-free/compare/97322d829af5...5dee17e04dcf
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: 9a36be48a841b8a4884a5c71806ba6089c1963bb
https://github.com/dreamwidth/dw-free/commit/9a36be48a841b8a4884a5c71806ba6089c1963bb
Author: Azure Lunatic <azurelunatic@gmail.com>
Date: 2015-09-26 (Sat, 26 Sep 2015)

Changed paths:
M CONTRIBUTING.md

Log Message:
-----------
Update CONTRIBUTING.md with current wiki location

wiki.dwscoalition.org now canonically wiki.dreamwidth.net


Commit: 9719f344d748993a899ef1d25a22aff645e6b684
https://github.com/dreamwidth/dw-free/commit/9719f344d748993a899ef1d25a22aff645e6b684
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

Changed paths:
M CONTRIBUTING.md

Log Message:
-----------
Merge pull request #1581 from azurelunatic/patch-5

Update CONTRIBUTING.md with current wiki location


Compare: https://github.com/dreamwidth/dw-free/compare/5dee17e04dcf...9719f344d748
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: 8884477243d36cfdbfd5645a01d01095b217907f
https://github.com/dreamwidth/dw-free/commit/8884477243d36cfdbfd5645a01d01095b217907f
Author: ninetyd <ninetyd@dreamwidth.org>
Date: 2015-09-27 (Sun, 27 Sep 2015)

Changed paths:
M styles/summertime/themes.s2

Log Message:
-----------
Fixes #1582. Update credit from ketsu to phidari.


Commit: 467631ee20f5c4da8b9474709cd1e23eac501de2
https://github.com/dreamwidth/dw-free/commit/467631ee20f5c4da8b9474709cd1e23eac501de2
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

Changed paths:
M styles/summertime/themes.s2

Log Message:
-----------
Merge pull request #1583 from ninetyd/bug1582/credit-phidari

Fixes #1582. Update credit from ketsu to phidari.


Compare: https://github.com/dreamwidth/dw-free/compare/9719f344d748...467631ee20f5
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: d70c25dafdf4e863aadf02824b273b2a7e92737b
https://github.com/dreamwidth/dw-free/commit/d70c25dafdf4e863aadf02824b273b2a7e92737b
Author: ninetyd <ninetyd@dreamwidth.org>
Date: 2015-09-27 (Sun, 27 Sep 2015)

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

Log Message:
-----------
Fixes #1585. Fix missing link in massprivacy mail
Fixes #1585
Remove extra blank space
Minor code alignement changes (nothing user-facing)


Commit: bb4b8f56aca4e2885af038a770fc077ab6b14fda
https://github.com/dreamwidth/dw-free/commit/bb4b8f56aca4e2885af038a770fc077ab6b14fda
Author: Jen <kareila@dreamwidth.org>
Date: 2015-11-04 (Wed, 04 Nov 2015)

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

Log Message:
-----------
Merge pull request #1586 from ninetyd/bug1585/massprivacy-mail

Fixes #1585. Fix missing link in massprivacy mail


Compare: https://github.com/dreamwidth/dw-free/compare/467631ee20f5...bb4b8f56aca4

Profile

Dreamwidth Changelog

August 2025

S M T W T F S
     12
3456789
10111213141516
171819202122 23
24252627282930
31      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 26th, 2025 12:13 pm
Powered by Dreamwidth Studios