Oct. 10th, 2014

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: ff7ca93e4c5d1ce181d89be507c8a4a9338f3682
https://github.com/dreamwidth/dw-free/commit/ff7ca93e4c5d1ce181d89be507c8a4a9338f3682
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/components/_expand-for-mobile.scss
M htdocs/scss/components/foundation-custom/_buttons.scss
M htdocs/scss/components/inline-lists.scss
M htdocs/scss/components/queues.scss
M htdocs/scss/components/tables-as-list.scss
A htdocs/scss/foundation/_base.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/foundation/components/_global.scss
M htdocs/scss/foundation/foundation.scss
M htdocs/scss/pages/communities/list.scss
M htdocs/scss/pages/communities/queue/entries/edit.scss
M htdocs/scss/pages/media/new.scss

Log Message:
-----------
Add foundation/base.scss to easily include settings/global functions

* foundation/base.scss should be included in pages or components if you
need access to variables or functions. It won't print any extra CSS.
This is important because before you had to explicitly set
$include-html-classes to false... and I always forgot, bulking up our
stylesheets

* tweak everything that imports foundation/settings or foundation/global
to import foundation/base instead. Remove now-redundant
$include-html-classes: false

* add a comment clarifying that foundation/foundation.scss prints out
CSS and is for inclusion in site skins only


Commit: 91c7b0601b8bd084f8710d5f0db138e9f1773a63
https://github.com/dreamwidth/dw-free/commit/91c7b0601b8bd084f8710d5f0db138e9f1773a63
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
A htdocs/scss/components/button-groups.scss
A htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#665] Convert the overall structure of /entry/new to foundation

* use alert-box instead of ui-highlight

* use foundation's grid instead of our custom resizing (does still
require some custom logic because of the entry-partial-width versus
entry-full-width)

* use button-bar/button-group instead of action-bar


Commit: c39e25a771259272335ce7ce8e00ac08fcf1cc2b
https://github.com/dreamwidth/dw-free/commit/c39e25a771259272335ce7ce8e00ac08fcf1cc2b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/_gradation-base.scss

Log Message:
-----------
Set the legend background to be transparent instead of body bg

So that it always works, even on different backgrounds (e.g., panels)


Commit: cd819373dce24be9169b042ae438a7d1e07b099e
https://github.com/dreamwidth/dw-free/commit/cd819373dce24be9169b042ae438a7d1e07b099e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M views/entry/form.tt

