github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2013-07-01 12:34 am

[dreamwidth/dw-free] df81f2: (Bug 5154) Only print the multiform start if we ha...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: df81f2e13ab34198b16a0d32822dd827ab3b791c
https://github.com/dreamwidth/dw-free/commit/df81f2e13ab34198b16a0d32822dd827ab3b791c
Author: Afuna <fu@dreamwidth.org>
Date: 2013-06-29 (Sat, 29 Jun 2013)

Changed paths:
M bin/upgrading/s2layers/siteviews/layout.s2

Log Message:
-----------
(Bug 5154) Only print the multiform start if we have comments

Fixes a non-matching form tags issue


Commit: 09120fc0e3c456d2ba4e8f6adddd5d4c13ddd5e1
https://github.com/dreamwidth/dw-free/commit/09120fc0e3c456d2ba4e8f6adddd5d4c13ddd5e1
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-06-29 (Sat, 29 Jun 2013)

Changed paths:
M bin/upgrading/s2layers/siteviews/layout.s2

Log Message:
-----------
Merge pull request #467 from afuna/logout-bug5154

(Bug 5154) Only print the multiform start if we have comments


Commit: 81b4e71d19e637e3402dfdf5e6fffeada587de23
https://github.com/dreamwidth/dw-free/commit/81b4e71d19e637e3402dfdf5e6fffeada587de23
Author: shadowspar <shadowspar@dreamwidth.org>
Date: 2013-06-30 (Sun, 30 Jun 2013)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
(bug 5149) allow network-rel URLs in YT embeds

Youtube has started using network-relative URLs in its embed codes, eg
src="//www.youtube.com/...". This is a legit but uncommon syntax --
it means "fetch this location, using the same protocol as you used for
this page" -- eg http for http, https for https.

This patch updates the allow_iframe_embeds hook to permit URLs of this
form. Unfortunately, the URI module can't cope with them, so we have
to lie to it about the URL scheme to get the rest of its parsing to
work. We don't modify the URL that's actually used to do the
embedding, though -- just what's used for checks inside the hook.


Commit: 25be15f3ae3bf3a5dbbd5db4807742afb23a10e2
https://github.com/dreamwidth/dw-free/commit/25be15f3ae3bf3a5dbbd5db4807742afb23a10e2
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
Merge pull request #470 from rickscott/bug5149-youtube-embed-rel-urls-into-1.16

(bug 5149) allow network-rel URLs in YT embeds


Commit: c2e9460ee4c0a37a5bc2ceb1d97a509f73853a1d
https://github.com/dreamwidth/dw-free/commit/c2e9460ee4c0a37a5bc2ceb1d97a509f73853a1d
Author: Afuna <fu@dreamwidth.org>
Date: 2013-07-01 (Mon, 01 Jul 2013)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M styles/siteviews/layout.s2
M t/embed-whitelist.t

Log Message:
-----------
Merge branch 'release-1.16' into develop

* release-1.16:
(bug 5149) allow network-rel URLs in YT embeds
(Bug 5154) Only print the multiform start if we have comments

Conflicts:
t/embed-whitelist.t


Compare: https://github.com/dreamwidth/dw-free/compare/ecc9881b38e5...c2e9460ee4c0