Mar. 16th, 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: 62e46b224330693e780acfc4adbde520b205b523
https://github.com/dreamwidth/dw-free/commit/62e46b224330693e780acfc4adbde520b205b523
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t

Log Message:
-----------
Fix t/clean-* tests to account for changes to tag closing

(We make sure to close more tags and in proper order when nested)


Commit: 9ee1c5ed9f72e3f4d118e22dc50f4bf4c2c14832
https://github.com/dreamwidth/dw-free/commit/9ee1c5ed9f72e3f4d118e22dc50f4bf4c2c14832
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M t/clean-comment.t
M t/clean-embed.t
M t/clean-event.t

Log Message:
-----------
Merge pull request #1301 from afuna/comment-test-fixes

Fix t/clean-* tests to account for changes to tag closing


Compare: https://github.com/dreamwidth/dw-free/compare/6d7f766041c0...9ee1c5ed9f72
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.24
Home: https://github.com/dreamwidth/dw-free
Commit: 39ff1d22c6a6c636131e1bb743c94362558bc840
https://github.com/dreamwidth/dw-free/commit/39ff1d22c6a6c636131e1bb743c94362558bc840
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

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

Log Message:
-----------
Don't sandbox iframes

This breaks iframes that contain plugins (e.g., old youtube videos with
object/embed codes)


Commit: 8cace24acb1c108507ff64c18b5862c4c2c91f3d
https://github.com/dreamwidth/dw-free/commit/8cace24acb1c108507ff64c18b5862c4c2c91f3d
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
Merge pull request #1292 from afuna/no-sandbox

Don't sandbox iframes


