Aug. 10th, 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: 70605ec3d038d4fddc10ea2b22f5f68313a2a231
https://github.com/dreamwidth/dw-free/commit/70605ec3d038d4fddc10ea2b22f5f68313a2a231
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-08-08 (Sat, 08 Aug 2015)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/User/Rename.pm
M t/rename.t
M views/rename/swap.tt

Log Message:
-----------
[#1374] allow rename swaps to use tokens from either account

Updates DW::User::Rename::swap_usernames to validate tokens from any
of the (up to three) accounts involved in a username swap, instead
of only using the available tokens for the logged in account.

Also redesigns the /rename/swap page to present the form immediately,
and treat the "too few tokens" error like any other form processing
error. This was necessary in order to check the requested target
account(s) for available tokens.

Fixes #1374.


Commit: 4ef7ac4ef53a5b635de4b18a887c7a581edb74eb
https://github.com/dreamwidth/dw-free/commit/4ef7ac4ef53a5b635de4b18a887c7a581edb74eb
Author: Jen <kareila@dreamwidth.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/User/Rename.pm
M t/rename.t
M views/rename/swap.tt

Log Message:
-----------
Merge pull request #1526 from kareila/1374-rename-tokens

[#1374] allow rename swaps to use tokens from either account


Compare: https://github.com/dreamwidth/dw-free/compare/2db25a52088f...4ef7ac4ef53a
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: a4b7b8efb927f18c647c7e7898f3bd7a71bce39d
https://github.com/dreamwidth/dw-free/commit/a4b7b8efb927f18c647c7e7898f3bd7a71bce39d
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
M htdocs/manage/tracking/user.bml

Log Message:
-----------
Improve code clarity

Use `journal->is_visible` in preference to `journal->statusvis eq "V"`
-- the former is considerably more readable.


Commit: 50a6c3641f4d4775d65df40452432567fffaf134
https://github.com/dreamwidth/dw-free/commit/50a6c3641f4d4775d65df40452432567fffaf134
Author: Jen <kareila@dreamwidth.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
M htdocs/manage/tracking/user.bml

Log Message:
-----------
Merge pull request #1530 from me-and/1523-hide-deleted-account-tags

Improve code clarity by using is_visible instead of checking the value of statusvis.


Compare: https://github.com/dreamwidth/dw-free/compare/4ef7ac4ef53a...50a6c3641f4d
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: 08de1c989a2f04ac5847a09f4449c655fb2ca4ef
https://github.com/dreamwidth/dw-free/commit/08de1c989a2f04ac5847a09f4449c655fb2ca4ef
Author: Adam Dinwoodie <adam@dinwoodie.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
R README
A README.md

Log Message:
-----------
Rewrite README into Markdown

The repository README was already almost in Markdown format. Polish it
up a bit further into that format, and rename it to use an extension
that will cause GitHub to parse and display the file as Markdown.


Commit: c093db0007a03993995fc84388db5596ce76e94b
https://github.com/dreamwidth/dw-free/commit/c093db0007a03993995fc84388db5596ce76e94b
Author: Jen <kareila@dreamwidth.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
R README
A README.md

Log Message:
-----------
Merge pull request #1531 from me-and/readme-markdown

Rewrite README into Markdown


Compare: https://github.com/dreamwidth/dw-free/compare/50a6c3641f4d...c093db0007a0
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: e5c91b8805bd16c8e17aeb5da5d15daad23037b0
https://github.com/dreamwidth/dw-free/commit/e5c91b8805bd16c8e17aeb5da5d15daad23037b0
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Tags.pm
M t/protocol.t

Log Message:
-----------
[#1356] remove "identity_posting" userprop and related checks

The legacy userprop "identity_posting" was intended to allow community
admins to opt into allowing OpenID users to post entries and manage
tags. Since we decided to allow this for all OpenID users across
the site, this removes the userprop and all the permission checks
that were failing as a result of it not being set.

The relevant tests in protocol.t have been updated, but that test
suite is still set to be skipped because of inconsistent results
in other parts of the test suite.

Fixes #1356.


Commit: 71a1a5578acb873108f11f760f78fd81f759a59d
https://github.com/dreamwidth/dw-free/commit/71a1a5578acb873108f11f760f78fd81f759a59d
Author: Mark Smith <mark@qq.is>
Date: 2015-08-10 (Mon, 10 Aug 2015)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Tags.pm
M t/protocol.t

Log Message:
-----------
Merge pull request #1533 from kareila/1356-openid-tagging

[#1356] remove "identity_posting" userprop and related checks


Compare: https://github.com/dreamwidth/dw-free/compare/c093db0007a0...71a1a5578acb
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: e8c1ed3db7a7c63cf7408406cbdf32e212dce6ac
https://github.com/dreamwidth/dw-free/commit/e8c1ed3db7a7c63cf7408406cbdf32e212dce6ac
Author: Sean <sgsabbage@gmail.com>
Date: 2015-08-10 (Mon, 10 Aug 2015)

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

Log Message:
-----------
Fixes #1497, whitelists screen.yahoo.com for embeds


Commit: 6440be12bda230117f1eef2c30d4de56024e3b2d
https://github.com/dreamwidth/dw-free/commit/6440be12bda230117f1eef2c30d4de56024e3b2d
Author: Sean <sgsabbage@gmail.com>
Date: 2015-08-10 (Mon, 10 Aug 2015)

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

Log Message:
-----------
Fixes #1499 - whitelist embeds from ZippCast


Commit: 8bfa18cc6893d3d8d6467d19f5e4be8854d6dd20
https://github.com/dreamwidth/dw-free/commit/8bfa18cc6893d3d8d6467d19f5e4be8854d6dd20
Author: Sean <sgsabbage@gmail.com>
Date: 2015-08-11 (Tue, 11 Aug 2015)

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

Log Message:
-----------
Whitespace fix


Commit: d95b994921b813ea3c04cee79d0e9079cdc83e43
https://github.com/dreamwidth/dw-free/commit/d95b994921b813ea3c04cee79d0e9079cdc83e43
Author: Jen <kareila@dreamwidth.org>
Date: 2015-08-10 (Mon, 10 Aug 2015)

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

Log Message:
-----------
Merge pull request #1532 from sgsabbage/yahoo-zipcast-whitelist

Whitelisting for screen.yahoo.com and www.zippcast.com

Fixes #1497 and also fixes #1499.


Compare: https://github.com/dreamwidth/dw-free/compare/71a1a5578acb...d95b994921b8

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 Jul. 8th, 2025 07:30 am
Powered by Dreamwidth Studios