Branch: refs/heads/develop
Home:
https://github.com/dreamwidth/dw-free Commit: 9b201034e00f887481ac50d118c8a13a17c6c98d
https://github.com/dreamwidth/dw-free/commit/9b201034e00f887481ac50d118c8a13a17c6c98d Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M htdocs/scss/schemes/celerity.scss
M htdocs/scss/schemes/gradation/_gradation-base.scss
Log Message:
-----------
(Bug 5073) Don't use width:100% on #content
The #content element is nested and may have applied margins to it that
could cause scrollbars. So let's use nested-collapse instead of the
default.
Commit: 19aa5770bee4feb102d3662b186c66ba7127bc70
https://github.com/dreamwidth/dw-free/commit/19aa5770bee4feb102d3662b186c66ba7127bc70 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
A cgi-bin/DW/FormErrors.pm
M cgi-bin/DW/Template.pm
M schemes/celerity.tt
M schemes/common.tt
M schemes/global.tt
A t/formerrors.t
Log Message:
-----------
(Bug 5073) Adds an error section to the top of foundation pages
See DW::FormErrors for instructions
Commit: 0c976eaa9af113333ecc92d7e5b91d6ce7cf3e0e
https://github.com/dreamwidth/dw-free/commit/0c976eaa9af113333ecc92d7e5b91d6ce7cf3e0e Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm
Log Message:
-----------
(Bug 5073) Create [% form.radio_nested %] / [% form.checkbox_nested %]
This is used on Foundation pages (different HTML structure)
Commit: 943ed097119ea74c8c166ca4395557855640acff
https://github.com/dreamwidth/dw-free/commit/943ed097119ea74c8c166ca4395557855640acff Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M cgi-bin/DW/FormErrors.pm
Log Message:
-----------
(Bug 5073) Adds per-form-element error messages
Commit: 1b152f1fedd8cc2f6070b926b2ec1fb108de295f
https://github.com/dreamwidth/dw-free/commit/1b152f1fedd8cc2f6070b926b2ec1fb108de295f Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M htdocs/scss/schemes/celerity.scss
M htdocs/scss/schemes/gradation/_gradation-base.scss
Log Message:
-----------
(Bug 5073) Add a 1em left margin to all lists
list-style-position: inside was causing issues with the table cell being
too narrow in chrome
Commit: ad81ccd949bd6a8a2a0832932e7d4a695e55c3d4
https://github.com/dreamwidth/dw-free/commit/ad81ccd949bd6a8a2a0832932e7d4a695e55c3d4 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
A views/components/README
A views/components/pagination.tt
Log Message:
-----------
(Bug 5073) Create pagination template
Template meant to be included within other templates; goes into
views/components.
Commit: 6d66af51db890cdaac954c881a443b69148a87cb
https://github.com/dreamwidth/dw-free/commit/6d66af51db890cdaac954c881a443b69148a87cb Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
A htdocs/scss/mixins/_screenreader-friendly.scss
M htdocs/scss/schemes/_skiplink.scss
Log Message:
-----------
(Bug 5073) Separate out screenreader-friendly styling
Include for the elements you need by doing:
* @import "mixins/screenreader-friendly"
* .element-that-needs-to-be-hidden-visually-but-not-from-screenreaders {
@extend %screenreader-friendly
}
Commit: 0d5d2fdf2c0c1c8f9423c285474bafa1ae441efb
https://github.com/dreamwidth/dw-free/commit/0d5d2fdf2c0c1c8f9423c285474bafa1ae441efb Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M schemes/celerity.tt
M schemes/common.tt
Log Message:
-----------
(Bug 5073) Initial load of pages should have no-js class
Use it to hide elements that require JS to work (class will be changed
after page has loaded)
Commit: d18e3660927da6ba71d1e733656b3dbd35ef2885
https://github.com/dreamwidth/dw-free/commit/d18e3660927da6ba71d1e733656b3dbd35ef2885 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M bin/upgrading/en.dat
M cgi-bin/LJ/Sendmail.pm
A t/formatted-mail.t
Log Message:
-----------
(Bug 5073) Add LJ::send_formatted_mail / LJ::format_mail
Wrapper around LJ::send_mail, which accepts most of the same arguments.
The big difference is that you don't need to specify plaintext vs html:
just pass in a body argument, and it will use that as the plaintext
body, and then process the text with Markdown to get an HTML version
Commit: c970a5cee2085fc53d7db68e619b7daced6a7d5e
https://github.com/dreamwidth/dw-free/commit/c970a5cee2085fc53d7db68e619b7daced6a7d5e Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M bin/upgrading/en.dat
M cgi-bin/LJ/Sendmail.pm
M t/formatted-mail.t
Log Message:
-----------
(Bug 5073) Move greeting/footer logic into LJ::format_mail
Much easier to test, because you know the full text of the email (rather
than having to guess if you need to put a newline or not).
For the record: no need for additional newlines before/after the body.
Patch includes whitespace fixes in the text of the test emails
Commit: 33309b2302e7a6ee2e52bc76bb9a02f72fd882af
https://github.com/dreamwidth/dw-free/commit/33309b2302e7a6ee2e52bc76bb9a02f72fd882af Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M cgi-bin/LJ/Sendmail.pm
M t/formatted-mail.t
Log Message:
-----------
(Bug 5073) Better detection of links in Markdown
Don't just remove any brackets; look for any brackets immediately
followed by parentheses.
Commit: e0d5f5303d19b173933fcf18dff444d84ed44e94
https://github.com/dreamwidth/dw-free/commit/e0d5f5303d19b173933fcf18dff444d84ed44e94 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M cgi-bin/DW/Controller/Dev.pm
A htdocs/scss/components/foundation-custom/_pagination.scss
A htdocs/scss/components/foundation-custom/_tables.scss
M htdocs/scss/foundation/_variables.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
A htdocs/scss/schemes/_form-elements.scss
M htdocs/scss/schemes/_skin-colors.scss
R views/dev/kitchensink.tt
R views/dev/kitchensink.tt.text
A views/dev/style-guide.tt
A views/dev/style-guide.tt.text
Log Message:
-----------
(Bug 5073) Create Style Guide
/dev/style-guide, shows how each component appears, as well as
providing examples for the HTML structure.
Foundation-specific.
Commit: 01094afeedb7cba07a26320ff1bc957ee5716439
https://github.com/dreamwidth/dw-free/commit/01094afeedb7cba07a26320ff1bc957ee5716439 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
A htdocs/js/components/jquery.select-all.js
A htdocs/scss/components/select-all.scss
M views/dev/style-guide.tt
Log Message:
-----------
(Bug 5073) Add a "select-all" checkbox component
Given something with the appropriate HTML structure (see
dev/style-guide for an example), style it and initialize the JS.
Commit: 6b52705c734a9ceeda5a427b0d9ffb891c7d6137
https://github.com/dreamwidth/dw-free/commit/6b52705c734a9ceeda5a427b0d9ffb891c7d6137 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M htdocs/scss/foundation/_variables.scss
Log Message:
-----------
(Bug 5073) Fix the position of the form error message
Commit: 0c824ae509f6b89b752f2ebf7d4e7db771319802
https://github.com/dreamwidth/dw-free/commit/0c824ae509f6b89b752f2ebf7d4e7db771319802 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M schemes/global.tt
Log Message:
-----------
(Bug 5073) Use alert-box instead of panel for error msgs summary
At the top of the page
Commit: d7e6d0147e5690333a4b0500520def97d4348656
https://github.com/dreamwidth/dw-free/commit/d7e6d0147e5690333a4b0500520def97d4348656 Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
A htdocs/scss/components/foundation-custom/_alert-boxes.scss
A htdocs/scss/components/foundation-custom/_panels.scss
M htdocs/scss/components/foundation-custom/_tables.scss
M htdocs/scss/foundation.scss
M htdocs/scss/foundation/_variables.scss
M htdocs/scss/foundation/components/_forms.scss
A htdocs/scss/schemes/_alert-colors-dark.scss
A htdocs/scss/schemes/_alert-colors.scss
M htdocs/scss/schemes/_form-elements.scss
M htdocs/scss/schemes/_skin-colors.scss
M htdocs/scss/schemes/celerity.scss
M htdocs/scss/schemes/gradation/_gradation-base.scss
A htdocs/scss/schemes/lynx.scss
M schemes/lynx.tt
Log Message:
-----------
(Bug 5073) Finish converting dw-free skins
* Assign variables in Celerity / Gradation
* Tweak implementation of elements such as alert boxes, panels, tables
* Convert lynx
Commit: 0fbb848fc2211be99bcaad1965c0adf5806a8aca
https://github.com/dreamwidth/dw-free/commit/0fbb848fc2211be99bcaad1965c0adf5806a8aca Author: Afuna <afuna@users.noreply.github.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Dev.pm
A cgi-bin/DW/FormErrors.pm
M cgi-bin/DW/Template.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/Sendmail.pm
A htdocs/js/components/jquery.select-all.js
A htdocs/scss/components/foundation-custom/_alert-boxes.scss
A htdocs/scss/components/foundation-custom/_pagination.scss
A htdocs/scss/components/foundation-custom/_panels.scss
A htdocs/scss/components/foundation-custom/_tables.scss
A htdocs/scss/components/select-all.scss
M htdocs/scss/foundation.scss
M htdocs/scss/foundation/_variables.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
A htdocs/scss/mixins/_screenreader-friendly.scss
A htdocs/scss/schemes/_alert-colors-dark.scss
A htdocs/scss/schemes/_alert-colors.scss
A htdocs/scss/schemes/_form-elements.scss
M htdocs/scss/schemes/_skin-colors.scss
M htdocs/scss/schemes/_skiplink.scss
M htdocs/scss/schemes/celerity.scss
M htdocs/scss/schemes/gradation/_gradation-base.scss
A htdocs/scss/schemes/lynx.scss
M schemes/celerity.tt
M schemes/common.tt
M schemes/global.tt
M schemes/lynx.tt
A t/formatted-mail.t
A t/formerrors.t
A views/components/README
A views/components/pagination.tt
R views/dev/kitchensink.tt
R views/dev/kitchensink.tt.text
A views/dev/style-guide.tt
A views/dev/style-guide.tt.text
Log Message:
-----------
Merge pull request #602 from afuna/foundation-conversion-bug5073
(Bug 5073) Foundation conversion: Style Guide
Compare:
https://github.com/dreamwidth/dw-free/compare/46acc610dcd7...0fbb848fc221