Compare: https://github.com/dreamwidth/dw-free/compare/e1aef74e5c13...8cace24acb1c
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.24
Home: https://github.com/dreamwidth/dw-free
Commit: 9af2e537d8589512b4f7612703f46e42b2cb74a7
https://github.com/dreamwidth/dw-free/commit/9af2e537d8589512b4f7612703f46e42b2cb74a7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
[#1298] Make sure we close the table tag

Fixes #1298.


Commit: 71c0a299422fbf0d882ecc1e7abe11b8876e6409
https://github.com/dreamwidth/dw-free/commit/71c0a299422fbf0d882ecc1e7abe11b8876e6409
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
Merge pull request #1300 from afuna/close-table-tags-bug-1298

[#1298] Make sure we close the table tag


Compare: https://github.com/dreamwidth/dw-free/compare/8cace24acb1c...71c0a299422f
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.24
Home: https://github.com/dreamwidth/dw-free
Commit: 299aeeafa9166da03e702a47ba86175af995eb3e
https://github.com/dreamwidth/dw-free/commit/299aeeafa9166da03e702a47ba86175af995eb3e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm

Log Message:
-----------
Handle redirects from no ending slash -> ending slash

Move the return redir one level up, so it actually handles this case.


Commit: 4ad154016669e11d467bdc50092dbfe6d55d6afd
https://github.com/dreamwidth/dw-free/commit/4ad154016669e11d467bdc50092dbfe6d55d6afd
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Setting/ViewingAdultContent.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CurrentTheme.pm
M htdocs/site/index.bml
M views/admin/capedit.tt
M views/communities/list.tt
M views/create/next.tt
M views/interests/add.tt

Log Message:
-----------
Add trailing slash to URLs that will redirect foo to foo/


Commit: 7e4574806c69651672077900722825ea0ba1ce71
https://github.com/dreamwidth/dw-free/commit/7e4574806c69651672077900722825ea0ba1ce71
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Setting/ViewingAdultContent.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CurrentTheme.pm
M htdocs/site/index.bml
M views/admin/capedit.tt
M views/communities/list.tt
M views/create/next.tt
M views/interests/add.tt

Log Message:
-----------
Merge pull request #1293 from afuna/missing-ending-slash

Handle redirects from no ending slash -> ending slash


Compare: https://github.com/dreamwidth/dw-free/compare/71c0a299422f...7e4574806c69
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: f691fc61329b18838424bdf756d0c0d6d0c53fee
https://github.com/dreamwidth/dw-free/commit/f691fc61329b18838424bdf756d0c0d6d0c53fee
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2015-03-08 (Sun, 08 Mar 2015)

Changed paths:
M bin/moveucluster.pl
M cgi-bin/LJ/User.pm
A t/aliases.t

Log Message:
-----------
Add test of new postfix alias SQL

Also refactor a bit

Fixes #1080


Commit: 6e25c6a8a20c577c051b58710ad90071e8cef3b0
https://github.com/dreamwidth/dw-free/commit/6e25c6a8a20c577c051b58710ad90071e8cef3b0
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2015-03-09 (Mon, 09 Mar 2015)

Changed paths:
M t/aliases.t

Log Message:
-----------
Remove FIXME, no longer needed.

Fixes #1080


Commit: b0b47b6d610f121bf6e9c60bce023979c80b1179
https://github.com/dreamwidth/dw-free/commit/b0b47b6d610f121bf6e9c60bce023979c80b1179
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M bin/moveucluster.pl
M cgi-bin/LJ/User.pm
A t/aliases.t

Log Message:
-----------
Merge pull request #1265 from pauamma/bug-1080-dash-in-aliases

Add aliases with dashes to email_aliases


Compare: https://github.com/dreamwidth/dw-free/compare/9ee1c5ed9f72...b0b47b6d610f
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.24
Home: https://github.com/dreamwidth/dw-free
Commit: 65378bf7263020d938f4547112eea22ca732c408
https://github.com/dreamwidth/dw-free/commit/65378bf7263020d938f4547112eea22ca732c408
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm
M t/clean-event.t

Log Message:
-----------
Close self-closing tags that aren't valid self-closing


Commit: 4f22bfb1b5520d19b832cab7bff7ae129f2b5c1c
https://github.com/dreamwidth/dw-free/commit/4f22bfb1b5520d19b832cab7bff7ae129f2b5c1c
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm
M t/clean-event.t

Log Message:
-----------
Merge pull request #1302 from afuna/self-closing-invalid

Close self-closing tags that aren't valid self-closing


Compare: https://github.com/dreamwidth/dw-free/compare/7e4574806c69...4f22bfb1b552
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: b821d267f753c7b1f30bfeffb96c4e1f23c4fb97
https://github.com/dreamwidth/dw-free/commit/b821d267f753c7b1f30bfeffb96c4e1f23c4fb97
Author: Mark Smith <mark@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
R .gitattributes

Log Message:
-----------
Removing this


Commit: 299aeeafa9166da03e702a47ba86175af995eb3e
https://github.com/dreamwidth/dw-free/commit/299aeeafa9166da03e702a47ba86175af995eb3e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm

Log Message:
-----------
Handle redirects from no ending slash -> ending slash

Move the return redir one level up, so it actually handles this case.


Commit: 4ad154016669e11d467bdc50092dbfe6d55d6afd
https://github.com/dreamwidth/dw-free/commit/4ad154016669e11d467bdc50092dbfe6d55d6afd
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Setting/ViewingAdultContent.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CurrentTheme.pm
M htdocs/site/index.bml
M views/admin/capedit.tt
M views/communities/list.tt
M views/create/next.tt
M views/interests/add.tt

Log Message:
-----------
Add trailing slash to URLs that will redirect foo to foo/


Commit: 39ff1d22c6a6c636131e1bb743c94362558bc840
https://github.com/dreamwidth/dw-free/commit/39ff1d22c6a6c636131e1bb743c94362558bc840
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

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

Log Message:
-----------
Don't sandbox iframes

This breaks iframes that contain plugins (e.g., old youtube videos with
object/embed codes)


Commit: e8a26428fa31a3da0bdc085b9456db3ce048d3de
https://github.com/dreamwidth/dw-free/commit/e8a26428fa31a3da0bdc085b9456db3ce048d3de
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M htdocs/js/journals/jquery.tag-nav.js

Log Message:
-----------
Use indexOf instead of startsWith for browser compatibility


Commit: 3dc8e6fab100e285635ba78940b1fb5d8da3fb2e
https://github.com/dreamwidth/dw-free/commit/3dc8e6fab100e285635ba78940b1fb5d8da3fb2e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-15 (Sun, 15 Mar 2015)

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

Log Message:
-----------
[#1294] Turn on nocss for anon comments in ReplyPage

Fixes #1294.


Commit: a8cb333522af6eacafc85b67a7dec18a98f8b277
https://github.com/dreamwidth/dw-free/commit/a8cb333522af6eacafc85b67a7dec18a98f8b277
Author: Mark Smith <mark@qq.is>
Date: 2015-03-15 (Sun, 15 Mar 2015)

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

Log Message:
-----------
Merge pull request #1296 from afuna/anon-style-reply-bug-1294

[#1294] Turn on nocss for anon comments in ReplyPage


Commit: e1aef74e5c1357df4be95640080d9ea01fd39cee
https://github.com/dreamwidth/dw-free/commit/e1aef74e5c1357df4be95640080d9ea01fd39cee
Author: Mark Smith <mark@qq.is>
Date: 2015-03-15 (Sun, 15 Mar 2015)

Changed paths:
M htdocs/js/journals/jquery.tag-nav.js

Log Message:
-----------
Merge pull request #1295 from afuna/location-hash

Use indexOf instead of startsWith for browser compatibility


Commit: 9af2e537d8589512b4f7612703f46e42b2cb74a7
https://github.com/dreamwidth/dw-free/commit/9af2e537d8589512b4f7612703f46e42b2cb74a7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
[#1298] Make sure we close the table tag

Fixes #1298.


Commit: 8cace24acb1c108507ff64c18b5862c4c2c91f3d
https://github.com/dreamwidth/dw-free/commit/8cace24acb1c108507ff64c18b5862c4c2c91f3d
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
Merge pull request #1292 from afuna/no-sandbox

Don't sandbox iframes


Commit: 71c0a299422fbf0d882ecc1e7abe11b8876e6409
https://github.com/dreamwidth/dw-free/commit/71c0a299422fbf0d882ecc1e7abe11b8876e6409
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

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

Log Message:
-----------
Merge pull request #1300 from afuna/close-table-tags-bug-1298

[#1298] Make sure we close the table tag


Commit: 65378bf7263020d938f4547112eea22ca732c408
https://github.com/dreamwidth/dw-free/commit/65378bf7263020d938f4547112eea22ca732c408
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm
M t/clean-event.t

Log Message:
-----------
Close self-closing tags that aren't valid self-closing


Commit: 7e4574806c69651672077900722825ea0ba1ce71
https://github.com/dreamwidth/dw-free/commit/7e4574806c69651672077900722825ea0ba1ce71
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Setting/ViewingAdultContent.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CurrentTheme.pm
M htdocs/site/index.bml
M views/admin/capedit.tt
M views/communities/list.tt
M views/create/next.tt
M views/interests/add.tt

Log Message:
-----------
Merge pull request #1293 from afuna/missing-ending-slash

Handle redirects from no ending slash -> ending slash


Commit: 4f22bfb1b5520d19b832cab7bff7ae129f2b5c1c
https://github.com/dreamwidth/dw-free/commit/4f22bfb1b5520d19b832cab7bff7ae129f2b5c1c
Author: Mark Smith <mark@qq.is>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm
M t/clean-event.t

Log Message:
-----------
Merge pull request #1302 from afuna/self-closing-invalid

Close self-closing tags that aren't valid self-closing


Commit: 83fff2235b9748d182647f60feec393b79f73fe6
https://github.com/dreamwidth/dw-free/commit/83fff2235b9748d182647f60feec393b79f73fe6
Author: Afuna <fu@dreamwidth.org>
Date: 2015-03-16 (Mon, 16 Mar 2015)

Changed paths:
R .gitattributes
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/S2/ReplyPage.pm
M cgi-bin/LJ/Setting/ViewingAdultContent.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CurrentTheme.pm
M htdocs/js/journals/jquery.tag-nav.js
M htdocs/site/index.bml
M t/clean-event.t
M views/admin/capedit.tt
M views/communities/list.tt
M views/create/next.tt
M views/interests/add.tt

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

* release-1.24:
Close self-closing tags that aren't valid self-closing
[#1298] Make sure we close the table tag
[#1294] Turn on nocss for anon comments in ReplyPage
Use indexOf instead of startsWith for browser compatibility
Don't sandbox iframes
Add trailing slash to URLs that will redirect foo to foo/
Handle redirects from no ending slash -> ending slash
Removing this


Compare: https://github.com/dreamwidth/dw-free/compare/b0b47b6d610f...83fff2235b97

Profile

Dreamwidth Changelog

May 2025

S M T W T F S
    12 3
45678910
11121314151617
18192021222324
25262728293031

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 10th, 2025 04:13 am
Powered by Dreamwidth Studios