[dreamwidth/dw-free] 4d716d: [#1169] Fix saving of panel position after moving
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
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
no subject
<3333333333333333333333
no subject
<3