github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2014-02-05 10:30 pm

[dreamwidth/dw-free] d12dfa: (Bug 5265) Convert /community/index to TT + founda...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: d12dfaa6eb450ed2615a1010a18b12b127e7f95e
https://github.com/dreamwidth/dw-free/commit/d12dfaa6eb450ed2615a1010a18b12b127e7f95e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
A cgi-bin/DW/Controller/Community.pm
R htdocs/community/index.bml
R htdocs/community/index.bml.text
A views/community/index.tt
A views/community/index.tt.text

Log Message:
-----------
(Bug 5265) Convert /community/index to TT + foundation


Commit: 72c65cb735b1bba618de77dab19b34298e44f2dd
https://github.com/dreamwidth/dw-free/commit/72c65cb735b1bba618de77dab19b34298e44f2dd
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Logic/MenuNav.pm
M cgi-bin/LJ/Event/CommunityJoinRequest.pm
M cgi-bin/LJ/User.pm
M htdocs/accountstatus.bml
R htdocs/community/manage.bml.text
A htdocs/scss/components/inline-lists.scss
A htdocs/scss/components/labels.scss
A htdocs/scss/components/tables.scss
A views/communities/index.tt
A views/communities/index.tt.text
A views/communities/list.tt
A views/communities/list.tt.text
R views/community/index.tt
R views/community/index.tt.text

Log Message:
-----------
(Bug 5265) Convert the list on /community/manage to TT + foundation

* moves the page from /community/manage to /communities/list
The form elements for community settings at the bottom are still undone

* modifies the appearance and order of the links to be a bit less jumbled together

* converts from BML to a controller + TT

* converts to Foundation for greater consistency across the site


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

Changed paths:
R htdocs/scss/components/inline-lists.scss
M htdocs/scss/components/labels.scss
M htdocs/scss/components/tables.scss
M views/communities/list.tt
M views/communities/list.tt.text

Log Message:
-----------
(Bug 5265) Split settings in /communities/list into their own columns


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Request/Apache2.pm
R htdocs/community/create.bml
R htdocs/community/create.bml.text
A htdocs/img/silk/site/accept.png
A htdocs/js/jquery.checkusername.js
A htdocs/js/jquery.validation.js
A htdocs/js/page/jquery.communities-new.js
A htdocs/scss/page/communities-new.scss
M htdocs/scss/skins/_skin-colors.scss
M views/communities/index.tt
M views/communities/list.tt
A views/communities/new-success.tt
A views/communities/new-success.tt.text
A views/communities/new.tt
A views/communities/new.tt.text

Log Message:
-----------
(Bug 5265) Convert /community/create to Foundation + TT

* now under /communities/new

* the creation process should be the same functionally, different
visually (also differs in backend: using controller + view)

* adds $r->HTTP_SERVICE_UNAVAILABLE to DW::Request::Apache2, to emulate
existing sysban behavior in non-BML contexts

* adds jquery.checkusername.js for general use when creating / renaming

* adds jquery.validation.js for foundation pages. Currently
experimental. Adds error message display and handles ARIA flags

* adds htdocs/js/page folder for per-page JS. This should be fairly
minimal, mostly initializing. Reusable modules should go into
htdocs/js

* adds .journaltype-textbox / .$journaltype-textbox (e.g., div
class="journaltype-textbox community-textbox") classes, to be used
whenever we want the userhead in a textbox


Commit: 5b2e83b9abef875c741bf9442a2dc6014939fa35
https://github.com/dreamwidth/dw-free/commit/5b2e83b9abef875c741bf9442a2dc6014939fa35
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Logic/MenuNav.pm
M cgi-bin/LJ/Widget/CreateAccountEnterCode.pm
M htdocs/community/manage.bml
M htdocs/community/members.bml
M htdocs/community/moderate.bml
M htdocs/community/pending.bml
M htdocs/community/sentinvites.bml
M htdocs/community/settings.bml
M htdocs/manage/index.bml
M htdocs/manage/invites.bml
M htdocs/site/index.bml
M views/communities/index.tt
M views/communities/list.tt
M views/interests/int.tt

Log Message:
-----------
(Bug 5265) Fix links to community/manage to community/create

* community/manage => communities/list

* community/create => communities/new

Redirect is in place, but no sense having an extra step.


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

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

Log Message:
-----------
(Bug 5265) Use DW::FormErrors in the Community controller

