Branch: refs/heads/develop
Home:
https://github.com/dreamwidth/dw-free Commit: cbf30b07d18214b0521deb4389453f0864254256
https://github.com/dreamwidth/dw-free/commit/cbf30b07d18214b0521deb4389453f0864254256 Author: Kareila <kareila@dreamwidth.org>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text
Log Message:
-----------
(Bug 177) finished basic /admin/sendmail page
The requested scope of this bug is in three parts: send message, lookup sent
messages, and manage form messages. This is only the first of those three
parts.
This is a convenience form for sending emails to users from registered site
addresses such as support@dreamwidth.org. Each "from" address is tied to a
particular privilege using a new hash in config-local.pl named
%LJ::SENDMAIL_ACCOUNTS. The keys of the hash are the email account names
and the values of the hash are the priv:arg pairs needed to send a message
with that account.
The original bug spec said to use userlog to record when an email is sent.
I did that, but because userlog transactions are necessarily keyed to the
user who took the action and limited in how much additional information they
can contain, I also added a new global table, siteadmin_email_history, for
recording the details of each message sent. Due to the pressure of time,
the interface for looking up sent emails hasn't been added yet, but the
information is being added to the database for later querying.
Commit: fda6f1e248a2ddcfd6bd1642f427dbc77ab2f2b4
https://github.com/dreamwidth/dw-free/commit/fda6f1e248a2ddcfd6bd1642f427dbc77ab2f2b4 Author: Kareila <kareila@dreamwidth.org>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm
Log Message:
-----------
(Bug 177) only give access to users who have siteadmin:sendmail priv
Commit: 367c501af2383ae3cf4f41ba5084f7ab43252cad
https://github.com/dreamwidth/dw-free/commit/367c501af2383ae3cf4f41ba5084f7ab43252cad Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Community.pm
M cgi-bin/DW/Controller/Rename.pm
R views/old-success.tt
A views/success-page.tt
M views/success.tt
Log Message:
-----------
Rename (new) success_ml to DW::Controller->render_success
We put back the original success_ml, which matches error_ml in form
But we now also have a new function DW::Controller->render_success which
has a signature which acts a lot like DW::Controller->render_template
The first argument is the page name (scope) where the success message is
defined -- it will probably match the page name in your
DW::Controller->render_template
This page should define a .success.title and a .success.message
The second argument (optional) is a hashref of any variables in the
.success.message
The third argument (optional) is a list of links in the form of:
{ text_ml => ..., url => ...}
Commit: 8850f8c8f254507a3146b01800845dadfa6e68ef
https://github.com/dreamwidth/dw-free/commit/8850f8c8f254507a3146b01800845dadfa6e68ef Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text
Log Message:
-----------
Merge pull request #803 from kareila/release-bug0177-sendmail
(Bug 177) finished basic /admin/sendmail page
Commit: 3566cda884585b80baf4c8bcaeb4489c2e0d2935
https://github.com/dreamwidth/dw-free/commit/3566cda884585b80baf4c8bcaeb4489c2e0d2935 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
Log Message:
-----------
[#724] Don't show module jump link on one-column on desktop as well
Commit: cd6bde412ad1f614c4e9aca8051321363d9df213
https://github.com/dreamwidth/dw-free/commit/cd6bde412ad1f614c4e9aca8051321363d9df213 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/abstractia/layout.s2
M styles/bases/layout.s2
M styles/blanket/layout.s2
M styles/brittle/layout.s2
M styles/core2base/layout.s2
M styles/drifting/layout.s2
M styles/easyread/layout.s2
M styles/negatives/layout.s2
Log Message:
-----------
Merge pull request #804 from afuna/no-module-jump-link-on-desktop
[#724] Don't show module jump link on one-column on desktop as well
Commit: df2746622347a73beffe82843cfab875721134bf
https://github.com/dreamwidth/dw-free/commit/df2746622347a73beffe82843cfab875721134bf Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/core2.s2
Log Message:
-----------
[#722] Adjust the small-screen-mode boundary from 60em to 30em
That's approximately 640px at the standard font size
Commit: ab4f849e9e18d3b81e2e0eaac245e15d1dccfb9b
https://github.com/dreamwidth/dw-free/commit/ab4f849e9e18d3b81e2e0eaac245e15d1dccfb9b Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/core2.s2
Log Message:
-----------
Merge pull request #805 from afuna/adjust-small-screen-boundary-bug-722
[#722] Adjust the small-screen-mode boundary from 60em to 30em
Commit: f6b13750f7f56a1b56ffbce1c464a0ee35b4fdf4
https://github.com/dreamwidth/dw-free/commit/f6b13750f7f56a1b56ffbce1c464a0ee35b4fdf4 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M htdocs/stc/controlstrip.css
Log Message:
-----------
[#723] Reset control strip font size back to absolute 11px
Commit: 38ad45f14c8072ab68ed8a2d1d10f92150ccef90
https://github.com/dreamwidth/dw-free/commit/38ad45f14c8072ab68ed8a2d1d10f92150ccef90 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2
Log Message:
-----------
[#722] Only include the meta viewport tag conditionally:
* only if we're using the default stylesheet
* disabled in unconverted layout
The viewport tag with width=device-width, initial-scale=1 is only
suitable for converted layouts. Custom layouts probably don't fit the
bill, and unconverted layouts definitely don't. (they look smooshed)
Commit: 75b4dd1b153aa66ac8b18dfbf162df001035c341
https://github.com/dreamwidth/dw-free/commit/75b4dd1b153aa66ac8b18dfbf162df001035c341 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M htdocs/stc/controlstrip.css
Log Message:
-----------
Merge pull request #806 from afuna/controlstrip-font-size-bug-723
[#723] Reset control strip font size back to absolute 11px
Commit: 28d5889ee49987557b3d89fb4ff46dce42ad956a
https://github.com/dreamwidth/dw-free/commit/28d5889ee49987557b3d89fb4ff46dce42ad956a Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2
Log Message:
-----------
Merge pull request #807 from afuna/meta-viewport-conditional-bug-722
[#722] Only include the meta viewport tag conditionally:
Commit: 7f3a9aa9e71c0e5e9ebfe4207d964656b71a5eea
https://github.com/dreamwidth/dw-free/commit/7f3a9aa9e71c0e5e9ebfe4207d964656b71a5eea Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/abstractia/layout.s2
Log Message:
-----------
[#789] Abstractia: mobile-friendly
* move column-specific CSS to a media query
Commit: 0308bf55be0b14a1f4f71d5774f2aeb3e2b255c1
https://github.com/dreamwidth/dw-free/commit/0308bf55be0b14a1f4f71d5774f2aeb3e2b255c1 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/abstractia/layout.s2
Log Message:
-----------
Merge pull request #808 from afuna/abstractia-mobile-bug-789
[#789] Abstractia: mobile-friendly
Fixes #789
Commit: 8bc6384cf0c5a08fe0ad745a81eac37d16acf02e
https://github.com/dreamwidth/dw-free/commit/8bc6384cf0c5a08fe0ad745a81eac37d16acf02e Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/bases/layout.s2
Log Message:
-----------
[#790] Bases: make mobile friendly
* move column-specific CSS to a media query
* unhide #secondary in one-column view (we now only apply position:
absolute to #primary on multiple columns + desktop, which should fix
the problem)
Commit: 5af39aeda3297b8964eca8b903096e64ec70c0f4
https://github.com/dreamwidth/dw-free/commit/5af39aeda3297b8964eca8b903096e64ec70c0f4 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/bases/layout.s2
Log Message:
-----------
Merge pull request #809 from afuna/bases-mobile-bug-790
[#790] Bases: make mobile friendly
Fixes #790
Commit: 95338354dcd8a4514e510e7cfe071ccf5fe46738
https://github.com/dreamwidth/dw-free/commit/95338354dcd8a4514e510e7cfe071ccf5fe46738 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/blanket/layout.s2
Log Message:
-----------
[#791] Blanket: mobile changes
* constrain to 60% only on desktop (don't need to be that narrow on
mobile)
* turn on the meta viewport tag
Commit: b303e7aa21d3a16abe10c262f52f9cfea9b58167
https://github.com/dreamwidth/dw-free/commit/b303e7aa21d3a16abe10c262f52f9cfea9b58167 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/blanket/layout.s2
Log Message:
-----------
Merge pull request #810 from afuna/blanket-mobile-bug-791
[#791] Blanket: mobile changes
Fixes #791
Commit: 08789cbffced7445bf24b6b586c1e1b2d2739758
https://github.com/dreamwidth/dw-free/commit/08789cbffced7445bf24b6b586c1e1b2d2739758 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/brittle/layout.s2
Log Message:
-----------
[#792] Brittle: mobile style
* linearize (no sidebar) on small screens
* move the userpic inside the entry instead of outside on smaller
screens
* enable printing of the meta viewport tag
Fixes #792
Commit: 0a3c1a3e5c853cc7f9a0118dcfe2bf11bbf8e179
https://github.com/dreamwidth/dw-free/commit/0a3c1a3e5c853cc7f9a0118dcfe2bf11bbf8e179 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/drifting/layout.s2
Log Message:
-----------
[#793] Drifting: mobile style
* only split into two-columns on larger screens
* tweak borders so that they work on both one-column and two-column views
* force #primary (entries) to come above #secondary (the sidebar) in one-column view
* print out the meta viewport tag
Fixes #793
Commit: 0a18af9d5bb9c70ec959d15e6157332b000aac98
https://github.com/dreamwidth/dw-free/commit/0a18af9d5bb9c70ec959d15e6157332b000aac98 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/negatives/layout.s2
Log Message:
-----------
[#795] Negatives: mobile style
* move column-specific CSS to a media query
* no big margins for the calendar module on mobile view
* print the meta viewport tag
Fixes #795
Commit: 22f22942039f6c2e0a7963d3174d4b3d2e0ede9b
https://github.com/dreamwidth/dw-free/commit/22f22942039f6c2e0a7963d3174d4b3d2e0ede9b Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/skittlishdreams/layout.s2
Log Message:
-----------
[#796] Skittlish Dreams: mobile style
* move column-specific CSS to a media query
* don't move the entry userpic CSS to a media query though; that
positions the icon in the entry and doesn't affect overall readability
of the layout
* set a line-height on the navlinks so that they don't overlap when
they're on multiple lines on small screens
* make the modules at the bottom full-width on smaller screens
* print meta viewport tag
Fixes #796
Commit: 4e905e882aeac2780c359472720b86b8853465f6
https://github.com/dreamwidth/dw-free/commit/4e905e882aeac2780c359472720b86b8853465f6 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/skittlishdreams/layout.s2
Log Message:
-----------
Merge pull request #815 from afuna/skittlishdreams-mobile-bug-796
[#796] Skittlish Dreams: mobile style
Commit: 4bae6d78efd23a1443c359528f4725e401c55653
https://github.com/dreamwidth/dw-free/commit/4bae6d78efd23a1443c359528f4725e401c55653 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/negatives/layout.s2
Log Message:
-----------
Merge pull request #813 from afuna/negatives-mobile-bug-795
[#795] Negatives: mobile style
Commit: 5e97ccad5f6f22facd235368e8df1c5664a53af3
https://github.com/dreamwidth/dw-free/commit/5e97ccad5f6f22facd235368e8df1c5664a53af3 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/drifting/layout.s2
Log Message:
-----------
Merge pull request #812 from afuna/drifting-mobile-bug-793
[#793] Drifting: mobile style
Commit: 4bfd279db8fe950b4b1d4e33d2e1424c9cd5ca94
https://github.com/dreamwidth/dw-free/commit/4bfd279db8fe950b4b1d4e33d2e1424c9cd5ca94 Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/brittle/layout.s2
Log Message:
-----------
Merge pull request #811 from afuna/brittle-mobile-bug-792
[#792] Brittle: mobile style
Commit: 7a5e6184d0fac522e300d4f5306e1af5d45ef261
https://github.com/dreamwidth/dw-free/commit/7a5e6184d0fac522e300d4f5306e1af5d45ef261 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/easyread/layout.s2
Log Message:
-----------
[#794] Easyread: print out the meta viewport tag
(was disabled pending conversion to work on mobile; no changes were
needed)
Fixes #794
Commit: 1dca4acca8e7d420556ef5484d17cde32124837f
https://github.com/dreamwidth/dw-free/commit/1dca4acca8e7d420556ef5484d17cde32124837f Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M styles/easyread/layout.s2
Log Message:
-----------
Merge pull request #816 from afuna/easyread-mobile-bug-794
[#794] Easyread: print out the meta viewport tag
Commit: bb3f4b017b0493a0a8d95861839bbcc13cd00351
https://github.com/dreamwidth/dw-free/commit/bb3f4b017b0493a0a8d95861839bbcc13cd00351 Author: Afuna <fu@dreamwidth.org>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M bin/upgrading/update-db-general.pl
A cgi-bin/DW/Controller/Admin/SendMail.pm
M cgi-bin/DW/Hooks/PrivList.pm
M cgi-bin/LJ/DB.pm
M doc/config-local.pl.txt
M htdocs/stc/controlstrip.css
M styles/abstractia/layout.s2
M styles/bannering/layout.s2
M styles/bases/layout.s2
M styles/basicboxes/layout.s2
M styles/blanket/layout.s2
M styles/boxesandborders/layout.s2
M styles/brittle/layout.s2
M styles/core2.s2
M styles/core2base/layout.s2
M styles/crossroads/layout.s2
M styles/database/layout.s2
M styles/drifting/layout.s2
M styles/dustyfoot/layout.s2
M styles/easyread/layout.s2
M styles/fantaisie/layout.s2
M styles/fiveam/layout.s2
M styles/fluidmeasure/layout.s2
M styles/headsup/layout.s2
M styles/hibiscus/layout.s2
M styles/lefty/layout.s2
M styles/librariansdream/layout.s2
M styles/marginless/layout.s2
M styles/modular/layout.s2
M styles/motion/layout.s2
M styles/negatives/layout.s2
M styles/nouveauoleanders/layout.s2
M styles/paletteable/layout.s2
M styles/patsy/layout.s2
M styles/planetcaravan/layout.s2
M styles/practicality/layout.s2
M styles/skittlishdreams/layout.s2
M styles/strata/layout.s2
M styles/summertime/layout.s2
M styles/tectonic/layout.s2
M styles/trifecta/layout.s2
M styles/wideopen/layout.s2
A views/admin/sendmail/index.tt
A views/admin/sendmail/index.tt.text
Log Message:
-----------
Merge branch 'release-1.21' into develop
* release-1.21:
[#794] Easyread: print out the meta viewport tag
[#796] Skittlish Dreams: mobile style
[#795] Negatives: mobile style
[#793] Drifting: mobile style
[#792] Brittle: mobile style
[#791] Blanket: mobile changes
[#790] Bases: make mobile friendly
[#789] Abstractia: mobile-friendly
[#722] Only include the meta viewport tag conditionally:
[#723] Reset control strip font size back to absolute 11px
[#722] Adjust the small-screen-mode boundary from 60em to 30em
[#724] Don't show module jump link on one-column on desktop as well
Rename (new) success_ml to DW::Controller->render_success
(Bug 177) only give access to users who have siteadmin:sendmail priv
(Bug 177) finished basic /admin/sendmail page
Compare:
https://github.com/dreamwidth/dw-free/compare/dcc0cae94752...bb3f4b017b04