Nov. 14th, 2013

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: 3f72f7e0451891ee4369f420d110ae2f9d03b963
https://github.com/dreamwidth/dw-free/commit/3f72f7e0451891ee4369f420d110ae2f9d03b963
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M views/legal/tos.tt

Log Message:
-----------
(Bug 5284) Add link from TOS to DMCA policy


Commit: 46acc610dcd750d88050da11694ac73500f4f471
https://github.com/dreamwidth/dw-free/commit/46acc610dcd750d88050da11694ac73500f4f471
Author: Afuna <afuna@users.noreply.github.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M views/legal/tos.tt

Log Message:
-----------
Merge pull request #600 from afuna/dmca-policy-link-bug5284

(Bug 5284) Add link from TOS to DMCA policy


Compare: https://github.com/dreamwidth/dw-free/compare/1d82d050437b...46acc610dcd7
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: 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
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: 8524d617a919365996c71bd0b1efadccc7d9a11e
https://github.com/dreamwidth/dw-free/commit/8524d617a919365996c71bd0b1efadccc7d9a11e
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
R htdocs/scss/schemes/_alert-colors-dark.scss
R htdocs/scss/schemes/_alert-colors.scss
R htdocs/scss/schemes/_form-elements.scss
R htdocs/scss/schemes/_nav.scss
R htdocs/scss/schemes/_page-layout-hacks.scss
R htdocs/scss/schemes/_skin-colors.scss
R htdocs/scss/schemes/_skiplink.scss
R htdocs/scss/schemes/celerity.scss
R htdocs/scss/schemes/gradation/_gradation-base.scss
R htdocs/scss/schemes/gradation/gradation-horizontal.scss
R htdocs/scss/schemes/gradation/gradation-vertical.scss
R htdocs/scss/schemes/lynx.scss
A htdocs/scss/skins/_alert-colors-dark.scss
A htdocs/scss/skins/_alert-colors.scss
A htdocs/scss/skins/_form-elements.scss
A htdocs/scss/skins/_nav.scss
A htdocs/scss/skins/_page-layout-hacks.scss
A htdocs/scss/skins/_skin-colors.scss
A htdocs/scss/skins/_skiplink.scss
A htdocs/scss/skins/celerity.scss
A htdocs/scss/skins/gradation/_gradation-base.scss
A htdocs/scss/skins/gradation/gradation-horizontal.scss
A htdocs/scss/skins/gradation/gradation-vertical.scss
A htdocs/scss/skins/lynx.scss
M schemes/celerity.tt
M schemes/gradation-horizontal.tt
M schemes/gradation-vertical.tt
M schemes/lynx.tt

Log Message:
-----------
(Bug 5073) Move htdocs/scss/schemes => htdocs/scss/skins


Commit: da0b740ea84a3237d5afe98489502ae7f0d4a467
https://github.com/dreamwidth/dw-free/commit/da0b740ea84a3237d5afe98489502ae7f0d4a467
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 5265, 5073) Add .row .columns container around page content

This is needed for all pages (to add space around the edge), so add it
to all pages.

Individual pages can still have their own per-section row/column
wrapper.


Commit: 4cd655504b19bd3786a44dc9df497ade29ab31d8
https://github.com/dreamwidth/dw-free/commit/4cd655504b19bd3786a44dc9df497ade29ab31d8
Author: Afuna <afuna@users.noreply.github.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
R htdocs/scss/schemes/_alert-colors-dark.scss
R htdocs/scss/schemes/_alert-colors.scss
R htdocs/scss/schemes/_form-elements.scss
R htdocs/scss/schemes/_nav.scss
R htdocs/scss/schemes/_page-layout-hacks.scss
R htdocs/scss/schemes/_skin-colors.scss
R htdocs/scss/schemes/_skiplink.scss
R htdocs/scss/schemes/celerity.scss
R htdocs/scss/schemes/gradation/_gradation-base.scss
R htdocs/scss/schemes/gradation/gradation-horizontal.scss
R htdocs/scss/schemes/gradation/gradation-vertical.scss
R htdocs/scss/schemes/lynx.scss
A htdocs/scss/skins/_alert-colors-dark.scss
A htdocs/scss/skins/_alert-colors.scss
A htdocs/scss/skins/_form-elements.scss
A htdocs/scss/skins/_nav.scss
A htdocs/scss/skins/_page-layout-hacks.scss
A htdocs/scss/skins/_skin-colors.scss
A htdocs/scss/skins/_skiplink.scss
A htdocs/scss/skins/celerity.scss
A htdocs/scss/skins/gradation/_gradation-base.scss
A htdocs/scss/skins/gradation/gradation-horizontal.scss
A htdocs/scss/skins/gradation/gradation-vertical.scss
A htdocs/scss/skins/lynx.scss
M schemes/celerity.tt
M schemes/common.tt
M schemes/gradation-horizontal.tt
M schemes/gradation-vertical.tt
M schemes/lynx.tt