This also acts as an example of how to use the DW::FormErrors object
in controllers. Note that it's really all in the controller -- the
display of the errors is handled by the site skin, instead of having to
be inserted per-page


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

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

Log Message:
-----------
(Bug 5073) Use existing .error elements when validating with JS

Previously, we just used js-generated .error elements; but if we have an
existing error (say from page load), and then they change the value, we
want JS validation to modify the existing error message


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

Changed paths:
M views/communities/index.tt
M views/communities/list.tt
M views/communities/new-success.tt

Log Message:
-----------
(Bug 5265, 5073) Tweak .row .columns container around page content


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/LJ/Community.pm
M htdocs/community/members.bml
R htdocs/community/members.bml.text
A htdocs/scss/components/pagination.scss
A htdocs/scss/components/sub-nav.scss
A views/communities/members/edit.tt
A views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) First draft of /communities/members

* Revamped style
* Ability to filter by user roles (versus sort)
* Some stuff still hardcoded; the form elements don't work yet


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Show only relevant filters/columns

E.g., moderated communities should show the moderator / unmoderated
columns. Unmoderated communities don't need those


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/members/edit.tt

Log Message:
-----------
(Bug 5265) Use userhead instead of plain text for username

Also sorts usernames alphabetically


Commit: 51b65e9d96ec35e4a6c6b042ff18b8ee466f2f1d
https://github.com/dreamwidth/dw-free/commit/51b65e9d96ec35e4a6c6b042ff18b8ee466f2f1d
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

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

Log Message:
-----------
(Bug 5265) Only lookup ljuser for users we're going to show

Also adds some comments.


Commit: 21229fec7e65b91657b18781fda43ee2f015547a
https://github.com/dreamwidth/dw-free/commit/21229fec7e65b91657b18781fda43ee2f015547a
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

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

Log Message:
-----------
(Bug 5265) Populate the membership status checkboxes


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

Changed paths:
M views/communities/members/edit.tt

Log Message:
-----------
(Bug 5265) Remove "Invite New User" section

Will try to put this into its own page


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

Changed paths:
M views/communities/members/edit.tt

Log Message:
-----------
(Bug 5265) Add "select all" checkboxes

Each checkbox checks everything in the column below it