Log Message:
-----------
[#665] Overall component appearance


Commit: 7620b28d0d4472a8b6126a5302ebf597b6c18b5f
https://github.com/dreamwidth/dw-free/commit/7620b28d0d4472a8b6126a5302ebf597b6c18b5f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
R htdocs/js/page/jquery.communities-new.js
A htdocs/js/pages/jquery.communities-new.js
M views/communities/new.tt

Log Message:
-----------
Move htdocs/js/page to htdocs/js/pages for consistency


Commit: aa0ec1b01cf78d4e3d6bcc8b63db1f18d7503086
https://github.com/dreamwidth/dw-free/commit/aa0ec1b01cf78d4e3d6bcc8b63db1f18d7503086
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Base JS


Commit: 3c5a6396c00d77b7dc5931a802934a97b32c0956
https://github.com/dreamwidth/dw-free/commit/3c5a6396c00d77b7dc5931a802934a97b32c0956
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/mixins/_screenreader-friendly.scss
M htdocs/scss/skins/_skiplink.scss

Log Message:
-----------
Use "clip" instead of left/top positioning for visually-hidden elements

This is to avoid issues with dotted outlines extending to the top of the
page when there's a focusable element


Commit: 000cac7f319d8f6396d49668d73ad633f98467b2
https://github.com/dreamwidth/dw-free/commit/000cac7f319d8f6396d49668d73ad633f98467b2
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
A htdocs/scss/components/foundation-icons.scss
M htdocs/scss/skins/_skin-colors.scss
A htdocs/stc/fonts/foundation-icons.eot
A htdocs/stc/fonts/foundation-icons.svg
A htdocs/stc/fonts/foundation-icons.ttf
A htdocs/stc/fonts/foundation-icons.woff

Log Message:
-----------
Adds foundation icon fonts

We should only use it decoratively -- that is, alongside text, but not
purely on its own.


Commit: 4fbb5cf4885d76a69a4be904c5307957f0a264e7
https://github.com/dreamwidth/dw-free/commit/4fbb5cf4885d76a69a4be904c5307957f0a264e7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
R htdocs/scss/mixins/_screenreader-friendly.scss
A htdocs/scss/mixins/_visually-hidden.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/_skiplink.scss

Log Message:
-----------
Rename "screenreader-friendly" to "visually-hidden"

Seems clearer as to what it actually does


Commit: 598784b25117d425878456daf9d18ce997b4e39e
https://github.com/dreamwidth/dw-free/commit/598784b25117d425878456daf9d18ce997b4e39e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
A htdocs/js/components/jquery.collapse.js
R htdocs/js/jquery.collapsible.js
M htdocs/js/pages/entry/new.js
A htdocs/scss/components/jquery.collapse.scss
M htdocs/scss/pages/entry/new.scss
R htdocs/stc/jquery.collapsible.css
M views/entry/form.tt
M views/entry/module-access.tt
M views/entry/module-age_restriction.tt
M views/entry/module-comments-new.tt
M views/entry/module-comments.tt
M views/entry/module-crosspost.tt
M views/entry/module-currents.tt
M views/entry/module-displaydate.tt
M views/entry/module-flags.tt
M views/entry/module-icons.tt
M views/entry/module-journal.tt
M views/entry/module-scheduled.tt
M views/entry/module-slug.tt
M views/entry/module-status.tt
M views/entry/module-tags.tt

Log Message:
-----------
[#665] Collapse/expand without using jQuery UI


Commit: 1f489e2475d64aead55235f4e575029815c200ff
https://github.com/dreamwidth/dw-free/commit/1f489e2475d64aead55235f4e575029815c200ff
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/js/components/jquery.collapse.js
M htdocs/scss/components/jquery.collapse.scss

Log Message:
-----------
[#665] Collapse plugin tweaks

* make the generated button the outermost element, so that we don't have
to override as much of the font styling

* remove some now-redundant CSS

* tweak the logic of isExpanded so it defaults to start with expanded
(if no data was given)


Commit: 4d8dd228d704c27e8324645e5870e87220b90b7e
https://github.com/dreamwidth/dw-free/commit/4d8dd228d704c27e8324645e5870e87220b90b7e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/dev/style-guide.tt

Log Message:
-----------
[#665] Document the collapse plugin in /dev/style-guide

* which files to include

* how to load (adds a new "onload" block in template toolkit for
convenience)

* what is important to include: data-collapse, optionally
data-collapse-state


Commit: a093388482665250dcb1e62e68e44210f7c2f28c
https://github.com/dreamwidth/dw-free/commit/a093388482665250dcb1e62e68e44210f7c2f28c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Shrink the components text a bit


Commit: bfb11ce8f612c5ec701bec4c2913be69c36fafb4
https://github.com/dreamwidth/dw-free/commit/bfb11ce8f612c5ec701bec4c2913be69c36fafb4
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#665] Update form elements

* use "hidden" instead of "invisible" for the label class

* minor refactor: use dw.ml(foo) instead of [% foo | ml %] when setting
labels


Commit: 38a058f96e50ba90f7928598474e6d6d9a8e1697
https://github.com/dreamwidth/dw-free/commit/38a058f96e50ba90f7928598474e6d6d9a8e1697
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#665] Add missing label


Commit: f1837e9b1b4270be0d43fe591be6de0049b8b65f
https://github.com/dreamwidth/dw-free/commit/f1837e9b1b4270be0d43fe591be6de0049b8b65f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#665] Put button bar in its own row so we're sure to clear components


Commit: a1fcbc9367482f37dc3a7025de8eab083ec01bd8
https://github.com/dreamwidth/dw-free/commit/a1fcbc9367482f37dc3a7025de8eab083ec01bd8
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/DW/FormErrors.pm
M schemes/global.tt
M views/entry/form.tt
M views/entry/form.tt.text

Log Message:
-----------
[#665] Use DW::FormErrors for handling errors

* replaces @error_list with $errors; removes the code to print out
errors on the page because this is handled automatically

* also adds DW::FormErrors->add_string, which lets you add a full string
instead of the ml_key to the list of errors. This is useful for
protocol errors and errors stored in variables (e.g., readonly error)


Commit: ac7f12be2b074363add3ebcd9c7b89aa33ec34e3
https://github.com/dreamwidth/dw-free/commit/ac7f12be2b074363add3ebcd9c7b89aa33ec34e3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M views/entry/form.tt.text
M views/entry/success.tt
A views/entry/success.tt.text

Log Message:
-----------
[#665] Stop using /update.bml and /editjournal.bml strings


Commit: 2eb2c3d9550b35f56efbd2d96bd5ce1323fa0d62
https://github.com/dreamwidth/dw-free/commit/2eb2c3d9550b35f56efbd2d96bd5ce1323fa0d62
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M cgi-bin/DW/FormErrors.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M schemes/global.tt

Log Message:
-----------
[#665] Refactor DW::FormErrors to always have error.message

Instead of having to worry about whether we have the ml or the raw
message in the view, let's just let DW::FormErrors handle it. As far as
we're concerned we only need to worry about error.message (though the ml
and args are still available)


Commit: 55d73507ed8445a5919240f44eca768473a10a74
https://github.com/dreamwidth/dw-free/commit/55d73507ed8445a5919240f44eca768473a10a74
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm

Log Message:
-----------
[#934] Show the edit entry again link unconditionally


Commit: bb76eab0c239467dd50ca7fefcc31b062c6245d7
https://github.com/dreamwidth/dw-free/commit/bb76eab0c239467dd50ca7fefcc31b062c6245d7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M views/entry/form.tt
M views/entry/success.tt

Log Message:
-----------
[#665] Use DW::FormErrors for the warnings list


Commit: b8e580544cf4a1ae97c8b7885fec1791ce4e7e0e
https://github.com/dreamwidth/dw-free/commit/b8e580544cf4a1ae97c8b7885fec1791ce4e7e0e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/entry/success.tt

Log Message:
-----------
[#665] Convert the entry success page to foundation


Commit: 6b934438020be6033741c4636a1d2fab9d137a40
https://github.com/dreamwidth/dw-free/commit/6b934438020be6033741c4636a1d2fab9d137a40
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
M views/entry/module-currents.tt

Log Message:
-----------
[#665] Currents component


Commit: 0a8b1115e80408280e6007ab2c4ea5db315f7cd6
https://github.com/dreamwidth/dw-free/commit/0a8b1115e80408280e6007ab2c4ea5db315f7cd6
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Rename post_entry to js-post-entry

* consistency of _ vs -

* prepend js- to make it clear that we're using the id for convenience
in locating the form in js


Commit: 7f45cfd923616d1741171cf0720b4f526a473ab0
https://github.com/dreamwidth/dw-free/commit/7f45cfd923616d1741171cf0720b4f526a473ab0
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M views/entry/module-age_restriction.tt
M views/entry/module-comments.tt

Log Message:
-----------
[#665] Comment and age restriction components


Commit: 6b57e65bef17785477aa34c7b51db66bb32ee5da
https://github.com/dreamwidth/dw-free/commit/6b57e65bef17785477aa34c7b51db66bb32ee5da
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Remove extra padding-bottom

The last form element has a padding-bottom of 1rem; the fieldset has a
padding of 1.25rem. This creates a doubled-padding at the bottom of the
component, so let's make remove some padding from the fieldset.

Note: best would be to remove the bottom padding from the last form
element, but then we'd have to be aware of which HTML element was
visible. This is hackier, but ultimately seems simpler


Commit: f31857b12a40a4dadc7f0d5899bdae2b4bd099aa
https://github.com/dreamwidth/dw-free/commit/f31857b12a40a4dadc7f0d5899bdae2b4bd099aa
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/module-access.tt

Log Message:
-----------
[#665] Access component


Commit: ce1201192833d7c9ed9d0f06fa1a95c58404618e
https://github.com/dreamwidth/dw-free/commit/ce1201192833d7c9ed9d0f06fa1a95c58404618e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/module-access.tt

Log Message:
-----------
[#665] Move custom access groups to a modal

* more space to spread out content, especially with showing who can see
the entry


Commit: b690de18dddca0ae9352851108c8e31902086910
https://github.com/dreamwidth/dw-free/commit/b690de18dddca0ae9352851108c8e31902086910
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Remove extra bottom padding take 2

Previous solution led to an annoying jiggle on page load. Also, hacky!
So let's do it this way: use jQuery to detect the last visible row and
set the .last-visible class for a component that has extra elements that
are hidden/displayed by JS. If not, then the original CSS which uses
:last-child works just fine

(If there's no JS, we only have a little extra padding for specific
components -- not a dealbreaker)


Commit: 780c6ef9103ab92439bf297fb0b00b72ef76cf4d
https://github.com/dreamwidth/dw-free/commit/780c6ef9103ab92439bf297fb0b00b72ef76cf4d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Fix class name


Commit: 3699cf9cf443ed65dd4e0b9544325e0d1180d7a7
https://github.com/dreamwidth/dw-free/commit/3699cf9cf443ed65dd4e0b9544325e0d1180d7a7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/components/foundation-custom/_buttons.scss
M htdocs/scss/components/jquery.collapse.scss
A htdocs/scss/mixins/_bare-button.scss

Log Message:
-----------
[#665] Add a "bare button" mixin

For when we want an element to act like a button, but look very simple
and plain / not heavy


Commit: 3742ca621e498127b6ec640213d04295f32c6302
https://github.com/dreamwidth/dw-free/commit/3742ca621e498127b6ec640213d04295f32c6302
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
[#665] Remove extra padding from container elements when in a modal


Commit: cec4cf40fa9a483763c96db2e8a262d795393870
https://github.com/dreamwidth/dw-free/commit/cec4cf40fa9a483763c96db2e8a262d795393870
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/js/foundation/foundation/foundation.abide.js
M htdocs/js/foundation/foundation/foundation.accordion.js
M htdocs/js/foundation/foundation/foundation.alert.js
M htdocs/js/foundation/foundation/foundation.clearing.js
M htdocs/js/foundation/foundation/foundation.dropdown.js
M htdocs/js/foundation/foundation/foundation.equalizer.js
M htdocs/js/foundation/foundation/foundation.interchange.js
M htdocs/js/foundation/foundation/foundation.joyride.js
M htdocs/js/foundation/foundation/foundation.js
M htdocs/js/foundation/foundation/foundation.magellan.js
M htdocs/js/foundation/foundation/foundation.offcanvas.js
M htdocs/js/foundation/foundation/foundation.orbit.js
M htdocs/js/foundation/foundation/foundation.reveal.js
A htdocs/js/foundation/foundation/foundation.slider.js
M htdocs/js/foundation/foundation/foundation.tab.js
M htdocs/js/foundation/foundation/foundation.tooltip.js
M htdocs/js/foundation/foundation/foundation.topbar.js
M htdocs/js/foundation/vendor/custom.modernizr.js
M htdocs/js/foundation/vendor/fastclick.js
M htdocs/scss/foundation/_functions.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/foundation/components/_accordion.scss
M htdocs/scss/foundation/components/_alert-boxes.scss
M htdocs/scss/foundation/components/_block-grid.scss
M htdocs/scss/foundation/components/_breadcrumbs.scss
M htdocs/scss/foundation/components/_button-groups.scss
M htdocs/scss/foundation/components/_buttons.scss
M htdocs/scss/foundation/components/_clearing.scss
M htdocs/scss/foundation/components/_dropdown-buttons.scss
M htdocs/scss/foundation/components/_dropdown.scss
M htdocs/scss/foundation/components/_flex-video.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
M htdocs/scss/foundation/components/_grid.scss
A htdocs/scss/foundation/components/_icon-bar.scss
M htdocs/scss/foundation/components/_inline-lists.scss
M htdocs/scss/foundation/components/_joyride.scss
M htdocs/scss/foundation/components/_keystrokes.scss
M htdocs/scss/foundation/components/_labels.scss
M htdocs/scss/foundation/components/_magellan.scss
M htdocs/scss/foundation/components/_offcanvas.scss
M htdocs/scss/foundation/components/_orbit.scss
M htdocs/scss/foundation/components/_pagination.scss
M htdocs/scss/foundation/components/_panels.scss
M htdocs/scss/foundation/components/_pricing-tables.scss
M htdocs/scss/foundation/components/_progress-bars.scss
M htdocs/scss/foundation/components/_range-slider.scss
M htdocs/scss/foundation/components/_reveal.scss
M htdocs/scss/foundation/components/_side-nav.scss
M htdocs/scss/foundation/components/_split-buttons.scss
M htdocs/scss/foundation/components/_sub-nav.scss
A htdocs/scss/foundation/components/_switches.scss
M htdocs/scss/foundation/components/_tables.scss
M htdocs/scss/foundation/components/_tabs.scss
M htdocs/scss/foundation/components/_thumbs.scss
A htdocs/scss/foundation/components/_toolbar.scss
M htdocs/scss/foundation/components/_tooltips.scss
M htdocs/scss/foundation/components/_top-bar.scss
M htdocs/scss/foundation/components/_type.scss
M htdocs/scss/foundation/components/_visibility.scss
M htdocs/scss/foundation/foundation.scss
M htdocs/scss/foundation/normalize.scss

Log Message:
-----------
Update to Foundation 5.4.2

Various fixes, most importantly accessibility improvements


Commit: a07bbf3ac91f00da6899d91bc289854901a6e895
https://github.com/dreamwidth/dw-free/commit/a07bbf3ac91f00da6899d91bc289854901a6e895
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/components/foundation-custom/_buttons.scss
M htdocs/scss/foundation/components/_forms.scss

Log Message:
-----------
Customize buttons


Commit: 69bbcc183f9177c003611014e7661d31234d4ebc
https://github.com/dreamwidth/dw-free/commit/69bbcc183f9177c003611014e7661d31234d4ebc
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
Don't print out the meta.foundation* classes

(when we're only importing foundation/settings and foundation/global for
variables/functions)


Commit: 6ceabbc1abdac7bc9313fafa60a0138e3b5bdb29
https://github.com/dreamwidth/dw-free/commit/6ceabbc1abdac7bc9313fafa60a0138e3b5bdb29
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/foundation/_settings.scss
M views/dev/style-guide.tt

Log Message:
-----------
Set our desired foundation settings


Commit: ddd8ac31548ae06605bf1369fb56d989763c6484
https://github.com/dreamwidth/dw-free/commit/ddd8ac31548ae06605bf1369fb56d989763c6484
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

Changed paths:
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/_gradation-base.scss
M htdocs/scss/skins/lynx.scss

Log Message:
-----------
Remove code-color override


Commit: 2cd28a1deac3ac94847e145f109597bbd734c77b
https://github.com/dreamwidth/dw-free/commit/2cd28a1deac3ac94847e145f109597bbd734c77b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-09 (Tue, 09 Sep 2014)

Changed paths:
M views/dev/style-guide.tt

Log Message:
-----------
Add a "code" wrapper block for code examples


Commit: 56c272fa3456e2d7e720efe8d07d6276130a9e0c
https://github.com/dreamwidth/dw-free/commit/56c272fa3456e2d7e720efe8d07d6276130a9e0c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
A htdocs/js/components/jquery.fancy-select.js
A htdocs/scss/components/fancy-select.scss
M htdocs/scss/components/jquery.collapse.scss
M htdocs/scss/foundation/foundation.scss
A htdocs/scss/mixins/_focus.scss
A views/components/fancyselect.tt
M views/dev/style-guide.tt

Log Message:
-----------
[#665] Add a fancy select jQuery plugin

* custom styled, with the ability to have images displayed beside a
selected option

* we activate the underlying select element so this works okay for
accessibility and on mobile


Commit: efb1b2007c8f5b67cbea2125af7fd37c3062527e
https://github.com/dreamwidth/dw-free/commit/efb1b2007c8f5b67cbea2125af7fd37c3062527e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
M views/entry/form.tt.text

Log Message:
-----------
[#665] Use a dropdown for the journal and security selection

* will replace their respective components for simplicity


Commit: 67518c6f16804edac0ea8b5bfbb71ba66ac1c44c
https://github.com/dreamwidth/dw-free/commit/67518c6f16804edac0ea8b5bfbb71ba66ac1c44c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M htdocs/js/components/jquery.fancy-select.js
M htdocs/scss/components/fancy-select.scss

Log Message:
-----------
Prevent fancy-select from bouncing around on long names

* never let the select output shrink, only grow (to accommodate longer
lines, but avoid a bouncing effect)

* set the inital min width to the select dropdown width + a bit extra


Commit: 3b49de1ddfd210091f32a3d61424c74be1ebf039
https://github.com/dreamwidth/dw-free/commit/3b49de1ddfd210091f32a3d61424c74be1ebf039
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M htdocs/scss/components/fancy-select.scss

Log Message:
-----------
Add bottom margin to fancy-select

(to emulate the bottom margin that a normal select has)


Commit: 1867c3bf0d6678a6c541695ba3e332695bc5a520
https://github.com/dreamwidth/dw-free/commit/1867c3bf0d6678a6c541695ba3e332695bc5a520
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

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

Log Message:
-----------
[#665] Remove obsolete access/journal modules


Commit: 06dd569e418f1d3fcaf2756264e0a52b3e9d752b
https://github.com/dreamwidth/dw-free/commit/06dd569e418f1d3fcaf2756264e0a52b3e9d752b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/components/fancyselect.tt
M views/entry/form.tt
M views/entry/module-access.tt
M views/entry/module-access.tt.text

Log Message:
-----------
[#665] Add the custom access groups modal functionality

* when we select "custom" from the security dropdown

* also show an "edit custom access groups" button when "custom" is
selected in the dropdown


Commit: 8e3d4c2048331570f7b5b65ad178114c66b181c1
https://github.com/dreamwidth/dw-free/commit/8e3d4c2048331570f7b5b65ad178114c66b181c1
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/components/jquery.fancy-select.js
M htdocs/js/pages/entry/new.js
M views/components/fancyselect.tt
M views/entry/form.tt

Log Message:
-----------
[#665] Update the security dropdown when journal changes


Commit: c8cee5d9efcdc95f6e3ca359fdf9aa8fc680d541
https://github.com/dreamwidth/dw-free/commit/c8cee5d9efcdc95f6e3ca359fdf9aa8fc680d541
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M views/entry/form.tt.text

Log Message:
-----------
[#665] Tweak the "quick edit" button text

"Save a public entry" sounds better than "Edit a public entry"


Commit: 4d783304667c43060c17b1169e41cee0ec86e799
https://github.com/dreamwidth/dw-free/commit/4d783304667c43060c17b1169e41cee0ec86e799
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-11 (Thu, 11 Sep 2014)

Changed paths:
M views/components/fancyselect.tt

Log Message:
-----------
Add name / initial selection to fancy select

(guess it wasn't fancy enough yet. oops)


Commit: 96d3c23e5ae1ef2fba53d31efb3d1d36bbbb0c15
https://github.com/dreamwidth/dw-free/commit/96d3c23e5ae1ef2fba53d31efb3d1d36bbbb0c15
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

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

Log Message:
-----------
[#665] Pass in specific data to initSecurity

Clearer what it's expected to want to know.


Commit: 2c2eaafe16d2c25229809ddac8978bafb6819c20
https://github.com/dreamwidth/dw-free/commit/2c2eaafe16d2c25229809ddac8978bafb6819c20
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

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

Log Message:
-----------
[#665] Trigger "journalselect" when usejournal changes

Also triggers the change event in security when the dropdown options are
changed.


Commit: f51e0f78b443bda1ee8a46dfcb8309c16c4e3435
https://github.com/dreamwidth/dw-free/commit/f51e0f78b443bda1ee8a46dfcb8309c16c4e3435
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

Changed paths:
M views/components/fancyselect.tt

Log Message:
-----------
Make sure the same value is used for label for="" and select id=""


Commit: 549843893173f54bb7f7113695efbb7f6757738e
https://github.com/dreamwidth/dw-free/commit/549843893173f54bb7f7113695efbb7f6757738e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

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

Log Message:
-----------
[#665] Usejournal value when we only have one journal

(e.g., editing, ?usejournal argument)

Also add who the current remote for convenience -- can tweak the
interface depending on whether we've currently selected the remote or a
community journal for example


Commit: acc8dc2f6bd647d072a5bdc0714e2ab34c01b61b
https://github.com/dreamwidth/dw-free/commit/acc8dc2f6bd647d072a5bdc0714e2ab34c01b61b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm

Log Message:
-----------
[#665] minor refactor: make sure we don't declare @security twice

Fixes #665.


Commit: 61c455361a1a5271b8443964e9841a57538afabe
https://github.com/dreamwidth/dw-free/commit/61c455361a1a5271b8443964e9841a57538afabe
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

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

Log Message:
-----------
[#665] minor refactor: don't use ids in CSS


Commit: 80b3b74e2d056490d666bb12a3227b8c652f198f
https://github.com/dreamwidth/dw-free/commit/80b3b74e2d056490d666bb12a3227b8c652f198f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

Changed paths:
A htdocs/scss/components/collapse.scss
R htdocs/scss/components/jquery.collapse.scss
M views/entry/form.tt

Log Message:
-----------
[#665] minor refactor: rename jquery.collapse.scss to collapse.scss

For consistency


Commit: 772f10b50c9b4725a478fcf60c90f38394e3785d
https://github.com/dreamwidth/dw-free/commit/772f10b50c9b4725a478fcf60c90f38394e3785d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

Changed paths:
M htdocs/js/components/jquery.fancy-select.js

Log Message:
-----------
Hide the "a public entry" from screen readers

Seems redundant because the label is still visible to them.


Commit: 7ea100bc6a0af1921e7b9984fcdcd4410651913c
https://github.com/dreamwidth/dw-free/commit/7ea100bc6a0af1921e7b9984fcdcd4410651913c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-12 (Fri, 12 Sep 2014)

Changed paths:
A htdocs/js/components/jquery.icon-random.js
R htdocs/js/jquery.iconrandom.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
M views/entry/module-icons.tt

Log Message:
-----------
[#665] Add random icon button and JS


Commit: 86a184e3b44986cb00983799ef34f4beddd3d20b
https://github.com/dreamwidth/dw-free/commit/86a184e3b44986cb00983799ef34f4beddd3d20b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-18 (Thu, 18 Sep 2014)

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#665] Use class="x-component" instead of id="x-component"


Commit: 3d018ed18ea473dda84b9bdc7d563f6e338e74f0
https://github.com/dreamwidth/dw-free/commit/3d018ed18ea473dda84b9bdc7d563f6e338e74f0
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
A htdocs/js/components/jquery.icon-browser.js
R htdocs/js/jquery.iconselector.js
M htdocs/js/pages/entry/new.js
A htdocs/scss/components/block-grid.scss
A htdocs/scss/components/icon-browser.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/foundation/foundation.scss
M htdocs/scss/mixins/_bare-button.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_skin-colors.scss
R htdocs/stc/jquery.iconselector.css
A views/components/icon-browser.tt
M views/entry/form.tt
M views/entry/module-icons.tt

Log Message:
-----------
[#665] Icon browser


Commit: 55523e6615fb93802861867d431e0a5ba4544f88
https://github.com/dreamwidth/dw-free/commit/55523e6615fb93802861867d431e0a5ba4544f88
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_skin-colors.scss
M views/entry/module-icons.tt

Log Message:
-----------
[#665] Tweak appearance when there's no icon yet


Commit: 5858a3801d58bf7f7a7266f551effd6286bbe45c
https://github.com/dreamwidth/dw-free/commit/5858a3801d58bf7f7a7266f551effd6286bbe45c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
R htdocs/scss/foundation/components/_switch.scss

Log Message:
-----------
Remove obsolete component (moved to _switches.scss)


Commit: 341c05faf041bed1e99cd53435edb771ea6ceaea
https://github.com/dreamwidth/dw-free/commit/341c05faf041bed1e99cd53435edb771ea6ceaea
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
M htdocs/js/jquery.contextualhover.js
M views/entry/module-icons.tt

Log Message:
-----------
[#665] Disable contextual hover menu over the icon preview


Commit: 83e5c7d29b7d3faccbf1d5ec20073bb110e889e7
https://github.com/dreamwidth/dw-free/commit/83e5c7d29b7d3faccbf1d5ec20073bb110e889e7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

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

Log Message:
-----------
[#665] Make sure that we trigger the journalselect handler

...on page load


Commit: 9fa229d942cb9b460aef1c39279924396779912e
https://github.com/dreamwidth/dw-free/commit/9fa229d942cb9b460aef1c39279924396779912e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

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

Log Message:
-----------
[#665] Load the custom group members when the modal is opened


Commit: b8f7aea78420f408a060495c7ef785589d2538ad
https://github.com/dreamwidth/dw-free/commit/b8f7aea78420f408a060495c7ef785589d2538ad
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

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

Log Message:
-----------
[#665] Remove "select" button from icon browser

Consistent with how other modals behave.

Double-clicking the keyword or closing the modal updates the select.


Commit: 49b0d1e2320ee16ed2109390e7bd7cbdc8e985bc
https://github.com/dreamwidth/dw-free/commit/49b0d1e2320ee16ed2109390e7bd7cbdc8e985bc
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

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

Log Message:
-----------
[#665] Make sure icon preview updates when select value changes


Commit: 892c1bd485b61019cffd817f8c6246ca55ac28e3
https://github.com/dreamwidth/dw-free/commit/892c1bd485b61019cffd817f8c6246ca55ac28e3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
A htdocs/scss/components/foundation-custom/_reveal.scss
M htdocs/scss/foundation/foundation.scss
M htdocs/scss/skins/_nav.scss
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/_gradation-base.scss
M views/components/icon-browser.tt
A views/components/modal.tt
M views/entry/module-access.tt

Log Message:
-----------
[#665] Add and use a modal component

* takes care of including the close modal button and the bits of code
needed to make reveal.js recognize this as a modal (the data-reveal)

* accepts id / class arguments

* tweaks the appearance of the close button so it's not as prominent

* some refactoring to make sure the styling is only done in one location


Commit: ba6e5b7400e1db691a70bf2c46aefe9e887dcb96
https://github.com/dreamwidth/dw-free/commit/ba6e5b7400e1db691a70bf2c46aefe9e887dcb96
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/module-slug.tt

Log Message:
-----------
[#665] Entry link component

Also make sure that we trigger journalselect after all components have
been initted so that components that listen for the journalselect can be
set up properly


Commit: faa42ee3ba0dd8c55aa750a487902ffad45dac28
https://github.com/dreamwidth/dw-free/commit/faa42ee3ba0dd8c55aa750a487902ffad45dac28
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

Changed paths:
M cgi-bin/ljlib.pl
A htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.collapse.js
R htdocs/js/jquery.autocompletewithunknown.js
M htdocs/js/jquery.tagselector.js
R htdocs/js/jquery.vertigro.js
M htdocs/js/pages/entry/new.js
A htdocs/js/vendor/jquery.vertigro.js
A htdocs/scss/components/autocompletewithunknown.scss
M htdocs/scss/components/collapse.scss
M htdocs/scss/components/fancy-select.scss
M htdocs/scss/components/foundation-icons.scss
R htdocs/scss/mixins/_focus.scss
M htdocs/scss/skins/_form-elements.scss
A htdocs/scss/skins/_jquery-ui-theme.scss
M htdocs/scss/skins/_skin-colors.scss
R htdocs/stc/jquery.autocompletewithunknown.css
M views/entry/form.tt
M views/entry/module-tags.tt

Log Message:
-----------
[#665] Tags autocomplete


Commit: b825dd4a5c0a82c14472c075655f2d72da85e0a8
https://github.com/dreamwidth/dw-free/commit/b825dd4a5c0a82c14472c075655f2d72da85e0a8
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Fix identification of collapse target for aria-controls

We removed the component id some time back. But we do have the
"data-collapse=$unique_component_name" so let's use that


Commit: 86145641f45594b6219774fbc4c0f710e9d7c9d3
https://github.com/dreamwidth/dw-free/commit/86145641f45594b6219774fbc4c0f710e9d7c9d3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Make sure $border-color has a default value


Commit: 824b9f5866e7b53da96bbc8e55b3d613ca93c35a
https://github.com/dreamwidth/dw-free/commit/824b9f5866e7b53da96bbc8e55b3d613ca93c35a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Replace -selector with -browser for consistency


Commit: cc39e00bae0d7a5f205415bfb8f133f7c1d7d3d9
https://github.com/dreamwidth/dw-free/commit/cc39e00bae0d7a5f205415bfb8f133f7c1d7d3d9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

Changed paths:
A htdocs/js/components/jquery.tag-browser.js
R htdocs/js/jquery.tagselector.js
M htdocs/js/pages/entry/new.js
A htdocs/scss/components/tag-browser.scss
R htdocs/stc/jquery.tagselector.css
A views/components/tag-browser.tt
M views/entry/form.tt
M views/entry/module-tags.tt

Log Message:
-----------
[#665] Tag browser


Commit: ad4636d9324b0ae9c764c3403e82475beb4e094a
https://github.com/dreamwidth/dw-free/commit/ad4636d9324b0ae9c764c3403e82475beb4e094a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Icon browser tweaks

* remove redundant this.updateOwner call (happens automatically when the
modal is closed)

* remove redundant $el.focus call (also happens automatically when the
modal is closed -- and even better, focus reverts to last active not
just the select)

* reset the search filter when reopening the icon modal


Commit: ebf764edbb17eb47a962f6e0e19dcd7863b154fd
https://github.com/dreamwidth/dw-free/commit/ebf764edbb17eb47a962f6e0e19dcd7863b154fd
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Only handle *.fndtn.reveal events once

Foundation 5.4 triggers open/opened/close/closed events twice: once with
a namespace and once without, in preparation for obsoleting the
non-namespaced version. But we don't actually want to handle these
twice, so return early if we see the non-namespaced version


Commit: a5db3b2dc435e220816c82fd4a525cca992ec64f
https://github.com/dreamwidth/dw-free/commit/a5db3b2dc435e220816c82fd4a525cca992ec64f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Deregister the document-wide enter handler

Prevents the modals from conflicting with one another


Commit: e4e0606e3e67186d1377462351d83a71a7ed3483
https://github.com/dreamwidth/dw-free/commit/e4e0606e3e67186d1377462351d83a71a7ed3483
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Restrict the *.fndtn.reveal events to the relevant modal

Trying to do this.modal.on('...fndtn.reveal') behaves inconsistently
(possibly it's being unregistered?)


Commit: 954edffc98b96f8d3976705a5d24455dc4831268
https://github.com/dreamwidth/dw-free/commit/954edffc98b96f8d3976705a5d24455dc4831268
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Don't generate an image tag when no image provided

JS already does this, but when we recreate options (e.g., when switching
between journal and community), we mistakenly make the fancy select
think there's an image even though no URL / dimensions are provided


Commit: 5eaf0c2225fb070e5d3c14a84fc90c59f49daa2b
https://github.com/dreamwidth/dw-free/commit/5eaf0c2225fb070e5d3c14a84fc90c59f49daa2b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-26 (Fri, 26 Sep 2014)

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

Log Message:
-----------
[#665] Remove style for obsolete element


Commit: c13d5edabee09669a02002bcb47eb49d09d6487a
https://github.com/dreamwidth/dw-free/commit/c13d5edabee09669a02002bcb47eb49d09d6487a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
A htdocs/js/vendor/pickadate.js/legacy.js
A htdocs/js/vendor/pickadate.js/picker.date.js
A htdocs/js/vendor/pickadate.js/picker.js
A htdocs/js/vendor/pickadate.js/picker.time.js
M htdocs/scss/components/foundation-icons.scss
A htdocs/scss/components/pickadate/_base.scss
A htdocs/scss/components/pickadate/date.scss
A htdocs/scss/components/pickadate/datetime.scss
A htdocs/scss/components/pickadate/time.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_skin-colors.scss
M htdocs/scss/skins/gradation/_gradation-base.scss
M views/entry/form.tt
M views/entry/module-displaydate.tt
M views/entry/module-displaydate.tt.text

Log Message:
-----------
[#665] Time and date picker


Commit: 0dfa09715cad1936a8bdf8dd76e97d1c8d61e2a5
https://github.com/dreamwidth/dw-free/commit/0dfa09715cad1936a8bdf8dd76e97d1c8d61e2a5
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm

Log Message:
-----------
[#665] Make sure we don't include "for=x" when no id is given

for = "" breaks the mapping of the nested label to input


Commit: bb7491183c91db2d497260a84b10dc51e5836a8a
https://github.com/dreamwidth/dw-free/commit/bb7491183c91db2d497260a84b10dc51e5836a8a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M views/entry/module-displaydate.tt
M views/entry/module-displaydate.tt.text

Log Message:
-----------
[#665] Add display date checkbox options


Commit: b055a88107de02fcfcbb4a8207ad6939c4dd97cb
https://github.com/dreamwidth/dw-free/commit/b055a88107de02fcfcbb4a8207ad6939c4dd97cb
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M htdocs/scss/components/pickadate/_base.scss

Log Message:
-----------
[#665] Make sure that the date/time picker is flush against the input


Commit: 97ccf0b8df6bef71900f825e08b8493c82203392
https://github.com/dreamwidth/dw-free/commit/97ccf0b8df6bef71900f825e08b8493c82203392
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/pages/entry/new.js
M views/entry/module-displaydate.tt

Log Message:
-----------
[#665] Update the controller to accept the new time format

Also make sure to set the #js-trust-datetime value


Commit: e5d49660a5c0cb30dbc149b207f7b40782c9e814
https://github.com/dreamwidth/dw-free/commit/e5d49660a5c0cb30dbc149b207f7b40782c9e814
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

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

Log Message:
-----------
[#665] make sure to zeropad the date elements

To handle the case when someone types in a date manually but without the
leading zeros. (time seems to be handled reasonably)


Commit: 161da4b8f6f5e8a5fcf02a30ac9677dba3e634a3
https://github.com/dreamwidth/dw-free/commit/161da4b8f6f5e8a5fcf02a30ac9677dba3e634a3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M htdocs/js/vendor/pickadate.js/picker.js

Log Message:
-----------
[#665] Set focus on the trigger when we click on the button

So that arrows, etc, still work


Commit: 2410ba18032fb988208587ac8c98e6d091de33ef
https://github.com/dreamwidth/dw-free/commit/2410ba18032fb988208587ac8c98e6d091de33ef
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M views/entry/module-icons.tt

Log Message:
-----------
[#665] Move the icon preview above the select

Looks better. Disadvantage/edge case: the random button changes position
as you tap it if you have icons with different sizes


Commit: aef6463332c365ce3f7718d5b8abb54ca9eae818
https://github.com/dreamwidth/dw-free/commit/aef6463332c365ce3f7718d5b8abb54ca9eae818
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/skins/_skin-colors.scss
M views/entry/module-displaydate.tt

Log Message:
-----------
[#665] Make autoupdate work on form submit


Commit: 27262755e8f4d8755685d9240555daa8b308cee7
https://github.com/dreamwidth/dw-free/commit/27262755e8f4d8755685d9240555daa8b308cee7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm

Log Message:
-----------
[#665] Make sure that we use the POSTed date time on a failed POST

We need to have a valid $post reference here if we did post (but we
need to check if we did post first, so that the existence of a value on
$post won't interfere with prepopulate on a GET)


Commit: b0443ffadec6bd272409d0c0029123e72e79d256
https://github.com/dreamwidth/dw-free/commit/b0443ffadec6bd272409d0c0029123e72e79d256
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/module-displaydate.tt

Log Message:
-----------
[#665] Specify a container for the date/time picker

By default it goes immediately after the associated input, but in chrome
that makes picker be constrained to the same width/height of the
associated input -- awkward

Also always make the time input beside the date input even on smaller
screens. Looks better, and less awkward with the positioning of the
pickers


Commit: 7c2b6095cb6e07006bb07f933434d8a8188bf8bf
https://github.com/dreamwidth/dw-free/commit/7c2b6095cb6e07006bb07f933434d8a8188bf8bf
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/gradation-vertical.scss

Log Message:
-----------
Fix Celerity / Gradation Vertical being too narrow

Our desired content width is 64em. Unfortunately in Celerity / Gradation
Vertical, the sidebar is counted in the 64em, making the actual content
much narrower.


Commit: 8211c776b30d300dd2412dd1c67154606b5d41d2
https://github.com/dreamwidth/dw-free/commit/8211c776b30d300dd2412dd1c67154606b5d41d2
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

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

Log Message:
-----------
[#665] Fix wrapping of labels for checkboxes/radio buttons


Commit: 7fd2be2d612cbc5ce4c981748f8bb05424c2da4d
https://github.com/dreamwidth/dw-free/commit/7fd2be2d612cbc5ce4c981748f8bb05424c2da4d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M htdocs/scss/components/collapse.scss
R htdocs/scss/mixins/_visually-hidden.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/_skiplink.scss

Log Message:
-----------
[#665] Replace %visually-hidden with the element-invisible() mixin


Commit: a69d29155308b34553f79671d5efa81b693405dd
https://github.com/dreamwidth/dw-free/commit/a69d29155308b34553f79671d5efa81b693405dd
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.collapse.js
M htdocs/scss/components/foundation-icons.scss
M htdocs/scss/components/pickadate/date.scss
M htdocs/scss/skins/_skin-colors.scss
A views/components/icon-buttons.tt
M views/dev/style-guide.tt
M views/entry/form.tt
M views/entry/module-displaydate.tt

Log Message:
-----------
[#665] Add icon-buttons component

icon-buttons.tt is for icon-only buttons. It includes a text fallback
(necessary for older browsers / accessibility).


Commit: ce58dccc208b1239baee523d158af3072d9e2126
https://github.com/dreamwidth/dw-free/commit/ce58dccc208b1239baee523d158af3072d9e2126
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

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

Log Message:
-----------
[#665] Tweak variable name


Commit: 908ee2ca58cda3aa131b978a9878b2a3a0249221
https://github.com/dreamwidth/dw-free/commit/908ee2ca58cda3aa131b978a9878b2a3a0249221
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
A htdocs/js/components/jquery.crosspost.js
R htdocs/js/jquery.crosspost.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
M views/entry/module-crosspost.tt
M views/entry/module-crosspost.tt.text

Log Message:
-----------
[#665] Crosspost component


Commit: 0c7c39ae75d5779fcb20a21f12619016a6485283
https://github.com/dreamwidth/dw-free/commit/0c7c39ae75d5779fcb20a21f12619016a6485283
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-02 (Thu, 02 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M views/entry/form.tt

Log Message:
-----------
[#665] Remove some unneeded code


Commit: cbc42ab6c3ed6cf31bc50e33d5e488c498b70c0f
https://github.com/dreamwidth/dw-free/commit/cbc42ab6c3ed6cf31bc50e33d5e488c498b70c0f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-07 (Tue, 07 Oct 2014)

Changed paths:
M cgi-bin/LJ/User.pm
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
A views/entry/module-community-flags.tt
A views/entry/module-community-flags.tt.text
R views/entry/module-flags.tt
R views/entry/module-flags.tt.text

Log Message:
-----------
[#665] Entry flags component

Move to a community administration section to be shown conditionally if
you can manage the community

Also tweaks the spacing of the components section above to align with
the community administration section below


Commit: 2822c834c179302dd094d6e4c052df9056231d5a
https://github.com/dreamwidth/dw-free/commit/2822c834c179302dd094d6e4c052df9056231d5a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-07 (Tue, 07 Oct 2014)

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

Log Message:
-----------
[#665] Reposition the time picker to be right aligned


Commit: d94059e7d8bc6589cf5549b833566db5c377d0a8
https://github.com/dreamwidth/dw-free/commit/d94059e7d8bc6589cf5549b833566db5c377d0a8
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-07 (Tue, 07 Oct 2014)

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

Log Message:
-----------
[#665] JS for the buttons


Commit: 10775b152662a50e5cc75414fbe388656e31a92b
https://github.com/dreamwidth/dw-free/commit/10775b152662a50e5cc75414fbe388656e31a92b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

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

Log Message:
-----------
[#665] No underline for links in components


Commit: dad45d0d5243bee586d9a405119aab63c21b6e51
https://github.com/dreamwidth/dw-free/commit/dad45d0d5243bee586d9a405119aab63c21b6e51
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

Changed paths:
A views/components/icon-button.tt
R views/components/icon-buttons.tt
M views/dev/style-guide.tt
M views/entry/module-displaydate.tt

Log Message:
-----------
[#665] Rename components/icon-buttons.tt to components/icon-button.tt


Commit: f928e21f734ee49367b43c5d224b6f713ff45406
https://github.com/dreamwidth/dw-free/commit/f928e21f734ee49367b43c5d224b6f713ff45406
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/User.pm
M htdocs/js/dw/dw-core.js
R htdocs/js/jquery.postoptions.js
M htdocs/js/pages/entry/new.js
A htdocs/js/pages/entry/options.js
M htdocs/scss/components/foundation-icons.scss
M htdocs/scss/pages/entry/new.scss
A htdocs/scss/pages/entry/options.scss
M htdocs/scss/skins/_jquery-ui-theme.scss
M htdocs/scss/skins/_skin-colors.scss
A views/components/icon-button-decorative.tt
A views/components/icon-link-decorative.tt
M views/entry/form.tt
M views/entry/module-crosspost.tt
M views/entry/options.tt

Log Message:
-----------
[#665] Entry options


Commit: 06aa020bd40b66860cb37b0400ca8e27719737d2
https://github.com/dreamwidth/dw-free/commit/06aa020bd40b66860cb37b0400ca8e27719737d2
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

Changed paths:
R htdocs/js/jquery.postform.js
R htdocs/stc/jquery.postoptions.css
R htdocs/stc/postform-resize.css
R htdocs/stc/postform.css

Log Message:
-----------
[#665] Remove some obsolete JS/CSS files

Replaced by versions in js|scss/pages|components


Commit: f87cc2cc8e48b08fa76310adc394bdc0f18d4b2f
https://github.com/dreamwidth/dw-free/commit/f87cc2cc8e48b08fa76310adc394bdc0f18d4b2f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

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

Log Message:
-----------
[#665] Make sure we only display sorting instructions when sortable


Commit: 61136409476b6b104aed6f2e25fa1824719bb82a
https://github.com/dreamwidth/dw-free/commit/61136409476b6b104aed6f2e25fa1824719bb82a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

Changed paths:
M views/dev/style-guide.tt

Log Message:
-----------
[#665] Document buttons/links with decorative icons


Commit: 748ee826c1af2b9028f450b7f58286be0d9677b9
https://github.com/dreamwidth/dw-free/commit/748ee826c1af2b9028f450b7f58286be0d9677b9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-10-10 (Fri, 10 Oct 2014)

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

Log Message:
-----------
[#665] Make sure that the journalselect-full is fired

It wasn't being fired when /entry/edit was loade


Commit: 9da835c2d3a9d67747268192e9652d6f7edb0cbe
https://github.com/dreamwidth/dw-free/commit/9da835c2d3a9d67747268192e9652d6f7edb0cbe
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-10 (Fri, 10 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/DW/FormErrors.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/User.pm
M cgi-bin/ljlib.pl
A htdocs/js/components/jquery.autocompletewithunknown.js
A htdocs/js/components/jquery.collapse.js
A htdocs/js/components/jquery.crosspost.js
A htdocs/js/components/jquery.fancy-select.js
A htdocs/js/components/jquery.icon-browser.js
A htdocs/js/components/jquery.icon-random.js
A htdocs/js/components/jquery.tag-browser.js
M htdocs/js/dw/dw-core.js
M htdocs/js/foundation/foundation/foundation.abide.js
M htdocs/js/foundation/foundation/foundation.accordion.js
M htdocs/js/foundation/foundation/foundation.alert.js
M htdocs/js/foundation/foundation/foundation.clearing.js
M htdocs/js/foundation/foundation/foundation.dropdown.js
M htdocs/js/foundation/foundation/foundation.equalizer.js
M htdocs/js/foundation/foundation/foundation.interchange.js
M htdocs/js/foundation/foundation/foundation.joyride.js
M htdocs/js/foundation/foundation/foundation.js
M htdocs/js/foundation/foundation/foundation.magellan.js
M htdocs/js/foundation/foundation/foundation.offcanvas.js
M htdocs/js/foundation/foundation/foundation.orbit.js
M htdocs/js/foundation/foundation/foundation.reveal.js
A htdocs/js/foundation/foundation/foundation.slider.js
M htdocs/js/foundation/foundation/foundation.tab.js
M htdocs/js/foundation/foundation/foundation.tooltip.js
M htdocs/js/foundation/foundation/foundation.topbar.js
M htdocs/js/foundation/vendor/custom.modernizr.js
M htdocs/js/foundation/vendor/fastclick.js
R htdocs/js/jquery.autocompletewithunknown.js
R htdocs/js/jquery.collapsible.js
M htdocs/js/jquery.contextualhover.js
R htdocs/js/jquery.crosspost.js
R htdocs/js/jquery.iconrandom.js
R htdocs/js/jquery.iconselector.js
R htdocs/js/jquery.postform.js
R htdocs/js/jquery.postoptions.js
R htdocs/js/jquery.tagselector.js
R htdocs/js/jquery.vertigro.js
R htdocs/js/page/jquery.communities-new.js
A htdocs/js/pages/entry/new.js
A htdocs/js/pages/entry/options.js
A htdocs/js/pages/jquery.communities-new.js
A htdocs/js/vendor/jquery.vertigro.js
A htdocs/js/vendor/pickadate.js/legacy.js
A htdocs/js/vendor/pickadate.js/picker.date.js
A htdocs/js/vendor/pickadate.js/picker.js
A htdocs/js/vendor/pickadate.js/picker.time.js
M htdocs/scss/components/_expand-for-mobile.scss
A htdocs/scss/components/autocompletewithunknown.scss
A htdocs/scss/components/block-grid.scss
A htdocs/scss/components/button-groups.scss
A htdocs/scss/components/collapse.scss
A htdocs/scss/components/fancy-select.scss
M htdocs/scss/components/foundation-custom/_buttons.scss
A htdocs/scss/components/foundation-custom/_reveal.scss
A htdocs/scss/components/foundation-icons.scss
A htdocs/scss/components/icon-browser.scss
M htdocs/scss/components/inline-lists.scss
A htdocs/scss/components/pickadate/_base.scss
A htdocs/scss/components/pickadate/date.scss
A htdocs/scss/components/pickadate/datetime.scss
A htdocs/scss/components/pickadate/time.scss
M htdocs/scss/components/queues.scss
M htdocs/scss/components/tables-as-list.scss
A htdocs/scss/components/tag-browser.scss
A htdocs/scss/foundation/_base.scss
M htdocs/scss/foundation/_functions.scss
M htdocs/scss/foundation/_settings.scss
M htdocs/scss/foundation/components/_accordion.scss
M htdocs/scss/foundation/components/_alert-boxes.scss
M htdocs/scss/foundation/components/_block-grid.scss
M htdocs/scss/foundation/components/_breadcrumbs.scss
M htdocs/scss/foundation/components/_button-groups.scss
M htdocs/scss/foundation/components/_buttons.scss
M htdocs/scss/foundation/components/_clearing.scss
M htdocs/scss/foundation/components/_dropdown-buttons.scss
M htdocs/scss/foundation/components/_dropdown.scss
M htdocs/scss/foundation/components/_flex-video.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
M htdocs/scss/foundation/components/_grid.scss
A htdocs/scss/foundation/components/_icon-bar.scss
M htdocs/scss/foundation/components/_inline-lists.scss
M htdocs/scss/foundation/components/_joyride.scss
M htdocs/scss/foundation/components/_keystrokes.scss
M htdocs/scss/foundation/components/_labels.scss
M htdocs/scss/foundation/components/_magellan.scss
M htdocs/scss/foundation/components/_offcanvas.scss
M htdocs/scss/foundation/components/_orbit.scss
M htdocs/scss/foundation/components/_pagination.scss
M htdocs/scss/foundation/components/_panels.scss
M htdocs/scss/foundation/components/_pricing-tables.scss
M htdocs/scss/foundation/components/_progress-bars.scss
M htdocs/scss/foundation/components/_range-slider.scss
M htdocs/scss/foundation/components/_reveal.scss
M htdocs/scss/foundation/components/_side-nav.scss
M htdocs/scss/foundation/components/_split-buttons.scss
M htdocs/scss/foundation/components/_sub-nav.scss
R htdocs/scss/foundation/components/_switch.scss
A htdocs/scss/foundation/components/_switches.scss
M htdocs/scss/foundation/components/_tables.scss
M htdocs/scss/foundation/components/_tabs.scss
M htdocs/scss/foundation/components/_thumbs.scss
A htdocs/scss/foundation/components/_toolbar.scss
M htdocs/scss/foundation/components/_tooltips.scss
M htdocs/scss/foundation/components/_top-bar.scss
M htdocs/scss/foundation/components/_type.scss
M htdocs/scss/foundation/components/_visibility.scss
M htdocs/scss/foundation/foundation.scss
M htdocs/scss/foundation/normalize.scss
A htdocs/scss/mixins/_bare-button.scss
R htdocs/scss/mixins/_screenreader-friendly.scss
M htdocs/scss/pages/communities/list.scss
M htdocs/scss/pages/communities/queue/entries/edit.scss
A htdocs/scss/pages/entry/new.scss
A htdocs/scss/pages/entry/options.scss
M htdocs/scss/pages/media/new.scss
M htdocs/scss/skins/_form-elements.scss
A htdocs/scss/skins/_jquery-ui-theme.scss
M htdocs/scss/skins/_nav.scss
M htdocs/scss/skins/_skin-colors.scss
M htdocs/scss/skins/_skiplink.scss
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/_gradation-base.scss
M htdocs/scss/skins/gradation/gradation-vertical.scss
M htdocs/scss/skins/lynx.scss
A htdocs/stc/fonts/foundation-icons.eot
A htdocs/stc/fonts/foundation-icons.svg
A htdocs/stc/fonts/foundation-icons.ttf
A htdocs/stc/fonts/foundation-icons.woff
R htdocs/stc/jquery.autocompletewithunknown.css
R htdocs/stc/jquery.collapsible.css
R htdocs/stc/jquery.iconselector.css
R htdocs/stc/jquery.postoptions.css
R htdocs/stc/jquery.tagselector.css
R htdocs/stc/postform-resize.css
R htdocs/stc/postform.css
M schemes/global.tt
M views/communities/new.tt
A views/components/fancyselect.tt
A views/components/icon-browser.tt
A views/components/icon-button-decorative.tt
A views/components/icon-button.tt
A views/components/icon-link-decorative.tt
A views/components/modal.tt
A views/components/tag-browser.tt
M views/dev/style-guide.tt
M views/entry/form.tt
M views/entry/form.tt.text
M views/entry/module-access.tt
M views/entry/module-access.tt.text
M views/entry/module-age_restriction.tt
M views/entry/module-comments-new.tt
M views/entry/module-comments.tt
A views/entry/module-community-flags.tt
A views/entry/module-community-flags.tt.text
M views/entry/module-crosspost.tt
M views/entry/module-crosspost.tt.text
M views/entry/module-currents.tt
M views/entry/module-displaydate.tt
M views/entry/module-displaydate.tt.text
R views/entry/module-flags.tt
R views/entry/module-flags.tt.text
M views/entry/module-icons.tt
M views/entry/module-journal.tt
M views/entry/module-scheduled.tt
M views/entry/module-slug.tt
M views/entry/module-status.tt
M views/entry/module-tags.tt
M views/entry/options.tt
M views/entry/success.tt
A views/entry/success.tt.text

Log Message:
-----------
Merge pull request #942 from afuna/entry-new-foundation-bug-665

Convert /entry/new to Foundation

Fixes #665


Compare: https://github.com/dreamwidth/dw-free/compare/27101d3d43a0...9da835c2d3a9
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: 257b13edb125111377a2a30d5284fad741384cc2
https://github.com/dreamwidth/dw-nonfree/commit/257b13edb125111377a2a30d5284fad741384cc2
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
Remove code-color override


Commit: dd751e4565a69b59bd141f5fe0c6cb08c2d54c3a
https://github.com/dreamwidth/dw-nonfree/commit/dd751e4565a69b59bd141f5fe0c6cb08c2d54c3a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-09-08 (Mon, 08 Sep 2014)

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

Log Message:
-----------
Fix top bar in tropo


Commit: cf8cee19091613d39ec23ced50841ba1faaeeca4
https://github.com/dreamwidth/dw-nonfree/commit/cf8cee19091613d39ec23ced50841ba1faaeeca4
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-10 (Fri, 10 Oct 2014)

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

Log Message:
-----------
Merge pull request #83 from afuna/foundation-5.4

Remove code-color override


Compare: https://github.com/dreamwidth/dw-nonfree/compare/dc1b4854f4fa...cf8cee190916
Page generated Jun. 21st, 2025 09:54 am
Powered by Dreamwidth Studios