May. 15th, 2016

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: f41ea16ae31b989e132a96f611786175504f6290
https://github.com/dreamwidth/dw-free/commit/f41ea16ae31b989e132a96f611786175504f6290
Author: Pixie <pix@kepibu.org>
Date: 2016-05-14 (Sat, 14 May 2016)

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

Log Message:
-----------
Encode plaintext e-mails with quoted-printable

HTML e-mails apparently work okay, but plaintext e-mails are full of
mojibake, but only in production, which runs through SES (that is,
sending e-mails via my local SMTP server works fine!). The primary
difference between the two is that the HTML e-mails encode their
contents via quoted-printable, and the plaintext e-mails send raw,
unencoded 8-bit data. SMTP and 8-bit data do not get along, and I
strongly suspect SES is re-encoding the data into 7-bit, poorly.

If what I surmise is correct, this should fix #1501.


Commit: bfe2cd094d2f747e6cca9da44f1256618acbdd10
https://github.com/dreamwidth/dw-free/commit/bfe2cd094d2f747e6cca9da44f1256618acbdd10
Author: Mark Smith <mark@qq.is>
Date: 2016-05-15 (Sun, 15 May 2016)

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

Log Message:
-----------
Merge pull request #1776 from pinterface/plaintext-email-encoding

Encode plaintext e-mails with quoted-printable


Compare: https://github.com/dreamwidth/dw-free/compare/53218e3ae9eb...bfe2cd094d2f
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: d57de5a429fc8ed5ff07213c742702a510cd1c1b
https://github.com/dreamwidth/dw-free/commit/d57de5a429fc8ed5ff07213c742702a510cd1c1b
Author: Chris Boyle <chris@boyle.name>
Date: 2016-05-14 (Sat, 14 May 2016)

Changed paths:
M bin/renameuser.pl
M cgi-bin/DW/Console/Command/BonusIcons.pm
M cgi-bin/DW/User/Rename.pm
M cgi-bin/LJ/Poll.pm
M cgi-bin/LJ/User/Message.pm
M t/console-changecommunityadmin.t

Log Message:
-----------
Add $user->has_same_email_as( $user2 ).

Fixes: #1719


Commit: 287201f5adeb7557e08040df30c3ed032a00c591
https://github.com/dreamwidth/dw-free/commit/287201f5adeb7557e08040df30c3ed032a00c591
Author: Mark Smith <mark@qq.is>
Date: 2016-05-15 (Sun, 15 May 2016)

Changed paths:
M bin/renameuser.pl
M cgi-bin/DW/Console/Command/BonusIcons.pm
M cgi-bin/DW/User/Rename.pm
M cgi-bin/LJ/Poll.pm
M cgi-bin/LJ/User/Message.pm
M t/console-changecommunityadmin.t

Log Message:
-----------
Merge pull request #1782 from chrisboyle/email-cmp-1719

Add $user->has_same_email_as( $user2 ).


Compare: https://github.com/dreamwidth/dw-free/compare/bfe2cd094d2f...287201f5adeb
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: 8995087ca6e2d7242d08d320565fde10146a7288
https://github.com/dreamwidth/dw-free/commit/8995087ca6e2d7242d08d320565fde10146a7288
Author: Chris Boyle <chris@boyle.name>
Date: 2016-05-15 (Sun, 15 May 2016)

Changed paths:
A htdocs/js/jquery.autogrow-textarea.js
M views/communities/queue/entries/edit.tt

Log Message:
-----------
Make entry moderation message box auto-scale.

Moves autogrow plugin in from non-free (MIT licensed, only in non-free
because only /site/suggest was using it; separate PR to follow to clean
up the other end of this move).

Fixes: #1287


Commit: 55d6317cce85795ba1e5667e90366b147f024b9c
https://github.com/dreamwidth/dw-free/commit/55d6317cce85795ba1e5667e90366b147f024b9c
Author: Mark Smith <mark@qq.is>
Date: 2016-05-15 (Sun, 15 May 2016)

Changed paths:
A htdocs/js/jquery.autogrow-textarea.js
M views/communities/queue/entries/edit.tt

Log Message:
-----------
Merge pull request #1786 from chrisboyle/accept-reject-auto-scale-1287

Make entry moderation message box auto-scale.


Compare: https://github.com/dreamwidth/dw-free/compare/287201f5adeb...55d6317cce85
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: 37ee15caa47ac37de7b5d467c14cac405faaf0cc
https://github.com/dreamwidth/dw-free/commit/37ee15caa47ac37de7b5d467c14cac405faaf0cc
Author: Pixie <pix@kepibu.org>
Date: 2016-05-14 (Sat, 14 May 2016)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M htdocs/lostinfo.bml.text
M htdocs/lostinfo_do.bml.text

Log Message:
-----------
Update language to be consistent about resetting passwords, rather than sending them

Also deadphrases some related strings that are unused.

Fixes #1780.


Commit: 673bc4d7bf382f230b5be8716970c5eb83f6dd3e
https://github.com/dreamwidth/dw-free/commit/673bc4d7bf382f230b5be8716970c5eb83f6dd3e
Author: Mark Smith <mark@qq.is>
Date: 2016-05-15 (Sun, 15 May 2016)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M htdocs/lostinfo.bml.text
M htdocs/lostinfo_do.bml.text

Log Message:
-----------
Merge pull request #1784 from pinterface/forgot-password-language

Update language to be consistent about resetting passwords, rather than sending them


Compare: https://github.com/dreamwidth/dw-free/compare/55d6317cce85...673bc4d7bf38
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: 7f39897e17e89d632237126579599736fa98831f
https://github.com/dreamwidth/dw-free/commit/7f39897e17e89d632237126579599736fa98831f
Author: Kareila <kareila@dreamwidth.org>
Date: 2016-04-30 (Sat, 30 Apr 2016)

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

Log Message:
-----------
[#1709] warn for xmlrpc errors without faultcodes


Commit: 7c5952f26918c1727df88229f72b98a1775e11c2
https://github.com/dreamwidth/dw-free/commit/7c5952f26918c1727df88229f72b98a1775e11c2
Author: Mark Smith <mark@qq.is>
Date: 2016-05-15 (Sun, 15 May 2016)

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

Log Message:
-----------
Merge pull request #1761 from kareila/1709-log-fault-codes

[#1709] warn for xmlrpc errors without faultcodes


Compare: https://github.com/dreamwidth/dw-free/compare/673bc4d7bf38...7c5952f26918

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. 31st, 2025 02:01 am
Powered by Dreamwidth Studios