Log Message:
-----------
Merge pull request #603 from afuna/foundation-conversion-tweaks-bug5073

(Bug 5073) schemes => skins, fix spacing around edges of page


Compare: https://github.com/dreamwidth/dw-free/compare/0fbb848fc221...4cd655504b19
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-nonfree
Commit: 8828c9d7b87884afe277768d5e311d87d9c100d6
https://github.com/dreamwidth/dw-nonfree/commit/8828c9d7b87884afe277768d5e311d87d9c100d6
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M htdocs/scss/schemes/tropo/_tropo-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: cf35eaae8a5b4dedc5078a889bf9a4c4534a3a3b
https://github.com/dreamwidth/dw-nonfree/commit/cf35eaae8a5b4dedc5078a889bf9a4c4534a3a3b
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M htdocs/scss/schemes/tropo/tropo-purple.scss
M htdocs/scss/schemes/tropo/tropo-red.scss

Log Message:
-----------
(Bug 5073) Remove redundant _skin-colors include

Already included in tropo-base


Commit: 0ca68183d9490cd6695047356be7635b17d0d0fb
https://github.com/dreamwidth/dw-nonfree/commit/0ca68183d9490cd6695047356be7635b17d0d0fb
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M schemes/tropo-common.tt

Log Message:
-----------
(Bug 5073) Adds an error section to the top of Foundation pages


Commit: 1818d3ba2a9756b31c4b29c48d205a276726dc3a
https://github.com/dreamwidth/dw-nonfree/commit/1818d3ba2a9756b31c4b29c48d205a276726dc3a
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M htdocs/scss/schemes/tropo/tropo-purple.scss
M htdocs/scss/schemes/tropo/tropo-red.scss

Log Message:
-----------
(Bug 5073) Add a 1em left margin to all lists


Commit: 60848f2f9cab92f4d80148f073928824089dc194
https://github.com/dreamwidth/dw-nonfree/commit/60848f2f9cab92f4d80148f073928824089dc194
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M schemes/tropo-common.tt

Log Message:
-----------
(Bug 5073) Add .row .columns container around page content

This is needed for all pages (to add space around the edge), so add it
to all pages.

Individual pages can still have their own per-section row/column
wrapper.


Commit: bac4daf85c79f08d2d1120d1eb3c514b57bff770
https://github.com/dreamwidth/dw-nonfree/commit/bac4daf85c79f08d2d1120d1eb3c514b57bff770
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M schemes/tropo-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: 3afb0e5e39b958ae903ff1d81333816862a05832
https://github.com/dreamwidth/dw-nonfree/commit/3afb0e5e39b958ae903ff1d81333816862a05832
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
M htdocs/scss/schemes/tropo/_tropo-base.scss
M htdocs/scss/schemes/tropo/tropo-purple.scss
M htdocs/scss/schemes/tropo/tropo-red.scss

Log Message:
-----------
(Bug 5073) Finish converting Tropospherical Red / Purple


Commit: d209c8324b95e8733542bb8491cb43a19a23e21b
https://github.com/dreamwidth/dw-nonfree/commit/d209c8324b95e8733542bb8491cb43a19a23e21b
Author: Afuna <fu@dreamwidth.org>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
R htdocs/scss/schemes/tropo/_tropo-base.scss
R htdocs/scss/schemes/tropo/homepage.scss
R htdocs/scss/schemes/tropo/tropo-purple.scss
R htdocs/scss/schemes/tropo/tropo-red.scss
A htdocs/scss/skins/tropo/_tropo-base.scss
A htdocs/scss/skins/tropo/homepage.scss
A htdocs/scss/skins/tropo/tropo-purple.scss
A htdocs/scss/skins/tropo/tropo-red.scss
M schemes/tropo-common.tt

Log Message:
-----------
(Bug 5073) Move htdocs/scss/schemes => htdocs/scss/skins


Commit: 5fe314b4dfaaacd247753d0fba26894d8f923e6c
https://github.com/dreamwidth/dw-nonfree/commit/5fe314b4dfaaacd247753d0fba26894d8f923e6c
Author: Afuna <afuna@users.noreply.github.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)

Changed paths:
R htdocs/scss/schemes/tropo/_tropo-base.scss
R htdocs/scss/schemes/tropo/homepage.scss
R htdocs/scss/schemes/tropo/tropo-purple.scss
R htdocs/scss/schemes/tropo/tropo-red.scss
A htdocs/scss/skins/tropo/_tropo-base.scss
A htdocs/scss/skins/tropo/homepage.scss
A htdocs/scss/skins/tropo/tropo-purple.scss
A htdocs/scss/skins/tropo/tropo-red.scss
M schemes/tropo-common.tt

Log Message:
-----------
Merge pull request #46 from afuna/foundation-conversion-bug5073

(Bug 5073) Foundation conversion: Tropo skins


Compare: https://github.com/dreamwidth/dw-nonfree/compare/665abdce3dfa...5fe314b4dfaa

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. 15th, 2025 09:41 am
Powered by Dreamwidth Studios