Jan. 30th, 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: b4b4d1ab7af5eebc6578fc61c0f116c145536ed8
https://github.com/dreamwidth/dw-free/commit/b4b4d1ab7af5eebc6578fc61c0f116c145536ed8
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/LJ/User.pm
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text

Log Message:
-----------
[#1109] Remove ljtalk, part 1

- Removes userprops: opt_showljtalk, opt_showonlinestatus

- Removes user methods:
* can_show_onlinestatus
* opt_showonlinestatus
* hide_ljtalk
* opt_showljtalk
* show_ljtalk

- Removes relevant (unused) code and text on /manage/profile


Commit: 5b6fbc467fae9351fb2f22a3ac60d434511a6d9d
https://github.com/dreamwidth/dw-free/commit/5b6fbc467fae9351fb2f22a3ac60d434511a6d9d
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/LJ/DB.pm
R cgi-bin/LJ/Jabber/Presence.pm
M cgi-bin/LJ/User.pm
M doc/raw/memcache-keys.txt
R t/jabber-presence.t

Log Message:
-----------
[#1109] Remove ljtalk, part 2

- Removes LJ::Jabber::Presence and associated test jabber-presence.t

- Removes remaining ljtalk methods from LJ::User

- Removes database tables: jabroster, jabpresence, jabcluster, jablastseen


Commit: 86c3cf032d7b99cca1dee4b436537eb653100885
https://github.com/dreamwidth/dw-free/commit/86c3cf032d7b99cca1dee4b436537eb653100885
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Search/Multisearch.pm
M cgi-bin/LJ/Event.pm
M cgi-bin/LJ/NotificationItem.pm
M cgi-bin/LJ/NotificationMethod.pm
R cgi-bin/LJ/NotificationMethod/IM.pm
M htdocs/manage/settings/index.bml.text

Log Message:
-----------
[#1109] Remove ljtalk, part 3

- Removes LJ::NotificationMethod::IM

- Removes as_im method from LJ::Event

- Removes ljtalk search type from /multisearch

- Removes unused jabber-related text strings from /manage/settings


Commit: 7a719047cb79c466cf42b447f1baca5ac2fccf53
https://github.com/dreamwidth/dw-free/commit/7a719047cb79c466cf42b447f1baca5ac2fccf53
Author: Mark Smith <mark@qq.is>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M cgi-bin/DW/Controller/Search/Multisearch.pm
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Event.pm
R cgi-bin/LJ/Jabber/Presence.pm
M cgi-bin/LJ/NotificationItem.pm
M cgi-bin/LJ/NotificationMethod.pm
R cgi-bin/LJ/NotificationMethod/IM.pm
M cgi-bin/LJ/User.pm
M doc/raw/memcache-keys.txt
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text
M htdocs/manage/settings/index.bml.text
R t/jabber-presence.t

Log Message:
-----------
Merge pull request #1175 from kareila/1109-ljtalk

Remove LJTalk


Compare: https://github.com/dreamwidth/dw-free/compare/69a14f8cfcd2...7a719047cb79
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: 9af87cc022136ecd2445a92c6d6fe9832e9822fa
https://github.com/dreamwidth/dw-free/commit/9af87cc022136ecd2445a92c6d6fe9832e9822fa
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M cgi-bin/LJ/Event/ImportStatus.pm
M cgi-bin/LJ/Event/SecurityAttributeChanged.pm
M cgi-bin/LJ/Event/UserMessageSent.pm
M cgi-bin/LJ/Event/VgiftApproved.pm
M cgi-bin/LJ/Event/VgiftDelivered.pm

Log Message:
-----------
(Bug 5242) Update event subclasses to use new raw_subscriptions method.

Dre says we shouldn't be overriding subscriptions any more - the way of
the future is to provide our own raw_subscriptions method instead.


Commit: b7b15c221272d52847153aa64f19bf587cbd7a63
https://github.com/dreamwidth/dw-free/commit/b7b15c221272d52847153aa64f19bf587cbd7a63
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M cgi-bin/LJ/Event.pm
M cgi-bin/LJ/Event/ImportStatus.pm
M cgi-bin/LJ/Event/SecurityAttributeChanged.pm
M cgi-bin/LJ/Event/UserMessageRecvd.pm
M cgi-bin/LJ/Event/UserMessageSent.pm
M cgi-bin/LJ/Event/VgiftApproved.pm
M cgi-bin/LJ/Event/VgiftDelivered.pm
M cgi-bin/LJ/Event/XPostFailure.pm

Log Message:
-----------
(Bug 5242) Refactor common code into _raw_always_subscribed parent method.

This was too much duplicated code to let stand.


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

Changed paths:
M cgi-bin/LJ/Event.pm
M cgi-bin/LJ/Event/ImportStatus.pm
M cgi-bin/LJ/Event/SecurityAttributeChanged.pm
M cgi-bin/LJ/Event/UserMessageRecvd.pm
M cgi-bin/LJ/Event/UserMessageSent.pm
M cgi-bin/LJ/Event/VgiftApproved.pm
M cgi-bin/LJ/Event/VgiftDelivered.pm
M cgi-bin/LJ/Event/XPostFailure.pm

Log Message:
-----------
Merge pull request #1171 from kareila/bug5242-eventfixup

Bug 5242 - update all events to use LJ::Event::raw_subscriptions


Compare: https://github.com/dreamwidth/dw-free/compare/7a719047cb79...af3371cb51d8
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: 6ccd1f9f5be1ac16388377fb583297b0c019f1ce
https://github.com/dreamwidth/dw-free/commit/6ccd1f9f5be1ac16388377fb583297b0c019f1ce
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M htdocs/scss/components/tag-browser.scss

Log Message:
-----------
[#1169] Fix vertical gap when tag wraps onto multiple lines


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

Changed paths:
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#1169] Tweak placement of the preview/spellcheck buttons

When we expect the entry textbox to be narrower (small screens, or
entry-partial-width is set), then have the buttons align left on the
next line.

Otherwise have them align right.


Commit: 019807ed6d514877fc2d8460b2c9069af40722c7
https://github.com/dreamwidth/dw-free/commit/019807ed6d514877fc2d8460b2c9069af40722c7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#1169] Fix display of quick buttons/dropdowns section

* makes appearance less messy on various screen sizes

* remove doubled connecting lines where needed


Commit: 8cfb04a9b807e659dce56bf22425e8c7865ff050
https://github.com/dreamwidth/dw-free/commit/8cfb04a9b807e659dce56bf22425e8c7865ff050
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

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

Log Message:
-----------
[#1169] Fix misalignment of quick entry metadata section

Assign a height (based on other form elements height), and make sure
vertical align is set consistently so that these elements line up
perfectly with one another.


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

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#1169] Reduce the size of the textarea slightly


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

Changed paths:
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

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

Post entry tweaks round 3


Compare: https://github.com/dreamwidth/dw-free/compare/c83ed8083e11...cd3e5321e80f
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: b047bbac93f1b19ab5d1c2e028320720cace788d
https://github.com/dreamwidth/dw-free/commit/b047bbac93f1b19ab5d1c2e028320720cace788d
Author: Mark Smith <mark@qq.is>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M views/admin/feeds/merge.tt

Log Message:
-----------
Fixes uses of the wrong filter and spurious \

Per @pauamma:
Discussed with @exor674, who thinks this was her code.


Commit: 9d07b370877d160753258b9baa356971058c3fc2
https://github.com/dreamwidth/dw-free/commit/9d07b370877d160753258b9baa356971058c3fc2
Author: Mark Smith <mark@qq.is>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M bin/upgrading/update-db-general.pl

Log Message:
-----------
This is not an everywhere table


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

Changed paths:
M bin/upgrading/update-db-general.pl

Log Message:
-----------
This one too.


Commit: 0d74d34b53afce1e3320b91209c046a52d5337df
https://github.com/dreamwidth/dw-free/commit/0d74d34b53afce1e3320b91209c046a52d5337df
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm
M views/success-page.tt

Log Message:
-----------
Fix errors found in the logs


Commit: 42c4a021ec2b7c335ce75e7bd4514b9866996fe2
https://github.com/dreamwidth/dw-free/commit/42c4a021ec2b7c335ce75e7bd4514b9866996fe2
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm
M views/success-page.tt

Log Message:
-----------
Merge pull request #1121 from afuna/log-errors

Fix errors found in the logs


Commit: 4cecce025c2580f9f5519a329f8e0614dd46de77
https://github.com/dreamwidth/dw-free/commit/4cecce025c2580f9f5519a329f8e0614dd46de77
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#1002] Don't redirect if we're on $SSLICONPREFIX


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

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

Log Message:
-----------
Merge pull request #1122 from afuna/https-userpics-infinite-redirect

[#1002] Don't redirect if we're on $SSLICONPREFIX


Commit: 168e2e948161d31c83db8e5bfa198b217da7ee79
https://github.com/dreamwidth/dw-free/commit/168e2e948161d31c83db8e5bfa198b217da7ee79
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-20 (Tue, 20 Jan 2015)

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

Log Message:
-----------
[#1135] Make sure effective remote is set properly for non-BML pages

Fixes #1135.


Commit: 9ee7e6b2c55ff19290eed181cc9b03db904a42b9
https://github.com/dreamwidth/dw-free/commit/9ee7e6b2c55ff19290eed181cc9b03db904a42b9
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-20 (Tue, 20 Jan 2015)

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

Log Message:
-----------
Merge pull request #1136 from afuna/effecitve-remote-non-bml-bug-1135

[#1135] Make sure effective remote is set properly for non-BML pages


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

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Shop/Item/Rename.pm

Log Message:
-----------
[#825] Fix URL for renames

* makes /rename/ work (note the ending slash)

* updates the URL in the receipt


Commit: 327c5ddfe573a944554454face60b3e03eff1a56
https://github.com/dreamwidth/dw-free/commit/327c5ddfe573a944554454face60b3e03eff1a56
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-20 (Tue, 20 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Shop/Item/Rename.pm

Log Message:
-----------
Merge pull request #1137 from afuna/renames-url-bug-825

[#825] Fix URL for renames


Commit: 21fe9548733a1dc3c31157a412c72b4b268bd120
https://github.com/dreamwidth/dw-free/commit/21fe9548733a1dc3c31157a412c72b4b268bd120
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-24 (Sat, 24 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
[#1138] Only add the blank space when we are showing tag arrows

Fixes #1138.


Commit: 7fc8a3f9499c9c04d199898726051ae6ae98bc33
https://github.com/dreamwidth/dw-free/commit/7fc8a3f9499c9c04d199898726051ae6ae98bc33
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-24 (Sat, 24 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #1143 from afuna/blank-space-bug-1138

[#1138] Only add the blank space when we are showing tag arrows


Commit: 831f2933e1987531355f1a2e9377824744ca24f3
https://github.com/dreamwidth/dw-free/commit/831f2933e1987531355f1a2e9377824744ca24f3
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-24 (Sat, 24 Jan 2015)

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

Log Message:
-----------
[#1134] Use protocol-relative URL for image objects in S2

This means that we cache it as "//" rather than "http://" or "https://"
so it works both pages.

A bit hacky, but makes sure we're limited in scope to website-only
(journals only), and not affecting stuff like email.

Fixes #1134.


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

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

Log Message:
-----------
Merge pull request #1145 from afuna/s2-imgroot-cache-bug-1134

[#1134] Use protocol-relative URL for image objects in S2


Commit: 91f457619fd925805a39bebd57e4c24c7e376ecc
https://github.com/dreamwidth/dw-free/commit/91f457619fd925805a39bebd57e4c24c7e376ecc
Author: Woggy <woggy222@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Additional CSS class "tagnav" to provide customization options for tag
arrows


Commit: 3f33f29c7c0cea3364d9f8beb0a224856191c47a
https://github.com/dreamwidth/dw-free/commit/3f33f29c7c0cea3364d9f8beb0a224856191c47a
Author: Woggy <woggy222@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
class handle on the padding, too.


Commit: d03fdbeed6f1bd01a24fc93637fbe735754927f8
https://github.com/dreamwidth/dw-free/commit/d03fdbeed6f1bd01a24fc93637fbe735754927f8
Author: Woggy <woggy222@gmail.com>
Date: 2015-01-27 (Tue, 27 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
incorporating spacing into the tagnav class instead of having a breakout.


Commit: 8d80c9cc2490c13c1fcbbdb229211a68898129f2
https://github.com/dreamwidth/dw-free/commit/8d80c9cc2490c13c1fcbbdb229211a68898129f2
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-26 (Mon, 26 Jan 2015)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #1153 from woggy/tagnav-css-1126

Additional CSS class "tagnav" to provide customization options for tag


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


Commit: 7c53f32316f6ef1dddde34ff52ca1dbee568ac1f
https://github.com/dreamwidth/dw-free/commit/7c53f32316f6ef1dddde34ff52ca1dbee568ac1f
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M htdocs/scss/components/tag-browser.scss

Log Message:
-----------
[#1169] Tweak the wrapping of the tags checkbox more


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

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

Log Message:
-----------
[#1169] Remove space below last form element if it's label + input combo

(this is seen in the display date component which has a checkbox as its
last form element)


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

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

Log Message:
-----------
[#1169] Reduce padding / margins in and around components


Commit: 39e01d4b0885688cec0fb6d57bf9f861ae2abe17
https://github.com/dreamwidth/dw-free/commit/39e01d4b0885688cec0fb6d57bf9f861ae2abe17
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

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

Log Message:
-----------
[#1169] Shrink font size of entry options (to match rest)


Commit: 9314e88bebb4f5807f70b93a85ffa301fdd78b79
https://github.com/dreamwidth/dw-free/commit/9314e88bebb4f5807f70b93a85ffa301fdd78b79
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

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

Log Message:
-----------
[#1169] Change the font family of the textarea back to monospace


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

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

Log Message:
-----------
[#1169] Remove gratuitous space between quick-buttons and components


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

Changed paths:
M htdocs/scss/foundation/_settings.scss

Log Message:
-----------
[#1169] Widen the max page width for all site skins


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

Changed paths:
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/pages/entry/options.scss

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

/entry/new tweaks round 2


Commit: 6ccd1f9f5be1ac16388377fb583297b0c019f1ce
https://github.com/dreamwidth/dw-free/commit/6ccd1f9f5be1ac16388377fb583297b0c019f1ce
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Changed paths:
M htdocs/scss/components/tag-browser.scss

Log Message:
-----------
[#1169] Fix vertical gap when tag wraps onto multiple lines


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

Changed paths:
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#1169] Tweak placement of the preview/spellcheck buttons

When we expect the entry textbox to be narrower (small screens, or
entry-partial-width is set), then have the buttons align left on the
next line.

Otherwise have them align right.


Commit: 019807ed6d514877fc2d8460b2c9069af40722c7
https://github.com/dreamwidth/dw-free/commit/019807ed6d514877fc2d8460b2c9069af40722c7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#1169] Fix display of quick buttons/dropdowns section

* makes appearance less messy on various screen sizes

* remove doubled connecting lines where needed


Commit: 8cfb04a9b807e659dce56bf22425e8c7865ff050
https://github.com/dreamwidth/dw-free/commit/8cfb04a9b807e659dce56bf22425e8c7865ff050
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

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

Log Message:
-----------
[#1169] Fix misalignment of quick entry metadata section

Assign a height (based on other form elements height), and make sure
vertical align is set consistently so that these elements line up
perfectly with one another.


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

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#1169] Reduce the size of the textarea slightly


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

Changed paths:
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

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

Post entry tweaks round 3


Commit: 081149479da314d8bb8f337fb8e1756e5ddda9d7
https://github.com/dreamwidth/dw-free/commit/081149479da314d8bb8f337fb8e1756e5ddda9d7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Shop/Item/Rename.pm
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/User.pm
M htdocs/js/pages/entry/options.js
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/pages/entry/options.scss
M styles/core2.s2
M views/admin/feeds/merge.tt
M views/entry/form.tt
M views/entry/module-crosspost.tt.text
M views/entry/module-displaydate.tt.text
M views/success-page.tt

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

* release-1.23:
[#1169] Reduce the size of the textarea slightly
[#1169] Fix misalignment of quick entry metadata section
[#1169] Fix display of quick buttons/dropdowns section
[#1169] Tweak placement of the preview/spellcheck buttons
[#1169] Fix vertical gap when tag wraps onto multiple lines
[#1169] Widen the max page width for all site skins
[#1169] Remove gratuitous space between quick-buttons and components
[#1169] Change the font family of the textarea back to monospace
[#1169] Shrink font size of entry options (to match rest)
[#1169] Reduce padding / margins in and around components
[#1169] Remove space below last form element if it's label + input combo
[#1169] Tweak the wrapping of the tags checkbox more
[#1169] Don't force line-height on selects/inputs
[#1169] Shrink form-element padding inside components
[#1169] Make sure selects are the same size as the rest of component
[#1169] Fix wrapping of checkbox/radio text in modals
[#1169] More wording tweaks
[#1169] Allow multiple columns in medium-sized screens
[#1169] Tweak capitalization of "Reading pages"
[#1169] Change "Crosspost Accounts" to "Crosspost to:"
[#1169] Fix saving of panel position after moving
incorporating spacing into the tagnav class instead of having a breakout.
class handle on the padding, too.
Additional CSS class "tagnav" to provide customization options for tag arrows
[#1134] Use protocol-relative URL for image objects in S2
[#1138] Only add the blank space when we are showing tag arrows
[#825] Fix URL for renames
[#1135] Make sure effective remote is set properly for non-BML pages
[#1002] Don't redirect if we're on $SSLICONPREFIX
Fix errors found in the logs
This one too.
This is not an everywhere table
Fixes uses of the wrong filter and spurious \


Compare: https://github.com/dreamwidth/dw-free/compare/af3371cb51d8...081149479da3
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: 22885051a50e5d8f2cd2dff0e1da957fc8ab5207
https://github.com/dreamwidth/dw-free/commit/22885051a50e5d8f2cd2dff0e1da957fc8ab5207
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js
M htdocs/scss/components/icon-browser.scss

Log Message:
-----------
[#1169] Fix highlighting of keyword below icon in icon browser


Commit: 308eca2963b3cbf0296fe60ec2458dc1ee161671
https://github.com/dreamwidth/dw-free/commit/308eca2963b3cbf0296fe60ec2458dc1ee161671
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/components/icon-browser.scss

Log Message:
-----------
[#1169] Define width for icon image

This is so that non 100x100 icons take up consistent space


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

Changed paths:
M htdocs/scss/components/icon-browser.scss
M views/components/icon-browser.tt

Log Message:
-----------
[#1169] Make icon browser content area scrollable vertically

Instead of scrolling the whole page, but only on medium screens or
larger. Smaller things, like phones, need three finger scrolling, which
some people don't know about.

Also make sure that we force the line to break on longer comments.


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

Changed paths:
M htdocs/scss/components/tag-browser.scss
M views/components/tag-browser.tt

Log Message:
-----------
[#1169] Make tag browser content area scrollable vertically

Instead of scrolling the whole page, but only on medium screens or
larger. Smaller things, like phones, need three finger scrolling, which
some people don't know about


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

Changed paths:
M htdocs/js/dw/dw-core.js

Log Message:
-----------
[#1169] Tweak positioning of throbber when inside a button


Commit: 740ad4e3f9a166118d4bfba40985b5d9194b6058
https://github.com/dreamwidth/dw-free/commit/740ad4e3f9a166118d4bfba40985b5d9194b6058
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/skins/_skin-colors.scss

Log Message:
-----------
[#1169] Fix the tag token colors


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

Changed paths:
M htdocs/scss/components/autocompletewithunknown.scss

Log Message:
-----------
[#1169] Tweak appearance of the autocomplete textarea

So that it looks even and consistent with other inputs on the page


Commit: 18e1ae4443eaed662ab99b28b403e8c06d84007e
https://github.com/dreamwidth/dw-free/commit/18e1ae4443eaed662ab99b28b403e8c06d84007e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js

Log Message:
-----------
[#1169] Move focus to textarea when we click in tags autocomplete area

After you've entered a few tags, there's a tempting area of whitespace
to the right of the list. If you click that, we now assume you want to
add a new tag and move you to the textarea.


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

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

Log Message:
-----------
[#1169] Style the "edit custom filters" button


Commit: 26b8dd21bcea64c4f53b12a73db0a28807618432
https://github.com/dreamwidth/dw-free/commit/26b8dd21bcea64c4f53b12a73db0a28807618432
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

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

Log Message:
-----------
[#1169] Remove extra border/border-radius in date component


Commit: 84bb186af372c194f128d1e2c2650ce7049253fa
https://github.com/dreamwidth/dw-free/commit/84bb186af372c194f128d1e2c2650ce7049253fa
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/dw/dw-core.js
M htdocs/scss/components/autocompletewithunknown.scss
M htdocs/scss/components/icon-browser.scss
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_skin-colors.scss
M views/components/icon-browser.tt
M views/components/tag-browser.tt

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

/entry/new tweaks round 4


Compare: https://github.com/dreamwidth/dw-free/compare/cd3e5321e80f...84bb186af372

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