github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2015-01-18 12:04 am

[dreamwidth/dw-free] 77756b: Remove obsolete print_meta_viewport function decla...

Branch: refs/heads/release-1.22
Home: https://github.com/dreamwidth/dw-free
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: 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: 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: 95e8dbd535e4dab044b65c2e82aaa27d67da7681
https://github.com/dreamwidth/dw-free/commit/95e8dbd535e4dab044b65c2e82aaa27d67da7681
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Comments.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/URI.pm

Log Message:
-----------
[#994] Redirect (most) pages to HTTPS if we're on HTTP

* happens for both BML / Controller pages, with a few (temporary)
special cases

* not for journal pages yet
Fixes #994.


Commit: c25203d87413df79fb7a8b1f37c5379002535a69
https://github.com/dreamwidth/dw-free/commit/c25203d87413df79fb7a8b1f37c5379002535a69
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/DW/Request/Apache2.pm
M cgi-bin/DW/Request/Base.pm
M cgi-bin/DW/Routing.pm

Log Message:
-----------
[#994] Permanent redirect to https for controllers

(It was previously only a temporary redirect)

Fixes #994.


Commit: ec115952fe81eb3802adad273971db85d785df19
https://github.com/dreamwidth/dw-free/commit/ec115952fe81eb3802adad273971db85d785df19
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/LJ/Config.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/modperl_subs.pl

Log Message:
-----------
[#996] Set to HTTPS all js/image/userpic/css prefix variables

Fixes #996.


Commit: a66a52a6143b635010c42491ee24cb95f7bbc155
https://github.com/dreamwidth/dw-free/commit/a66a52a6143b635010c42491ee24cb95f7bbc155
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/ChangeEmail.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Template.pm
M cgi-bin/DW/Template/Plugin.pm
M cgi-bin/LJ/Config.pm
M schemes/common.tt
M views/changeemail.tt
M views/communities/convert.tt
M views/login.tt

Log Message:
-----------
[#996] Automatically adjust site.root to use https / http

Also adjust views to just use site.root instead of site.ssl.root (since
the latter is now unnecessary)

Fixes #996.


Commit: 6ed0a17bd8c9f1571caf9f3269c463ffb8aa3a3d
https://github.com/dreamwidth/dw-free/commit/6ed0a17bd8c9f1571caf9f3269c463ffb8aa3a3d
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

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

Log Message:
-----------
[#996] Return missing variable

Oops


Commit: ca83efc57b2eb5e8c5f18056bcd5b0c2b252143c
https://github.com/dreamwidth/dw-free/commit/ca83efc57b2eb5e8c5f18056bcd5b0c2b252143c
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm

Log Message:
-----------
[#1002] Make sure https userpics work

* only force https off on journals, not on userpics/cssproxy/etc

* fixed logic for potential redirect so that it only happens if our
current userpic_root isn't what we expected

* allow https in $LJ::USERPIC_ROOT

Fixes #1002


Commit: 43455d44e45b1284f9b85eb44272c7581f93a586
https://github.com/dreamwidth/dw-free/commit/43455d44e45b1284f9b85eb44272c7581f93a586
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M schemes/common.tt

Log Message:
-----------
[#995] Just serve up the normal icon

It automatically uses the https:// form of the URL now

Fixes #995.


Commit: a18e0683ce76893daa0be38e3c0e173bde035eed
https://github.com/dreamwidth/dw-free/commit/a18e0683ce76893daa0be38e3c0e173bde035eed
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Media.pm
M cgi-bin/DW/Routing.pm

Log Message:
-----------
[#1001] Allow routing to redirect to HTTPS on userspace as well

* Only registering prefer_ssl on uploaded media files (so it's not a
journal-wide thing)

* pass in is_ssl to DW::Routing->call on journalspace urls


Commit: 782f6600f6fa7bfd5abdc15f193138a894fb3101
https://github.com/dreamwidth/dw-free/commit/782f6600f6fa7bfd5abdc15f193138a894fb3101
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Redirect.pm
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Media/Base.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/DayPage.pm
M cgi-bin/LJ/S2/MonthPage.pm
M cgi-bin/LJ/S2/RecentPage.pm
M cgi-bin/LJ/S2/TagsPage.pm
M cgi-bin/LJ/User.pm

Log Message:
-----------
[#1001] Generate HTTPS links for media files when we're on an HTTPS page

* some refactoring so that LJ::User->journal_base takes a hash of opts
for a second argument

* pass in current $LJ::IS_SSL status (important because we don't want
HTTPS on for all links to journals, just specific ones for now)

Fixes #1001.


Commit: f7e6176e563df9b99260fd122ecb3396a6f75314
https://github.com/dreamwidth/dw-free/commit/f7e6176e563df9b99260fd122ecb3396a6f75314
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/Comments.pm
M cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Comment.pm
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Event/JournalNewEntry.pm
M htdocs/edittags.bml
M htdocs/js/livejournal.js
M htdocs/latest.bml

Log Message:
-----------
[#999] Show placeholders for video/images on select pages

* on specific pages that we expect user content to have mixed pages,
pass in a proxy_insecure_content argument to the HTML cleaner / embed
expander

* only allow the video placeholder on http pages; on https pages, it
just shows a blank iframe because of the mixed content issue

Fixes #999.


Commit: 2490784c52d93e9185eaf85b25cc99e0f390b469
https://github.com/dreamwidth/dw-free/commit/2490784c52d93e9185eaf85b25cc99e0f390b469
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

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

Log Message:
-----------
[#999] Force http instead of https for entry previews

This allows us to display the images/videos on mixed content instead of
using placeholders. Not ideal, but necessary right now.


Commit: 4fe0e2d858f16a3b7570792bc06579295035f868
https://github.com/dreamwidth/dw-free/commit/4fe0e2d858f16a3b7570792bc06579295035f868
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/DW/Controller/Comments.pm
M cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Event/JournalNewEntry.pm
M htdocs/edittags.bml
M htdocs/latest.bml

Log Message:
-----------
[#999] Only trigger the proxying/placeholder on https pages

Fixes #999.


Commit: 6822209aff89b925c2b594c13a44dd8f777e9529
https://github.com/dreamwidth/dw-free/commit/6822209aff89b925c2b594c13a44dd8f777e9529
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

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

Log Message:
-----------
[#1015] Only allow GET and HEAD to be redirected

POST can't be safely redirected, which is what broke comment posting
(because we posted to https... and it then tried to post to HTTP)

Fixes #1015.


Commit: 9008fa74a3e41d20b2ab400c63e1a89ad44e8461
https://github.com/dreamwidth/dw-free/commit/9008fa74a3e41d20b2ab400c63e1a89ad44e8461
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

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

Log Message:
-----------
[#1020] Only try to redirect status 200s

Fixes #1020.


Commit: cc036744b105228610761177f193f1107c7c1100
https://github.com/dreamwidth/dw-free/commit/cc036744b105228610761177f193f1107c7c1100
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm

Log Message:
-----------
[#1018] Move check for existence to *after* the check for /foo/

We never reach the case where we check whether $file is a directory,
because we always go next if it's not a $file.

Fixes #1018.


Commit: 22ea3591d8d6192d37e2a7dbca054fdb73f7a16a
https://github.com/dreamwidth/dw-free/commit/22ea3591d8d6192d37e2a7dbca054fdb73f7a16a
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

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

Log Message:
-----------
[#1003, #1016] Disable redirect to HTTPS for cssproxy, embed

Temporary; will need to address this once we turn on HTTPS on journals


Commit: 9b180236b8796990c924afc9425e11bbba2ffa88
https://github.com/dreamwidth/dw-free/commit/9b180236b8796990c924afc9425e11bbba2ffa88
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-17 (Sat, 17 Jan 2015)

Changed paths:
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/EmbedModule.pm
M htdocs/edittags.bml

Log Message:
-----------
[#999] Only apply "proxying" if the external url needs it

Also expands the embeds in edittags.

(note: image works fine, video probably needs some work, seems to only
apply to youtube and vimeo)

Fixes #999.


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


Commit: 3e6bafe02eaba4fe60dc9244f5125cb2e54c9f73
https://github.com/dreamwidth/dw-free/commit/3e6bafe02eaba4fe60dc9244f5125cb2e54c9f73
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm
M cgi-bin/LJ/URI.pm

Log Message:
-----------
[#994] Allow us to toggle HTTPS by default on and off

Using the $LJ::USE_SSL_EVERYWHERE config


Commit: b3635b29c95b9e1039b4a2f77f9a36c9bb7ba8f7
https://github.com/dreamwidth/dw-free/commit/b3635b29c95b9e1039b4a2f77f9a36c9bb7ba8f7
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M htdocs/edittags.bml

Log Message:
-----------
[#999] Only trigger proxying in edittags if page loaded as https


Commit: c99df3a2015ec83a846e2f2902528bfa0cc35238
https://github.com/dreamwidth/dw-free/commit/c99df3a2015ec83a846e2f2902528bfa0cc35238
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#994] Make journal stylesheets aware of when to link as https


Commit: 45c40883459c03ce7c3fb39c40123befedd952f9
https://github.com/dreamwidth/dw-free/commit/45c40883459c03ce7c3fb39c40123befedd952f9
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#1118] Temporarily make HTTPS redirection non-permanent


Commit: 50054505e9dcc1fc0fd49b739d75367cc8192e2a
https://github.com/dreamwidth/dw-free/commit/50054505e9dcc1fc0fd49b739d75367cc8192e2a
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#999] Don't touch embeds for now


Commit: c83e57c2786dbbb6008d9392ba7c4a274c05f06f
https://github.com/dreamwidth/dw-free/commit/c83e57c2786dbbb6008d9392ba7c4a274c05f06f
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M cgi-bin/LJ/URI.pm
M etc/config.pl

Log Message:
-----------
[#1016] Use relative protocol for CSSPROXY

- needs update of configs from http://... to //...


Commit: 61c8a29dccc4fdf3c19215a76dd3f4f1991b6a09
https://github.com/dreamwidth/dw-free/commit/61c8a29dccc4fdf3c19215a76dd3f4f1991b6a09
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#1115] Allow entry preview to use https


Commit: 2443ac3a2f066c738002158857264b4ab6b521f3
https://github.com/dreamwidth/dw-free/commit/2443ac3a2f066c738002158857264b4ab6b521f3
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

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

Log Message:
-----------
[#1003] Use relative protocol for the embeds iframe

Fixes #1003.


Commit: aaee5bc583d63182d3b864b60a3f372f994cc57a
https://github.com/dreamwidth/dw-free/commit/aaee5bc583d63182d3b864b60a3f372f994cc57a
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M htdocs/js/livejournal.js

Log Message:
-----------
[#1112] Re-enable placeholders for videos in https pages

Turns out it wasn't broken specifically for https pages. There was a
wider problem fixed in #1103, but http pages were working (because
cached).

So basically this is a revert for a fix to a nonexistent problem...


Commit: d1a92783290af1d4a77002faf2a05d58b85e6362
https://github.com/dreamwidth/dw-free/commit/d1a92783290af1d4a77002faf2a05d58b85e6362
Author: Mark Smith <mark@qq.is>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M .gitignore
A src/proxy/main.go

Log Message:
-----------
Add caching proxy

This is going to be used in the situation where a user has embedded some
HTTP content and we're delivering the page over HTTPS. I.e., this
enables us to "promote" the content to SSL by proxying it ourselves and
caching it locally.

Files are only cached for a little while, so if the content becomes
unavailable upstream, we will also stop serving it.


Commit: 4b011c095929d269b5ecbcd78569326a9c8486ea
https://github.com/dreamwidth/dw-free/commit/4b011c095929d269b5ecbcd78569326a9c8486ea
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/ChangeEmail.pm
M cgi-bin/DW/Controller/Comments.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Controller/Media.pm
M cgi-bin/DW/Controller/Redirect.pm
M cgi-bin/DW/Controller/Rename.pm
M cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/DW/Media/Base.pm
M cgi-bin/DW/Request/Apache2.pm
M cgi-bin/DW/Request/Base.pm
M cgi-bin/DW/Routing.pm
M cgi-bin/DW/Routing/CallInfo.pm
M cgi-bin/DW/Template.pm
M cgi-bin/DW/Template/Plugin.pm
M cgi-bin/LJ/CleanHTML.pm
M cgi-bin/LJ/Comment.pm
M cgi-bin/LJ/Config.pm
M cgi-bin/LJ/EmbedModule.pm
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Event/JournalNewEntry.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2/DayPage.pm
M cgi-bin/LJ/S2/MonthPage.pm
M cgi-bin/LJ/S2/RecentPage.pm
M cgi-bin/LJ/S2/TagsPage.pm
M cgi-bin/LJ/URI.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/modperl_subs.pl
M etc/config.pl
M htdocs/edittags.bml
M htdocs/js/livejournal.js
M htdocs/latest.bml
M schemes/common.tt
M views/changeemail.tt
M views/communities/convert.tt
M views/login.tt

Log Message:
-----------
Merge pull request #1014 from afuna/https-site-pages

Enable HTTPS by default


Commit: ea4d9f487ee6c1f59f42537fe9bf3f23c503819c
https://github.com/dreamwidth/dw-free/commit/ea4d9f487ee6c1f59f42537fe9bf3f23c503819c
Author: Mark Smith <mark@qq.is>
Date: 2015-01-18 (Sun, 18 Jan 2015)

Changed paths:
A cgi-bin/DW/Proxy.pm
M cgi-bin/ljlib.pl
M doc/config-private.pl.txt
M src/proxy/main.go

Log Message:
-----------
Add DW::Proxy module

This is the signature/URL generation code for the content proxy we're
adding to enable us to deliver SSL everywhere.


Compare: https://github.com/dreamwidth/dw-free/compare/56696f93d86a...ea4d9f487ee6