Nov. 18th, 2022

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: cdfdaec518b92817b8c0442c7f92c903d3a48782 https://github.com/dreamwidth/dreamwidth/commit/cdfdaec518b92817b8c0442c7f92c903d3a48782 Author: Cocoa momijizukamori@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M cgi-bin/CSS/Cleaner.pm

Log Message:


Remove high-byte check from CSS cleaner (it messes with utf8)

Commit: 81fb6c4da98616aa66f8694d9025c2bb9393c55e https://github.com/dreamwidth/dreamwidth/commit/81fb6c4da98616aa66f8694d9025c2bb9393c55e Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M cgi-bin/CSS/Cleaner.pm

Log Message:


Merge pull request #3028 from momijizukamori/utf8css

Remove high-byte check from CSS cleaner (it messes with utf8)

Compare: https://github.com/dreamwidth/dreamwidth/compare/d86d239482c9...81fb6c4da986

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: dc370990f6a1f335cd0e093da92f73afa7ed8c42 https://github.com/dreamwidth/dreamwidth/commit/dc370990f6a1f335cd0e093da92f73afa7ed8c42 Author: Robby Griffin alierak@gmail.com Date: 2022-11-11 (Fri, 11 Nov 2022)

Changed paths: M src/jbackup/jbackup.pl

Log Message:


support https, note password must be an API key

Commit: 206fa43c9c462442adb67c5c1abdc26b7af048da https://github.com/dreamwidth/dreamwidth/commit/206fa43c9c462442adb67c5c1abdc26b7af048da Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M src/jbackup/jbackup.pl

Log Message:


Merge pull request #3020 from alierak/jbackup-https

support https, note password must be an API key

Compare: https://github.com/dreamwidth/dreamwidth/compare/81fb6c4da986...206fa43c9c46

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 264b1a602ce58a36a0dda81a7a1859d61ba2a491 https://github.com/dreamwidth/dreamwidth/commit/264b1a602ce58a36a0dda81a7a1859d61ba2a491 Author: Mark Smith mark@dreamwidth.org Date: 2022-11-11 (Fri, 11 Nov 2022)

Changed paths: M cgi-bin/DW/LatestFeed.pm

Log Message:


Don't show adult journals/entries in Latest Things

As it says on the tin.

Commit: 37986a727b09b6e12c0a08285eea937c90726b2c https://github.com/dreamwidth/dreamwidth/commit/37986a727b09b6e12c0a08285eea937c90726b2c Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M cgi-bin/DW/LatestFeed.pm

Log Message:


Merge pull request #3017 from dreamwidth/mark/issue-2968

Don't show adult journals/entries in Latest Things

Compare: https://github.com/dreamwidth/dreamwidth/compare/206fa43c9c46...37986a727b09

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 0c61e229b49aa14e7091186f789ed6ceeb8e9c03 https://github.com/dreamwidth/dreamwidth/commit/0c61e229b49aa14e7091186f789ed6ceeb8e9c03 Author: Mark Smith mark@qq.is Date: 2022-11-11 (Fri, 11 Nov 2022)

Changed paths: M bin/upgrading/proplists.dat M htdocs/manage/profile/index.bml.text M views/profile/main.tt.text

Log Message:


Rename hangouts to chat

Googly things. This probably works.

Commit: 2547f60cfc8d99148c234ba6126782bdd1f5b2bb https://github.com/dreamwidth/dreamwidth/commit/2547f60cfc8d99148c234ba6126782bdd1f5b2bb Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M bin/upgrading/proplists.dat M htdocs/manage/profile/index.bml.text M views/profile/main.tt.text

Log Message:


Merge pull request #3014 from dreamwidth/mark/issue-3002

Rename hangouts to chat

Compare: https://github.com/dreamwidth/dreamwidth/compare/37986a727b09...2547f60cfc8d

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 72326a5b4e8ccaddcb8732eaf28c02fa57b0a43e https://github.com/dreamwidth/dreamwidth/commit/72326a5b4e8ccaddcb8732eaf28c02fa57b0a43e Author: Kareila kareila@dreamwidth.org Date: 2022-11-15 (Tue, 15 Nov 2022)

Changed paths: M cgi-bin/LJ/Directory/Constraint/Location.pm

Log Message:


limit directory search by location results to visible users

I took my cue from ContactInfo.pm, which mentions a desire to avoid using load_userids on a large data set for filtering purposes. Instead this expresses the visibility requirement as an additional WHERE clause in the SELECT statement, acting only on users that have rows in both the user and userprop tables.

Obviously my ability to test this locally is extremely limited, but this should fix the problem with location results being sparsely populated due to a large number of suspended SEO accounts.

Commit: 3390d019706aacbe797f3b21d1a38e55d236b11d https://github.com/dreamwidth/dreamwidth/commit/3390d019706aacbe797f3b21d1a38e55d236b11d Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2022-11-18 (Fri, 18 Nov 2022)

Changed paths: M cgi-bin/LJ/Directory/Constraint/Location.pm

Log Message:


Merge pull request #3024 from kareila/location-results

limit directory search by location results to visible users

Compare: https://github.com/dreamwidth/dreamwidth/compare/2547f60cfc8d...3390d019706a

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/mark/issue-2968 Home: https://github.com/dreamwidth/dreamwidth

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github

Branch: refs/heads/mark/issue-3002 Home: https://github.com/dreamwidth/dreamwidth

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. 10th, 2025 12:15 am
Powered by Dreamwidth Studios