Jan. 28th, 2015

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.23
Home: https://github.com/dreamwidth/dw-free
Commit: 4d716d6de6b46189ce62832983986460378d1042
https://github.com/dreamwidth/dw-free/commit/4d716d6de6b46189ce62832983986460378d1042
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/pages/entry/options.js

Log Message:
-----------
[#1169] Fix saving of panel position after moving

(We'd tried to stop relying on the id attribute, but didn't realize that
saving still relied on it. Now using the "data-collapse" attribute,
which also, bonus, means less fudging around with regexes)


Commit: 3c054434f2c991289aee179031f5e73866130975
https://github.com/dreamwidth/dw-free/commit/3c054434f2c991289aee179031f5e73866130975
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M views/entry/module-crosspost.tt.text

Log Message:
-----------
[#1169] Change "Crosspost Accounts" to "Crosspost to:"


Commit: 224de19ceca0d7175d102720fb58c729454acc8f
https://github.com/dreamwidth/dw-free/commit/224de19ceca0d7175d102720fb58c729454acc8f
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M views/entry/module-displaydate.tt.text

Log Message:
-----------
[#1169] Tweak capitalization of "Reading pages"


Commit: 130184cbfa9dbd636998861f84c9b3649ef2578c
https://github.com/dreamwidth/dw-free/commit/130184cbfa9dbd636998861f84c9b3649ef2578c
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Allow multiple columns in medium-sized screens


Commit: 2bf7e84cf4b4f62d64ab3827bfe43b0611c32808
https://github.com/dreamwidth/dw-free/commit/2bf7e84cf4b4f62d64ab3827bfe43b0611c32808
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M views/entry/module-crosspost.tt.text
M views/entry/module-displaydate.tt.text

Log Message:
-----------
[#1169] More wording tweaks


Commit: c7c12c4a6e9c108fb44766a08e572cf4af6fdd5a
https://github.com/dreamwidth/dw-free/commit/c7c12c4a6e9c108fb44766a08e572cf4af6fdd5a
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Fix wrapping of checkbox/radio text in modals


Commit: 5033f914452fc2f587f89a33169736fb5c2920d8
https://github.com/dreamwidth/dw-free/commit/5033f914452fc2f587f89a33169736fb5c2920d8
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Make sure selects are the same size as the rest of component


Commit: 4590eedf264522fb8d6142e5509db225f0013533
https://github.com/dreamwidth/dw-free/commit/4590eedf264522fb8d6142e5509db225f0013533
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Shrink form-element padding inside components

This form is pretty complicated, and we want to deemphasize the contents
of individual components just a little bit


Commit: ecdf95cb442d10b35536936916dcf58763c53dc0
https://github.com/dreamwidth/dw-free/commit/ecdf95cb442d10b35536936916dcf58763c53dc0
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Don't force line-height on selects/inputs

This causes the text to be cut off in some circumstances


Commit: daf46e85fa7f1332ae1c0c2a02421456536ffa2a
https://github.com/dreamwidth/dw-free/commit/daf46e85fa7f1332ae1c0c2a02421456536ffa2a
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/pages/entry/options.js
M htdocs/scss/pages/entry/new.scss
M views/entry/module-crosspost.tt.text
M views/entry/module-displaydate.tt.text

Log Message:
-----------
Merge pull request #1170 from afuna/post-entry-tweaks-bug-1169

Round 1 of tweaks to /entry/new based on feedback


Compare: https://github.com/dreamwidth/dw-free/compare/8d80c9cc2490...daf46e85fa7f
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: e18b0ccc55ae43b58052110f16e2591f2feea905
https://github.com/dreamwidth/dw-free/commit/e18b0ccc55ae43b58052110f16e2591f2feea905
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/ljlib.pl

Log Message:
-----------
[Bug 3965] move comment-related functions to LJ/Entry.pm

This moves LJ::get_talktext2 next to similar LJ::get_logtext2, and
LJ::load_talk_props2 next to similar load_log_props2. Pretty sure
everything that uses these functions already relies on LJ::Entry
being loaded, so no further tweaks should be needed.


Commit: 10cd1b73d8def5827d550d69aa26a4bd6313526d
https://github.com/dreamwidth/dw-free/commit/10cd1b73d8def5827d550d69aa26a4bd6313526d
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M cgi-bin/LJ/Auth.pm
M cgi-bin/ljlib.pl

Log Message:
-----------
[Bug 3965] move auth-related functions from ljlib.pl into LJ/Auth.pm

This is a straightforward cut and paste job - very little style review.
I did reorder the functions so they would be listed alphabetically
within their section of the new file.


Commit: 4ebbcf5c96c43a19737efb520798747e5dad89c5
https://github.com/dreamwidth/dw-free/commit/4ebbcf5c96c43a19737efb520798747e5dad89c5
Author: Mark Smith <mark@qq.is>
Date: 2015-01-28 (Wed, 28 Jan 2015)

Changed paths:
M cgi-bin/LJ/Auth.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/ljlib.pl

Log Message:
-----------
Merge pull request #1168 from kareila/bug3965-reorg

Bug 3965 - better organization of LJ functions (last gasp)


Compare: https://github.com/dreamwidth/dw-free/compare/e90d28af31b2...4ebbcf5c96c4
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: 4f559bc94dddf4b1e42d8c69294e75a83debc983
https://github.com/dreamwidth/dw-free/commit/4f559bc94dddf4b1e42d8c69294e75a83debc983
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M cgi-bin/DW/Controller/Search/Multisearch.pm
M cgi-bin/DW/Logic/ProfilePage.pm
M cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
M cgi-bin/DW/Worker/ContentImporter/Local/Bio.pm
M cgi-bin/LJ/Directory/Constraint/ContactInfo.pm
M cgi-bin/LJ/Feed.pm
M cgi-bin/LJ/vCard.pm
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text
M htdocs/profile.bml.text
M htdocs/tools/endpoints/multisearch.bml

Log Message:
-----------
Removes MSN Messenger from profile (and a few other places)
Fixes #918. Turns out MSN Messenger was referenced in a bunch of places
other than just the profile (most specifically, the directory and in
multisearch.bml) so this gets most of it, including no longer trying
to import MSN details from LJ when importing from LJ.


Commit: 95fddcd03ec7136e972e8c4eb028d8f05f03fb6c
https://github.com/dreamwidth/dw-free/commit/95fddcd03ec7136e972e8c4eb028d8f05f03fb6c
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-10 (Sun, 10 Aug 2014)

Changed paths:
M bin/upgrading/deadphrases.dat

Log Message:
-----------
add strings to deadphrases.dat


Commit: 563eb8987339668e80777f7b3a8cc5326f51d1c4
https://github.com/dreamwidth/dw-free/commit/563eb8987339668e80777f7b3a8cc5326f51d1c4
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-10 (Sun, 10 Aug 2014)

Changed paths:
M bin/upgrading/deadphrases.dat

Log Message:
-----------
Merge branch 'rahaeli-msnremove' into msnremove


Commit: c3e259bfa212eb924ffeff7dd0005d575ed90c13
https://github.com/dreamwidth/dw-free/commit/c3e259bfa212eb924ffeff7dd0005d575ed90c13
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-10 (Sun, 10 Aug 2014)

Changed paths:
M bin/upgrading/deadphrases.dat

Log Message:
-----------
Fix incorrect references to dead strings.


Commit: 6c28bce5e4bd48589c129834f2a1394710de77c2
https://github.com/dreamwidth/dw-free/commit/6c28bce5e4bd48589c129834f2a1394710de77c2
Author: Mark Smith <mark@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M cgi-bin/DW/Controller/Search/Multisearch.pm
M cgi-bin/DW/Logic/ProfilePage.pm
M cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
M cgi-bin/DW/Worker/ContentImporter/Local/Bio.pm
M cgi-bin/LJ/Directory/Constraint/ContactInfo.pm
M cgi-bin/LJ/Feed.pm
M cgi-bin/LJ/vCard.pm
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text
M htdocs/profile.bml.text

Log Message:
-----------
Remove msn as a profile option

Patch by @denise. I'm just merging it in!


Compare: https://github.com/dreamwidth/dw-free/compare/4ebbcf5c96c4...6c28bce5e4bd

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:03 pm
Powered by Dreamwidth Studios