[dreamwidth/dw-free] 570674: [#1169] Make label font color same as input in cel...
Branch: refs/heads/release-1.23
Home: https://github.com/dreamwidth/dw-free
Commit: 5706742ef3f54d13504fa3965e816a03930a5858
https://github.com/dreamwidth/dw-free/commit/5706742ef3f54d13504fa3965e816a03930a5858
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/scss/skins/celerity.scss
Log Message:
-----------
[#1169] Make label font color same as input in celerity
So it's black, not green.
Commit: c3c3b7a801074475ab07c6c76a69f539b07c2094
https://github.com/dreamwidth/dw-free/commit/c3c3b7a801074475ab07c6c76a69f539b07c2094
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/scss/pages/entry/new.scss
Log Message:
-----------
[#1169] Tweak position of the journal input (when logged out)
Commit: 2fce495c1fe62787b10abbc8be4722fc3649d046
https://github.com/dreamwidth/dw-free/commit/2fce495c1fe62787b10abbc8be4722fc3649d046
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
Log Message:
-----------
[#1169] Respect the setting for max number of autocomplete results
Commit: 62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
https://github.com/dreamwidth/dw-free/commit/62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.icon-browser.js
Log Message:
-----------
[#1169] Make sure to remove items that don't match our filter
May regret this... problem is we break the grid into rows using
nth-of-type which goes only by element type. So even a hidden element
counts as being of the filter.
Might be better to target by adding a "break" class using JS every x
visible item; but let's try this for now.
Commit: 3bf8fa728002b9846f4c0b73077f2d6330df126e
https://github.com/dreamwidth/dw-free/commit/3bf8fa728002b9846f4c0b73077f2d6330df126e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.tag-browser.js
Log Message:
-----------
[#1169] Reload modal tags if we're on a different journal
Commit: a227084650e7bee1c1f36566d79cd012e5a31416
https://github.com/dreamwidth/dw-free/commit/a227084650e7bee1c1f36566d79cd012e5a31416
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/pages/entry/new.js
Log Message:
-----------
[#1169] Fix true/false check
* "0" was being read as a string 0, which is true in JS, so we were
always showing the community section when editing an entry, even to
people who weren't admins of the community
* we only want to rely on this data-attribute on initial page load
(because after the select dropdown changes, this is no longer
applicable), so we make sure to remove the attribute after we've
looked at it once
* also updates a random "bind" to use "on"
Commit: 72456b246dbcbd0446cc702c2f89fab9dcfc7d09
https://github.com/dreamwidth/dw-free/commit/72456b246dbcbd0446cc702c2f89fab9dcfc7d09
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M htdocs/scss/skins/_form-elements.scss
Log Message:
-----------
[#1192] Make secondary buttons in panels more distinguishable
Commit: 58079d70916f5dd31b03c015569055baa7e2f695
https://github.com/dreamwidth/dw-free/commit/58079d70916f5dd31b03c015569055baa7e2f695
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/celerity.scss
Log Message:
-----------
Merge pull request #1198 from afuna/post-entry-tweaks-bug-1169-round-6
/entry/new tweaks round 6
Compare: https://github.com/dreamwidth/dw-free/compare/4d6d056db244...58079d70916f
Home: https://github.com/dreamwidth/dw-free
Commit: 5706742ef3f54d13504fa3965e816a03930a5858
https://github.com/dreamwidth/dw-free/commit/5706742ef3f54d13504fa3965e816a03930a5858
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/scss/skins/celerity.scss
Log Message:
-----------
[#1169] Make label font color same as input in celerity
So it's black, not green.
Commit: c3c3b7a801074475ab07c6c76a69f539b07c2094
https://github.com/dreamwidth/dw-free/commit/c3c3b7a801074475ab07c6c76a69f539b07c2094
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/scss/pages/entry/new.scss
Log Message:
-----------
[#1169] Tweak position of the journal input (when logged out)
Commit: 2fce495c1fe62787b10abbc8be4722fc3649d046
https://github.com/dreamwidth/dw-free/commit/2fce495c1fe62787b10abbc8be4722fc3649d046
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
Log Message:
-----------
[#1169] Respect the setting for max number of autocomplete results
Commit: 62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
https://github.com/dreamwidth/dw-free/commit/62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.icon-browser.js
Log Message:
-----------
[#1169] Make sure to remove items that don't match our filter
May regret this... problem is we break the grid into rows using
nth-of-type which goes only by element type. So even a hidden element
counts as being of the filter.
Might be better to target by adding a "break" class using JS every x
visible item; but let's try this for now.
Commit: 3bf8fa728002b9846f4c0b73077f2d6330df126e
https://github.com/dreamwidth/dw-free/commit/3bf8fa728002b9846f4c0b73077f2d6330df126e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.tag-browser.js
Log Message:
-----------
[#1169] Reload modal tags if we're on a different journal
Commit: a227084650e7bee1c1f36566d79cd012e5a31416
https://github.com/dreamwidth/dw-free/commit/a227084650e7bee1c1f36566d79cd012e5a31416
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M htdocs/js/pages/entry/new.js
Log Message:
-----------
[#1169] Fix true/false check
* "0" was being read as a string 0, which is true in JS, so we were
always showing the community section when editing an entry, even to
people who weren't admins of the community
* we only want to rely on this data-attribute on initial page load
(because after the select dropdown changes, this is no longer
applicable), so we make sure to remove the attribute after we've
looked at it once
* also updates a random "bind" to use "on"
Commit: 72456b246dbcbd0446cc702c2f89fab9dcfc7d09
https://github.com/dreamwidth/dw-free/commit/72456b246dbcbd0446cc702c2f89fab9dcfc7d09
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M htdocs/scss/skins/_form-elements.scss
Log Message:
-----------
[#1192] Make secondary buttons in panels more distinguishable
Commit: 58079d70916f5dd31b03c015569055baa7e2f695
https://github.com/dreamwidth/dw-free/commit/58079d70916f5dd31b03c015569055baa7e2f695
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/celerity.scss
Log Message:
-----------
Merge pull request #1198 from afuna/post-entry-tweaks-bug-1169-round-6
/entry/new tweaks round 6
Compare: https://github.com/dreamwidth/dw-free/compare/4d6d056db244...58079d70916f