(Technically it checks every checkbox with a name that matches the
select-all checkbox's data-role attribute, but... ;))


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

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

Log Message:
-----------
(Bug 5265) Fix checkbox status when filters are active

It was only displaying the statuses we were filtered to (instead of
displaying all statuses for the users who match the filter...)

It might be possible to do this a better way, but for now I'm falling
back onto the original implementation of just pulling up all community
edges.


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/Community.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Make members editing work


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Success messages


Commit: 158f83936e9fae1134aebd0db3a00ba8a7143597
https://github.com/dreamwidth/dw-free/commit/158f83936e9fae1134aebd0db3a00ba8a7143597
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/LJ/Community.pm
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Cleanup

* alphabetize edit.tt.text

* remove unused variable %usernames


Commit: 46a554ea6f2669dc75931facf86b6657a4821b23
https://github.com/dreamwidth/dw-free/commit/46a554ea6f2669dc75931facf86b6657a4821b23
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/list.tt

Log Message:
-----------
(Bug 5265) Add community name to the URL

In the form of /communities/$community/members/edit

Previously hardcoded for testing.


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Add messages for the empty state


Commit: 51a16387433514985ab2ba564f30aea78f9bb426
https://github.com/dreamwidth/dw-free/commit/51a16387433514985ab2ba564f30aea78f9bb426
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/LJ/Community.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Search for a specific member


Commit: 0b2782571e798a68164daf412d7362d6121e8734
https://github.com/dreamwidth/dw-free/commit/0b2782571e798a68164daf412d7362d6121e8734
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text

Log Message:
-----------
(Bug 5265) Cleanup

* english-stripping


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text
A views/communities/members/purge.tt
A views/communities/members/purge.tt.text

Log Message:
-----------
(Bug 5265) Button to remove purged members


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

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

Log Message:
-----------
(Bug 5265) Redirect from /community/members?authas=abc

=> /communities/members/edit?authas=abc
=> /communities/abc/members/edit


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

Changed paths:
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M htdocs/approve.bml
A htdocs/community/member.bml.text
R htdocs/community/members.bml
M htdocs/community/sentinvites.bml
M htdocs/manage/circle/edit.bml
M htdocs/profile.bml
M htdocs/reject.bml

Log Message:
-----------
(Bug 5265) Update links pointing from /community/members to
/communities/.../members/edit

Deletes htdocs/community/members.bml; we're done with it.

Also brings back /community/members.bml.text because a bunch of places
still use these text strings.


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

Changed paths:
A htdocs/scss/components/tables-as-list.scss
M views/communities/list.tt
M views/communities/members/edit.tt

Log Message:
-----------
(Bug 5265) .table-as-list

Quick and dirty way to let people still be able to view table content on
smaller screens.

(It's a start!)


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

Changed paths:
A htdocs/scss/page/communities/list.scss
M views/communities/list.tt

Log Message:
-----------
(Bug 5265) Align all text in Manage Communities to the top


Commit: 20d463325b127ac2ed9935768baac4a84f0d9d67
https://github.com/dreamwidth/dw-free/commit/20d463325b127ac2ed9935768baac4a84f0d9d67
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
R htdocs/scss/page/communities-new.scss
R htdocs/scss/page/communities/list.scss
R htdocs/scss/page/fileupload.scss
A htdocs/scss/pages/communities/list.scss
A htdocs/scss/pages/communities/new.scss
A htdocs/scss/pages/media/new.scss
M views/communities/list.tt
M views/communities/new.tt
M views/media/new.tt

Log Message:
-----------
(Bug 5265) Rename per-page CSS files

* Match existing directory naming convention (plural: page => pages),
for consistency

* Match existing directory structure for the pages (communities-new =>
communities/new, etc), also for consistency


Commit: 485d7c2c0ee5e9e9fbba4f7f273fd42df0e5faae
https://github.com/dreamwidth/dw-free/commit/485d7c2c0ee5e9e9fbba4f7f273fd42df0e5faae
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
R htdocs/scss/components/labels.scss
R htdocs/scss/components/pagination.scss
R htdocs/scss/components/progress-bars.scss
R htdocs/scss/components/sub-nav.scss
R htdocs/scss/components/tables.scss
M views/communities/list.tt
M views/communities/members/edit.tt
M views/media/new.tt

Log Message:
-----------
(Bug 5265) Enable more components in foundation.scss

These components have color variables, so we want them to be
preprocessed along with the skin files.

Some notes on structure:

* foundation/components contains the standard foundation components

* components/foundation-custom.scss are our custom tweaks, separated
out for easier upgrading later if needed (these get preprocessed
into the same file)

* components/*.scss are our custom components, to be used across
multiple pages

Components still commented out are either those that have no color
variables, and not used in many pages (can be included per-page), or are
those that we don't need yet (and might not actually need ever)


Commit: 73338989c318f69a8b8e9043aa6ed9e9a676af73
https://github.com/dreamwidth/dw-free/commit/73338989c318f69a8b8e9043aa6ed9e9a676af73
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
A htdocs/community/manage.bml.text

Log Message:
-----------
(Bug 5265) Add back htdocs/community/manage.bml.text

Still some places that use this


Commit: 57a154412fc7f7a54dff2668680c0d0dd43b6da9
https://github.com/dreamwidth/dw-free/commit/57a154412fc7f7a54dff2668680c0d0dd43b6da9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
A htdocs/scss/components/inline-lists.scss
R htdocs/scss/pages/communities/list.scss
M views/communities/list.tt
M views/communities/list.tt.text
M views/communities/members/edit.tt
M views/communities/members/purge.tt
M views/communities/members/purge.tt.text
M views/communities/new.tt

Log Message:
-----------
(Bug 5265) Tweak /communities/* pages

* makes the select all labels all visible

* make the links in /communities/list go horizontally across the page,
rather than in columns

* tweak alignment in /communities/members/edit

* make /communities/new extend acrossthe entire width of the screen

* use alert-box instead of panel for /communities/members/edit

* don't show a success message when reinviting to be a member (they
still need to confirm)

* tweak fieldset styling to have only top borders, not enclosing borders
around the entire thing

* removes unused stylesheets


Commit: 4ead632934f335240c6e49252e911205b146f2b5
https://github.com/dreamwidth/dw-free/commit/4ead632934f335240c6e49252e911205b146f2b5
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/new.tt

Log Message:
-----------
(Bug 5265) Add several versions of /communities/new


Commit: 37beb6025d09faaa094544a1e888b36255023982
https://github.com/dreamwidth/dw-free/commit/37beb6025d09faaa094544a1e888b36255023982
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M views/communities/list.tt
M views/communities/list.tt.text

Log Message:
-----------
(Bug 5265) Move pending members to the same area as pending entries

Also remove the "New Entry" link

Both these links seemed out of place before.


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/new.tt

Log Message:
-----------
(Bug 5265) Remove alternate versions of /community/new


Commit: 05bc7ca37598a274cfe251b21eb8ec0141ba5b44
https://github.com/dreamwidth/dw-free/commit/05bc7ca37598a274cfe251b21eb8ec0141ba5b44
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M htdocs/scss/components/inline-lists.scss
M htdocs/scss/components/tables-as-list.scss

Log Message:
-----------
(Bug 5265) Fix foundation/settings import


Commit: 09adce89f2d3e813c47d03d67ae4de0cdf716199
https://github.com/dreamwidth/dw-free/commit/09adce89f2d3e813c47d03d67ae4de0cdf716199
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Community.pm
A cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/DW/Widget/CommunityManagement.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/TextUtil.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
R htdocs/community/moderate.bml
R htdocs/community/moderate.bml.text
A htdocs/scss/components/_expand-for-mobile.scss
A htdocs/scss/components/queues.scss
A htdocs/scss/pages/communities/queue/entries/edit.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/_skin-colors.scss
M htdocs/scss/skins/lynx.scss
M htdocs/stc/entrypage.css
M views/communities/list.tt
A views/communities/queue/entries.tt
A views/communities/queue/entries.tt.text
A views/communities/queue/entries/edit-status.tt
A views/communities/queue/entries/edit-status.tt.text
A views/communities/queue/entries/edit.tt
A views/communities/queue/entries/edit.tt.text
M views/dev/style-guide.tt

Log Message:
-----------
(Bug 5265) community/moderate => communities/$name/queue/entries


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

Changed paths:
M bin/maint/generic.pl
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/LJ/Event/CommunityJoinRequest.pm
M cgi-bin/LJ/User.pm
M htdocs/js/components/jquery.select-all.js
M views/communities/list.tt
M views/communities/members/edit.tt
A views/communities/queue/members.tt
A views/communities/queue/members.tt.text

Log Message:
-----------
(Bug 5265) Convert /community/pending

=> /communities/$comm/queue/members


Commit: 79b39125e97f94c8b0a2098244ef523d00481349
https://github.com/dreamwidth/dw-free/commit/79b39125e97f94c8b0a2098244ef523d00481349
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/LJ/Community.pm
M htdocs/scss/components/queues.scss
M views/communities/list.tt
M views/communities/members/edit.tt
M views/communities/members/edit.tt.text
A views/communities/members/new.tt
A views/communities/members/new.tt.text
M views/communities/queue/entries.tt.text
M views/communities/queue/members.tt.text
A views/components/filter.tt
M views/dev/style-guide.tt
M views/dev/style-guide.tt.text

Log Message:
-----------
(Bug 5265) Create /communities/$comm/members/new

* Invite new members

* View recent invitations


Commit: 277a35f5d9c24cceb8a95784a73d8c3c4150f38c
https://github.com/dreamwidth/dw-free/commit/277a35f5d9c24cceb8a95784a73d8c3c4150f38c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/LJ/Event/CommunityModeratedEntryNew.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/User.pm
M htdocs/manage/settings/index.bml

Log Message:
-----------
(Bug 5265) Convert "moderated entry submission" to ESN

This also moves the option from /community/manage where it was out of
place to be with the other notification settings.


Commit: 654a523640a09376d86f0b2f99c306958a2a2280
https://github.com/dreamwidth/dw-free/commit/654a523640a09376d86f0b2f99c306958a2a2280
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-28 (Tue, 28 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Setting/Display/CommunityInvites.pm
M cgi-bin/LJ/Event/JournalNewComment.pm
M htdocs/manage/settings/index.bml

Log Message:
-----------
(Bug 5265) Add a link to /manage/invites in account settings


Commit: cd3765598ab278bac21724c938487d2a51989d49
https://github.com/dreamwidth/dw-free/commit/cd3765598ab278bac21724c938487d2a51989d49
Author: Afuna <fu@dreamwidth.org>
Date: 2014-01-30 (Thu, 30 Jan 2014)

Changed paths:
M bin/upgrading/en.dat
A cgi-bin/DW/Setting/CommunityEntryModeration.pm
A cgi-bin/DW/Setting/CommunityGuidelinesEntry.pm
A cgi-bin/DW/Setting/CommunityGuidelinesLocation.pm
A cgi-bin/DW/Setting/CommunityJoinLinks.pm
A cgi-bin/DW/Setting/CommunityMembership.pm
A cgi-bin/DW/Setting/CommunityPostLevel.pm
M cgi-bin/LJ/Community.pm
M htdocs/manage/settings/index.bml
M htdocs/manage/settings/index.bml.text
M views/communities/list.tt
M views/communities/list.tt.text

Log Message:
-----------
(Bug 5265) Move community settings to /manage/settings?cat=community

Now there's just one place for all the settings!


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

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/list.tt
M views/communities/members/edit.tt
M views/communities/members/new.tt
M views/communities/members/purge.tt
M views/communities/queue/entries.tt
M views/communities/queue/entries/edit.tt
M views/communities/queue/members.tt

Log Message:
-----------
(Bug 5265) Add the linkbar to relevant /communities/ pages

Also rearranges the links in /communities/list to match the order of the
linkbar, for consistency


Commit: 4f89fdd0b33079ca5e1ad26519203da40cd779e1
https://github.com/dreamwidth/dw-free/commit/4f89fdd0b33079ca5e1ad26519203da40cd779e1
Author: Afuna <fu@dreamwidth.org>
Date: 2014-02-03 (Mon, 03 Feb 2014)

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

Log Message:
-----------
(Bug 5265) Create skins/global-styles

Common point to @include anything that should be included for *all*
skins, so we don't have to edit all the skins for each new file


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

Changed paths:
M bin/upgrading/en.dat

Log Message:
-----------
(Bug 5265) Tweak wording for community settings


Commit: 37ae7e2d6c1ef02f05af97331571e81553fb318c
https://github.com/dreamwidth/dw-free/commit/37ae7e2d6c1ef02f05af97331571e81553fb318c
Author: Afuna <fu@dreamwidth.org>
Date: 2014-02-03 (Mon, 03 Feb 2014)

Changed paths:
M cgi-bin/DW/Controller/Community.pm
M views/communities/new-success.tt
M views/communities/new-success.tt.text
M views/communities/new.tt
M views/communities/new.tt.text

Log Message:
-----------
(Bug 5265) Simplify /communities/new

* removes entry moderation / only-select-people-can-post options from
the community creation screen (not often changed)

* adds "next steps" to the success screen, which links to edit settings
/ edit profile / customize community


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

Changed paths:
M bin/maint/generic.pl
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
R htdocs/community/manage.bml
M htdocs/community/manage.bml.text
R htdocs/community/pending.bml
R htdocs/community/pending.bml.text
R htdocs/community/sentinvites.bml
R htdocs/community/sentinvites.bml.text
R htdocs/community/settings.bml
R htdocs/community/settings.bml.text

Log Message:
-----------
(Bug 5265) Cleanup: remove unused BML files in htdocs/community

* but keep /community/manage.bml.text, and insert a comment explaining
why

* fix links pointing to old versions of the URLs


Commit: 6c8fa0cfd74db7fd44a42a87a231026ff2cf24ea
https://github.com/dreamwidth/dw-free/commit/6c8fa0cfd74db7fd44a42a87a231026ff2cf24ea
Author: Afuna <fu@dreamwidth.org>
Date: 2014-02-05 (Wed, 05 Feb 2014)

Changed paths:
M bin/upgrading/en.dat
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Web.pm
A htdocs/scss/skins/_community-menu.scss
M htdocs/scss/skins/_global-styles.scss
M views/communities/members/edit.tt
M views/communities/members/new.tt
M views/communities/members/purge.tt
M views/communities/queue/entries.tt
M views/communities/queue/entries/edit.tt
M views/communities/queue/members.tt

Log Message:
-----------
(Bug 5265) Add the authas dropdown for /communities/ pages


Commit: b491cec3feadeaecc53f2a15c6a4aec901859421
https://github.com/dreamwidth/dw-free/commit/b491cec3feadeaecc53f2a15c6a4aec901859421
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-02-05 (Wed, 05 Feb 2014)

Changed paths:
M bin/maint/generic.pl
M bin/upgrading/en.dat
A cgi-bin/DW/Controller/Community.pm
A cgi-bin/DW/Entry/Moderated.pm
M cgi-bin/DW/Logic/MenuNav.pm
M cgi-bin/DW/Request/Apache2.pm
A cgi-bin/DW/Setting/CommunityEntryModeration.pm
A cgi-bin/DW/Setting/CommunityGuidelinesEntry.pm
A cgi-bin/DW/Setting/CommunityGuidelinesLocation.pm
A cgi-bin/DW/Setting/CommunityJoinLinks.pm
A cgi-bin/DW/Setting/CommunityMembership.pm
A cgi-bin/DW/Setting/CommunityPostLevel.pm
A cgi-bin/DW/Setting/Display/CommunityInvites.pm
M cgi-bin/DW/Template/Plugin/FormHTML.pm
M cgi-bin/DW/Widget/CommunityManagement.pm
M cgi-bin/LJ/Community.pm
M cgi-bin/LJ/Event/CommunityJoinRequest.pm
A cgi-bin/LJ/Event/CommunityModeratedEntryNew.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/Protocol.pm
M cgi-bin/LJ/TextUtil.pm
M cgi-bin/LJ/User.pm
M cgi-bin/LJ/Web.pm
M cgi-bin/LJ/Widget/CreateAccountEnterCode.pm
M htdocs/accountstatus.bml
M htdocs/approve.bml
R htdocs/community/create.bml
R htdocs/community/create.bml.text
R htdocs/community/index.bml
R htdocs/community/index.bml.text
R htdocs/community/manage.bml
M htdocs/community/manage.bml.text
A htdocs/community/member.bml.text
R htdocs/community/members.bml
R htdocs/community/members.bml.text
R htdocs/community/moderate.bml
R htdocs/community/moderate.bml.text
R htdocs/community/pending.bml
R htdocs/community/pending.bml.text
R htdocs/community/sentinvites.bml
R htdocs/community/sentinvites.bml.text
R htdocs/community/settings.bml
R htdocs/community/settings.bml.text
A htdocs/img/silk/site/accept.png
M htdocs/js/components/jquery.select-all.js
A htdocs/js/jquery.checkusername.js
A htdocs/js/jquery.validation.js
A htdocs/js/page/jquery.communities-new.js
M htdocs/manage/circle/edit.bml
M htdocs/manage/index.bml
M htdocs/manage/invites.bml
M htdocs/manage/settings/index.bml
M htdocs/manage/settings/index.bml.text
M htdocs/profile.bml
M htdocs/reject.bml
A htdocs/scss/components/_expand-for-mobile.scss
A htdocs/scss/components/inline-lists.scss
R htdocs/scss/components/progress-bars.scss
A htdocs/scss/components/queues.scss
A htdocs/scss/components/tables-as-list.scss
R htdocs/scss/page/fileupload.scss
A htdocs/scss/pages/communities/new.scss
A htdocs/scss/pages/communities/queue/entries/edit.scss
A htdocs/scss/pages/media/new.scss
A htdocs/scss/skins/_community-menu.scss
M htdocs/scss/skins/_form-elements.scss
A htdocs/scss/skins/_global-styles.scss
M htdocs/scss/skins/_skin-colors.scss
M htdocs/scss/skins/celerity.scss
M htdocs/scss/skins/gradation/_gradation-base.scss
M htdocs/scss/skins/lynx.scss
M htdocs/site/index.bml
M htdocs/stc/entrypage.css
A views/communities/index.tt
A views/communities/index.tt.text
A views/communities/list.tt
A views/communities/list.tt.text
A views/communities/members/edit.tt
A views/communities/members/edit.tt.text
A views/communities/members/new.tt
A views/communities/members/new.tt.text
A views/communities/members/purge.tt
A views/communities/members/purge.tt.text
A views/communities/new-success.tt
A views/communities/new-success.tt.text
A views/communities/new.tt
A views/communities/new.tt.text
A views/communities/queue/entries.tt
A views/communities/queue/entries.tt.text
A views/communities/queue/entries/edit-status.tt
A views/communities/queue/entries/edit-status.tt.text
A views/communities/queue/entries/edit.tt
A views/communities/queue/entries/edit.tt.text
A views/communities/queue/members.tt
A views/communities/queue/members.tt.text
A views/components/filter.tt
M views/dev/style-guide.tt
M views/dev/style-guide.tt.text
M views/interests/int.tt
M views/media/new.tt

Log Message:
-----------
Merge pull request #634 from afuna/convert-community-bug5265

(Bug 5265, 5073) Convert community pages to use foundation


Compare: https://github.com/dreamwidth/dw-free/compare/48b49c6ee2d5...b491cec3fead