Mar. 12th, 2015

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/tags/code-tour
Home: https://github.com/dreamwidth/dw-free
Commit: 2d91ded0300e9f5fa4d0e381ad0b8deb5e6d7994
https://github.com/dreamwidth/dw-free/commit/2d91ded0300e9f5fa4d0e381ad0b8deb5e6d7994
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-12 (Sat, 12 Jul 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Controller/Rename.pm
R views/old-success.tt
A views/success-page.tt
M views/success.tt

Log Message:
-----------
Rename (new) success_ml to DW::Controller->render_success

We put back the original success_ml, which matches error_ml in form

But we now also have a new function DW::Controller->render_success which
has a signature which acts a lot like DW::Controller->render_template

The first argument is the page name (scope) where the success message is
defined -- it will probably match the page name in your
DW::Controller->render_template

This page should define a .success.title and a .success.message

The second argument (optional) is a hashref of any variables in the
.success.message

The third argument (optional) is a list of links in the form of:

{ text_ml => ..., url => ...}


Commit: dcc0cae94752ad13dc4599c068e80278a5484fdc
https://github.com/dreamwidth/dw-free/commit/dcc0cae94752ad13dc4599c068e80278a5484fdc
Author: Mark Smith <mark@qq.is>
Date: 2014-07-12 (Sat, 12 Jul 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Controller/Rename.pm
R views/old-success.tt
A views/success-page.tt
M views/success.tt

Log Message:
-----------
Merge pull request #800 from afuna/render_success

Rename (new) success_ml to DW::Controller->render_success


Commit: cbf30b07d18214b0521deb4389453f0864254256
https://github.com/dreamwidth/dw-free/commit/cbf30b07d18214b0521deb4389453f0864254256
Author: Kareila <kareila@dreamwidth.org>
Date: 2014-07-13 (Sun, 13 Jul 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text

Log Message:
-----------
(Bug 177) finished basic /admin/sendmail page

The requested scope of this bug is in three parts: send message, lookup sent
messages, and manage form messages. This is only the first of those three
parts.

This is a convenience form for sending emails to users from registered site
addresses such as support@dreamwidth.org. Each "from" address is tied to a
particular privilege using a new hash in config-local.pl named
%LJ::SENDMAIL_ACCOUNTS. The keys of the hash are the email account names
and the values of the hash are the priv:arg pairs needed to send a message
with that account.

The original bug spec said to use userlog to record when an email is sent.
I did that, but because userlog transactions are necessarily keyed to the
user who took the action and limited in how much additional information they
can contain, I also added a new global table, siteadmin_email_history, for
recording the details of each message sent. Due to the pressure of time,
the interface for looking up sent emails hasn't been added yet, but the
information is being added to the database for later querying.


Commit: fda6f1e248a2ddcfd6bd1642f427dbc77ab2f2b4
https://github.com/dreamwidth/dw-free/commit/fda6f1e248a2ddcfd6bd1642f427dbc77ab2f2b4
Author: Kareila <kareila@dreamwidth.org>
Date: 2014-07-13 (Sun, 13 Jul 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm

Log Message:
-----------
(Bug 177) only give access to users who have siteadmin:sendmail priv


Commit: 367c501af2383ae3cf4f41ba5084f7ab43252cad
https://github.com/dreamwidth/dw-free/commit/367c501af2383ae3cf4f41ba5084f7ab43252cad
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Controller/Rename.pm
R views/old-success.tt
A views/success-page.tt
M views/success.tt

Log Message:
-----------
Rename (new) success_ml to DW::Controller->render_success

We put back the original success_ml, which matches error_ml in form

But we now also have a new function DW::Controller->render_success which
has a signature which acts a lot like DW::Controller->render_template

The first argument is the page name (scope) where the success message is
defined -- it will probably match the page name in your
DW::Controller->render_template

This page should define a .success.title and a .success.message

The second argument (optional) is a hashref of any variables in the
.success.message

The third argument (optional) is a list of links in the form of:

{ text_ml => ..., url => ...}


Commit: 8850f8c8f254507a3146b01800845dadfa6e68ef
https://github.com/dreamwidth/dw-free/commit/8850f8c8f254507a3146b01800845dadfa6e68ef
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text

Log Message:
-----------
Merge pull request #803 from kareila/release-bug0177-sendmail

(Bug 177) finished basic /admin/sendmail page


Commit: 3566cda884585b80baf4c8bcaeb4489c2e0d2935
https://github.com/dreamwidth/dw-free/commit/3566cda884585b80baf4c8bcaeb4489c2e0d2935
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2

Log Message:
-----------
[#724] Don't show module jump link on one-column on desktop as well


Commit: cd6bde412ad1f614c4e9aca8051321363d9df213
https://github.com/dreamwidth/dw-free/commit/cd6bde412ad1f614c4e9aca8051321363d9df213
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2

Log Message:
-----------
Merge pull request #804 from afuna/no-module-jump-link-on-desktop

[#724] Don't show module jump link on one-column on desktop as well


Commit: df2746622347a73beffe82843cfab875721134bf
https://github.com/dreamwidth/dw-free/commit/df2746622347a73beffe82843cfab875721134bf
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
[#722] Adjust the small-screen-mode boundary from 60em to 30em

That's approximately 640px at the standard font size


Commit: ab4f849e9e18d3b81e2e0eaac245e15d1dccfb9b
https://github.com/dreamwidth/dw-free/commit/ab4f849e9e18d3b81e2e0eaac245e15d1dccfb9b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #805 from afuna/adjust-small-screen-boundary-bug-722

[#722] Adjust the small-screen-mode boundary from 60em to 30em


Commit: f6b13750f7f56a1b56ffbce1c464a0ee35b4fdf4
https://github.com/dreamwidth/dw-free/commit/f6b13750f7f56a1b56ffbce1c464a0ee35b4fdf4
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M htdocs/stc/controlstrip.css

Log Message:
-----------
[#723] Reset control strip font size back to absolute 11px


Commit: 38ad45f14c8072ab68ed8a2d1d10f92150ccef90
https://github.com/dreamwidth/dw-free/commit/38ad45f14c8072ab68ed8a2d1d10f92150ccef90
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
[#722] Only include the meta viewport tag conditionally:

* only if we're using the default stylesheet

* disabled in unconverted layout

The viewport tag with width=device-width, initial-scale=1 is only
suitable for converted layouts. Custom layouts probably don't fit the
bill, and unconverted layouts definitely don't. (they look smooshed)


Commit: 75b4dd1b153aa66ac8b18dfbf162df001035c341
https://github.com/dreamwidth/dw-free/commit/75b4dd1b153aa66ac8b18dfbf162df001035c341
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M htdocs/stc/controlstrip.css

Log Message:
-----------
Merge pull request #806 from afuna/controlstrip-font-size-bug-723

[#723] Reset control strip font size back to absolute 11px


Commit: 28d5889ee49987557b3d89fb4ff46dce42ad956a
https://github.com/dreamwidth/dw-free/commit/28d5889ee49987557b3d89fb4ff46dce42ad956a
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
Merge pull request #807 from afuna/meta-viewport-conditional-bug-722

[#722] Only include the meta viewport tag conditionally:


Commit: 7f3a9aa9e71c0e5e9ebfe4207d964656b71a5eea
https://github.com/dreamwidth/dw-free/commit/7f3a9aa9e71c0e5e9ebfe4207d964656b71a5eea
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2

Log Message:
-----------
[#789] Abstractia: mobile-friendly

* move column-specific CSS to a media query


Commit: 0308bf55be0b14a1f4f71d5774f2aeb3e2b255c1
https://github.com/dreamwidth/dw-free/commit/0308bf55be0b14a1f4f71d5774f2aeb3e2b255c1
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2

Log Message:
-----------
Merge pull request #808 from afuna/abstractia-mobile-bug-789

[#789] Abstractia: mobile-friendly

Fixes #789


Commit: 8bc6384cf0c5a08fe0ad745a81eac37d16acf02e
https://github.com/dreamwidth/dw-free/commit/8bc6384cf0c5a08fe0ad745a81eac37d16acf02e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/bases/layout.s2

Log Message:
-----------
[#790] Bases: make mobile friendly

* move column-specific CSS to a media query

* unhide #secondary in one-column view (we now only apply position:
absolute to #primary on multiple columns + desktop, which should fix
the problem)


Commit: 5af39aeda3297b8964eca8b903096e64ec70c0f4
https://github.com/dreamwidth/dw-free/commit/5af39aeda3297b8964eca8b903096e64ec70c0f4
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/bases/layout.s2

Log Message:
-----------
Merge pull request #809 from afuna/bases-mobile-bug-790

[#790] Bases: make mobile friendly

Fixes #790


Commit: 95338354dcd8a4514e510e7cfe071ccf5fe46738
https://github.com/dreamwidth/dw-free/commit/95338354dcd8a4514e510e7cfe071ccf5fe46738
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/blanket/layout.s2

Log Message:
-----------
[#791] Blanket: mobile changes

* constrain to 60% only on desktop (don't need to be that narrow on
mobile)

* turn on the meta viewport tag


Commit: b303e7aa21d3a16abe10c262f52f9cfea9b58167
https://github.com/dreamwidth/dw-free/commit/b303e7aa21d3a16abe10c262f52f9cfea9b58167
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/blanket/layout.s2

Log Message:
-----------
Merge pull request #810 from afuna/blanket-mobile-bug-791

[#791] Blanket: mobile changes

Fixes #791


Commit: 08789cbffced7445bf24b6b586c1e1b2d2739758
https://github.com/dreamwidth/dw-free/commit/08789cbffced7445bf24b6b586c1e1b2d2739758
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/brittle/layout.s2

Log Message:
-----------
[#792] Brittle: mobile style

* linearize (no sidebar) on small screens

* move the userpic inside the entry instead of outside on smaller
screens

* enable printing of the meta viewport tag

Fixes #792


Commit: 0a3c1a3e5c853cc7f9a0118dcfe2bf11bbf8e179
https://github.com/dreamwidth/dw-free/commit/0a3c1a3e5c853cc7f9a0118dcfe2bf11bbf8e179
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/drifting/layout.s2

Log Message:
-----------
[#793] Drifting: mobile style

* only split into two-columns on larger screens

* tweak borders so that they work on both one-column and two-column views

* force #primary (entries) to come above #secondary (the sidebar) in one-column view

* print out the meta viewport tag

Fixes #793


Commit: 0a18af9d5bb9c70ec959d15e6157332b000aac98
https://github.com/dreamwidth/dw-free/commit/0a18af9d5bb9c70ec959d15e6157332b000aac98
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/negatives/layout.s2

Log Message:
-----------
[#795] Negatives: mobile style

* move column-specific CSS to a media query

* no big margins for the calendar module on mobile view

* print the meta viewport tag

Fixes #795


Commit: 22f22942039f6c2e0a7963d3174d4b3d2e0ede9b
https://github.com/dreamwidth/dw-free/commit/22f22942039f6c2e0a7963d3174d4b3d2e0ede9b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/skittlishdreams/layout.s2

Log Message:
-----------
[#796] Skittlish Dreams: mobile style

* move column-specific CSS to a media query

* don't move the entry userpic CSS to a media query though; that
positions the icon in the entry and doesn't affect overall readability
of the layout

* set a line-height on the navlinks so that they don't overlap when
they're on multiple lines on small screens

* make the modules at the bottom full-width on smaller screens

* print meta viewport tag

Fixes #796


Commit: 4e905e882aeac2780c359472720b86b8853465f6
https://github.com/dreamwidth/dw-free/commit/4e905e882aeac2780c359472720b86b8853465f6
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/skittlishdreams/layout.s2

Log Message:
-----------
Merge pull request #815 from afuna/skittlishdreams-mobile-bug-796

[#796] Skittlish Dreams: mobile style


Commit: 4bae6d78efd23a1443c359528f4725e401c55653
https://github.com/dreamwidth/dw-free/commit/4bae6d78efd23a1443c359528f4725e401c55653
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/negatives/layout.s2

Log Message:
-----------
Merge pull request #813 from afuna/negatives-mobile-bug-795

[#795] Negatives: mobile style


Commit: 5e97ccad5f6f22facd235368e8df1c5664a53af3
https://github.com/dreamwidth/dw-free/commit/5e97ccad5f6f22facd235368e8df1c5664a53af3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/drifting/layout.s2

Log Message:
-----------
Merge pull request #812 from afuna/drifting-mobile-bug-793

[#793] Drifting: mobile style


Commit: 4bfd279db8fe950b4b1d4e33d2e1424c9cd5ca94
https://github.com/dreamwidth/dw-free/commit/4bfd279db8fe950b4b1d4e33d2e1424c9cd5ca94
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/brittle/layout.s2

Log Message:
-----------
Merge pull request #811 from afuna/brittle-mobile-bug-792

[#792] Brittle: mobile style


Commit: 7a5e6184d0fac522e300d4f5306e1af5d45ef261
https://github.com/dreamwidth/dw-free/commit/7a5e6184d0fac522e300d4f5306e1af5d45ef261
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/easyread/layout.s2

Log Message:
-----------
[#794] Easyread: print out the meta viewport tag

(was disabled pending conversion to work on mobile; no changes were
needed)

Fixes #794


Commit: 1dca4acca8e7d420556ef5484d17cde32124837f
https://github.com/dreamwidth/dw-free/commit/1dca4acca8e7d420556ef5484d17cde32124837f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M styles/easyread/layout.s2

Log Message:
-----------
Merge pull request #816 from afuna/easyread-mobile-bug-794

[#794] Easyread: print out the meta viewport tag


Commit: bb3f4b017b0493a0a8d95861839bbcc13cd00351
https://github.com/dreamwidth/dw-free/commit/bb3f4b017b0493a0a8d95861839bbcc13cd00351
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
M htdocs/stc/controlstrip.css
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text

Log Message:
-----------
Merge branch 'release-1.21' into develop

* release-1.21:
[#794] Easyread: print out the meta viewport tag
[#796] Skittlish Dreams: mobile style
[#795] Negatives: mobile style
[#793] Drifting: mobile style
[#792] Brittle: mobile style
[#791] Blanket: mobile changes
[#790] Bases: make mobile friendly
[#789] Abstractia: mobile-friendly
[#722] Only include the meta viewport tag conditionally:
[#723] Reset control strip font size back to absolute 11px
[#722] Adjust the small-screen-mode boundary from 60em to 30em
[#724] Don't show module jump link on one-column on desktop as well
Rename (new) success_ml to DW::Controller->render_success
(Bug 177) only give access to users who have siteadmin:sendmail priv
(Bug 177) finished basic /admin/sendmail page


Commit: 6a1b823cdedd975f64428bbcc035d0a3f2218512
https://github.com/dreamwidth/dw-free/commit/6a1b823cdedd975f64428bbcc035d0a3f2218512
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-15 (Tue, 15 Jul 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
[#817] Add two sets of breakpoint variables instead of just one

Option takes in a dimension in em or px. By default we go off 3x the
sidebar width to switch to medium mode (one-column vs multiple columns),
and 4x the sidebar width to switch to large mode (keeps the multiple
columns; whitespace difference mostly)


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

Changed paths:
M styles/core2base/layout.s2
M styles/funkycircles/layout.s2

Log Message:
-----------
[#817] Use medium / large media query in Tabula Rasa and Funky Circles

Also adjust whitespace in Funky Circles to reduce padding around the
page on medium-sized screens. (as a proof of concept of the division
between medium/large)


Commit: 2c3807ba5a8ed5b09634d0fc686a0ef32ab7dd5f
https://github.com/dreamwidth/dw-free/commit/2c3807ba5a8ed5b09634d0fc686a0ef32ab7dd5f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-15 (Tue, 15 Jul 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/core2.s2

Log Message:
-----------
[#817] Add css_divide_length, css_multiply_length

String functions which, given a valid css length, will return that
length multiplied or divided by the given number. Handles detection of
whether this is a valid unit, and appends the unit again once this is
done


Commit: e5c6b677f02650017489fd1ba7e443bf6c72f6f6
https://github.com/dreamwidth/dw-free/commit/e5c6b677f02650017489fd1ba7e443bf6c72f6f6
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/core2.s2
M styles/core2base/layout.s2
M styles/funkycircles/layout.s2

Log Message:
-----------
Merge pull request #820 from afuna/multiple-breakpoints-bug-817

A working base for per-style changes as per #817


Commit: 89f60166223a97cf38e7566fab54b1dc2c42f070
https://github.com/dreamwidth/dw-free/commit/89f60166223a97cf38e7566fab54b1dc2c42f070
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-18 (Fri, 18 Jul 2014)

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

Log Message:
-----------
[#830] Fix success page for communities admin

We changed the way we call render_success from just `success_ml` to
`DW::Controller->render_success`, so update the expected arguments.

Fixes #830


Commit: f85670db88c52d960756e8f08324305868325d28
https://github.com/dreamwidth/dw-free/commit/f85670db88c52d960756e8f08324305868325d28
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)

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

Log Message:
-----------
Merge pull request #831 from afuna/fix-render-success-bug-830

[#830] Fix success page for communities admin


Commit: bb89327d04e20e21eb0da421164f672eac05672d
https://github.com/dreamwidth/dw-free/commit/bb89327d04e20e21eb0da421164f672eac05672d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-18 (Fri, 18 Jul 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/LJ/S2.pm
M styles/core2.s2
M styles/core2base/layout.s2
M styles/funkycircles/layout.s2

Log Message:
-----------
Merge branch 'release-1.21' into develop

* release-1.21:
[#830] Fix success page for communities admin
[#817] Add css_divide_length, css_multiply_length
[#817] Use medium / large media query in Tabula Rasa and Funky Circles
[#817] Add two sets of breakpoint variables instead of just one


Commit: 5b4e79c8426c95383f492a6aed12afe18e4b9278
https://github.com/dreamwidth/dw-free/commit/5b4e79c8426c95383f492a6aed12afe18e4b9278
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-21 (Mon, 21 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/crossroads/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/funkycircles/layout.s2
M styles/headsup/layout.s2
M styles/lefty/layout.s2
M styles/mobility/layout.s2
M styles/modular/layout.s2
M styles/negatives/layout.s2
M styles/paperme/layout.s2
M styles/planetcaravan/layout.s2
M styles/steppingstones/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2

Log Message:
-----------
[#832] Remove "jump to modules" link except on mobility

Fixes #832


Commit: 5c91c8c2cb7dfba7e3f6a8c7f35fc74df0cbe78b
https://github.com/dreamwidth/dw-free/commit/5c91c8c2cb7dfba7e3f6a8c7f35fc74df0cbe78b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/crossroads/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/funkycircles/layout.s2
M styles/headsup/layout.s2
M styles/lefty/layout.s2
M styles/mobility/layout.s2
M styles/modular/layout.s2
M styles/negatives/layout.s2
M styles/paperme/layout.s2
M styles/planetcaravan/layout.s2
M styles/steppingstones/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2

Log Message:
-----------
Merge pull request #845 from afuna/remove-module-jump-link-bug-832

[#832] Remove "jump to modules" link except on mobility


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

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/boxesandborders/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
[#836] Use the latest rendering engine available

So that IE is aware of media queries

Fixes #836


Commit: 36ed33b2cfe96a6614cea6b6f820f56657f6154c
https://github.com/dreamwidth/dw-free/commit/36ed33b2cfe96a6614cea6b6f820f56657f6154c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M styles/basicboxes/layout.s2
M styles/ciel/layout.s2
M styles/colorside/layout.s2
M styles/dustyfoot/layout.s2
M styles/headsup/layout.s2
M styles/lefty/layout.s2
M styles/marginless/layout.s2
M styles/paletteable/layout.s2
M styles/tranquilityiii/layout.s2

Log Message:
-----------
[#834] Background color to comments in some layouts

This makes sure that the comment text is readable once they extend over
to the right, and away from the page background

In some cases, add a little padding around the comments so that they
have some space to breathe when they're over the page background

Removes padding from #primary .inner, but adds it back via other
elements, so that there's not doubled padding around comments that are
still over #primary


Commit: 995199c1f3201770024d90a52ecfe5e945a06cc0
https://github.com/dreamwidth/dw-free/commit/995199c1f3201770024d90a52ecfe5e945a06cc0
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M styles/basicboxes/layout.s2
M styles/ciel/layout.s2
M styles/colorside/layout.s2
M styles/dustyfoot/layout.s2
M styles/headsup/layout.s2
M styles/lefty/layout.s2
M styles/marginless/layout.s2
M styles/paletteable/layout.s2
M styles/tranquilityiii/layout.s2

Log Message:
-----------
Merge pull request #849 from afuna/comment-bgcolor-bug-834

[#834] Background color to comments in some layouts


Commit: 9873195db407a001628c50914eed1a19cdf87ea8
https://github.com/dreamwidth/dw-free/commit/9873195db407a001628c50914eed1a19cdf87ea8
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/boxesandborders/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
Merge pull request #847 from afuna/turn-off-ie-compatibility-mode-bug-836

[#836] Use the latest rendering engine available


Commit: 027e692cdb0e36e17d32d50f011dbbb73568d8ea
https://github.com/dreamwidth/dw-free/commit/027e692cdb0e36e17d32d50f011dbbb73568d8ea
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/LJ/Support.pm

Log Message:
-----------
[#777] Add the response type to support notification emails

Fixes #777


Commit: 645b751e5e3d048d956b8ff713867fdfc6543505
https://github.com/dreamwidth/dw-free/commit/645b751e5e3d048d956b8ff713867fdfc6543505
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/LJ/Support.pm

Log Message:
-----------
Merge pull request #850 from afuna/support-notification-answer-bug-777

[#777] Add the response type to support notification emails


Commit: 8c3f2b082f764c4fe4eb210cc0666337bad56216
https://github.com/dreamwidth/dw-free/commit/8c3f2b082f764c4fe4eb210cc0666337bad56216
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/Talk.pm

Log Message:
-----------
[#785] Only use the parent post's subject if we're not editing comment

Fixes an edge case where you: reply to a comment with a subject, your
reply has no subject, and you then edit the reply

Fixes #785


Commit: 062dd0559e559ac2f5413074c169e1d70d44a647
https://github.com/dreamwidth/dw-free/commit/062dd0559e559ac2f5413074c169e1d70d44a647
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/Talk.pm

Log Message:
-----------
Merge pull request #851 from afuna/comment-reply-subject-bug-785

[#785] Only use the parent post's subject if we're not editing comment


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

Changed paths:
M htdocs/search.bml

Log Message:
-----------
[#787] Fix argument name for number of results skipped in search

Fixes #787


Commit: 07f529cbf49d76eada4fd378982869e05c1ddd8a
https://github.com/dreamwidth/dw-free/commit/07f529cbf49d76eada4fd378982869e05c1ddd8a
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M htdocs/search.bml

Log Message:
-----------
Merge pull request #852 from afuna/skipped-count-bug-787

[#787] Fix argument name for number of results skipped in search


Commit: 21a36a3c78b970ee1cfe006dc660aecd7e7e3190
https://github.com/dreamwidth/dw-free/commit/21a36a3c78b970ee1cfe006dc660aecd7e7e3190
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm

Log Message:
-----------
Use the $LJ::DOMAIN variable instead of hardcoding "dreamwidth.org"

when processing @usernames as markdown


Commit: 976688e5cad90827f3aa3ad5b1e32abd6c5e1cb1
https://github.com/dreamwidth/dw-free/commit/976688e5cad90827f3aa3ad5b1e32abd6c5e1cb1
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm

Log Message:
-----------
Merge pull request #853 from afuna/no-hardcode-domain

Use the $LJ::DOMAIN variable instead of hardcoding "dreamwidth.org"


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

Changed paths:
M cgi-bin/LJ/Sendmail.pm
M t/formatted-mail.t

Log Message:
-----------
[#837] Use LJ::CleanHTML to process formatted_mail for usertags

Fixes #837


Commit: ca8cd30ab4a11be13af15d33c6b3bd5582d5f35f
https://github.com/dreamwidth/dw-free/commit/ca8cd30ab4a11be13af15d33c6b3bd5582d5f35f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)

Changed paths:
M cgi-bin/LJ/Sendmail.pm
M t/formatted-mail.t

Log Message:
-----------
Merge pull request #854 from afuna/format-mail-@username-bug-837

[#837] Use LJ::CleanHTML to process formatted_mail for usertags


Commit: 2579e39489ba8a2fd6eef26c9c9c163e7648d660
https://github.com/dreamwidth/dw-free/commit/2579e39489ba8a2fd6eef26c9c9c163e7648d660
Author: Mark Smith <mark@dreamwidth.org>
Date: 2014-07-27 (Sun, 27 Jul 2014)

Changed paths:
M bin/worker/paidstatus
M cgi-bin/DW/Pay.pm
M cgi-bin/DW/Shop.pm
M cgi-bin/DW/Shop/Cart.pm
M cgi-bin/DW/Shop/Item/Account.pm
M cgi-bin/DW/Shop/Item/Icons.pm
M cgi-bin/DW/Shop/Item/Points.pm
M cgi-bin/DW/Shop/Item/Rename.pm
A cgi-bin/DW/Stats.pm
M cgi-bin/DW/Worker/XPostWorker.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/User.pm
M cgi-bin/ljlib.pl
M doc/config-private.pl.txt
M htdocs/login.bml

Log Message:
-----------
Check in business stats

This was hacked together to provide some quick and dirty 'event count'
metric reporting for Dreamwidth. This was implemented to work with the
Datadog service, but it should be pretty easy to convert the DW::Stats
module to have support for more services.


Commit: 9eb014dc20f356b4d6004f8c1c9b623aeb952084
https://github.com/dreamwidth/dw-free/commit/9eb014dc20f356b4d6004f8c1c9b623aeb952084
Author: Mark Smith <mark@qq.is>
Date: 2014-07-27 (Sun, 27 Jul 2014)

Changed paths:
M bin/worker/paidstatus
M cgi-bin/DW/Pay.pm
M cgi-bin/DW/Shop.pm
M cgi-bin/DW/Shop/Cart.pm
M cgi-bin/DW/Shop/Item/Account.pm
M cgi-bin/DW/Shop/Item/Icons.pm
M cgi-bin/DW/Shop/Item/Points.pm
M cgi-bin/DW/Shop/Item/Rename.pm
A cgi-bin/DW/Stats.pm
M cgi-bin/DW/Worker/XPostWorker.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/User.pm
M cgi-bin/ljlib.pl
M doc/config-private.pl.txt
M htdocs/login.bml

Log Message:
-----------
Merge pull request #862 from zorkian/dwstats

Check in business stats


Commit: 8feb24e9abac3147c0d2ee16bfc15b463b8fefbb
https://github.com/dreamwidth/dw-free/commit/8feb24e9abac3147c0d2ee16bfc15b463b8fefbb
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/ciel/layout.s2
M styles/colorside/layout.s2
M styles/compartmentalize/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/corinthian/layout.s2
M styles/crisped/layout.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/forthebold/layout.s2
M styles/funkycircles/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/lineup/layout.s2
M styles/marginless/layout.s2
M styles/modish/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/paperme/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/refriedtablet/layout.s2
M styles/skittlishdreams/layout.s2
M styles/snakesandboxes/layout.s2
M styles/steppingstones/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/tranquilityiii/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
[#838] Use generate_medium_media_query instead of $*desktop_media_query

Fixes #838


Commit: c6c4f11109656fafd4101d3bc79bb60d51c47327
https://github.com/dreamwidth/dw-free/commit/c6c4f11109656fafd4101d3bc79bb60d51c47327
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/ciel/layout.s2
M styles/colorside/layout.s2
M styles/compartmentalize/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/corinthian/layout.s2
M styles/crisped/layout.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/forthebold/layout.s2
M styles/funkycircles/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/lineup/layout.s2
M styles/marginless/layout.s2
M styles/modish/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/paperme/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/refriedtablet/layout.s2
M styles/skittlishdreams/layout.s2
M styles/snakesandboxes/layout.s2
M styles/steppingstones/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/tranquilityiii/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2

Log Message:
-----------
Merge pull request #863 from afuna/generate_medium_media_query-bug-838

[#838] Use generate_medium_media_query instead of $*desktop_media_query


Commit: a18da490aef81f01fff5fbdfaff18421b85c2c31
https://github.com/dreamwidth/dw-free/commit/a18da490aef81f01fff5fbdfaff18421b85c2c31
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M cgi-bin/LJ/Poll.pm
M styles/core2base/layout.s2
M styles/snakesandboxes/layout.s2
M styles/trifecta/layout.s2

Log Message:
-----------
[#841] Enforce max-width on images in smaller screens

* also removes similar code in some layouts because it's no longer
needed

* add height to poll image style attribute so it overrides height: auto
(but don't remove height attribute, needed for, e.g., email
notifications)

Fixes #841


Commit: f61105972a80863c3543dcc5a9ffaf635cad1e31
https://github.com/dreamwidth/dw-free/commit/f61105972a80863c3543dcc5a9ffaf635cad1e31
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm
M htdocs/stc/lj_base.css
M htdocs/tools/embedcontent.bml
M t/clean-embed.t

Log Message:
-----------
[#841] Force a max-width onto embedded content (iframes)

* adds two new wrappers to the generated lj_embedcontent HTML:
.lj_embedcontent-wrapper and .lj_embedcontent-ratio

* .lj_embedcontent now has a width: 100%, which forces it to be as wide
as its containing element

* .lj_embedcontent-ratio gives back the height at the original aspect
ratio using padding-top (we know the given width/height so we can
generate this dynamically)

* .lj_embedcontent-wrapper forces a max-width/max-height, so that it
can't go bigger than it was originally defined, or bigger than
system-limited width/height

* the generated content inside the iframe (embedcontent.bml) is given a
width/height: 100%, so that it's as wide / high as we defined the
outer iframe to be

Fixes #841


Commit: ad5d18eeb41799b1c6407c81d64f74fbe19df411
https://github.com/dreamwidth/dw-free/commit/ad5d18eeb41799b1c6407c81d64f74fbe19df411
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/snakesandboxes/layout.s2
M styles/trifecta/layout.s2

Log Message:
-----------
[#841] Add back image size limits on larger screens

only for Snakes and Boxes, and Trifecta -- this was the old behavior so
let's not change it


Commit: 717f674dc2fc2fd3a1d79e19bc95cc10221f042e
https://github.com/dreamwidth/dw-free/commit/717f674dc2fc2fd3a1d79e19bc95cc10221f042e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
[#841] Add image handling to all dw-free layouts

(These are the layouts that override Page::print_default_stylesheets, so
they didn't get the change automatically)

Fixes #841.


Commit: 6ce0e3362d15e3b15005f0d722158a5ef7166645
https://github.com/dreamwidth/dw-free/commit/6ce0e3362d15e3b15005f0d722158a5ef7166645
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/Poll.pm
M htdocs/stc/lj_base.css
M htdocs/tools/embedcontent.bml
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2
M styles/snakesandboxes/layout.s2
M styles/trifecta/layout.s2
M t/clean-embed.t

Log Message:
-----------
Merge pull request #846 from afuna/too-large-media-bug-841

Handle large media (images, iframes)


Commit: 672d993ef4198f7b6587a884b2eddf88e1187a7b
https://github.com/dreamwidth/dw-free/commit/672d993ef4198f7b6587a884b2eddf88e1187a7b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/snakesandboxes/layout.s2
M styles/trifecta/layout.s2

Log Message:
-----------
[#841] Initialize large_media_query variable


Commit: 265fd80e96c20b5cef6cdfd760584e5458964936
https://github.com/dreamwidth/dw-free/commit/265fd80e96c20b5cef6cdfd760584e5458964936
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M styles/snakesandboxes/layout.s2
M styles/trifecta/layout.s2

Log Message:
-----------
Merge pull request #864 from afuna/add-missing-variable-bug-841

[#841] Initialize large_media_query variable


Commit: b32b14f45eeea65d05696b46e00eb798c5f33e3b
https://github.com/dreamwidth/dw-free/commit/b32b14f45eeea65d05696b46e00eb798c5f33e3b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/Poll.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Sendmail.pm
M htdocs/stc/lj_base.css
M htdocs/tools/embedcontent.bml
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/ciel/layout.s2
M styles/colorside/layout.s2
M styles/compartmentalize/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/corinthian/layout.s2
M styles/crisped/layout.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/forthebold/layout.s2
M styles/funkycircles/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/lineup/layout.s2
M styles/marginless/layout.s2
M styles/mobility/layout.s2
M styles/modish/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/paperme/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/refriedtablet/layout.s2
M styles/skittlishdreams/layout.s2
M styles/snakesandboxes/layout.s2
M styles/steppingstones/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/tranquilityiii/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2
M t/clean-embed.t
M t/formatted-mail.t

Log Message:
-----------
Merge branch 'release-1.21' into develop

* release-1.21:
[#841] Initialize large_media_query variable
[#841] Add image handling to all dw-free layouts
[#841] Add back image size limits on larger screens
[#841] Force a max-width onto embedded content (iframes)
[#841] Enforce max-width on images in smaller screens
[#838] Use generate_medium_media_query instead of $*desktop_media_query
[#837] Use LJ::CleanHTML to process formatted_mail for usertags
[#834] Background color to comments in some layouts
[#836] Use the latest rendering engine available
[#832] Remove "jump to modules" link except on mobility


Commit: 2865492d6a7c25c00998bea2690e7a334233ebff
https://github.com/dreamwidth/dw-free/commit/2865492d6a7c25c00998bea2690e7a334233ebff
Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-28 (Mon, 28 Jul 2014)

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

Log Message:
-----------
Turn off autocomplete on the date

Just in case -- we have some complaints of the same date being used over
and over again. Possibly this is autocomplete at work?


Commit: f5a8ec5ad4b978f835df85859fd3fec8ebb61341
https://github.com/dreamwidth/dw-free/commit/f5a8ec5ad4b978f835df85859fd3fec8ebb61341
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)

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

Log Message:
-----------
Merge pull request #865 from afuna/autocomplete-off-date

Turn off autocomplete on the date


Commit: 4deb767d9ee912c94e1565f397eef16cc94e1901
https://github.com/dreamwidth/dw-free/commit/4deb767d9ee912c94e1565f397eef16cc94e1901
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)

Changed paths:
M views/admin/capedit.tt
M views/admin/capedit.tt.text

Log Message:
-----------
(Bug 822) Misspelling in /admin/capedit

Fixes spelling of 'privilege'. Fixes bug #822.


Commit: 59971b4ee69faf99b374446ad16619a6666632e2
https://github.com/dreamwidth/dw-free/commit/59971b4ee69faf99b374446ad16619a6666632e2
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-07-29 (Tue, 29 Jul 2014)

Changed paths:
M views/admin/capedit.tt
M views/admin/capedit.tt.text

Log Message:
-----------
Merge pull request #866 from hotlevel4/bug822/changeMisspelling

(Bug 822) Misspelling in /admin/capedit - Fixes #822.


Commit: 8401af123c280b6b8cbaf65120a160f4f7471208
https://github.com/dreamwidth/dw-free/commit/8401af123c280b6b8cbaf65120a160f4f7471208
Author: Liv <livredor@justemail.net>
Date: 2014-07-30 (Wed, 30 Jul 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
(Issue 839: expose breakpoint variables in wizard)

Add wizard settings for the viewport size in ems
triggering change to mobile view or medium screen view
Some changes to description of option, add notes.
Wizard settings for TR and most non-child styles.


Commit: 21654295e8d7a496d0dfee286d47912e2f59b13b
https://github.com/dreamwidth/dw-free/commit/21654295e8d7a496d0dfee286d47912e2f59b13b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-01 (Fri, 01 Aug 2014)

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

Log Message:
-----------
Merge branch 'release-1.21' into develop

* release-1.21:
Turn off autocomplete on the date


Commit: 3b0ba936660243fdd873d23719e128d5d2f5a7dd
https://github.com/dreamwidth/dw-free/commit/3b0ba936660243fdd873d23719e128d5d2f5a7dd
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-01 (Fri, 01 Aug 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Setting/MobileView.pm
M cgi-bin/LJ/S2.pm
M htdocs/manage/settings/index.bml
M styles/core2.s2

Log Message:
-----------
[#868] Add a viewer option to turn off mobile view per-device

(Per-device not per-account because what works for one device may not
work for another, while multiple accounts on the same device will likely
have the same issues)

Fixes #868.


Commit: bc7e9bdd95d8930934d8652f1d3bad73507ce08d
https://github.com/dreamwidth/dw-free/commit/bc7e9bdd95d8930934d8652f1d3bad73507ce08d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-01 (Fri, 01 Aug 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/core2.s2

Log Message:
-----------
Remove redundant tag, and fix tag format

* our styles are still in xhtml so we do want this trailing slash

* want this meta tag to be per-style instead of on all styles, just in
case it's not suitable for one of them


Commit: cb6b5b9eef28b6be8d696bc77ebb09ba898197e8
https://github.com/dreamwidth/dw-free/commit/cb6b5b9eef28b6be8d696bc77ebb09ba898197e8
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M styles/core2.s2

Log Message:
-----------
Merge pull request #870 from afuna/ie-meta-again

Remove redundant tag, and fix tag format


Commit: 6607f3cf422dc63972639a6f3ee9cc87028f1d19
https://github.com/dreamwidth/dw-free/commit/6607f3cf422dc63972639a6f3ee9cc87028f1d19
Author: Liv <livredor@justemail.net>
Date: 2014-08-01 (Fri, 01 Aug 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
Remove preset defaults.
Remove redundant wizard options for Blanket.
Fix tabs style.


Commit: 7fa77b7ea402741d400aab809fbd7ba245907c2b
https://github.com/dreamwidth/dw-free/commit/7fa77b7ea402741d400aab809fbd7ba245907c2b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Setting/MobileView.pm
M cgi-bin/LJ/S2.pm
M htdocs/manage/settings/index.bml
M styles/core2.s2

Log Message:
-----------
Merge pull request #869 from afuna/mobile-view-option-bug-868

[#868] Add a viewer option to turn off mobile view per-device


Commit: a10f3b94f649dd69d6c311ad7ebad7d702a6df66
https://github.com/dreamwidth/dw-free/commit/a10f3b94f649dd69d6c311ad7ebad7d702a6df66
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
Merge pull request #867 from LivredOr/438_wizard_breakpoints

(Issue 839: expose breakpoint variables in wizard)


Commit: 0336b243d05a3c815596e37862ab098adb5378ea
https://github.com/dreamwidth/dw-free/commit/0336b243d05a3c815596e37862ab098adb5378ea
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-04 (Mon, 04 Aug 2014)

Changed paths:
M cgi-bin/LJ/Web.pm

Log Message:
-----------
Insert JS-injected control strip to the *top* of the page

It's being inserted at the bottom, which was fine when this was then
absolutely positioned to the top. But we want the control strip to be in
the document flow and act like a regular element, so let's put this at
the top in the HTML


Commit: c66e2fd2caf1d9eeacd6ae37c7f7455daf3c4853
https://github.com/dreamwidth/dw-free/commit/c66e2fd2caf1d9eeacd6ae37c7f7455daf3c4853
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)

Changed paths:
M cgi-bin/LJ/Web.pm

Log Message:
-----------
Merge pull request #872 from afuna/controlstrip-core1-top

Insert JS-injected control strip to the *top* of the page


Commit: 90dcea30385d9d95cad4437991914b77ccfa2b1e
https://github.com/dreamwidth/dw-free/commit/90dcea30385d9d95cad4437991914b77ccfa2b1e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
[#848] Add a minimum acceptable width to the comment content

So that if it's narrower than a certain size, even the first few lines
drop below the icon instead of being squeezed by it.

This technique, however, ensures that the icon can still float beside
the comment text when the comment is wide enough that the words will
still be readable


Commit: 21199450afca966fadf4b89769c18489591e154e
https://github.com/dreamwidth/dw-free/commit/21199450afca966fadf4b89769c18489591e154e
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
M styles/skittlishdreams/layout.s2

Log Message:
-----------
Merge pull request #873 from afuna/min-width-comment-content-bug-848

[#848] Add a minimum acceptable width to the comment content


Commit: dcb2cc91fff7a11937e579e0549c65ff9fb483af
https://github.com/dreamwidth/dw-free/commit/dcb2cc91fff7a11937e579e0549c65ff9fb483af
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/ciel/layout.s2

Log Message:
-----------
[#877] Add rounded corners to .comment in Ciel

To keep consistent with the appearance when it's deep enough that the
comment overflows the primary column

Fixes #877.


Commit: 29afeb07b74988a835e62dd7c8d5b87f3d51aab7
https://github.com/dreamwidth/dw-free/commit/29afeb07b74988a835e62dd7c8d5b87f3d51aab7
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Go straight to the fallback if sidebar width isn't set

Some non-TR-children styles don't use the sidebar width variable; for
these jump straight to the fallback


Commit: 03f71fcfbf4f08bf00270971b191817beb56292f
https://github.com/dreamwidth/dw-free/commit/03f71fcfbf4f08bf00270971b191817beb56292f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #894 from afuna/sidebar-width-unset

Go straight to the fallback if sidebar width isn't set


Commit: e1dde270b7c807d51ef52bca0c0190a41789219b
https://github.com/dreamwidth/dw-free/commit/e1dde270b7c807d51ef52bca0c0190a41789219b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/drifting/layout.s2

Log Message:
-----------
Remove a redundant media query in Drifting


Commit: 816d5e75d95e207df45d127a030759ad2d190ef3
https://github.com/dreamwidth/dw-free/commit/816d5e75d95e207df45d127a030759ad2d190ef3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/drifting/layout.s2

Log Message:
-----------
Merge pull request #895 from afuna/drifting-redundant-media-query

Remove a redundant media query in Drifting


Commit: 1161b779effc2b3710d55b1b4114ea918ed4dd32
https://github.com/dreamwidth/dw-free/commit/1161b779effc2b3710d55b1b4114ea918ed4dd32
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/drifting/layout.s2
M styles/drifting/themes.s2

Log Message:
-----------
[#879] Fix wrapping of long journal titles in Drifting

* set a min-height instead of absolute height for the header, which lets
the header expand around text instead of abrutply running out

* make sure that header encloses .header-left instead of having its own
height (to avoid instances of the header left image becoming
disconnected from the header)

* set the background color of the header to match the topmost row of the
header image, for a seamless transition upward once we run out of
image, and then make sure we only repeat the header background image
horizontally

* only show the right header on big screens, to avoid having it encroach
on the title

Fixes #879.


Commit: af16fce45cf815dc6016c6e245a8d7ac4d21b3a0
https://github.com/dreamwidth/dw-free/commit/af16fce45cf815dc6016c6e245a8d7ac4d21b3a0
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/forthebold/layout.s2

Log Message:
-----------
[#882] For the Bold: tweak poster positioning on small screens

* add a right margin to the poster (but only on small screens) so that
it won't overlap the userpic

* keep the negative margin top so there's something beside the userpic

* some refactoring so we can calculate the required right margin

Fixes #882.


Commit: ff5e04d8825f0d3885b3b9b3d565060734502952
https://github.com/dreamwidth/dw-free/commit/ff5e04d8825f0d3885b3b9b3d565060734502952
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)

Changed paths:
M styles/forthebold/layout.s2

Log Message:
-----------
Merge pull request #897 from afuna/for-the-bold-icon-overlap-bug-882

[#882] For the Bold: tweak poster positioning on small screens


Commit: 13f9aa2bc647a50c19566c714c8382a04aeb675c
https://github.com/dreamwidth/dw-free/commit/13f9aa2bc647a50c19566c714c8382a04aeb675c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/modular/layout.s2

Log Message:
-----------
[#883] Modular: tweak icon positioning

When on smaller screens, only move up the icon a small amount (enough to
connect the icon to the header, but not enough to overlap the header)

Fixes #883.


Commit: 2a3b4a28a8928b84a9c1717381a3a532d4eecf06
https://github.com/dreamwidth/dw-free/commit/2a3b4a28a8928b84a9c1717381a3a532d4eecf06
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/motion/layout.s2

Log Message:
-----------
[#884] Motion: fix the background on scroll

Fixes #884.


Commit: a8d8af3b95aa994d8f7c295931c8d4a5ba612ec8
https://github.com/dreamwidth/dw-free/commit/a8d8af3b95aa994d8f7c295931c8d4a5ba612ec8
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/motion/layout.s2

Log Message:
-----------
Merge pull request #899 from afuna/motion-fixed-bg-bug-884

[#884] Motion: fix the background on scroll


Commit: ae22528cb08002ef7c384a3b796ebca4932c8cfa
https://github.com/dreamwidth/dw-free/commit/ae22528cb08002ef7c384a3b796ebca4932c8cfa
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/planetcaravan/layout.s2

Log Message:
-----------
[#886] Planet Caravan: don't move icon up on small screens

We want to move it up on larger screens because it's off to the side.
But on smaller screens, we just leave it in its current position in the
flow.

Fixes #886.


Commit: c54856ba92fb3a4839d956cd9ffb3c2e622d899b
https://github.com/dreamwidth/dw-free/commit/c54856ba92fb3a4839d956cd9ffb3c2e622d899b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/planetcaravan/layout.s2

Log Message:
-----------
Merge pull request #900 from afuna/planet-caravan-icon-overlap-subject-bug-886

[#886] Planet Caravan: don't move icon up on small screens


Commit: 01e3ec56a8b79ff0edbfdce808b6f1b7ff89e8be
https://github.com/dreamwidth/dw-free/commit/01e3ec56a8b79ff0edbfdce808b6f1b7ff89e8be
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/planetcaravan/layout.s2

Log Message:
-----------
[#887] Planet Caravan: tweak footer on small screens

* on large screens, where the interaction links are unlikely to overlap
the management links, move the interaction links up to to the same
level as the management links. On small screens, keep them on two
lines

* put the background on the footer and make sure footer expands around
all floated elements so that the background is around everything it
should be

* tweak padding in footer to be for the whole footer rather than for the
contained elements

Fixes #887.


Commit: 60869b4f397da5aefc4abb1406ef35b0f70bbb6e
https://github.com/dreamwidth/dw-free/commit/60869b4f397da5aefc4abb1406ef35b0f70bbb6e
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/planetcaravan/layout.s2

Log Message:
-----------
Merge pull request #901 from afuna/planet-caravan-comment-footer-bug-887

[#887] Planet Caravan: tweak footer on small screens


Commit: 07b5806fb3e4e38cc727753f6a02f52d75362931
https://github.com/dreamwidth/dw-free/commit/07b5806fb3e4e38cc727753f6a02f52d75362931
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/modular/layout.s2

Log Message:
-----------
Merge pull request #898 from afuna/modular-icon-overlapping-date-bug-883

[#883] Modular: tweak icon positioning


Commit: f1b73f52f2de7df67862cf9bb37fe5a6b7352fcd
https://github.com/dreamwidth/dw-free/commit/f1b73f52f2de7df67862cf9bb37fe5a6b7352fcd
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/drifting/layout.s2
M styles/drifting/themes.s2

Log Message:
-----------
Merge pull request #896 from afuna/drifting-journal-title-bug-879

[#879] Fix wrapping of long journal titles in Drifting


Commit: 15fca3509c9f998c65ccd9323051de83c3958a87
https://github.com/dreamwidth/dw-free/commit/15fca3509c9f998c65ccd9323051de83c3958a87
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/ciel/layout.s2

Log Message:
-----------
Merge pull request #893 from afuna/ciel-comment-rounded-borders-bug-877

[#877] Add rounded corners to .comment in Ciel


Commit: e51cf3c8a2c91cdbe6a774fd829ca9132b2aff1e
https://github.com/dreamwidth/dw-free/commit/e51cf3c8a2c91cdbe6a774fd829ca9132b2aff1e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/bases/layout.s2

Log Message:
-----------
[#889] Bases: make sure .comment has a background color

* add a background color to .comment so that the text is still readable
in deeply nested comment threads

* remove the background color from .partial .comment because that's now
redundant

Fixes #889.


Commit: 2493f86bfa4698a8f35e054f4831fd7e272b06d1
https://github.com/dreamwidth/dw-free/commit/2493f86bfa4698a8f35e054f4831fd7e272b06d1
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/bases/layout.s2

Log Message:
-----------
Merge pull request #902 from afuna/bases-comment-bgcolor-bug-889

[#889] Bases: make sure .comment has a background color


Commit: 95b1bee781462aa5bb39732cefc89b7a4cd73b14
https://github.com/dreamwidth/dw-free/commit/95b1bee781462aa5bb39732cefc89b7a4cd73b14
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/strata/layout.s2

Log Message:
-----------
[#891] Strata: make comment/entry footer flexible height

Make sure that the comment/entry footer can expand around the footer
contents instead of assuming a fixed height. Some padding removed
because that was contributing to the fixed height

Fixes #891.


Commit: f61a4fe6526126c0e717e2c788abc1dce7f46180
https://github.com/dreamwidth/dw-free/commit/f61a4fe6526126c0e717e2c788abc1dce7f46180
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/strata/layout.s2

Log Message:
-----------
Merge pull request #903 from afuna/strata-footer-fixed-height-bug-891

[#891] Strata: make comment/entry footer flexible height


Commit: 3b140b99e8518528b31e6c0a3c568aa966a8d9de
https://github.com/dreamwidth/dw-free/commit/3b140b99e8518528b31e6c0a3c568aa966a8d9de
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/strata/layout.s2

Log Message:
-----------
[#890] Strata: set a background color on more .comment elements

Set the background color on the .comment element instead of the
.comment-content one, so that partial comments still remain readable on
the page background

Fixes #890.


Commit: 52819c77eca9f770133f1339b7fbd23f818328c3
https://github.com/dreamwidth/dw-free/commit/52819c77eca9f770133f1339b7fbd23f818328c3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/strata/layout.s2

Log Message:
-----------
Merge pull request #904 from afuna/strata-comment-bgcolor-bug-890

[#890] Strata: set a background color on more .comment elements


Commit: cf8c0243a531401bfabff1eefe94cf10bc3d22ec
https://github.com/dreamwidth/dw-free/commit/cf8c0243a531401bfabff1eefe94cf10bc3d22ec
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/tectonic/layout.s2

Log Message:
-----------
[#892] Tectonic: fix modules in one-column mode small screen

On one-column mode in larger screens, we want the modules to be beside
one another.

On one-column mode in smaller screens, we want the modules to be stacked
on top of one another.

This makes it so

Fixes #892.


Commit: 210e6e3df3af6a9b15f2d0f250a6abad02f8cb9f
https://github.com/dreamwidth/dw-free/commit/210e6e3df3af6a9b15f2d0f250a6abad02f8cb9f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)

Changed paths:
M styles/tectonic/layout.s2

Log Message:
-----------
Merge pull request #905 from afuna/tectonic-one-column-bug-892

[#892] Tectonic: fix modules in one-column mode small screen


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

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

Log Message:
-----------
[#861] Explicitly set the "post as" to remote

The problem is that we knew the community name we were going to post to,
but we didn't know we were going to post as remote. Because that option
wasn't selected (post as remote), the community name was being hidden by
javascript.

Fix is to make sure there's an explicit value set for post_as, even when
we initialized the entry form using data from another form.

This involves moving the init code for vars upward so there's a little
less duplication of logic.

Fixes #861.


Commit: 85d18f3250b54b14a87dfd517ad2295641cdd60f
https://github.com/dreamwidth/dw-free/commit/85d18f3250b54b14a87dfd517ad2295641cdd60f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)

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

Log Message:
-----------
Merge pull request #907 from afuna/preview-after-poll-community-bug-861

[#861] Explicitly set the "post as" to remote


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

Changed paths:
A .gitattributes

Log Message:
-----------
[#22] Create .gitattributes file

Automatically deal with line-endings as per
https://help.github.com/articles/dealing-with-line-endings

Fixes #22.


Commit: 6527e8b8bac0005051fcc21767abbb5962d51339
https://github.com/dreamwidth/dw-free/commit/6527e8b8bac0005051fcc21767abbb5962d51339
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)

Changed paths:
A .gitattributes

Log Message:
-----------
Merge pull request #908 from afuna/gitattributes-bug-22

[#22] Create .gitattributes file


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

Changed paths:
M cgi-bin/DW/Controller/Edges.pm
M cgi-bin/DW/Controller/Interests.pm
M cgi-bin/DW/Routing.pm

Log Message:
-----------
[#690] Redirect a renamed (and redirecting) user automatically

Put the logic into DW::Routing instead of in each individual controller

Fixes #690.


Commit: 21492e434e7094c366ff6b491e053099656d7bed
https://github.com/dreamwidth/dw-free/commit/21492e434e7094c366ff6b491e053099656d7bed
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-08 (Fri, 08 Aug 2014)

Changed paths:
M htdocs/js/jquery.threadexpander.js

Log Message:
-----------
[#714] Expand screened comments if you admin the journal

Fixes #714.


Commit: cf118aae4a8e35f008e862d77e56a59af8d97b11
https://github.com/dreamwidth/dw-free/commit/cf118aae4a8e35f008e862d77e56a59af8d97b11
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)

Changed paths:
M htdocs/js/jquery.threadexpander.js

Log Message:
-----------
Merge pull request #910 from afuna/expand-all-with-screened-bug-714

[#714] Expand screened comments if you admin the journal


Commit: 15ca57c757fd556edf426a25a9916dea6155c2e5
https://github.com/dreamwidth/dw-free/commit/15ca57c757fd556edf426a25a9916dea6155c2e5
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/upgrading/update-db-general.pl

Log Message:
-----------
[#670] Make sure that older media files have a known width/height

Data-cleaning

Fixes #670.


Commit: d4f1b1623ac0cba427a2800b77e9943ba1cac840
https://github.com/dreamwidth/dw-free/commit/d4f1b1623ac0cba427a2800b77e9943ba1cac840
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M cgi-bin/DW/Console/Command/Note.pm

Log Message:
-----------
Adds (forgotten, oops) statushistory logging to suspend note system.
Fixes #857.


Commit: 05d17e5b00d13154f0c9973be3e46c04838f6cb1
https://github.com/dreamwidth/dw-free/commit/05d17e5b00d13154f0c9973be3e46c04838f6cb1
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M htdocs/admin/statushistory.bml

Log Message:
-----------
Add IS_DEV_SERVER check on second conditional as well.
Fixes #913.


Commit: cbec7a70dd1b38439d3afc852222038f57ffc77f
https://github.com/dreamwidth/dw-free/commit/cbec7a70dd1b38439d3afc852222038f57ffc77f
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
A cgi-bin/DW/External/Site/Pinterest.pm
A htdocs/img/profile_icons/pinterest.png

Log Message:
-----------
Add pinterest to usertag and profile.
Fixes #916. This commit adds usertag and profile section together.


Commit: 5d14acbf7855f9f79c171b82b5fd55e7052d8098
https://github.com/dreamwidth/dw-free/commit/5d14acbf7855f9f79c171b82b5fd55e7052d8098
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/DW/External/Site.pm
M cgi-bin/DW/Logic/ProfilePage.pm
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text
M htdocs/profile.bml.text

Log Message:
-----------
Add pinterest to usertag and profile.
Fixes #916, this time with the other half-dozen modified files added
for realz. One of these days I'll learn how to git.


Commit: 33873dfc08a619e0b359fa6cabc4a12312f82d05
https://github.com/dreamwidth/dw-free/commit/33873dfc08a619e0b359fa6cabc4a12312f82d05
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/upgrading/proplists.dat
M cgi-bin/DW/External/Site.pm
A cgi-bin/DW/External/Site/Pinterest.pm
M cgi-bin/DW/Logic/ProfilePage.pm
A htdocs/img/profile_icons/pinterest.png
M htdocs/manage/profile/index.bml
M htdocs/manage/profile/index.bml.text
M htdocs/profile.bml.text

Log Message:
-----------
Merge pull request #917 from rahaeli/pinterest

Add pinterest to usertag and profile


Commit: 6dcc17f16bb4fbc7bbcb27776ad22bd3f41049d5
https://github.com/dreamwidth/dw-free/commit/6dcc17f16bb4fbc7bbcb27776ad22bd3f41049d5
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M htdocs/admin/statushistory.bml

Log Message:
-----------
Merge pull request #914 from rahaeli/historyview

Add IS_DEV_SERVER check on second conditional as well.


Commit: 7ed4175b4755076c527673fedaaea46f5cade688
https://github.com/dreamwidth/dw-free/commit/7ed4175b4755076c527673fedaaea46f5cade688
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M cgi-bin/DW/Console/Command/Note.pm

Log Message:
-----------
Merge pull request #912 from rahaeli/suspend-notes

Adds (forgotten, oops) statushistory logging to suspend note system.


Commit: fd41cac518bfcd150d378690a1b0e0782d7d63f2
https://github.com/dreamwidth/dw-free/commit/fd41cac518bfcd150d378690a1b0e0782d7d63f2
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/upgrading/update-db-general.pl

Log Message:
-----------
Merge pull request #911 from afuna/media-versions-dimensions-bug-670

[#670] Make sure that older media files have a known width/height


Commit: 99e7672e27fb0cffb5b34b7eed444882f1fcf195
https://github.com/dreamwidth/dw-free/commit/99e7672e27fb0cffb5b34b7eed444882f1fcf195
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M cgi-bin/DW/Controller/Edges.pm
M cgi-bin/DW/Controller/Interests.pm
M cgi-bin/DW/Routing.pm

Log Message:
-----------
Merge pull request #909 from afuna/redirect-renamed-users-bug-690

[#690] Redirect a renamed (and redirecting) user automatically


Commit: 9325ee6c529269b321a6ffda6f39449fa3566b0f
https://github.com/dreamwidth/dw-free/commit/9325ee6c529269b321a6ffda6f39449fa3566b0f
Author: Andrea Nall <anall@andreanall.com>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/checkconfig.pl
M cgi-bin/ljlib.pl

Log Message:
-----------
Fix for minimal set of system-installed libraries

Mark actually required libraries as required, move extlib call to before LJ/Directory.pm
otherwise we cannot find List::MoreUtils


Commit: 38acf2ee814053b346489ad4cce09e3e4806435e
https://github.com/dreamwidth/dw-free/commit/38acf2ee814053b346489ad4cce09e3e4806435e
Author: Andrea Nall <anall@andreanall.com>
Date: 2014-08-10 (Sun, 10 Aug 2014)

Changed paths:
M cgi-bin/DW/OAuth/Access.pm

Log Message:
-----------
Set lastaccess to initial create time, to avoid confusion.

Fixes 920, which was entirely me being silly -- but I think this is better behaviour.


Commit: 80d60200cb53595e89a8a57663c2eab787ccb593
https://github.com/dreamwidth/dw-free/commit/80d60200cb53595e89a8a57663c2eab787ccb593
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M cgi-bin/DW/OAuth/Access.pm

Log Message:
-----------
Merge pull request #922 from anall/feature/issue920

Set lastaccess to initial create time, to avoid confusion.


Commit: 94cf366961ab2ed21fd2c62a183644241e8f9ade
https://github.com/dreamwidth/dw-free/commit/94cf366961ab2ed21fd2c62a183644241e8f9ade
Author: Mark Smith <mark@qq.is>
Date: 2014-08-09 (Sat, 09 Aug 2014)

Changed paths:
M bin/checkconfig.pl
M cgi-bin/ljlib.pl

Log Message:
-----------
Merge pull request #921 from anall/feature/UsingCpanm

Fix for minimal set of system-installed libraries


Commit: 60f476cf3aeb856f9b22ab6dd54f00db5453139d
https://github.com/dreamwidth/dw-free/commit/60f476cf3aeb856f9b22ab6dd54f00db5453139d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M cgi-bin/DW/Setting/MobileView.pm

Log Message:
-----------
Return an explicit value (1/0) instead of potentially undef

To avoid an "Odd number of elements in anonymous hash" warning


Commit: 07ea6d46d87549f44a3f6637fc205f3f0c335d41
https://github.com/dreamwidth/dw-free/commit/07ea6d46d87549f44a3f6637fc205f3f0c335d41
Author: Mark Smith <mark@qq.is>
Date: 2014-08-10 (Sun, 10 Aug 2014)

Changed paths:
M cgi-bin/DW/Setting/MobileView.pm

Log Message:
-----------
Merge pull request #924 from afuna/explicit-return-mobile-view

Return an explicit value (1/0) instead of potentially undef


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

Changed paths:
M cgi-bin/LJ/Userpic.pm

Log Message:
-----------
Use LJ::Error and display an actual error message

(instead of splatting across the top of the screen)


Commit: 77756b4fc2c58382b0144a80c90e9b739397b80a
https://github.com/dreamwidth/dw-free/commit/77756b4fc2c58382b0144a80c90e9b739397b80a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Remove obsolete print_meta_viewport function declaration

Normally wouldn't want to just remove obsolete functions, but realized
that becasue this doesn't have a function definition, it'll cause an
error if you try to use it. So you know, might as well get rid of
clutter from something that was so short-lived


Commit: ca5952c5524abcb7c88d9b62d880bc33ed67e3b9
https://github.com/dreamwidth/dw-free/commit/ca5952c5524abcb7c88d9b62d880bc33ed67e3b9
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #926 from afuna/remove-print_meta_viewport

Remove obsolete print_meta_viewport function declaration


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

Changed paths:
M views/entry/form.tt

Log Message:
-----------
[#928] Remove permalink TODO from new entry page

The slug lets people generate a link for their entry before posting --
better than the ditemid.html form, which we'd only find after posting /
on edit anyway.


Commit: 85ed76995a29184242b8965c5d64ba3240145182
https://github.com/dreamwidth/dw-free/commit/85ed76995a29184242b8965c5d64ba3240145182
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/Web.pm
M htdocs/edittags.bml
M htdocs/go.bml
M htdocs/talkmulti.bml
M htdocs/talkpost_do.bml
M htdocs/talkscreen.bml
M htdocs/view/index.bml

Log Message:
-----------
[#928] Use LJ::Entry methods to grab the url

* for individual entry loading

* fixes entry urls with slugs

* uses methods on LJ::Entry to query, e.g., poster, instead of doing
a raw SQL query


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

Changed paths:
M cgi-bin/LJ/Feed.pm

Log Message:
-----------
[#928] Use LJ::Entry->url when generating feeds

* so that we automatically show the slug when necessary

* ...except for the id/guid-type elements


Commit: 76a02162b5e5a80bb22ed77aaf1b0b4460dec0d6
https://github.com/dreamwidth/dw-free/commit/76a02162b5e5a80bb22ed77aaf1b0b4460dec0d6
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/CutExpander.pm
M cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/S2.pm
M htdocs/editjournal.bml

Log Message:
-----------
[#928] Switch from LJ::item_link to $entry->url

* ...except for LJ::Protocol::getevents and memories.bml (loads in bulk
via sql, possible performance hit)

* also not in update.bml because there's no interface to add a slug
there

* additional tweak: remove the style=mine from the RPC cut expander; we
don't get passed the style arguments

Fixes #928.


Commit: bc40b4808f4c06581da9e89e17b99be485ccf7f7
https://github.com/dreamwidth/dw-free/commit/bc40b4808f4c06581da9e89e17b99be485ccf7f7
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/CutExpander.pm
M cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/LJ/Feed.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Talk.pm
M cgi-bin/LJ/Web.pm
M htdocs/editjournal.bml
M htdocs/edittags.bml
M htdocs/go.bml
M htdocs/talkmulti.bml
M htdocs/talkpost_do.bml
M htdocs/talkscreen.bml
M htdocs/view/index.bml
M views/entry/form.tt

Log Message:
-----------
Merge pull request #929 from afuna/entry-link-bug-928

Use $entry->url where possible so that the slug url can be used


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

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/Web.pm
M htdocs/go.bml
M htdocs/manage/tracking/comments.bml
M htdocs/manage/tracking/entry.bml
M htdocs/poll/index.bml

Log Message:
-----------
Use style_opts instead of style_args in the entry url

We were using style_opts for hashes, style_args for a string;
$entry->url expects a hash but was using style_args as the option name.
So rename it to match convention elsewhere


Commit: 57dc35c11ce16e0e156868c4b1708d10deb2630d
https://github.com/dreamwidth/dw-free/commit/57dc35c11ce16e0e156868c4b1708d10deb2630d
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/EntryPage.pm
M cgi-bin/LJ/Web.pm
M htdocs/go.bml
M htdocs/manage/tracking/comments.bml
M htdocs/manage/tracking/entry.bml
M htdocs/poll/index.bml

Log Message:
-----------
Merge pull request #930 from afuna/style_args-to-style_opts

Use style_opts instead of style_args in the entry url


Commit: 14ae82c770ef6c2561596a345d42fc6c0d0cc20c
https://github.com/dreamwidth/dw-free/commit/14ae82c770ef6c2561596a345d42fc6c0d0cc20c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
Get rid of horizontal scrollbar

Use padding instead of positioning so that it doesn't affect page width


Commit: 43e365a0acba3aed2676e68795fce5338cc35541
https://github.com/dreamwidth/dw-free/commit/43e365a0acba3aed2676e68795fce5338cc35541
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
Merge pull request #933 from afuna/bad-scrollbar-no-cookie

Get rid of horizontal scrollbar


Commit: 5cfdc76b51bc4ff2b4d59323e85391033265ea48
https://github.com/dreamwidth/dw-free/commit/5cfdc76b51bc4ff2b4d59323e85391033265ea48
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M htdocs/editjournal.bml

Log Message:
-----------
Add 'edit entry again' to Journal entry was edited Success page
Fixes #934. From suggestions.


Commit: 6e282a9721b401007d61eaf091718b906e7cce3c
https://github.com/dreamwidth/dw-free/commit/6e282a9721b401007d61eaf091718b906e7cce3c
Author: Denise Paolucci <denise@dreamwidth.org>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M cgi-bin/DW/External/Site.pm
A cgi-bin/DW/External/Site/YouTube.pm

Log Message:
-----------
add youtube as a site recognized by the account-linking tag
Fixes #936. From suggestions.


Commit: 625a2ee69cd7dd19c2cf33bd221bbe96045c6ac3
https://github.com/dreamwidth/dw-free/commit/625a2ee69cd7dd19c2cf33bd221bbe96045c6ac3
Author: Mark Smith <mark@qq.is>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M cgi-bin/DW/External/Site.pm
A cgi-bin/DW/External/Site/YouTube.pm

Log Message:
-----------
Merge pull request #937 from rahaeli/youtube

add youtube as a site recognized by the account-linking tag


Commit: f663396449c20b574486ad3248b5cd7984e4151e
https://github.com/dreamwidth/dw-free/commit/f663396449c20b574486ad3248b5cd7984e4151e
Author: Mark Smith <mark@qq.is>
Date: 2014-08-12 (Tue, 12 Aug 2014)

Changed paths:
M htdocs/editjournal.bml

Log Message:
-----------
Merge pull request #935 from rahaeli/editagain

Add 'edit entry again' to Journal entry was edited Success page


Commit: e7329dba9ebd2bb859c58de1c2fdf50a9f212783
https://github.com/dreamwidth/dw-free/commit/e7329dba9ebd2bb859c58de1c2fdf50a9f212783
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-13 (Wed, 13 Aug 2014)

Changed paths:
M htdocs/scss/components/queues.scss
M views/communities/queue/entries.tt
M views/dev/style-guide.tt

Log Message:
-----------
Tweak whitespace for queues (used in moderation entry queue)

* move the .row class inside the li.queue-item in order to keep the
whitespace to the left and right

* add padding to the left/right of the queue item

* remove the margin from ul.queue


Commit: a31bcb37f48083c43c4ce773a75af12679b37aaf
https://github.com/dreamwidth/dw-free/commit/a31bcb37f48083c43c4ce773a75af12679b37aaf
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-13 (Wed, 13 Aug 2014)

Changed paths:
M htdocs/scss/components/queues.scss
M views/communities/queue/entries.tt
M views/dev/style-guide.tt

Log Message:
-----------
Merge pull request #938 from afuna/queues-tweak

Tweak whitespace for queues (used in moderation entry queue)


Commit: 1865ae51a337bfbbc4bb26b6e8b40c5a4232a22e
https://github.com/dreamwidth/dw-free/commit/1865ae51a337bfbbc4bb26b6e8b40c5a4232a22e
Author: kaberett <kaberett@dreamwidth.org>
Date: 2014-08-13 (Wed, 13 Aug 2014)

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

Log Message:
-----------
Adds journal sub+title to beta update previews


Commit: 3036626a3175eb43471ee45193a2bbda6f3a6720
https://github.com/dreamwidth/dw-free/commit/3036626a3175eb43471ee45193a2bbda6f3a6720
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/DW/Setting/MobileView.pm

Log Message:
-----------
[#940] Make the no_mobile cookie stick around for 10 years

Fixes #940.


Commit: c15f5b97bd8c94760d64c6c63b3598903ff8524f
https://github.com/dreamwidth/dw-free/commit/c15f5b97bd8c94760d64c6c63b3598903ff8524f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/DW/Setting/MobileView.pm

Log Message:
-----------
Merge pull request #941 from afuna/no_mobile-persist-bug-940

[#940] Make the no_mobile cookie stick around for 10 years


Commit: 29d39687ce36138ebd3362792b5c652559671ebc
https://github.com/dreamwidth/dw-free/commit/29d39687ce36138ebd3362792b5c652559671ebc
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/DW/Setting/MobileView.pm

Log Message:
-----------
Merge branch 'release-1.22' into develop

* release-1.22:
[#940] Make the no_mobile cookie stick around for 10 years
Return an explicit value (1/0) instead of potentially undef


Commit: 35c81de67da9c92c98df593a1907e5656f488611
https://github.com/dreamwidth/dw-free/commit/35c81de67da9c92c98df593a1907e5656f488611
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)

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

Log Message:
-----------
Merge pull request #939 from kaberett/beta-update-preview-title

Adds journal sub+title to beta update previews


Commit: 56696f93d86ac9c943675891d464ad2dfe7de9aa
https://github.com/dreamwidth/dw-free/commit/56696f93d86ac9c943675891d464ad2dfe7de9aa
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/LJ/Userpic.pm

Log Message:
-----------
Merge pull request #925 from afuna/userpic-display-error-message

Use LJ::Error and display an actual error message


Commit: a7a8a8af2592d43af7a5290ee7e1606261214a4c
https://github.com/dreamwidth/dw-free/commit/a7a8a8af2592d43af7a5290ee7e1606261214a4c
Author: purplecat <purplecat@dreamwidth.org>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/LJ/Userpic.pm
A t/userpics_nokeywords.t

Log Message:
-----------
[#444] Fix renaming of unused pic#xxx icons

The error was being caused because, in a situation where an icon wasn't
being used, no mapid was created and the icon instead gained the mapid
of 0.

This meant the table row was overwritten in any attempt to rename
another anonymous icon, since again the mapid was set to 0.

Fix is to make sure we generate a new mapid if it doesn't already exist,
then update the userpicmap3 row for this pic#xxx so that it points to
the correct (renamed to) keyword.

Commit includes a test for the renaming of userpics with no keywords.


Commit: 9b542b7e909f27f7106babba9b4b4c53bbc6e574
https://github.com/dreamwidth/dw-free/commit/9b542b7e909f27f7106babba9b4b4c53bbc6e574
Author: Afuna <fu@dreamwidth.org>
Date: 2014-08-15 (Fri, 15 Aug 2014)

Changed paths:
M cgi-bin/LJ/Userpic.pm
A t/userpics_nokeywords.t

Log Message:
-----------
Merge pull request #939 'renaming-unused-picxxx-bug-444' into develop

* renaming-unused-picxxx-bug-444:
[#444] Fix renaming of unused pic#xxx icons


Commit: bdd56dc9af5824b3f65cc31725e5ab8e4f4fe6f0
https://github.com/dreamwidth/dw-free/commit/bdd56dc9af5824b3f65cc31725e5ab8e4f4fe6f0
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
(Bug 784) Whitelist NPR Videos

Whitelists NPR videos. Fixes #784. Note audio NPR clips use a different format.


Commit: 4a0d4e1c18c30594679eea7bb14642fa1db7db3b
https://github.com/dreamwidth/dw-free/commit/4a0d4e1c18c30594679eea7bb14642fa1db7db3b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-01 (Mon, 01 Sep 2014)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
Merge pull request #946 from hotlevel4/bug784/whitelistNPR

(Bug 784) Whitelist NPR Videos


Commit: 240e5265f920cbe72e4185623f77b0afbd03c756
https://github.com/dreamwidth/dw-free/commit/240e5265f920cbe72e4185623f77b0afbd03c756
Author: Woggy <dh-woggy@newhack.dreamwidth.net>
Date: 2014-09-01 (Mon, 01 Sep 2014)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M htdocs/go.bml
M styles/core2.s2

Log Message:
-----------
Implement Previous/Next Entry links within tag. Fixes #943

Building off of the existing code base for the generic previous/next
entry links. The new links use the same structure, but pass in one
additional argument (the tag to search within) to go.bml. If a tag is
passed in, it narrows the SQL query in get_item_id_near2()
appropriately.


Commit: c2657a31baae90dbc0d20a5d179794f479013d40
https://github.com/dreamwidth/dw-free/commit/c2657a31baae90dbc0d20a5d179794f479013d40
Author: Woggy <woggy222@gmail.com>
Date: 2014-09-03 (Wed, 03 Sep 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Limiting display of tag links. Update to #943

Displaying the previous/next links everywhere is a bit overkill. Added
logic to limit to only show on single-entry pages, and /tag/foo
multi-entry pages.


Commit: cd41f4174795c502364cc26cf906ce24355299e3
https://github.com/dreamwidth/dw-free/commit/cd41f4174795c502364cc26cf906ce24355299e3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-03 (Wed, 03 Sep 2014)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M htdocs/go.bml
M styles/core2.s2

Log Message:
-----------
Merge pull request #947 from woggy/feature/2014-tagnav

Add Intra-tag navigation links - fixes #943


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

Changed paths:
M cgi-bin/LJ/Userpic.pm

Log Message:
-----------
Merge branch 'release-1.22' into develop

* release-1.22:
Use LJ::Error and display an actual error message

Conflicts:
cgi-bin/LJ/Userpic.pm


Commit: 238f0aac95474cb2e4c79b6fd3da35c68b6d9f27
https://github.com/dreamwidth/dw-free/commit/238f0aac95474cb2e4c79b6fd3da35c68b6d9f27
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-05 (Fri, 05 Sep 2014)

Changed paths:
M htdocs/admin/theschwartz.bml

Log Message:
-----------
Use table prefix in theschwartz.bml. Fixes #950


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

Changed paths:
M cgi-bin/XML/Parser/Encodings/windows-1252.xml
M doc/google-checkout.conf.txt
M htdocs/img/silk/24x24/index.html
M htdocs/img/silk/comments/index.html
M htdocs/img/silk/entry/index.html
M htdocs/img/silk/identity/index.html
M htdocs/img/silk/index.html
M htdocs/img/silk/profile/index.html
M htdocs/img/silk/readme.txt
M htdocs/img/silk/rte/index.html
M htdocs/img/silk/site/index.html
M htdocs/inc/reserved-usernames
M htdocs/misc/vcard.bml
M htdocs/stc/fck/editor/dialog/fck_colorselector.html
M htdocs/stc/fck/editor/dialog/fck_div.html
M htdocs/stc/fck/editor/dialog/fck_table.html
M htdocs/stc/fck/editor/js/fckeditorcode_gecko.js
M htdocs/stc/fck/editor/js/fckeditorcode_ie.js
M htdocs/stc/fck/editor/lang/af.js
M htdocs/stc/fck/editor/lang/bn.js
M htdocs/stc/fck/editor/lang/en-ca.js
M htdocs/stc/fck/editor/lang/fr-ca.js
M htdocs/stc/fck/editor/lang/gu.js
M htdocs/stc/fck/editor/lang/km.js
M htdocs/stc/fck/editor/lang/nb.js
M htdocs/stc/fck/editor/skins/lj/fck_dialog.css
M htdocs/stc/fck/editor/skins/lj/fck_dialog_ie6.js
M htdocs/stc/fck/editor/skins/lj/fck_editor.css
M htdocs/stc/fck/fckeditor.afp
M src/s2/S2/BackendJS.pm
M src/s2/S2/BackendJS/Codegen.pm
M src/s2/S2/BackendLua.pm
M src/s2/S2/BackendLua/Codegen.pm
M src/s2/target/javascript/README
M src/s2/target/lua/README
M src/s2/target/perloo/README
M src/s2/target/perloo/lib/S2/Runtime/OO.pm
M src/s2/target/perloo/lib/S2/Runtime/OO/Context.pm
M src/s2/target/perloo/lib/S2/Runtime/OO/Layer.pm
M src/s2/target/php/runtime/s2lib.php
M src/s2/target/php/testrunner.php

Log Message:
-----------
Replace CRLF with LF


Commit: 277a5da2dd523d04fd242624d9fe09a1562415c4
https://github.com/dreamwidth/dw-free/commit/277a5da2dd523d04fd242624d9fe09a1562415c4
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-05 (Fri, 05 Sep 2014)

Changed paths:
M cgi-bin/XML/Parser/Encodings/windows-1252.xml
M doc/google-checkout.conf.txt
M htdocs/img/silk/24x24/index.html
M htdocs/img/silk/comments/index.html
M htdocs/img/silk/entry/index.html
M htdocs/img/silk/identity/index.html
M htdocs/img/silk/index.html
M htdocs/img/silk/profile/index.html
M htdocs/img/silk/readme.txt
M htdocs/img/silk/rte/index.html
M htdocs/img/silk/site/index.html
M htdocs/inc/reserved-usernames
M htdocs/misc/vcard.bml
M htdocs/stc/fck/editor/dialog/fck_colorselector.html
M htdocs/stc/fck/editor/dialog/fck_div.html
M htdocs/stc/fck/editor/dialog/fck_table.html
M htdocs/stc/fck/editor/js/fckeditorcode_gecko.js
M htdocs/stc/fck/editor/js/fckeditorcode_ie.js
M htdocs/stc/fck/editor/lang/af.js
M htdocs/stc/fck/editor/lang/bn.js
M htdocs/stc/fck/editor/lang/en-ca.js
M htdocs/stc/fck/editor/lang/fr-ca.js
M htdocs/stc/fck/editor/lang/gu.js
M htdocs/stc/fck/editor/lang/km.js
M htdocs/stc/fck/editor/lang/nb.js
M htdocs/stc/fck/editor/skins/lj/fck_dialog.css
M htdocs/stc/fck/editor/skins/lj/fck_dialog_ie6.js
M htdocs/stc/fck/editor/skins/lj/fck_editor.css
M htdocs/stc/fck/fckeditor.afp
M src/s2/S2/BackendJS.pm
M src/s2/S2/BackendJS/Codegen.pm
M src/s2/S2/BackendLua.pm
M src/s2/S2/BackendLua/Codegen.pm
M src/s2/target/javascript/README
M src/s2/target/lua/README
M src/s2/target/perloo/README
M src/s2/target/perloo/lib/S2/Runtime/OO.pm
M src/s2/target/perloo/lib/S2/Runtime/OO/Context.pm
M src/s2/target/perloo/lib/S2/Runtime/OO/Layer.pm
M src/s2/target/php/runtime/s2lib.php
M src/s2/target/php/testrunner.php

Log Message:
-----------
Merge pull request #951 from afuna/crlf-lf-cleanup

Replace CRLF with LF


Commit: c823d6008db70e4b9d71d160ff944664341169fd
https://github.com/dreamwidth/dw-free/commit/c823d6008db70e4b9d71d160ff944664341169fd
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-05 (Fri, 05 Sep 2014)

Changed paths:
M htdocs/admin/theschwartz.bml

Log Message:
-----------
Merge pull request #952 from pauamma/admin-theschwartz-table-prefix

Use table prefix in theschwartz.bml. Fixes #950


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: f21a884b03bf50d07caf0099c8045ff3a505c621
https://github.com/dreamwidth/dw-free/commit/f21a884b03bf50d07caf0099c8045ff3a505c621
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M views/rename.tt
M views/rename.tt.text

Log Message:
-----------
Strip forgotten strings. Fixes #825


Commit: bed69855cad6308d8584d5fa327edb6b56b996b0
https://github.com/dreamwidth/dw-free/commit/bed69855cad6308d8584d5fa327edb6b56b996b0
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M views/rename.tt

Log Message:
-----------
Switch to ?giventoken= to pass token. Fixes #825


Commit: f892f57827afd41cb5281a8cacca0b46fa64b039
https://github.com/dreamwidth/dw-free/commit/f892f57827afd41cb5281a8cacca0b46fa64b039
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M views/rename.tt
M views/rename.tt.text

Log Message:
-----------
Add form for manual enty of rename token. Fixes #825


Commit: e8ca161ddcf1e277c6d206c92cb10c66c13e0537
https://github.com/dreamwidth/dw-free/commit/e8ca161ddcf1e277c6d206c92cb10c66c13e0537
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M cgi-bin/DW/User/Rename.pm

Log Message:
-----------
Remove token ownership check. Fixes #825


Commit: a949e23603cede0c3c26eb1927e6eb3652840e60
https://github.com/dreamwidth/dw-free/commit/a949e23603cede0c3c26eb1927e6eb3652840e60
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M t/rename.t

Log Message:
-----------
Add test that token owner ignored. Fixes #825


Commit: 9f2f8c75e63926db034e7b1a51249e2591ec2624
https://github.com/dreamwidth/dw-free/commit/9f2f8c75e63926db034e7b1a51249e2591ec2624
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/User/Rename.pm
M t/rename.t

Log Message:
-----------
Copyright years, tabs, trailing spaces. Fixes #825


Commit: f4634ffb36e126be0c80c0b7daa262be56e5e977
https://github.com/dreamwidth/dw-free/commit/f4634ffb36e126be0c80c0b7daa262be56e5e977
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-10 (Wed, 10 Sep 2014)

Changed paths:
M cgi-bin/DW/User/Rename.pm

Log Message:
-----------
Make clearer how ->rename uses force. Fixes #825


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: f69933f5b1417cdc7d7f38254d92a8620eacdd91
https://github.com/dreamwidth/dw-free/commit/f69933f5b1417cdc7d7f38254d92a8620eacdd91
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-09-18 (Thu, 18 Sep 2014)

Changed paths:
M htdocs/editicons.bml
M htdocs/editicons.bml.text

Log Message:
-----------
(Bug 710) Warn when icons do not have keywords

Adds a warning to the /editicons page if icons still have default keywords.


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: 3644199cb217df0bddbd710fa068fcff92ea1d8b
https://github.com/dreamwidth/dw-free/commit/3644199cb217df0bddbd710fa068fcff92ea1d8b
Author: Mark Smith <mark@qq.is>
Date: 2014-09-18 (Thu, 18 Sep 2014)

Changed paths:
M htdocs/editicons.bml
M htdocs/editicons.bml.text

Log Message:
-----------
Merge pull request #956 from hotlevel4/bug710/warniconkeywords

(Bug 710) Warn when icons do not have keywords


Commit: 8c5100484a3e3e5b81acfeb8551cefadecfb684e
https://github.com/dreamwidth/dw-free/commit/8c5100484a3e3e5b81acfeb8551cefadecfb684e
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-09-19 (Fri, 19 Sep 2014)

Changed paths:
M htdocs/talkpost_do.bml
M htdocs/talkpost_do.bml.text

Log Message:
-----------
(Issue #742) Change Screened Comment Text

Adds the phrase "any logged-in user to whom you may be replying" to the success
message after a screened comment is posted to better reflect that there may be
others who can view the comment text. Credit for wording to jlb. Considered
breaking it out to only display that wording in cases where there was a parent
comment not left by an anonymous user but figured that was perhaps more complicated
than this warranted. Will reconsider if others disagree.


Commit: 30bb4eb76333abdecc507f5745784cdc07429ffd
https://github.com/dreamwidth/dw-free/commit/30bb4eb76333abdecc507f5745784cdc07429ffd
Author: Libby <libby@daydrea.me>
Date: 2014-09-20 (Sat, 20 Sep 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Setting/JournalIconsStyle.pm

Log Message:
-----------
Consistent language for community settings. Fixes #728

Add new strings for community Icon Style setting that are
consistent with the strings for the Entry Style setting. Changed
label for the setting from Journal Icons style to just Icons
for both journal and community settings.


Commit: 4b7a6147ed517209d751ee527c7c115093fe2b9c
https://github.com/dreamwidth/dw-free/commit/4b7a6147ed517209d751ee527c7c115093fe2b9c
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)

Changed paths:
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/User/Rename.pm
M t/rename.t
M views/rename.tt
M views/rename.tt.text

Log Message:
-----------
Merge pull request #955 from pauamma/bug825-enter-renametokenid-byhand

Enter rename token id by hand. Fixes #825


Commit: e65e227f46af188d500e99d1e42a9edfecee2092
https://github.com/dreamwidth/dw-free/commit/e65e227f46af188d500e99d1e42a9edfecee2092
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)

Changed paths:
M htdocs/talkpost_do.bml
M htdocs/talkpost_do.bml.text

Log Message:
-----------
Merge pull request #957 from hotlevel4/bug742/ScreenedCommentText

(Issue #742) Change Screened Comment Text


Commit: 369ae5dc36a5875a211e573420606b83b81da970
https://github.com/dreamwidth/dw-free/commit/369ae5dc36a5875a211e573420606b83b81da970
Author: Libby <libby@daydrea.me>
Date: 2014-09-21 (Sun, 21 Sep 2014)

Changed paths:
M bin/upgrading/en.dat

Log Message:
-----------
Deleted the old label.


Commit: 5b3642084942ca73f89f832af5cf8f67afd2c6c1
https://github.com/dreamwidth/dw-free/commit/5b3642084942ca73f89f832af5cf8f67afd2c6c1
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-09-21 (Sun, 21 Sep 2014)

Changed paths:
M htdocs/talkpost_do.bml

Log Message:
-----------
(Issue #906) Adds Confirmation When Anonymously Leaving a Screened Comment

Oh for want of a missing period. Fixes #906.


Commit: 973ffd2f278206f52d1f7cf012b744bdd89e3f74
https://github.com/dreamwidth/dw-free/commit/973ffd2f278206f52d1f7cf012b744bdd89e3f74
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Setting/JournalIconsStyle.pm

Log Message:
-----------
Merge pull request #958 from emhoracek/bug728-comm-icons-style

Consistent language for community settings. Fixes #728


Commit: 5b0ef915760108d3001dbe1f58fdd82f03b92463
https://github.com/dreamwidth/dw-free/commit/5b0ef915760108d3001dbe1f58fdd82f03b92463
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)

Changed paths:
M htdocs/talkpost_do.bml

Log Message:
-----------
Merge pull request #959 from hotlevel4/bug906/anonCommentScreened

(Issue #906) Adds Confirmation When Anonymously Leaving a Screened Comme...


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: 6f135a213bf9afec6b1102de3b9741726231f971
https://github.com/dreamwidth/dw-free/commit/6f135a213bf9afec6b1102de3b9741726231f971
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-09-25 (Thu, 25 Sep 2014)

Changed paths:
M cgi-bin/DW/Shop/Item/Rename.pm

Log Message:
-----------
Correct rename token email link format. Fixes #825


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: eb5228d7fce69ce0efb2ea4a1fc6748c109cf9c9
https://github.com/dreamwidth/dw-free/commit/eb5228d7fce69ce0efb2ea4a1fc6748c109cf9c9
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-26 (Fri, 26 Sep 2014)

Changed paths:
M cgi-bin/DW/Shop/Item/Rename.pm

Log Message:
-----------
Merge pull request #961 from pauamma/bug825-enter-renametokenid-byhand

Correct rename token email link format. Fixes #825


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: 6cccfdcb224250026bbeb2acbf3ecebc2b5f800f
https://github.com/dreamwidth/dw-free/commit/6cccfdcb224250026bbeb2acbf3ecebc2b5f800f
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Console/Command/RevokeRenameToken.pm
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/DW/RenameToken.pm
M cgi-bin/DW/User/Rename.pm

Log Message:
-----------
Implement console command to revoke rename token.

Fixes #826

- Introduce new field, status, in rename table (U-nused, A-pplied, R-evoked)
- Add methods to DW::RenameToken to revoke, test for revokedness
- Change implementation of ->apply and ->applied to use status
- Call ->revoked wherever needed (just about everywhere ->applied is called)
- New module DW::Console::Command::RevokeRenameToken implements console
command revoke_rename_token


Commit: 27101d3d43a00e768a5e75e7959702d9e687dbd2
https://github.com/dreamwidth/dw-free/commit/27101d3d43a00e768a5e75e7959702d9e687dbd2
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Console/Command/RevokeRenameToken.pm
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/DW/RenameToken.pm
M cgi-bin/DW/User/Rename.pm

Log Message:
-----------
Merge pull request #962 from pauamma/bug826-revoke-rename-token

Implement console command to revoke rename token.


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


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

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/LJ/User.pm
A htdocs/js/components/jquery.hash-password.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
A views/entry/login.tt

Log Message:
-----------
[#977] Open up /entry/new to logged out users

Fixes #977.


Commit: 71139f3f0725ae34017747211b7ca63ff36e01f5
https://github.com/dreamwidth/dw-free/commit/71139f3f0725ae34017747211b7ca63ff36e01f5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M cgi-bin/LJ/User.pm
A htdocs/js/components/jquery.hash-password.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt
A views/entry/login.tt

Log Message:
-----------
Merge pull request #980 from afuna/logged-out-new-entry-page-bug-977

[#977] Open up /entry/new to logged out users


Commit: 10fe0fb6afc3bc6b38ba0c6905f43294dee83bdd
https://github.com/dreamwidth/dw-free/commit/10fe0fb6afc3bc6b38ba0c6905f43294dee83bdd
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-14 (Tue, 14 Oct 2014)

Changed paths:
M cgi-bin/DW/FormErrors.pm

Log Message:
-----------
Make DW::FormErrors and perldoc play nice.

Fixes 984


Commit: 6e91d3ef15db334badc53740f5ada2ba824eaaa8
https://github.com/dreamwidth/dw-free/commit/6e91d3ef15db334badc53740f5ada2ba824eaaa8
Author: Mark Smith <mark@qq.is>
Date: 2014-10-14 (Tue, 14 Oct 2014)

Changed paths:
M cgi-bin/DW/FormErrors.pm

Log Message:
-----------
Merge pull request #985 from pauamma/perldoc-dw-formerrors

Make DW::FormErrors and perldoc play nice.


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

Changed paths:
A views/components/errors.tt
M views/entry/options.tt

Log Message:
-----------
[#986] Create an errors component to be used in .tt files

Fixes #986.


Commit: 963b8c29763f9202ebf8419390fa9cc409a45333
https://github.com/dreamwidth/dw-free/commit/963b8c29763f9202ebf8419390fa9cc409a45333
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)

Changed paths:
A views/components/errors.tt
M views/entry/options.tt

Log Message:
-----------
Merge pull request #987 from afuna/errors-bug-986

[#986] Create an errors component to be used in .tt files


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

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

Log Message:
-----------
[#665] Make sure we have valid journal data

Otherwise we get a javascript error (no data.ret)


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

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

Log Message:
-----------
[#977] Remove warning for formwidth


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

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

Log Message:
-----------
[#665] Give the usejournal-as-text a little breathing room


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

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

Log Message:
-----------
[#665] Make sure that fancy select always has a consistent height


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

Changed paths:
M htdocs/stc/celerity/celerity.css
M htdocs/stc/gradation/gradation.css
M htdocs/stc/lynx/lynx.css

Log Message:
-----------
[#986] Add CSS for alert-box on non-foundation pages


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

Changed paths:
M htdocs/stc/celerity/celerity.css
M htdocs/stc/gradation/gradation.css
M htdocs/stc/lynx/lynx.css

Log Message:
-----------
Merge pull request #989 from afuna/error-styling-bug-987

[#986] Add CSS for alert-box on non-foundation pages


Commit: 8d7f3c1a793e0b69960031d677948b7e90f8efd0
https://github.com/dreamwidth/dw-free/commit/8d7f3c1a793e0b69960031d677948b7e90f8efd0
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-16 (Thu, 16 Oct 2014)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M cgi-bin/DW/Captcha.pm
A cgi-bin/DW/Controller/Support/Submit.pm
R cgi-bin/LJ/Widget/SubmitRequest.pm
R cgi-bin/LJ/Widget/SubmitRequest/Support.pm
R htdocs/support/submit.bml
R htdocs/support/submit.bml.text
A views/support/submit.tt
A views/support/submit.tt.text

Log Message:
-----------
Convert support/submit.bml+widget to controller+TT

- DW::Controller::Support::Submit, views/support/submit.tt, and
views/support/submit.tt.text

Note 3 deviations from the original HTML here:

1- I didn't bother to include an id= in the div because the original id
changes between reloads, and thus isn't usable for styling, and there's
no JS making use of it that I can see.

2- I got rid of the unused, incorrect classname per request.

3- Also per request, I used DW::FormErrors (with some minor deviations
from recommended use to get errors to display since this isn't a
Foundation page) instead of reverse-engineering the HTML the original
BML magic used..

Also, this doesn't implement the support_request_cat_extra_text hook
(which wasn't defined anywhere that I could see), or the invisible
category system half-implemented in LJ::Widget::SubmitRequest->category
and LJ::Widget::SubmitRequest->render_body (as the one existing subclass
doesn't override it).

- Add example of CAPTCHA use in controllers+templates to DW::Captcha. While
I'm at it, get rid of BML dependency.

- Get rid of more strings while I'm at it. These were never used as far as I
can tell.

- Remove widget files no longer needed: LJ::Widget::SubmitRequest::Support
and LJ::Widget::SubmitRequest

Fixes #963


Commit: 565f7f38ea960e81ed9c3aade9b4106ace3a1c57
https://github.com/dreamwidth/dw-free/commit/565f7f38ea960e81ed9c3aade9b4106ace3a1c57
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/en.dat
M cgi-bin/DW/Captcha.pm
A cgi-bin/DW/Controller/Support/Submit.pm
R cgi-bin/LJ/Widget/SubmitRequest.pm
R cgi-bin/LJ/Widget/SubmitRequest/Support.pm
R htdocs/support/submit.bml
R htdocs/support/submit.bml.text
A views/support/submit.tt
A views/support/submit.tt.text

Log Message:
-----------
Merge pull request #979 from pauamma/bug-963-support-submit.bml-to-TT

Bug 963 support submit.bml to tt


Commit: 34bc6f50ac40e177a7684f5d5a33ba91f85c4031
https://github.com/dreamwidth/dw-free/commit/34bc6f50ac40e177a7684f5d5a33ba91f85c4031
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-20 (Mon, 20 Oct 2014)

Changed paths:
M views/rename/swap.tt
M views/rename/swap.tt.text

Log Message:
-----------
Finish stripping views/rename/swap.tt.

While I'm at it, add missing copyright line.

Fixes #990


Commit: 2305de7768e1d75837d4d156a190e723765510bc
https://github.com/dreamwidth/dw-free/commit/2305de7768e1d75837d4d156a190e723765510bc
Author: Mark Smith <mark@qq.is>
Date: 2014-10-20 (Mon, 20 Oct 2014)

Changed paths:
M views/rename/swap.tt
M views/rename/swap.tt.text

Log Message:
-----------
Merge pull request #991 from pauamma/bug-990-swap-button-unstripped

Finish stripping views/rename/swap.tt.


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

Changed paths:
M cgi-bin/LJ/User.pm
A htdocs/inc/tlds
A t/check-email.t

Log Message:
-----------
[#982] Accept all valid tlds for email addresses

Now uses load_file and a hashref instead of a regex for ease of editing.
Also adds a test.

Fixes #982.


Commit: d72ffaa0be04f6982f72602b786d9870bfc6e34c
https://github.com/dreamwidth/dw-free/commit/d72ffaa0be04f6982f72602b786d9870bfc6e34c
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-25 (Sat, 25 Oct 2014)

Changed paths:
M htdocs/admin/impersonate.bml
M htdocs/admin/impersonate.bml.text

Log Message:
-----------
Finish stripping admin.impersonate.bml

Fixes #1009


Commit: f6b85374923af6a67b3d92dae7c03c3699d054e3
https://github.com/dreamwidth/dw-free/commit/f6b85374923af6a67b3d92dae7c03c3699d054e3
Author: Mark Smith <mark@qq.is>
Date: 2014-10-25 (Sat, 25 Oct 2014)

Changed paths:
M htdocs/admin/impersonate.bml
M htdocs/admin/impersonate.bml.text

Log Message:
-----------
Merge pull request #1010 from pauamma/bug-1009-finish-stripping-impersonate

Finish stripping admin.impersonate.bml


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

Changed paths:
M bin/maint/captcha.pl

Log Message:
-----------
Make the last delay happen in 10 seconds rather than 0


Commit: 8e528f12088c1fce46e20db463653192f7624806
https://github.com/dreamwidth/dw-free/commit/8e528f12088c1fce46e20db463653192f7624806
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-28 (Tue, 28 Oct 2014)

Changed paths:
M bin/maint/captcha.pl

Log Message:
-----------
Merge pull request #1011 from afuna/fix-captcha-backoff

Make the last delay happen in 10 seconds rather than 0


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

Changed paths:
M bin/maint/captcha.pl

Log Message:
-----------
Oops, that code was actually working as intended

Undoing the "fix" and adding a comment explaining the logic so I don't
undo the undo again at a later date.


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

Changed paths:
M bin/maint/captcha.pl

Log Message:
-----------
Add extra debug prints

Also remove an unnecessary "unless"


Commit: 78b08852ea3001056963611c5fce4f0b102a539b
https://github.com/dreamwidth/dw-free/commit/78b08852ea3001056963611c5fce4f0b102a539b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-10-28 (Tue, 28 Oct 2014)

Changed paths:
M bin/maint/captcha.pl

Log Message:
-----------
Merge pull request #1012 from afuna/fix-fix-captcha-backoff

Undo "fix" of captcha task


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

Changed paths:
M cgi-bin/LJ/User.pm
A htdocs/inc/tlds
A t/check-email.t

Log Message:
-----------
Merge pull request #992 from afuna/email-tld-bug-982

[#982] Accept all valid tlds for email addresses


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

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

Log Message:
-----------
[#665] Remove %status hash

We only return 1 now, no longer a hash of success/failure status.


Commit: 7f07d70f5618fe09426b5d7f88f7fd879ad53c22
https://github.com/dreamwidth/dw-free/commit/7f07d70f5618fe09426b5d7f88f7fd879ad53c22
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-30 (Thu, 30 Oct 2014)

Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SupportCat.pm
M cgi-bin/DW/Hooks/PrivList.pm
A views/admin/supportcat/category.tt
A views/admin/supportcat/category.tt.text
A views/admin/supportcat/index.tt
A views/admin/supportcat/index.tt.text

Log Message:
-----------
Implement front end to LJ::Support::define_cat

- Consolidates changes to table supportcat.

- Adds new priv.

- Basic form content and processing.

Fixes #965


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

Changed paths:
M cgi-bin/DW/Controller/Dev.pm
R views/dev/classes.tt

Log Message:
-----------
See /dev/style-guide instead


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

Changed paths:
R htdocs/js/untitled.html

Log Message:
-----------
Was for testing, accidentally made its way into the codebase


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

Changed paths:
R htdocs/tools/setlang.bml

Log Message:
-----------
Doesn't seem to be used anywhere


Commit: b0d88dee00dd5f0b7d4e9619f212f1356df3b8fa
https://github.com/dreamwidth/dw-free/commit/b0d88dee00dd5f0b7d4e9619f212f1356df3b8fa
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-10-31 (Fri, 31 Oct 2014)

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

Log Message:
-----------
Fix DW::Template::Plugin::FormHTML POD

Fixes #1024


Commit: beacb29b3594a2d3deaeb9575fb7cedccfe50cf9
https://github.com/dreamwidth/dw-free/commit/beacb29b3594a2d3deaeb9575fb7cedccfe50cf9
Author: Mark Smith <mark@qq.is>
Date: 2014-10-31 (Fri, 31 Oct 2014)

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

Log Message:
-----------
Merge pull request #1025 from pauamma/bug-1024-fix-DW_Template_Plugin_FormHTML-POD

Fix DW::Template::Plugin::FormHTML POD


Commit: 926ce408e6bd6ce5f05c645339a9e11499590530
https://github.com/dreamwidth/dw-free/commit/926ce408e6bd6ce5f05c645339a9e11499590530
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-02 (Sun, 02 Nov 2014)

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

Log Message:
-----------
Add missing aria-describedby in textbox.

Fixes #1026


Commit: 8ac8e0908578e0536ba2138600a4878baf2abdcb
https://github.com/dreamwidth/dw-free/commit/8ac8e0908578e0536ba2138600a4878baf2abdcb
Author: Mark Smith <mark@qq.is>
Date: 2014-11-02 (Sun, 02 Nov 2014)

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

Log Message:
-----------
Merge pull request #1027 from pauamma/bug-1026-textbox-describedby

Add missing aria-describedby in textbox.


Commit: a8dac81cfe25b7adc4c42aa21d379f154ef6c307
https://github.com/dreamwidth/dw-free/commit/a8dac81cfe25b7adc4c42aa21d379f154ef6c307
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-03 (Mon, 03 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Dev.pm
R htdocs/js/untitled.html
R htdocs/tools/setlang.bml
R views/dev/classes.tt

Log Message:
-----------
Merge pull request #1028 from afuna/cleanup-obsolete-files

Remove some unused files


Commit: d910aaefbc070c3424b938acc5d6acc20ac8fe92
https://github.com/dreamwidth/dw-free/commit/d910aaefbc070c3424b938acc5d6acc20ac8fe92
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-03 (Mon, 03 Nov 2014)

Changed paths:
A cgi-bin/DW/Controller/Redirect.pm
M cgi-bin/LJ/S2/MonthPage.pm
R htdocs/go.bml
M htdocs/go.bml.text

Log Message:
-----------
[#1029] Converts htdocs/go.bml away from BML

(no template needed)

Fixes #1029.


Commit: 9283ae7f20b11568dba9641f1be40b944718dea5
https://github.com/dreamwidth/dw-free/commit/9283ae7f20b11568dba9641f1be40b944718dea5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-03 (Mon, 03 Nov 2014)

Changed paths:
A cgi-bin/DW/Controller/Redirect.pm
M cgi-bin/LJ/S2/MonthPage.pm
R htdocs/go.bml
M htdocs/go.bml.text

Log Message:
-----------
Merge pull request #1030 from afuna/bml-conversion-go-bug-1029

[#1029] Converts htdocs/go.bml away from BML


Commit: 3c73b75eeee347f1dd11f4d1b80c1bdbd935dbfa
https://github.com/dreamwidth/dw-free/commit/3c73b75eeee347f1dd11f4d1b80c1bdbd935dbfa
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-03 (Mon, 03 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin/SupportCat.pm
M views/admin/supportcat/category.tt
M views/admin/supportcat/index.tt

Log Message:
-----------
Changes for request following review

Fixes #965


Commit: 56340931f504dd4847823f5a2c6ebe9e0b71fc89
https://github.com/dreamwidth/dw-free/commit/56340931f504dd4847823f5a2c6ebe9e0b71fc89
Author: Mark Smith <mark@qq.is>
Date: 2014-11-03 (Mon, 03 Nov 2014)

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

Log Message:
-----------
Merge pull request #1033 from afuna/post-entry-tweaks-bug-665

Further tweaks to /entry/new and /entry/edit


Commit: 06e8abfe2170b16b823e7f925b12ec837bd5ac09
https://github.com/dreamwidth/dw-free/commit/06e8abfe2170b16b823e7f925b12ec837bd5ac09
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
R htdocs/misc/blockedlink.bml
R htdocs/misc/blockedlink.bml.text
R htdocs/misc/downgrader.bml
R htdocs/misc/entry_redirect.bml

Log Message:
-----------
[#1032] Remove obsolete files:

These appear to have been brought over from LJ for admin purposes but
not used / linked to from anywhere:

* misc/blockedlink
* misc/entry_redirect

From beta period:
* misc/downgrader


Commit: fa2075d70d0ca65fe917ea4d235f66e1c11c7698
https://github.com/dreamwidth/dw-free/commit/fa2075d70d0ca65fe917ea4d235f66e1c11c7698
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Misc.pm
R htdocs/misc/feedping.bml

Log Message:
-----------
[#1032] Convert htdocs/misc/feedping.bml from BML


Commit: 22193d19c23c1aa27f752c39de78e117f7f086d3
https://github.com/dreamwidth/dw-free/commit/22193d19c23c1aa27f752c39de78e117f7f086d3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
A cgi-bin/DW/Controller/Journal/AdultContent.pm
A cgi-bin/DW/Controller/Journal/Protected.pm
R cgi-bin/DW/Controller/Protected.pm
M cgi-bin/DW/Logic/AdultContent.pm
M cgi-bin/LJ/User.pm
R htdocs/misc/adult_concepts.bml
R htdocs/misc/adult_content.bml.text
R htdocs/misc/adult_explicit.bml
R htdocs/misc/adult_explicit_blocked.bml
A views/journal/adult_content.tt
A views/journal/adult_content.tt.text

Log Message:
-----------
[#1032] Convert /misc/adult_* from BML

Also converts to Foundation since that was straightforward


Commit: 3c301efece693aa2a2e9d826c3aa0fcbb77dd000
https://github.com/dreamwidth/dw-free/commit/3c301efece693aa2a2e9d826c3aa0fcbb77dd000
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Misc.pm
R htdocs/misc/get_domain_session.bml

Log Message:
-----------
[#1032] Convert htdocs/misc/get_domain_session.bml


Commit: 47bae822031b1376f2752c3714cf80bf369ba0dc
https://github.com/dreamwidth/dw-free/commit/47bae822031b1376f2752c3714cf80bf369ba0dc
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
A cgi-bin/DW/Controller/Journal/AdultContent.pm
A cgi-bin/DW/Controller/Journal/Protected.pm
M cgi-bin/DW/Controller/Misc.pm
R cgi-bin/DW/Controller/Protected.pm
M cgi-bin/DW/Logic/AdultContent.pm
M cgi-bin/LJ/User.pm
R htdocs/misc/adult_concepts.bml
R htdocs/misc/adult_content.bml.text
R htdocs/misc/adult_explicit.bml
R htdocs/misc/adult_explicit_blocked.bml
R htdocs/misc/blockedlink.bml
R htdocs/misc/blockedlink.bml.text
R htdocs/misc/downgrader.bml
R htdocs/misc/entry_redirect.bml
R htdocs/misc/feedping.bml
R htdocs/misc/get_domain_session.bml
A views/journal/adult_content.tt
A views/journal/adult_content.tt.text

Log Message:
-----------
Merge pull request #1034 from afuna/bml-htdocs-misc-bug-1032

Convert some files in htdocs/misc


Commit: 81a722d990136affb717ec8d0dc13dbc1a4c8488
https://github.com/dreamwidth/dw-free/commit/81a722d990136affb717ec8d0dc13dbc1a4c8488
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

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

Log Message:
-----------
[#1032] Add missing parentheses


Commit: 2a702990227d221e1dbcec47f13a5a016997e739
https://github.com/dreamwidth/dw-free/commit/2a702990227d221e1dbcec47f13a5a016997e739
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-04 (Tue, 04 Nov 2014)

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

Log Message:
-----------
Merge pull request #1036 from afuna/bml-htdocs-misc-bug-1032-fix

[#1032] Add missing parentheses


Commit: ce2f54fcff10eeeec7ee239d8f9c552b5af6c10f
https://github.com/dreamwidth/dw-free/commit/ce2f54fcff10eeeec7ee239d8f9c552b5af6c10f
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/DW/FormErrors.pm

Log Message:
-----------
Make DW::FormErrors::get translate errors to text

Fixes #1037


Commit: 190fbbcc2d85ab277930827e3b63eff822297fb5
https://github.com/dreamwidth/dw-free/commit/190fbbcc2d85ab277930827e3b63eff822297fb5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M cgi-bin/DW/FormErrors.pm

Log Message:
-----------
Merge pull request #1038 from pauamma/bug-1037-fix-DW_FormErrors-get

Make DW::FormErrors::get translate errors to text


Commit: ac409a324f1f9578847eacb967b2c34c551b2409
https://github.com/dreamwidth/dw-free/commit/ac409a324f1f9578847eacb967b2c34c551b2409
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-04 (Tue, 04 Nov 2014)

Changed paths:
M bin/upgrading/deadphrases.dat
M views/admin/supportcat/category.tt
M views/admin/supportcat/category.tt.text
M views/admin/supportcat/index.tt.text

Log Message:
-----------
Second round of review comments

Fixes #965


Commit: b239848c1064c270120c5e812ce9e172372266a5
https://github.com/dreamwidth/dw-free/commit/b239848c1064c270120c5e812ce9e172372266a5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M bin/upgrading/deadphrases.dat
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SupportCat.pm
M cgi-bin/DW/Hooks/PrivList.pm
A views/admin/supportcat/category.tt
A views/admin/supportcat/category.tt.text
A views/admin/supportcat/index.tt
A views/admin/supportcat/index.tt.text

Log Message:
-----------
Merge pull request #1022 from pauamma/bug-965-supportcat-creation-frontend

Implement front end to LJ::Support::define_cat


Commit: 56ab94ddeedfad011591e994050ef95ba51ad64a
https://github.com/dreamwidth/dw-free/commit/56ab94ddeedfad011591e994050ef95ba51ad64a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
A cgi-bin/DW/RPC.pm

Log Message:
-----------
[#1035] Create convenience DW::RPC::out/err/alert methods

Instead of redefining the print logic in each handler, just do this
once.


Commit: 10791a630e10619205b67f3b697dfcd0c2f3f36c
https://github.com/dreamwidth/dw-free/commit/10791a630e10619205b67f3b697dfcd0c2f3f36c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/getuserpics.bml

Log Message:
-----------
[#1035] Convert getuserpics endpoint


Commit: a7addcfa5600edb3dd25909158a3a882a3576de5
https://github.com/dreamwidth/dw-free/commit/a7addcfa5600edb3dd25909158a3a882a3576de5
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/changerelation.bml

Log Message:
-----------
[#1035] Convert changerelation endpoint


Commit: dd796d4b65fc72fb8d1df7120ac4e22f88a6502a
https://github.com/dreamwidth/dw-free/commit/dd796d4b65fc72fb8d1df7120ac4e22f88a6502a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/ctxpopup.bml

Log Message:
-----------
[#1035] Convert ctxpopup endpoint


Commit: b2dce256c6cf4e18d21b3c0c142f001a6a551f2c
https://github.com/dreamwidth/dw-free/commit/b2dce256c6cf4e18d21b3c0c142f001a6a551f2c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/esn_inbox.bml

Log Message:
-----------
[#1035] Convert esn_inbox endpoint


Commit: 61c69358754da49c3e2f128f8fcbfe104a99d960
https://github.com/dreamwidth/dw-free/commit/61c69358754da49c3e2f128f8fcbfe104a99d960
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/esn_subs.bml

Log Message:
-----------
[#1035] Convert esn_subs endpoint


Commit: bed61dbd1e7c2193f8efa7c3026225f9a7c16fe4
https://github.com/dreamwidth/dw-free/commit/bed61dbd1e7c2193f8efa7c3026225f9a7c16fe4
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/LJ/Global/Defaults.pm

Log Message:
-----------
[#1035] Remove trans_save endpoint

Not sure what this is, but I see no corresponding file.


Commit: 81438a1fd953f3388398d9cc8cf1253130e6d730
https://github.com/dreamwidth/dw-free/commit/81438a1fd953f3388398d9cc8cf1253130e6d730
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Widget.pm
R htdocs/tools/endpoints/widget.bml

Log Message:
-----------
[#1035] Convert widget endpoint


Commit: b171233a72b956cba08772e8d6fc897c0ea8cf4e
https://github.com/dreamwidth/dw-free/commit/b171233a72b956cba08772e8d6fc897c0ea8cf4e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/load_state_codes.bml

Log Message:
-----------
[#1035] Convert load_state_codes endpoint


Commit: 92d4be14b927de0cd4117c0f7b5380a06527c91f
https://github.com/dreamwidth/dw-free/commit/92d4be14b927de0cd4117c0f7b5380a06527c91f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-05 (Wed, 05 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/profileexpandcollapse.bml

Log Message:
-----------
[#1035] Convert profileexpandcollapse endpoint


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

Changed paths:
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/extacct_auth.bml
M htdocs/tools/endpoints/extacct_auth.bml.text

Log Message:
-----------
[#1035] Convert extacct_auth endpoint

Also converts the general endpoint handler to use DW::RPC->err/out


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

Changed paths:
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/LJ/Global/Defaults.pm
R htdocs/tools/endpoints/contentfilters.bml

Log Message:
-----------
[#1035] Convert contentfilters endpoint


Commit: 6fc3d54bf6d43c89f539b00d14bb3f832c8b1e9b
https://github.com/dreamwidth/dw-free/commit/6fc3d54bf6d43c89f539b00d14bb3f832c8b1e9b
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
A cgi-bin/DW/RPC.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Widget.pm
R htdocs/tools/endpoints/changerelation.bml
R htdocs/tools/endpoints/contentfilters.bml
R htdocs/tools/endpoints/ctxpopup.bml
R htdocs/tools/endpoints/esn_inbox.bml
R htdocs/tools/endpoints/esn_subs.bml
R htdocs/tools/endpoints/extacct_auth.bml
M htdocs/tools/endpoints/extacct_auth.bml.text
R htdocs/tools/endpoints/getuserpics.bml
R htdocs/tools/endpoints/load_state_codes.bml
R htdocs/tools/endpoints/profileexpandcollapse.bml
R htdocs/tools/endpoints/widget.bml

Log Message:
-----------
Merge pull request #1043 from afuna/bml-tools-endpoints-bug-1035

Convert misc BML files in tools/endpoints


Commit: 614e0541b0367f61d6ebd2a3451f41e7803893e3
https://github.com/dreamwidth/dw-free/commit/614e0541b0367f61d6ebd2a3451f41e7803893e3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
M cgi-bin/DW/Request.pm
M cgi-bin/DW/Request/Apache2.pm
M cgi-bin/DW/Request/Standard.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm

Log Message:
-----------
[#1048] Add a no_cache argument to DW::Routing

This (on apache, at least), will add Cache-control: no-cache, and
Pragma: no-cache


Commit: 4d96935c070489d61480028d261df12d4c605a08
https://github.com/dreamwidth/dw-free/commit/4d96935c070489d61480028d261df12d4c605a08
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
M cgi-bin/DW/Request.pm
M cgi-bin/DW/Request/Apache2.pm
M cgi-bin/DW/Request/Standard.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm

Log Message:
-----------
Merge pull request #1049 from afuna/no-cache-bug-1048

[#1048] Add a no_cache argument to DW::Routing


Commit: 62d3ee55e462c0bc9c4997a269ae5de8cc9dd0df
https://github.com/dreamwidth/dw-free/commit/62d3ee55e462c0bc9c4997a269ae5de8cc9dd0df
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Community.pm
R htdocs/approve.bml
R htdocs/reject.bml
A views/communities/members/action.tt.text

Log Message:
-----------
[#1050] Convert /approve and /reject from BML


Commit: 74e6e091d4ff04ae1dc26a9b6cc945328b11c911
https://github.com/dreamwidth/dw-free/commit/74e6e091d4ff04ae1dc26a9b6cc945328b11c911
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Community.pm
R htdocs/approve.bml
R htdocs/reject.bml
A views/communities/members/action.tt.text

Log Message:
-----------
Merge pull request #1051 from afuna/convert-approve-bug-1050

[#1050] Convert /approve and /reject from BML


Commit: b4b8e4c67f44f928a6d32c08bc9ea454dd15cabb
https://github.com/dreamwidth/dw-free/commit/b4b8e4c67f44f928a6d32c08bc9ea454dd15cabb
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
R htdocs/tools/sixdegrees.bml

Log Message:
-----------
[#1047] Remove tools/sixdegrees


Commit: 5d996081dcdaf2543c6170a1888ac9021e935d02
https://github.com/dreamwidth/dw-free/commit/5d996081dcdaf2543c6170a1888ac9021e935d02
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-08 (Sat, 08 Nov 2014)

Changed paths:
R htdocs/tools/sixdegrees.bml

Log Message:
-----------
Merge pull request #1052 from afuna/delete-sixdegrees-bug-1047

[#1047] Remove tools/sixdegrees


Commit: cf0d5f79c10300c0a467ee7faf0ed39bf81ac4bd
https://github.com/dreamwidth/dw-free/commit/cf0d5f79c10300c0a467ee7faf0ed39bf81ac4bd
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/js/directorysearch.js
R htdocs/js/directorysearchconstraints.js
R htdocs/js/directorysearchresults.js
R htdocs/tools/endpoints/directorysearch.bml

Log Message:
-----------
[#1039] Remove unused files

Fixes #1039.


Commit: cfe6077c03d1e2531e50a1fd0d4e0a709d21f4b4
https://github.com/dreamwidth/dw-free/commit/cfe6077c03d1e2531e50a1fd0d4e0a709d21f4b4
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/js/jobstatus.js
R htdocs/tools/endpoints/jobstatus.bml

Log Message:
-----------
[#1040] Remove unused jobstatus files

Fixes #1040.


Commit: 948c38d607019b0b4c39cbc5005ed1b3fb8a550a
https://github.com/dreamwidth/dw-free/commit/948c38d607019b0b4c39cbc5005ed1b3fb8a550a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/tools/endpoints/multisearch.bml

Log Message:
-----------
[#1041] Remove unused multisearch endpoint

Fixes #1041.


Commit: c7ab21b0b7665c4dadd438b6d1520db7a968b262
https://github.com/dreamwidth/dw-free/commit/c7ab21b0b7665c4dadd438b6d1520db7a968b262
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/tools/endpoints/gets2layoutchildren.bml
R htdocs/tools/endpoints/pollgearman.bml
R htdocs/tools/endpoints/setlang.bml

Log Message:
-----------
[#1042] Remove unused endpoints

Fixes #1042.


Commit: ad3648981e28665f898cc8b242fce8f6e441a06c
https://github.com/dreamwidth/dw-free/commit/ad3648981e28665f898cc8b242fce8f6e441a06c
Author: Mark Smith <mark@qq.is>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/tools/endpoints/multisearch.bml

Log Message:
-----------
Merge pull request #1056 from afuna/delete-multisearch-endpoint-bug-1041

[#1041] Remove unused multisearch endpoint


Commit: 97f1a68da8a88aac3e816541c80cf6ed56f8494d
https://github.com/dreamwidth/dw-free/commit/97f1a68da8a88aac3e816541c80cf6ed56f8494d
Author: Mark Smith <mark@qq.is>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/js/jobstatus.js
R htdocs/tools/endpoints/jobstatus.bml

Log Message:
-----------
Merge pull request #1055 from afuna/delete-jobstatus-endpoint-bug-1040

[#1040] Remove unused jobstatus files


Commit: 507e65b800a8108158502f63f067f2436413bdf0
https://github.com/dreamwidth/dw-free/commit/507e65b800a8108158502f63f067f2436413bdf0
Author: Mark Smith <mark@qq.is>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/js/directorysearch.js
R htdocs/js/directorysearchconstraints.js
R htdocs/js/directorysearchresults.js
R htdocs/tools/endpoints/directorysearch.bml

Log Message:
-----------
Merge pull request #1054 from afuna/delete-directory-search-endpoints-bug-1039

[#1039] Remove unused files


Commit: ce8357c98b3dae0efb046c0b67c6c8ee2726ddd7
https://github.com/dreamwidth/dw-free/commit/ce8357c98b3dae0efb046c0b67c6c8ee2726ddd7
Author: Mark Smith <mark@qq.is>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/tools/endpoints/gets2layoutchildren.bml
R htdocs/tools/endpoints/pollgearman.bml
R htdocs/tools/endpoints/setlang.bml

Log Message:
-----------
Merge pull request #1057 from afuna/misc-endpoints-bug-1042

[#1042] Remove unused endpoints


Commit: 9d4154581a3bffd723dd1156780f2343b0ac3fe0
https://github.com/dreamwidth/dw-free/commit/9d4154581a3bffd723dd1156780f2343b0ac3fe0
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Misc.pm
R cgi-bin/LJ/Widget/BetaFeature.pm
R htdocs/beta.bml
R htdocs/beta.bml.text
A views/beta.tt
A views/beta.tt.text

Log Message:
-----------
[#1058] Convert /beta from BML


Commit: 08acea4d41a76fda2f1469cd3ed8bc09b0b62583
https://github.com/dreamwidth/dw-free/commit/08acea4d41a76fda2f1469cd3ed8bc09b0b62583
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

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

Log Message:
-----------
Fix wrong include -- collapse.css, not jquery.collapse.css


Commit: a82ceeadbafa2df87642479ed1dbbaf2cfa0bf9c
https://github.com/dreamwidth/dw-free/commit/a82ceeadbafa2df87642479ed1dbbaf2cfa0bf9c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Template/Plugin.pm
A views/components/authas.tt
M views/dev/style-guide.tt

Log Message:
-----------
Add authas to the plugin


Commit: 9e7379fc7e14370d6583a892ae554ffcb9f7bf51
https://github.com/dreamwidth/dw-free/commit/9e7379fc7e14370d6583a892ae554ffcb9f7bf51
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
A cgi-bin/DW/Controller/Settings.pm
R htdocs/accountstatus.bml
R htdocs/accountstatus.bml.text
R views/components/authas.tt
A views/settings/accountstatus.tt
A views/settings/accountstatus.tt.text

Log Message:
-----------
[#1058] Convert /accountstatus


Commit: 8a9e8006c99cd8017e9461cf242f61afd2f7ac61
https://github.com/dreamwidth/dw-free/commit/8a9e8006c99cd8017e9461cf242f61afd2f7ac61
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
A cgi-bin/DW/Controller/Admin/StatusCheckLegacy.pm
R htdocs/admin/clusterstatus.bml
A views/admin/clusterstatus.tt
A views/admin/clusterstatus.tt.text

Log Message:
-----------
[#1044] Convert /admin/clusterstatus


Commit: f02b3192932bc5de0372d30616b4800ad0a0868f
https://github.com/dreamwidth/dw-free/commit/f02b3192932bc5de0372d30616b4800ad0a0868f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
M cgi-bin/DW/Controller/Admin/StatusCheckLegacy.pm
R htdocs/admin/mysql_status.bml
M htdocs/scss/components/foundation-custom/_tables.scss
M views/admin/index.tt.text
A views/admin/mysql_status.tt
A views/admin/mysql_status.tt.text

Log Message:
-----------
[#1044] Convert admin/mysql_status


Commit: f76ee78138c1a79630a3ca31066b752df2a179db
https://github.com/dreamwidth/dw-free/commit/f76ee78138c1a79630a3ca31066b752df2a179db
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
A cgi-bin/DW/Controller/Admin/StatusCheck.pm
R htdocs/admin/theschwartz.bml
M views/admin/index.tt.text
A views/admin/theschwartz.tt
A views/admin/theschwartz.tt.text

Log Message:
-----------
[#1044] Convert admin/theschwartz


Commit: 3d350ade1cab3c71c21337816b10f78788d48088
https://github.com/dreamwidth/dw-free/commit/3d350ade1cab3c71c21337816b10f78788d48088
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin/StatusCheck.pm
R htdocs/admin/healthy.bml
M views/admin/index.tt.text

Log Message:
-----------
[#1044] Convert admin/healthy


Commit: 2ee74610688bc2e60914066ea6a043c4eda2dca5
https://github.com/dreamwidth/dw-free/commit/2ee74610688bc2e60914066ea6a043c4eda2dca5
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
R htdocs/admin/dupkiller.bml

Log Message:
-----------
[#1044] Remove admin/dupkiller

IIRC, this was to address a specific incident back in LJ days


Commit: 9ca2442388a7c2fc803c8514cd399d1737a5a24a
https://github.com/dreamwidth/dw-free/commit/9ca2442388a7c2fc803c8514cd399d1737a5a24a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
A cgi-bin/DW/Controller/Admin/Console.pm
R htdocs/admin/console/index.bml
R htdocs/admin/console/index.bml.text
A views/admin/console/index.tt
A views/admin/console/index.tt.text
M views/admin/index.tt.text

Log Message:
-----------
[#1044] Convert admin/console/


Commit: 07e0fccc87d586f8f0436f4cb038e575481839bf
https://github.com/dreamwidth/dw-free/commit/07e0fccc87d586f8f0436f4cb038e575481839bf
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin/Console.pm
M cgi-bin/LJ/Console.pm
R htdocs/admin/console/reference.bml
R htdocs/admin/console/reference.bml.text
A views/admin/console/reference.tt
A views/admin/console/reference.tt.text

Log Message:
-----------
[#1044] Convert admin/console/reference


Commit: b1f0b0d2ca3a66f09b0c3423a5c5c9f6cd0df63b
https://github.com/dreamwidth/dw-free/commit/b1f0b0d2ca3a66f09b0c3423a5c5c9f6cd0df63b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
A cgi-bin/DW/Controller/Admin/Props.pm
R htdocs/admin/propedit.bml
M views/admin/index.tt.text
A views/admin/propedit.tt
A views/admin/propedit.tt.text

Log Message:
-----------
[#1044] Convert admin/propedit


Commit: 75c9e49bb4c1747ab158b9ddc9806a8d5e79a341
https://github.com/dreamwidth/dw-free/commit/75c9e49bb4c1747ab158b9ddc9806a8d5e79a341
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
M views/admin/index.tt.text

Log Message:
-----------
[#1044] Clean up some missing bits of clusterstatus


Commit: 8684aba4f461704a60287423f1dd2b2e98455a3d
https://github.com/dreamwidth/dw-free/commit/8684aba4f461704a60287423f1dd2b2e98455a3d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-10 (Mon, 10 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
M views/admin/index.tt.text

Log Message:
-----------
[#1044] Clean up some remaining bits of dupkiller and healthy


Commit: 8b9465fd8a921c8efceab8a0650207e5eb130902
https://github.com/dreamwidth/dw-free/commit/8b9465fd8a921c8efceab8a0650207e5eb130902
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-11 (Tue, 11 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
M cgi-bin/DW/Controller/Admin/Props.pm
R htdocs/admin/entryprops.bml
A views/admin/entryprops.tt
A views/admin/entryprops.tt.text
M views/admin/index.tt.text

Log Message:
-----------
[#1044] Convert /admin/entryprops


Commit: aeea667dd2acf8706a445a98448d42750d4ae452
https://github.com/dreamwidth/dw-free/commit/aeea667dd2acf8706a445a98448d42750d4ae452
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-11 (Tue, 11 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
R htdocs/changepassword.bml
R htdocs/changepassword.bml.text
A views/settings/changepassword.tt
A views/settings/changepassword.tt.text

Log Message:
-----------
[#1058] Convert /changepassword


Commit: a50fe27bc245e34e1d839bd91e01761d4d5bcf6f
https://github.com/dreamwidth/dw-free/commit/a50fe27bc245e34e1d839bd91e01761d4d5bcf6f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-11 (Tue, 11 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Admin.pm
A cgi-bin/DW/Controller/Admin/Console.pm
A cgi-bin/DW/Controller/Admin/Props.pm
A cgi-bin/DW/Controller/Admin/StatusCheck.pm
A cgi-bin/DW/Controller/Admin/StatusCheckLegacy.pm
M cgi-bin/LJ/Console.pm
R htdocs/admin/clusterstatus.bml
R htdocs/admin/console/index.bml
R htdocs/admin/console/index.bml.text
R htdocs/admin/console/reference.bml
R htdocs/admin/console/reference.bml.text
R htdocs/admin/dupkiller.bml
R htdocs/admin/entryprops.bml
R htdocs/admin/healthy.bml
R htdocs/admin/mysql_status.bml
R htdocs/admin/propedit.bml
R htdocs/admin/theschwartz.bml
M htdocs/scss/components/foundation-custom/_tables.scss
A views/admin/clusterstatus.tt
A views/admin/clusterstatus.tt.text
A views/admin/console/index.tt
A views/admin/console/index.tt.text
A views/admin/console/reference.tt
A views/admin/console/reference.tt.text
A views/admin/entryprops.tt
A views/admin/entryprops.tt.text
M views/admin/index.tt.text
A views/admin/mysql_status.tt
A views/admin/mysql_status.tt.text
A views/admin/propedit.tt
A views/admin/propedit.tt.text
A views/admin/theschwartz.tt
A views/admin/theschwartz.tt.text

Log Message:
-----------
Merge pull request #1060 from afuna/bml-admin-bug-1044

[#1044] Convert entryprops, propedit, console, console/reference,


Commit: 8361874eb8d5a445a2fa49dc4b2779ca660b4e1d
https://github.com/dreamwidth/dw-free/commit/8361874eb8d5a445a2fa49dc4b2779ca660b4e1d
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-11 (Tue, 11 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Misc.pm
A cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
R cgi-bin/LJ/Widget/BetaFeature.pm
R htdocs/accountstatus.bml
R htdocs/accountstatus.bml.text
R htdocs/beta.bml
R htdocs/beta.bml.text
R htdocs/changepassword.bml
R htdocs/changepassword.bml.text
A views/beta.tt
A views/beta.tt.text
M views/dev/style-guide.tt
A views/settings/accountstatus.tt
A views/settings/accountstatus.tt.text
A views/settings/changepassword.tt
A views/settings/changepassword.tt.text

Log Message:
-----------
Merge pull request #1059 from afuna/wipe-out-bml-bug-1058

[#1058] First batch of changes


Commit: ce7f702b2a283340f07fc2b345e722265b92a5c5
https://github.com/dreamwidth/dw-free/commit/ce7f702b2a283340f07fc2b345e722265b92a5c5
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-12 (Wed, 12 Nov 2014)

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

Log Message:
-----------
Correct DW::Controller::Admin::ThemeMetadata hdr

Fixes #1062


Commit: 431f6aabdbf8a8a887601a72099147a4b94fe5ec
https://github.com/dreamwidth/dw-free/commit/431f6aabdbf8a8a887601a72099147a4b94fe5ec
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-12 (Wed, 12 Nov 2014)

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

Log Message:
-----------
Merge pull request #1063 from pauamma/bug-1062-fix-DW_Controller_Admin_ThemeMetadata-header

Correct DW::Controller::Admin::ThemeMetadata hdr


Commit: decf2884de08b6b46bc16eff27d885322b32c81a
https://github.com/dreamwidth/dw-free/commit/decf2884de08b6b46bc16eff27d885322b32c81a
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-13 (Thu, 13 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Support/Submit.pm
M views/support/submit.tt.text

Log Message:
-----------
Requires an email address when not logged in.

Fixes #948


Commit: 6b6e9e3c39e948cafcfa7ea6d903f5f28452e2e8
https://github.com/dreamwidth/dw-free/commit/6b6e9e3c39e948cafcfa7ea6d903f5f28452e2e8
Author: Mark Smith <mark@qq.is>
Date: 2014-11-13 (Thu, 13 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Support/Submit.pm
M views/support/submit.tt.text

Log Message:
-----------
Merge pull request #1064 from pauamma/bug-948-support-email-mandatory

Requires an email address when not logged in.


Commit: 1712329a1a17e8cf9491969400baabb521cf8670
https://github.com/dreamwidth/dw-free/commit/1712329a1a17e8cf9491969400baabb521cf8670
Author: okwari <wahiaronkwas@gmail.com>
Date: 2014-11-15 (Sat, 15 Nov 2014)

Changed paths:
A htdocs/img/styles/commons/battleravenii.jpg

Log Message:
-----------
Fix for Bug #1065, missing image file for the Librarian's Dream Battle Raven theme.

The background was missing for the Battle Raven theme in the
Librarian's Dream style.


Commit: 31fdca87f2057bf56f85bd15096fcb6cdcd0f8b3
https://github.com/dreamwidth/dw-free/commit/31fdca87f2057bf56f85bd15096fcb6cdcd0f8b3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-15 (Sat, 15 Nov 2014)

Changed paths:
A htdocs/img/styles/commons/battleravenii.jpg

Log Message:
-----------
Merge pull request #1066 from wahiaronkwas/bug1065-libdream-battleraven

Missing image file for the Librarian's Dream Battle Raven theme.


Commit: 83ab577da6c90e11aeb47fec1ae9ee82d45f7da3
https://github.com/dreamwidth/dw-free/commit/83ab577da6c90e11aeb47fec1ae9ee82d45f7da3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 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
M 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/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/_button-groups.scss
M htdocs/scss/foundation/components/_buttons.scss
M htdocs/scss/foundation/components/_dropdown-buttons.scss
M htdocs/scss/foundation/components/_dropdown.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
M htdocs/scss/foundation/components/_labels.scss
M htdocs/scss/foundation/components/_offcanvas.scss
M htdocs/scss/foundation/components/_panels.scss
M htdocs/scss/foundation/components/_reveal.scss
M htdocs/scss/foundation/components/_sub-nav.scss
M 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/_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/normalize.scss

Log Message:
-----------
Update Foundation to 5.4.7

(some tweaks; most important is compatibility with later versions of
compass/sass)


Commit: 9f3f64533e635ef9455d8f80f26102ded522325a
https://github.com/dreamwidth/dw-free/commit/9f3f64533e635ef9455d8f80f26102ded522325a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

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

Log Message:
-----------
Override default foundation settings


Commit: 81ba8c8b7ed9289512b5173fc84ceeeab0d76ffd
https://github.com/dreamwidth/dw-free/commit/81ba8c8b7ed9289512b5173fc84ceeeab0d76ffd
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-17 (Mon, 17 Nov 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
M 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/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/_button-groups.scss
M htdocs/scss/foundation/components/_buttons.scss
M htdocs/scss/foundation/components/_dropdown-buttons.scss
M htdocs/scss/foundation/components/_dropdown.scss
M htdocs/scss/foundation/components/_forms.scss
M htdocs/scss/foundation/components/_global.scss
M htdocs/scss/foundation/components/_labels.scss
M htdocs/scss/foundation/components/_offcanvas.scss
M htdocs/scss/foundation/components/_panels.scss
M htdocs/scss/foundation/components/_reveal.scss
M htdocs/scss/foundation/components/_sub-nav.scss
M 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/_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/normalize.scss

Log Message:
-----------
Merge pull request #1068 from afuna/foundation-update-5.4.7

Update to Foundation 5.4.7


Commit: 2859bfc209303dde5173c4e2101ad687ec62629b
https://github.com/dreamwidth/dw-free/commit/2859bfc209303dde5173c4e2101ad687ec62629b
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Controller/Circle.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/DW/User/Edges/WatchTrust.pm
R htdocs/community/join.bml
R htdocs/community/join.bml.text
R htdocs/community/leave.bml
R htdocs/community/leave.bml.text
R htdocs/js/jquery.circle-add.js
A htdocs/js/pages/circle/edit.js
R htdocs/manage/circle/add.bml
R htdocs/manage/circle/add.bml.text
M htdocs/scss/components/foundation-custom/_alert-boxes.scss
A htdocs/scss/pages/circle/edit.scss
A views/circle/individual-edit.tt
A views/circle/individual-edit.tt.text

Log Message:
-----------
[#1061] Convert /manage/circle, /community/join /community/leave

* merges them into one page (/circle/USERNAME/edit)

* changes can_trust/can_watch to check for deleted status (consistent
with old manage/circle/add page

* bonus redesign

Fixes #1061.


Commit: 2e7a22adffb43892d0ef2496703a83c9e8447f3d
https://github.com/dreamwidth/dw-free/commit/2e7a22adffb43892d0ef2496703a83c9e8447f3d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Circle.pm
M cgi-bin/DW/Controller/Feeds.pm
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/DW/Logic/UserLinkBar.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Widget/LatestNews.pm
M cgi-bin/LJ/Event/AddedToCircle.pm
M cgi-bin/LJ/Event/CommunityInvite.pm
M cgi-bin/LJ/Event/CommunityJoinApprove.pm
M cgi-bin/LJ/Event/InvitedFriendJoins.pm
M cgi-bin/LJ/Event/JournalNewEntry.pm
M cgi-bin/LJ/Event/NewUserpic.pm
M cgi-bin/LJ/Event/RemovedFromCircle.pm
M cgi-bin/LJ/Event/UserMessageRecvd.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M htdocs/manage/circle/edit.bml
M views/protected.tt.text

Log Message:
-----------
[#1061] Redirect old pages to /circle/add

* old pages are: /manage/circle/add, /community/join, /community/leave

* also updates site-generated links

* tweaks DW::Routing->register_redirect to accept a function
(convenience)


Commit: 25dc5ea56f40103237526f124a37810c146bc7b3
https://github.com/dreamwidth/dw-free/commit/25dc5ea56f40103237526f124a37810c146bc7b3
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
A htdocs/community/join.bml.text

Log Message:
-----------
[#1061] Add back /community/join.bml.text (strings still used)


Commit: c86e93a4ccc989343509367eda6896243c566a88
https://github.com/dreamwidth/dw-free/commit/c86e93a4ccc989343509367eda6896243c566a88
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Circle.pm
M views/circle/individual-edit.tt

Log Message:
-----------
[#1061] Expand filters if action=edge.type

Redirecting from /manage/circle/add sometimes gives us a specific action
(indicating whether the user is more interested in subscribing or giving
access); so we expand the relevant filter section in that case, even if
the user hasn't subscribed/given access yet


Commit: 433f8e1fc0697d57367b2eef975a3ee080ccca4f
https://github.com/dreamwidth/dw-free/commit/433f8e1fc0697d57367b2eef975a3ee080ccca4f
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M cgi-bin/DW/Routing.pm

Log Message:
-----------
[#1035] Register URLs of the form www.../$user/__rpc_...

For legacy JS files


Commit: 2bbdb6c9c7564fc77ba4bbb262b17835184aaef9
https://github.com/dreamwidth/dw-free/commit/2bbdb6c9c7564fc77ba4bbb262b17835184aaef9
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M cgi-bin/DW/Routing.pm

Log Message:
-----------
Merge pull request #1070 from afuna/endpoint-404-bug-1035

[#1035] Register URLs of the form www.../$user/__rpc_...


Commit: 2e7ee77dfc37a8ce3c024536286018caaf6df2ee
https://github.com/dreamwidth/dw-free/commit/2e7ee77dfc37a8ce3c024536286018caaf6df2ee
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-17 (Mon, 17 Nov 2014)

Changed paths:
M htdocs/scss/skins/_jquery-ui-theme.scss

Log Message:
-----------
Make sure that contextual hover menu has a background color

(on foundation pages)


Commit: c0c0d2bdd8fe5b1bad256d139c2ee0e0c546d835
https://github.com/dreamwidth/dw-free/commit/c0c0d2bdd8fe5b1bad256d139c2ee0e0c546d835
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M bin/moveucluster.pl

Log Message:
-----------
Implement --earlyexpunge option.

Fixes #1071


Commit: 19467ff204af84257dad341f0c61d3792028fd83
https://github.com/dreamwidth/dw-free/commit/19467ff204af84257dad341f0c61d3792028fd83
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M views/entry/login.tt
A views/entry/login.tt.text

Log Message:
-----------
[#977] Clarify that posting the entry won't log you in


Commit: 5a9483bf882fb39b49c6d5fce2c1949048567847
https://github.com/dreamwidth/dw-free/commit/5a9483bf882fb39b49c6d5fce2c1949048567847
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M views/entry/login.tt
A views/entry/login.tt.text

Log Message:
-----------
Merge pull request #1073 from afuna/clarify-onetime-bug-977

[#977] Clarify that posting the entry won't log you in


Commit: 5183f924bdea521ef05e3923f97ccd897eabb971
https://github.com/dreamwidth/dw-free/commit/5183f924bdea521ef05e3923f97ccd897eabb971
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M htdocs/scss/skins/_jquery-ui-theme.scss

Log Message:
-----------
Merge pull request #1074 from afuna/contextual-bg

[#977] Clarify that posting the entry won't log you in


Commit: 31044848dceda26c72195cfaaf675ab7784d3512
https://github.com/dreamwidth/dw-free/commit/31044848dceda26c72195cfaaf675ab7784d3512
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Controller/Circle.pm
M cgi-bin/DW/Controller/Feeds.pm
M cgi-bin/DW/Controller/RPC/MiscLegacy.pm
M cgi-bin/DW/Logic/UserLinkBar.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/User/Edges/CommMembership.pm
M cgi-bin/DW/User/Edges/WatchTrust.pm
M cgi-bin/DW/Widget/LatestNews.pm
M cgi-bin/LJ/Event/AddedToCircle.pm
M cgi-bin/LJ/Event/CommunityInvite.pm
M cgi-bin/LJ/Event/CommunityJoinApprove.pm
M cgi-bin/LJ/Event/InvitedFriendJoins.pm
M cgi-bin/LJ/Event/JournalNewEntry.pm
M cgi-bin/LJ/Event/NewUserpic.pm
M cgi-bin/LJ/Event/RemovedFromCircle.pm
M cgi-bin/LJ/Event/UserMessageRecvd.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
R htdocs/community/join.bml
R htdocs/community/leave.bml
R htdocs/community/leave.bml.text
R htdocs/js/jquery.circle-add.js
A htdocs/js/pages/circle/edit.js
R htdocs/manage/circle/add.bml
R htdocs/manage/circle/add.bml.text
M htdocs/manage/circle/edit.bml
M htdocs/scss/components/foundation-custom/_alert-boxes.scss
A htdocs/scss/pages/circle/edit.scss
A views/circle/individual-edit.tt
A views/circle/individual-edit.tt.text
M views/protected.tt.text

Log Message:
-----------
Merge pull request #1069 from afuna/convert-manage-circle-bug-1061

[#1061] Convert and redesign /manage/circle/add, /community/leave,


Commit: 786170cae13c8a12063797721bea5325b16cb293
https://github.com/dreamwidth/dw-free/commit/786170cae13c8a12063797721bea5325b16cb293
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M views/admin/console/index.tt
M views/admin/propedit.tt
M views/admin/supportcat/category.tt
M views/communities/members/edit.tt
M views/communities/new.tt
M views/communities/queue/entries/edit.tt
M views/entry/form.tt
M views/entry/login.tt
M views/settings/accountstatus.tt

Log Message:
-----------
[#1053] Ensure we always have an id so we can link form element to label

* exceptions are radio_nested and checkbox_nested (don't need a label to
associate the form element with the parent); hidden, submit (label not
applicable)

* remove unneeded ids which were there only to associate the form
element with the label (doesn't include js-* ids, ids used to provide
a description via aria-describedby, etc)
Fixes #1053.


Commit: 33efea65d3d855b96e3a6fcab91c1d5ef2fca380
https://github.com/dreamwidth/dw-free/commit/33efea65d3d855b96e3a6fcab91c1d5ef2fca380
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M views/admin/console/index.tt
M views/admin/propedit.tt
M views/admin/supportcat/category.tt
M views/communities/members/edit.tt
M views/communities/new.tt
M views/communities/queue/entries/edit.tt
M views/entry/form.tt
M views/entry/login.tt
M views/settings/accountstatus.tt

Log Message:
-----------
Merge pull request #1075 from afuna/default-gen-id-bug-1053

[#1053] Ensure we always have an id so we can link form element to label


Commit: d43bcc3447456c34a25687c6ec8cc4cc5b29b875
https://github.com/dreamwidth/dw-free/commit/d43bcc3447456c34a25687c6ec8cc4cc5b29b875
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-19 (Wed, 19 Nov 2014)

Changed paths:
M bin/moveucluster.pl

Log Message:
-----------
Tweak request

Fixes #1071


Commit: 4b5fc22ef3ee44c7d0df9cc1a5746f79d617f37c
https://github.com/dreamwidth/dw-free/commit/4b5fc22ef3ee44c7d0df9cc1a5746f79d617f37c
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M bin/moveucluster.pl

Log Message:
-----------
Merge pull request #1072 from pauamma/bug-1071-force-expunge

Implement --earlyexpunge option.


Commit: b902c2019a95b3e9081887b68a7a4193f68fec05
https://github.com/dreamwidth/dw-free/commit/b902c2019a95b3e9081887b68a7a4193f68fec05
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

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

Log Message:
-----------
Remove redundant use Controller lines


Commit: b3716f07249faa57c6189d4da0fb04cf99f73b2a
https://github.com/dreamwidth/dw-free/commit/b3716f07249faa57c6189d4da0fb04cf99f73b2a
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)

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

Log Message:
-----------
Merge pull request #1076 from afuna/bye-redundancy

Remove redundant use Controller lines


Commit: 6da9b26a196e13ce18911d7f9ef06752ae325fd6
https://github.com/dreamwidth/dw-free/commit/6da9b26a196e13ce18911d7f9ef06752ae325fd6
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
A cgi-bin/DW/Controller/Journal/EmbeddedContent.pm
M cgi-bin/LJ/Auth.pm
R htdocs/tools/embedcontent.bml

Log Message:
-----------
[#1058] Convert tools/embedcontent from BML

* also specify the keys, because the keys of args with blank values are
not returned from $r->get_args


Commit: 436cf8d82982e6bb10742bb274d8475f2c78889d
https://github.com/dreamwidth/dw-free/commit/436cf8d82982e6bb10742bb274d8475f2c78889d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-18 (Tue, 18 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Misc.pm
M doc/config-local.pl.txt
R htdocs/404-error.bml
A views/error/404.tt

Log Message:
-----------
[#1058] Convert the 404 page to BML

* changes the call from loading a BML page to calling
/internal/local/404 (if it exists) or /internal/404

* anyone choosing to modify their stock 404 page can either edit the one
in views/error/404.tt

* if there's additional logic, they can register a new
/internal/local/404 path


Commit: 594cfc2beb209da47e9dbca049f557de0c00d8b2
https://github.com/dreamwidth/dw-free/commit/594cfc2beb209da47e9dbca049f557de0c00d8b2
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-24 (Mon, 24 Nov 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
A cgi-bin/DW/Controller/Journal/EmbeddedContent.pm
M cgi-bin/LJ/Auth.pm
R htdocs/tools/embedcontent.bml

Log Message:
-----------
Merge pull request #1077 from afuna/convert-embedcontent-bug-1058

[#1058] Convert tools/embedcontent from BML


Commit: 9b577af87e610672fcd518202693d427fc262df8
https://github.com/dreamwidth/dw-free/commit/9b577af87e610672fcd518202693d427fc262df8
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-25 (Tue, 25 Nov 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/FriendsPage.pm
M cgi-bin/LJ/Web.pm
A htdocs/js/jquery.iconselector.js
M htdocs/js/jquery.quickreply.js
A htdocs/stc/jquery.iconselector.css
M styles/core2.s2
A views/journal/quickreply.tt

Log Message:
-----------
[#1078] Initial work to get quick reply working on the read page

* needs to be pared down for less visual clutter

* needs to submit via ajax so there's no page reload

* brings back the non-foundation iconselector js/css


Commit: 81ecbe4572bccf6ae3a6085fb7ae05b70b3ca829
https://github.com/dreamwidth/dw-free/commit/81ecbe4572bccf6ae3a6085fb7ae05b70b3ca829
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-25 (Tue, 25 Nov 2014)

Changed paths:
M htdocs/js/jquery.quickreply.js

Log Message:
-----------
[#1078] Fix variable for quickreply in entrypage


Commit: 9494a2422aa6ecb49575fb0fbed42b47188c3b82
https://github.com/dreamwidth/dw-free/commit/9494a2422aa6ecb49575fb0fbed42b47188c3b82
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-25 (Tue, 25 Nov 2014)

Changed paths:
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/FriendsPage.pm
M cgi-bin/LJ/Web.pm
A htdocs/scss/components/quick-reply.scss
M htdocs/talkpost.bml.text
M views/journal/quickreply.tt

Log Message:
-----------
[#1078] Minimal quick reply, for the read page

Fixes #1078.


Commit: 274525d9addbce146fe5235412a312e6c1c919f9
https://github.com/dreamwidth/dw-free/commit/274525d9addbce146fe5235412a312e6c1c919f9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-26 (Wed, 26 Nov 2014)

Changed paths:
M cgi-bin/LJ/HTMLControls.pm
M cgi-bin/LJ/Web.pm
M htdocs/js/jquery.iconselector.js
M htdocs/js/jquery.quickreply.js
M htdocs/scss/components/quick-reply.scss
M views/journal/quickreply.tt

Log Message:
-----------
[#1078] Add the icon selector

* uses the old version of the icon selector (for now?)

* if the remote can use an icon browser, indicate so on hover/focus

* let the select dropdown accept data- attributes for use in JS

* update the icon preview if the selected icon changes


Commit: 98ebbd2d55dcf6ef261416e85d282a4625aacf31
https://github.com/dreamwidth/dw-free/commit/98ebbd2d55dcf6ef261416e85d282a4625aacf31
Author: Afuna <fu@dreamwidth.org>
Date: 2014-11-26 (Wed, 26 Nov 2014)

Changed paths:
M views/journal/quickreply.tt

Log Message:
-----------
[#1078] Handle the case where the user has no icon


Commit: 7f2812c6377bcbee34f337369dc35cd3c529fdd9
https://github.com/dreamwidth/dw-free/commit/7f2812c6377bcbee34f337369dc35cd3c529fdd9
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-28 (Fri, 28 Nov 2014)

Changed paths:
M bin/checkconfig.pl

Log Message:
-----------
New data source.

Fixes #842


Commit: 1a47b635fe851b4344ae6bfaa73bd0ac102577cb
https://github.com/dreamwidth/dw-free/commit/1a47b635fe851b4344ae6bfaa73bd0ac102577cb
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-28 (Fri, 28 Nov 2014)

Changed paths:
M bin/upgrading/base-data.sql
M bin/upgrading/update-db-general.pl

Log Message:
-----------
Get rid of old data source.

Fixes #842


Commit: 2feac47ecf930149ec043541a09873dd43712d7a
https://github.com/dreamwidth/dw-free/commit/2feac47ecf930149ec043541a09873dd43712d7a
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-29 (Sat, 29 Nov 2014)

Changed paths:
A cgi-bin/DW/Countries.pm

Log Message:
-----------
Replacement for LJ::load_codes({country=>...})

Fixes #842


Commit: b86e9b836df43c3778eb33dc14bca336d784a72b
https://github.com/dreamwidth/dw-free/commit/b86e9b836df43c3778eb33dc14bca336d784a72b
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-11-29 (Sat, 29 Nov 2014)

Changed paths:
M cgi-bin/DW/Controller/Search/Multisearch.pm
M cgi-bin/DW/Logic/ProfilePage.pm
M cgi-bin/LJ/Widget/Location.pm
M cgi-bin/ljlib.pl
M htdocs/shop/entercc.bml
M htdocs/stats.bml

Log Message:
-----------
Use new datasource.

Fixes #842


Commit: 618cb479def1e854abe7c85cf57cc94aa31aa379
https://github.com/dreamwidth/dw-free/commit/618cb479def1e854abe7c85cf57cc94aa31aa379
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-11-30 (Sun, 30 Nov 2014)

Changed paths:
M bin/checkconfig.pl
M bin/upgrading/base-data.sql
M bin/upgrading/update-db-general.pl
M cgi-bin/DW/Controller/Search/Multisearch.pm
A cgi-bin/DW/Countries.pm
M cgi-bin/DW/Logic/ProfilePage.pm
M cgi-bin/LJ/Widget/Location.pm
M cgi-bin/ljlib.pl
M htdocs/shop/entercc.bml
M htdocs/stats.bml

Log Message:
-----------
Merge pull request #1085 from pauamma/bug-842-update-countries-list

Bug 842 update countries list


Commit: 3cf243f34a18848d79d2dfdccfb1fa15748b891c
https://github.com/dreamwidth/dw-free/commit/3cf243f34a18848d79d2dfdccfb1fa15748b891c
Author: Pau Amma <pauamma@dreamwidth.org>
Date: 2014-12-01 (Mon, 01 Dec 2014)

Changed paths:
M views/shop/icons.tt
M views/shop/points.tt

Log Message:
-----------
Add missing tags.

Fixes #1086


Commit: 1faec1e25c5a845f57e156249b7c27282a717cd9
https://github.com/dreamwidth/dw-free/commit/1faec1e25c5a845f57e156249b7c27282a717cd9
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)

Changed paths:
M views/shop/icons.tt
M views/shop/points.tt

Log Message:
-----------
Merge pull request #1087 from pauamma/bug-1086-close-strong-tags

Add missing tags.


Commit: c280d719986850e4242d5b361e10865319b804c2
https://github.com/dreamwidth/dw-free/commit/c280d719986850e4242d5b361e10865319b804c2
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-01 (Mon, 01 Dec 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Web.pm
M htdocs/js/dw/dw-core.js
M htdocs/js/jquery.quickreply.js
M htdocs/scss/components/quick-reply.scss
M styles/core2.s2
M views/journal/quickreply.tt

Log Message:
-----------
[#1078] Add a more minimal quick reply from the read page

Differences from quick reply from the entry page:

* only has icon (and icon browser), subject, comment + buttons for
post/more options

* doesn't reload / redirect on page submit; instead just stays on the
page and refreshes the current count

( refreshing the current count is not perfect: won't work when going
from 0 comments, and possibly won't be very good if the user has
customized their comments text to have additional numbers -- but that
seems fairly an edge case.

comment count refreshing won't work for custom layouts because we use CSS class/data-x
attributes. quicker-reply *may* work for custom layouts depending on how
they're coded)

Fixes #1078.


Commit: 10a72899c8513e34b467d5567dca47a563bb8540
https://github.com/dreamwidth/dw-free/commit/10a72899c8513e34b467d5567dca47a563bb8540
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-02 (Tue, 02 Dec 2014)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Misc.pm
M doc/config-local.pl.txt
R htdocs/404-error.bml
A views/error/404.tt

Log Message:
-----------
Merge pull request #1089 from afuna/convert-404-bug-1058

[#1058] Convert the 404 page to BML


Commit: 59cafc788dc310d0874d4a38e4f22c05e6540c78
https://github.com/dreamwidth/dw-free/commit/59cafc788dc310d0874d4a38e4f22c05e6540c78
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-03 (Wed, 03 Dec 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Captcha/textCAPTCHA.pm
A cgi-bin/DW/Controller/Create.pm
M cgi-bin/LJ/CreatePage.pm
M cgi-bin/LJ/HTMLControls.pm
R cgi-bin/LJ/Widget/CreateAccount.pm
R cgi-bin/LJ/Widget/CreateAccountEnterCode.pm
R cgi-bin/LJ/Widget/CreateAccountProgressMeter.pm
R htdocs/create.bml
R htdocs/create/index.bml
A htdocs/js/components/jquery.check-username.js
A htdocs/js/components/jquery.textcaptcha.js
A htdocs/js/components/jquery.validation.js
R htdocs/js/jquery.checkusername.js
R htdocs/js/jquery.validation.js
M htdocs/js/pages/jquery.communities-new.js
A htdocs/js/pages/jquery.create.js
R htdocs/js/widgets/createaccount.js
A htdocs/scss/components/check-username.scss
R htdocs/scss/pages/communities/new.scss
A htdocs/scss/pages/create.scss
M htdocs/scss/skins/_skin-colors.scss
R htdocs/stc/widgets/createaccountentercode.css
M views/communities/new.tt
A views/components/birthdate.tt
A views/components/birthdate.tt.text
A views/components/error.tt
A views/create/account.tt
A views/create/account.tt.text
A views/create/code.tt
A views/create/code.tt.text
A views/create/progress.tt

Log Message:
-----------
[#1090] Step 1 "create account"


Commit: 02f999d8c170bbe945e2e52a0129b2b104987d66
https://github.com/dreamwidth/dw-free/commit/02f999d8c170bbe945e2e52a0129b2b104987d66
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-03 (Wed, 03 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller/Create.pm
M views/create/code.tt

Log Message:
-----------
[#1090] Add explanatory strings


Commit: 360ef0bdeae1364751189e38c73e12fd0028acf4
https://github.com/dreamwidth/dw-free/commit/360ef0bdeae1364751189e38c73e12fd0028acf4
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-05 (Fri, 05 Dec 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Create.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
R cgi-bin/LJ/Widget/CreateAccountProfile.pm
M htdocs/create.bml.text
R htdocs/create/setup.bml
A htdocs/js/components/jquery.location.js
R htdocs/js/widgets/createaccountprofile.js
A htdocs/scss/components/location.scss
M htdocs/scss/skins/_skin-colors.scss
R htdocs/stc/widgets/createaccountprofile.css
R htdocs/stc/widgets/createaccountprogressmeter.css
A views/components/location.tt
A views/components/location.tt.text
M views/create/progress.tt
A views/create/setup.tt
A views/create/setup.tt.text

Log Message:
-----------
[#1090] Step 2: account setup (filling in profile)


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

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Create.pm
R cgi-bin/LJ/Widget/CreateAccountInviter.pm
A views/create/inviter.tt
M views/create/setup.tt

Log Message:
-----------
[#1090] Add inviter/communities to setup step


Commit: 520090e9426f91cbd8a667603029a3a383afed99
https://github.com/dreamwidth/dw-free/commit/520090e9426f91cbd8a667603029a3a383afed99
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-05 (Fri, 05 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller/Create.pm
R cgi-bin/LJ/Widget/CreateAccountNextSteps.pm
R htdocs/create/confirm.bml
M htdocs/scss/components/foundation-icons.scss
M htdocs/scss/pages/create.scss
R htdocs/stc/widgets/createaccountnextsteps.css
A views/create/next.tt
A views/create/next.tt.text

Log Message:
-----------
[#1090] Step 4: "next steps"


Commit: 010b8ed3e2eeff53fff244770d39f4eba5d3e001
https://github.com/dreamwidth/dw-free/commit/010b8ed3e2eeff53fff244770d39f4eba5d3e001
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-05 (Fri, 05 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller/Create.pm
R htdocs/create.bml.text
R htdocs/create/upgrade.bml
A views/create/upgrade.tt
A views/create/upgrade.tt.text

Log Message:
-----------
[#1090] Step 3: upgrade prompt

Fixes #1090.


Commit: 3fb1bc436f8e7e32b0f48266514637400c5ec50e
https://github.com/dreamwidth/dw-free/commit/3fb1bc436f8e7e32b0f48266514637400c5ec50e
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-05 (Fri, 05 Dec 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/RPC/Misc.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/HTMLControls.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/FriendsPage.pm
M cgi-bin/LJ/Web.pm
M htdocs/js/dw/dw-core.js
A htdocs/js/jquery.iconselector.js
M htdocs/js/jquery.quickreply.js
A htdocs/scss/components/quick-reply.scss
A htdocs/stc/jquery.iconselector.css
M htdocs/talkpost.bml.text
M styles/core2.s2
A views/journal/quickreply.tt

Log Message:
-----------
Merge pull request #1083 from afuna/quicker-er-reply-bug-1078

[#1078] Get quick reply working on the read page


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

Changed paths:
R htdocs/stc/widgets/createaccount.css

Log Message:
-----------
[#1090] Remove obsolete css file


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

Changed paths:
M htdocs/scss/components/foundation-icons.scss
M views/create/next.tt

Log Message:
-----------
[#1090] Use userhead-like image for profile, not home


Commit: 138bcd5d27691eb385d12eaea722ec1e39a8c7d5
https://github.com/dreamwidth/dw-free/commit/138bcd5d27691eb385d12eaea722ec1e39a8c7d5
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-05 (Fri, 05 Dec 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Captcha/textCAPTCHA.pm
A cgi-bin/DW/Controller/Create.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/CreatePage.pm
M cgi-bin/LJ/HTMLControls.pm
R cgi-bin/LJ/Widget/CreateAccount.pm
R cgi-bin/LJ/Widget/CreateAccountEnterCode.pm
R cgi-bin/LJ/Widget/CreateAccountInviter.pm
R cgi-bin/LJ/Widget/CreateAccountNextSteps.pm
R cgi-bin/LJ/Widget/CreateAccountProfile.pm
R cgi-bin/LJ/Widget/CreateAccountProgressMeter.pm
R htdocs/create.bml
R htdocs/create.bml.text
R htdocs/create/confirm.bml
R htdocs/create/index.bml
R htdocs/create/setup.bml
R htdocs/create/upgrade.bml
A htdocs/js/components/jquery.check-username.js
A htdocs/js/components/jquery.location.js
A htdocs/js/components/jquery.textcaptcha.js
A htdocs/js/components/jquery.validation.js
R htdocs/js/jquery.checkusername.js
R htdocs/js/jquery.validation.js
M htdocs/js/pages/jquery.communities-new.js
A htdocs/js/pages/jquery.create.js
R htdocs/js/widgets/createaccount.js
R htdocs/js/widgets/createaccountprofile.js
A htdocs/scss/components/check-username.scss
M htdocs/scss/components/foundation-icons.scss
A htdocs/scss/components/location.scss
R htdocs/scss/pages/communities/new.scss
A htdocs/scss/pages/create.scss
M htdocs/scss/skins/_skin-colors.scss
R htdocs/stc/widgets/createaccount.css
R htdocs/stc/widgets/createaccountentercode.css
R htdocs/stc/widgets/createaccountnextsteps.css
R htdocs/stc/widgets/createaccountprofile.css
R htdocs/stc/widgets/createaccountprogressmeter.css
M views/communities/new.tt
A views/components/birthdate.tt
A views/components/birthdate.tt.text
A views/components/error.tt
A views/components/location.tt
A views/components/location.tt.text
A views/create/account.tt
A views/create/account.tt.text
A views/create/code.tt
A views/create/code.tt.text
A views/create/inviter.tt
A views/create/next.tt
A views/create/next.tt.text
A views/create/progress.tt
A views/create/setup.tt
A views/create/setup.tt.text
A views/create/upgrade.tt
A views/create/upgrade.tt.text

Log Message:
-----------
Merge pull request #1091 from afuna/convert-create-page-bug-1090

[#1090] Minor redesign of /create pages; convert BML => TT/Foundation


Commit: 1fe2933f1e48849dc70c074647903f1ae5459f33
https://github.com/dreamwidth/dw-free/commit/1fe2933f1e48849dc70c074647903f1ae5459f33
Author: azurelunatic <azurelunatic@gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)

Changed paths:
M cgi-bin/DW/External/Site.pm

Log Message:
-----------
Update Site.pm

Is this how you'd add github in this file? Github.pm to follow.


Commit: ac5b982091959f6a4b036b905e9d8dd2d54637ef
https://github.com/dreamwidth/dw-free/commit/ac5b982091959f6a4b036b905e9d8dd2d54637ef
Author: azurelunatic <azurelunatic@gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)

Changed paths:
A cgi-bin/DW/External/Site/Github.pm

Log Message:
-----------
Create Github.pm

To add Github as an option for the account linking.


Commit: 34c26b5bf081580444c2531dee67dad7b2ad94ab
https://github.com/dreamwidth/dw-free/commit/34c26b5bf081580444c2531dee67dad7b2ad94ab
Author: azurelunatic <azurelunatic@gmail.com>
Date: 2014-12-08 (Mon, 08 Dec 2014)

Changed paths:
M cgi-bin/DW/External/Site.pm

Log Message:
-----------
Update Site.pm

Missing quote; thanks Dre!


Commit: 0ad69cf1438794f6b8c47e2b9c8f9ca608dd32b5
https://github.com/dreamwidth/dw-free/commit/0ad69cf1438794f6b8c47e2b9c8f9ca608dd32b5
Author: hotlevel4 <hotlevel4@hotmail.com>
Date: 2014-12-22 (Mon, 22 Dec 2014)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
( Bug 1101 ) Embed imgur album

Fixes bug 1101.


Commit: a17522d7e4fd4d75b2d77e6f1fa108ccf52d705c
https://github.com/dreamwidth/dw-free/commit/a17522d7e4fd4d75b2d77e6f1fa108ccf52d705c
Author: Mark Smith <mark@qq.is>
Date: 2014-12-22 (Mon, 22 Dec 2014)

Changed paths:
A cgi-bin/DW/External/Site/Github.pm

Log Message:
-----------
Merge pull request #1098 from azurelunatic/patch-2

Create Github.pm


Commit: d19f1601e1f475c24db08e828a75a5385e53ca10
https://github.com/dreamwidth/dw-free/commit/d19f1601e1f475c24db08e828a75a5385e53ca10
Author: Mark Smith <mark@qq.is>
Date: 2014-12-22 (Mon, 22 Dec 2014)

Changed paths:
M cgi-bin/DW/External/Site.pm

Log Message:
-----------
Merge pull request #1099 from azurelunatic/patch-1

Update Site.pm


Commit: 47a9f74735c467c0fc2c9938f1827519b43d058c
https://github.com/dreamwidth/dw-free/commit/47a9f74735c467c0fc2c9938f1827519b43d058c
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-28 (Sun, 28 Dec 2014)

Changed paths:
M cgi-bin/DW/Hooks/EmbedWhitelist.pm
M t/embed-whitelist.t

Log Message:
-----------
Merge pull request #1102 from hotlevel4/bug1101/whitelistImgur

( Bug 1101 ) Embed imgur album


Commit: 07f678faad9e3335a944f8b21cca0201f4d15c11
https://github.com/dreamwidth/dw-free/commit/07f678faad9e3335a944f8b21cca0201f4d15c11
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Make sure that we don't try to get session cookies for embed domain

Leads to infinite loop of redirects


Commit: 0ef07866ddc686dbc53ca1332deb1ef64b08a7a9
https://github.com/dreamwidth/dw-free/commit/0ef07866ddc686dbc53ca1332deb1ef64b08a7a9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Make sure to return OK status from controller


Commit: 0369afcc8757bd5e9731568a0569002c16e5d2b3
https://github.com/dreamwidth/dw-free/commit/0369afcc8757bd5e9731568a0569002c16e5d2b3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Merge pull request #1103 from afuna/embed-fixes

Fixes to converted embed


Commit: 69adf30722df46503124384730a9af584927512e
https://github.com/dreamwidth/dw-free/commit/69adf30722df46503124384730a9af584927512e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Dev.pm
M cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin.pm
M views/dev/style-guide.tt
M views/settings/accountstatus.tt

Log Message:
-----------
Make consistent creating of the authas form

* prefered is to pass in authas => 1 or authas => { show_all => 1 } (or
whatever args) to controller(). For foundation pages, use
$rv->{authas_form}, where the authas is wrapped in an actual form. For
non-foundation pages, use $rv->{authas_html} which only has the select
HTML. This means that we don't have to worry about checking for
authas, so long as we make sure to use $rv->{u} versus $rv->{remote}
where it matters

* remove now-obsolete plugin authas function


Commit: 9f81e46890dfa7cad80926877f2ab672179a0cdc
https://github.com/dreamwidth/dw-free/commit/9f81e46890dfa7cad80926877f2ab672179a0cdc
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Dev.pm
M cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin.pm
M views/dev/style-guide.tt
M views/settings/accountstatus.tt

Log Message:
-----------
Merge pull request #1104 from afuna/authas-controller

Make consistent creating of the authas form


Commit: bc3f8b1e258e3181c4a81e20ff37e4fec68e9251
https://github.com/dreamwidth/dw-free/commit/bc3f8b1e258e3181c4a81e20ff37e4fec68e9251
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/LJ/S2.pm

Log Message:
-----------
Make sure we include jquery ui theme for journal pages

(this used to be included everywhere in ljlib.pl, but since we don't
want it on site pages anymore, do this in S2.pm)


Commit: 6851c70681c7f55fe4782c37b6d6bf03ae97af3f
https://github.com/dreamwidth/dw-free/commit/6851c70681c7f55fe4782c37b6d6bf03ae97af3f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/LJ/S2.pm

Log Message:
-----------
Merge pull request #1105 from afuna/dialog-bg

Make sure we include jquery ui theme for journal pages


Commit: 51f128223ddef471874bd79d591feecd8ec58f81
https://github.com/dreamwidth/dw-free/commit/51f128223ddef471874bd79d591feecd8ec58f81
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-07 (Wed, 07 Jan 2015)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm

Log Message:
-----------
[#1112] Use pixel measurement for ratio when width/height unit mismatch

Fixes #1112.


Commit: 499d4fa4c9078985cd7cc9e29e66d825b2828f26
https://github.com/dreamwidth/dw-free/commit/499d4fa4c9078985cd7cc9e29e66d825b2828f26
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/LJ/EmbedModule.pm

Log Message:
-----------
Merge pull request #1114 from afuna/embed-different-units-bug-1112

[#1112] Use pixel measurement for ratio when width/height unit mismatch


Compare: https://github.com/dreamwidth/dw-free/compare/9f44d0c03f65...499d4fa4c907
Page generated Jun. 12th, 2025 04:09 pm
Powered by Dreamwidth Studios