github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2015-02-25 05:10 pm

[dreamwidth/dw-free] 40e7f7: [#1246] Make sure generated URLs use https when ap...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 40e7f799d259813d7488ab6927fc3b3e0a05776a
https://github.com/dreamwidth/dw-free/commit/40e7f799d259813d7488ab6927fc3b3e0a05776a
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-25 (Wed, 25 Feb 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Journal/Protected.pm
M cgi-bin/DW/Setting/CommunityGuidelinesEntry.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/S2/ReplyPage.pm
M cgi-bin/LJ/Session.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/Web.pm
M views/dev/style-guide.tt

Log Message:
-----------
[#1246] Make sure generated URLs use https when appropriate


Commit: 9a39f5be60eaea0f4c04d6d912735a47ea605739
https://github.com/dreamwidth/dw-free/commit/9a39f5be60eaea0f4c04d6d912735a47ea605739
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-25 (Wed, 25 Feb 2015)

Changed paths:
M bin/logsummarize.pl
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Feeds.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
M cgi-bin/LJ/Console/Command/SynEdit.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Session.pm
M cgi-bin/LJ/Setting/DomainMapping.pm
M cgi-bin/LJ/SynSuck.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M htdocs/admin/vgifts/index.bml
M htdocs/editicons.bml
M htdocs/login.bml
M htdocs/logout.bml
M htdocs/manage/domain.bml
M htdocs/profile.bml
M styles/core2.s2

Log Message:
-----------
[#1246] Check for https as well as http when checking URLs

* in cgi-bin/Apache/LiveJournal::trans, we need only check against the
current page's protocol (http or https)

* in other files, we check for both http and https

Fixes #1246.


Commit: 80462dfee96521746083c0ec7ae9bb06738ceb8b
https://github.com/dreamwidth/dw-free/commit/80462dfee96521746083c0ec7ae9bb06738ceb8b
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-25 (Wed, 25 Feb 2015)

Changed paths:
R bin/logsummarize.pl

Log Message:
-----------
[#1246] Remove obsolete file


Commit: f0d13688bc3513f7d902db5c3be1d5e81de919d5
https://github.com/dreamwidth/dw-free/commit/f0d13688bc3513f7d902db5c3be1d5e81de919d5
Author: Mark Smith <mark@qq.is>
Date: 2015-02-25 (Wed, 25 Feb 2015)

Changed paths:
R bin/logsummarize.pl
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Feeds.pm
M cgi-bin/DW/Controller/Journal/Protected.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Setting/CommunityGuidelinesEntry.pm
M cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
M cgi-bin/LJ/Console/Command/SynEdit.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/S2/ReplyPage.pm
M cgi-bin/LJ/Session.pm
M cgi-bin/LJ/Setting/DomainMapping.pm
M cgi-bin/LJ/SynSuck.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M htdocs/admin/vgifts/index.bml
M htdocs/editicons.bml
M htdocs/login.bml
M htdocs/logout.bml
M htdocs/manage/domain.bml
M htdocs/profile.bml
M styles/core2.s2
M views/dev/style-guide.tt

Log Message:
-----------
Merge pull request #1247 from afuna/http-check-bug-1246

[#1246] Check for https as well as http; use https for generated urls


Compare: https://github.com/dreamwidth/dw-free/compare/7a4b125806ca...f0d13688bc35