Dec. 3rd, 2012

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: c0458abc5ed7860db5e2a86f309f8fa7e2b80d54
https://github.com/dreamwidth/dw-free/commit/c0458abc5ed7860db5e2a86f309f8fa7e2b80d54
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-02 (Sun, 02 Dec 2012)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/LJ/Support.pm
M htdocs/support/act.bml
M htdocs/support/actmulti.bml
M htdocs/support/append_request.bml

Log Message:
-----------
(Bug 3987) Add new column "timemodified"

Updated when the support request has been modified in a way that
indicates an SH might want to look at it again: change in state
(close/reopen), new comment/answer, touched/untouched.

Does not include change of category or change of subject


Commit: 78407018939907cb92a4101da0b85b01b1e575a7
https://github.com/dreamwidth/dw-free/commit/78407018939907cb92a4101da0b85b01b1e575a7
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-02 (Sun, 02 Dec 2012)

Changed paths:
M htdocs/support/help.bml
M htdocs/support/help.bml.text

Log Message:
-----------
(Bug 3987) Frontend to sort by time active

Based heavily on a patch submitted by kareila, with addition of logic to
use timemodified (which may include ICs) if the viewer has supporthelp /
supportviewinternal.

If you don't have the proper privs, you will instead be able to use
only publicly available information: time the user last touched the
request, or time a last public action was taken (answer approved, etc,
not including ICs / screeneds)


Commit: 2f5c7e094b5e75c16acaa8852a825d905ca60641
https://github.com/dreamwidth/dw-free/commit/2f5c7e094b5e75c16acaa8852a825d905ca60641
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/update-db-general.pl
M cgi-bin/LJ/Support.pm
M htdocs/support/act.bml
M htdocs/support/actmulti.bml
M htdocs/support/append_request.bml
M htdocs/support/help.bml
M htdocs/support/help.bml.text

Log Message:
-----------
Merge pull request #167 from afuna/support-most-recent-bug3987

Sort support requests by most recent.


Compare: https://github.com/dreamwidth/dw-free/compare/8da8f24db7c2...2f5c7e094b5e
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: ffa01bb2bdf58ad93f4c0d794071f96df5bc7cb9
https://github.com/dreamwidth/dw-free/commit/ffa01bb2bdf58ad93f4c0d794071f96df5bc7cb9
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
A htdocs/js/jquery.supportform.js
M htdocs/support/see_request.bml

Log Message:
-----------
(Bug 4760) Move JS in see_request.bml to a file


Commit: 38fd3ad1b8c7dd26a3e27c100163623c9dd0ac69
https://github.com/dreamwidth/dw-free/commit/38fd3ad1b8c7dd26a3e27c100163623c9dd0ac69
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/see_request.bml
A views/support/request/form.tt

Log Message:
-----------
(Bug 4760) Separate into an answer form (user-facing stuff) and a management form
(for internal management)


Commit: a23a447a4aacefa02134e64eb9ef7607ce8186b9
https://github.com/dreamwidth/dw-free/commit/a23a447a4aacefa02134e64eb9ef7607ce8186b9
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.supportform.js
M htdocs/stc/simple-form.css
M htdocs/stc/support.css
M htdocs/support/see_request.bml
M views/support/request/form.tt

Log Message:
-----------
(Bug 4760) Frontend changes to the support form.


Commit: c31df5ff4f5b48ef84448a7339b071d4d45bdfbf
https://github.com/dreamwidth/dw-free/commit/c31df5ff4f5b48ef84448a7339b071d4d45bdfbf
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/append_request.bml
M views/support/request/form.tt

Log Message:
-----------
(Bug 4760) Split up handling of internal and userfacing actions and comments

Also removes logic for tier/language, unused, to simplify things


Commit: 39fcad042ccbfc35f88c509846227af2b230815d
https://github.com/dreamwidth/dw-free/commit/39fcad042ccbfc35f88c509846227af2b230815d
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/stc/support.css
M views/support/request/form.tt

Log Message:
-----------
(Bug 4760) Don't hardcode colors; use class from site skin


Commit: 8990c59ca6fa708f597f7b0f60b009ffffeafe45
https://github.com/dreamwidth/dw-free/commit/8990c59ca6fa708f597f7b0f60b009ffffeafe45
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
A htdocs/js/jquery.supportform.js
M htdocs/stc/simple-form.css
M htdocs/stc/support.css
M htdocs/support/append_request.bml
M htdocs/support/see_request.bml
A views/support/request/form.tt

Log Message:
-----------
Merge pull request #168 from afuna/support-split-form-bug4760

(Bug 4760) Split up support form into internal and external actions


Compare: https://github.com/dreamwidth/dw-free/compare/2f5c7e094b5e...8990c59ca6fa
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: b6170ec970f5d7a32c58d24efeae52bcc72297f3
https://github.com/dreamwidth/dw-free/commit/b6170ec970f5d7a32c58d24efeae52bcc72297f3
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.supportform.js
M htdocs/support/see_request.bml

Log Message:
-----------
(Bug 4761) Add an "approve this" beside each screened answer


Commit: 6e56bf377068e4d68e7bc5ce7f95f889c26f1db3
https://github.com/dreamwidth/dw-free/commit/6e56bf377068e4d68e7bc5ce7f95f889c26f1db3
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.supportform.js
M htdocs/support/see_request.bml

Log Message:
-----------
Merge pull request #169 from afuna/support-quick-approve-bug4761

(Bug 4761) Add an "approve this" beside each screened answer


Compare: https://github.com/dreamwidth/dw-free/compare/8990c59ca6fa...6e56bf377068
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: fd83cbe72ab52141a25238b4b89f5e58ea0ad5bb
https://github.com/dreamwidth/dw-free/commit/fd83cbe72ab52141a25238b4b89f5e58ea0ad5bb
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-29 (Thu, 29 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/ciel/layout.s2
M bin/upgrading/s2layers/forthebold/layout.s2
M bin/upgrading/s2layers/lineup/layout.s2

Log Message:
-----------
(Bug 4741) Minor header padding tweaks for Ciel, Line Up, and For The Bold


Commit: 6c911c62b6da8dc4675edb082dd2fc9d9dcd3b2d
https://github.com/dreamwidth/dw-free/commit/6c911c62b6da8dc4675edb082dd2fc9d9dcd3b2d
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-12-02 (Sun, 02 Dec 2012)

Changed paths:
M bin/upgrading/s2layers/lineup/layout.s2

Log Message:
-----------
(Bug 4741) Typo in Line Up fixed.


Commit: abcd49a0b25b6ed5e423127cf65fdf475a47ece6
https://github.com/dreamwidth/dw-free/commit/abcd49a0b25b6ed5e423127cf65fdf475a47ece6
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/s2layers/ciel/layout.s2
M bin/upgrading/s2layers/forthebold/layout.s2
M bin/upgrading/s2layers/lineup/layout.s2

Log Message:
-----------
Merge branch 'momijizukamori-Bug4741/HeadingTweaks' into release-1.12

* momijizukamori-Bug4741/HeadingTweaks:
(Bug 4741) Typo in Line Up fixed.
(Bug 4741) Minor header padding tweaks for Ciel, Line Up, and For The Bold

Conflicts:
bin/upgrading/s2layers/ciel/layout.s2


Compare: https://github.com/dreamwidth/dw-free/compare/6e56bf377068...abcd49a0b25b
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: ee56d4a210b77f915db9396f6d7a9e066cc960c1
https://github.com/dreamwidth/dw-free/commit/ee56d4a210b77f915db9396f6d7a9e066cc960c1
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Changed paths:
M cgi-bin/DW/Hooks/NavStrip.pm

Log Message:
-----------
(Bug 630) Navstrip now follows user prefs rather than journal prefs


Commit: 7a891b7ab1e9e61d64f649ee26e6be9039ec5e99
https://github.com/dreamwidth/dw-free/commit/7a891b7ab1e9e61d64f649ee26e6be9039ec5e99
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M cgi-bin/DW/Hooks/NavStrip.pm

Log Message:
-----------
Merge pull request #154 from momijizukamori/Bug630/NavstripPreferences

(Bug 630) Navstrip now follows user prefs rather than journal prefs


Compare: https://github.com/dreamwidth/dw-free/compare/9876a9ad8db0...7a891b7ab1e9
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: 5807b5a8dfdfd2d4af42af935ba631909b7590ad
https://github.com/dreamwidth/dw-free/commit/5807b5a8dfdfd2d4af42af935ba631909b7590ad
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-07 (Wed, 07 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/core2base/layout.s2

Log Message:
-----------
(Bug 4729) First attempt at enabling custom navstrip styling in TR-based layouts


Commit: 55b1c6200209a537c79c14fadb51bac8c520ad2c
https://github.com/dreamwidth/dw-free/commit/55b1c6200209a537c79c14fadb51bac8c520ad2c
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-07 (Wed, 07 Nov 2012)

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

Log Message:
-----------
(Bug 4729) Implementation of custom css code in all free layouts


Commit: 4cd90888b61a2564dad8c8d500043fd13d6e4ee4
https://github.com/dreamwidth/dw-free/commit/4cd90888b61a2564dad8c8d500043fd13d6e4ee4
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-08 (Thu, 08 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/bases/themes.s2

Log Message:
-----------
(Bug 4729) Added new navstrip-specific props in all Bases themes


Commit: 9fa927848d020e5b162fac6194f93a7cf9153652
https://github.com/dreamwidth/dw-free/commit/9fa927848d020e5b162fac6194f93a7cf9153652
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-08 (Thu, 08 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/bases/layout.s2

Log Message:
-----------
(Bug 4729) Attempt to enable custom colors on Bases


Commit: a8886a753c577d93c6031720565d40171ca7d927
https://github.com/dreamwidth/dw-free/commit/a8886a753c577d93c6031720565d40171ca7d927
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-09 (Fri, 09 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/bases/layout.s2
M cgi-bin/LJ/Widget/NavStripChooser.pm

Log Message:
-----------
(Bug 4729) Change NavStrip.pm to not override custom colors


Commit: 0d3ae110aa8b4d69468c580c23d98b29ed10e9a1
https://github.com/dreamwidth/dw-free/commit/0d3ae110aa8b4d69468c580c23d98b29ed10e9a1
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-15 (Thu, 15 Nov 2012)

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

Log Message:
-----------
(Bug 4729) Navstrip enabling and reset now working; colors added in to Bases


Commit: 30bb16cd0cd399b29f89a67a1aabea34118a15dd
https://github.com/dreamwidth/dw-free/commit/30bb16cd0cd399b29f89a67a1aabea34118a15dd
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-15 (Thu, 15 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/corinthian/layout.s2
M bin/upgrading/s2layers/crisped/layout.s2
M bin/upgrading/s2layers/crisped/themes.s2
M bin/upgrading/s2layers/database/layout.s2
M bin/upgrading/s2layers/database/themes.s2
M bin/upgrading/s2layers/wideopen/layout.s2
M bin/upgrading/s2layers/wideopen/themes.s2

Log Message:
-----------
(Bug 4729) Moved navstrip props for Crisped, Databases, and Wide Open. Removed navstrip styling from Corinthian (I didn't mean to include it in the first place)


Commit: 8a05daf536ef331fa6095b116394e01f4cc999e2
https://github.com/dreamwidth/dw-free/commit/8a05daf536ef331fa6095b116394e01f4cc999e2
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-16 (Fri, 16 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/dustyfoot/layout.s2
M bin/upgrading/s2layers/dustyfoot/themes.s2
M bin/upgrading/s2layers/forthebold/layout.s2
M bin/upgrading/s2layers/forthebold/themes.s2

Log Message:
-----------
(Bug 4729) Moved color props for Dusty Foot and For the Bold


Commit: f46df05233bda3ccc9daf52062adec935833816b
https://github.com/dreamwidth/dw-free/commit/f46df05233bda3ccc9daf52062adec935833816b
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-16 (Fri, 16 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/bases/themes.s2
M bin/upgrading/s2layers/dustyfoot/themes.s2
M bin/upgrading/s2layers/fiveam/themes.s2

Log Message:
-----------
(Bug 4729) Misc CSS clean-up


Commit: fdbe38c35de26698b75b2e1d9131cd0c2b24b4df
https://github.com/dreamwidth/dw-free/commit/fdbe38c35de26698b75b2e1d9131cd0c2b24b4df
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-18 (Sun, 18 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/practicality/layout.s2
M bin/upgrading/s2layers/practicality/themes.s2

Log Message:
-----------
(Bug 4729) Moved props in Practicality.


Commit: 04467dfc3f3daf6a09282705ac275512ae1e6b04
https://github.com/dreamwidth/dw-free/commit/04467dfc3f3daf6a09282705ac275512ae1e6b04
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/lineup/layout.s2
M bin/upgrading/s2layers/lineup/themes.s2

Log Message:
-----------
(Bug 4729) Moved props in Line Up


Commit: f21d5084aa60c45024f5b23bcd26f94f4bac4a31
https://github.com/dreamwidth/dw-free/commit/f21d5084aa60c45024f5b23bcd26f94f4bac4a31
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/practicality/themes.s2

Log Message:
-----------
(Bug 4729) Fixed typo in Practicality themes


Commit: 6f4bd07a149cd86c5e1dd4814898a1c2acac9d46
https://github.com/dreamwidth/dw-free/commit/6f4bd07a149cd86c5e1dd4814898a1c2acac9d46
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Changed paths:
M cgi-bin/LJ/Widget/NavStripChooser.pm

Log Message:
-----------
(Bug 4729) Allow selection of light/dark gradient to be used on other journals, as well as custom colors for user's own journal


Commit: 360a3547295c41f6588242f452ddb9688c48b17b
https://github.com/dreamwidth/dw-free/commit/360a3547295c41f6588242f452ddb9688c48b17b
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-12-02 (Sun, 02 Dec 2012)

Changed paths:
M bin/upgrading/en.dat

Log Message:
-----------
(Bug 4729) Wording change to account for personal and community journals.


Commit: ecbf00bb0f1736289b0f8777dd937b51bcf9c56a
https://github.com/dreamwidth/dw-free/commit/ecbf00bb0f1736289b0f8777dd937b51bcf9c56a
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M cgi-bin/LJ/Widget/NavStripChooser.pm

Log Message:
-----------
(Bug 4729) Remove references to layout_default in the JS

fixes hiding/showing of the custom colors subdiv


Commit: 8283f46c8a3ed07f3e04c702ee9c540b50cb3009
https://github.com/dreamwidth/dw-free/commit/8283f46c8a3ed07f3e04c702ee9c540b50cb3009
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/en.dat
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/bases/themes.s2
M bin/upgrading/s2layers/blanket/layout.s2
M bin/upgrading/s2layers/brittle/layout.s2
M bin/upgrading/s2layers/core2base/layout.s2
M bin/upgrading/s2layers/corinthian/layout.s2
M bin/upgrading/s2layers/crisped/layout.s2
M bin/upgrading/s2layers/crisped/themes.s2
M bin/upgrading/s2layers/database/layout.s2
M bin/upgrading/s2layers/database/themes.s2
M bin/upgrading/s2layers/drifting/layout.s2
M bin/upgrading/s2layers/dustyfoot/layout.s2
M bin/upgrading/s2layers/dustyfoot/themes.s2
M bin/upgrading/s2layers/easyread/layout.s2
M bin/upgrading/s2layers/fiveam/themes.s2
M bin/upgrading/s2layers/forthebold/layout.s2
M bin/upgrading/s2layers/forthebold/themes.s2
M bin/upgrading/s2layers/lineup/layout.s2
M bin/upgrading/s2layers/lineup/themes.s2
M bin/upgrading/s2layers/negatives/layout.s2
M bin/upgrading/s2layers/practicality/layout.s2
M bin/upgrading/s2layers/practicality/themes.s2
M bin/upgrading/s2layers/skittlishdreams/layout.s2
M bin/upgrading/s2layers/wideopen/layout.s2
M bin/upgrading/s2layers/wideopen/themes.s2
M cgi-bin/LJ/Widget/NavStripChooser.pm

Log Message:
-----------
Merge branch 'momijizukamori-Bug4729/Navstrip' into release-1.12

* momijizukamori-Bug4729/Navstrip:
(Bug 4729) Remove references to layout_default in the JS
(Bug 4729) Wording change to account for personal and community journals.
(Bug 4729) Allow selection of light/dark gradient to be used on other journals, as well as custom colors for user's own journal
(Bug 4729) Fixed typo in Practicality themes
(Bug 4729) Moved props in Line Up
(Bug 4729) Moved props in Practicality.
(Bug 4729) Misc CSS clean-up
(Bug 4729) Moved color props for Dusty Foot and For the Bold
(Bug 4729) Moved navstrip props for Crisped, Databases, and Wide Open. Removed navstrip styling from Corinthian (I didn't mean to include it in the first place)
(Bug 4729) Navstrip enabling and reset now working; colors added in to Bases
(Bug 4729) Change NavStrip.pm to not override custom colors
(Bug 4729) Attempt to enable custom colors on Bases
(Bug 4729) Added new navstrip-specific props in all Bases themes
(Bug 4729) Implementation of custom css code in all free layouts
(Bug 4729) First attempt at enabling custom navstrip styling in TR-based layouts

Conflicts:
bin/upgrading/s2layers/database/layout.s2
cgi-bin/LJ/Widget/NavStripChooser.pm


Compare: https://github.com/dreamwidth/dw-free/compare/abcd49a0b25b...8283f46c8a3e
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: d5a332443586dbdfa1976b523b3263339eff94b5
https://github.com/dreamwidth/dw-free/commit/d5a332443586dbdfa1976b523b3263339eff94b5
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.circle-add.js
M htdocs/manage/circle/add.bml

Log Message:
-----------
(Bug 4708) Hide the first set of buttons, not the second

The first set of buttons are duplicates which only show if we have
filters for the account. The second set of buttons always show. What we
want is to have the first set of buttons show if there are filters, and
in addition, if the subscribe/etc are selected (that is, the filters
could be visible)

Just changes which set of buttons are affected by the JS, logic
otherwise remains the same.


Commit: ac30c009f53e597bfd2ecee69eba456b149bfb53
https://github.com/dreamwidth/dw-free/commit/ac30c009f53e597bfd2ecee69eba456b149bfb53
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.circle-add.js
M htdocs/manage/circle/add.bml

Log Message:
-----------
Merge pull request #170 from afuna/add-circle-button-bug4708

(Bug 4708) Hide the first set of buttons, not the second


Compare: https://github.com/dreamwidth/dw-free/compare/8283f46c8a3e...ac30c009f53e
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: 7e541a6751c83d7966c9ef59c32f2e9adf3c1d58
https://github.com/dreamwidth/dw-free/commit/7e541a6751c83d7966c9ef59c32f2e9adf3c1d58
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/see_request.bml

Log Message:
-----------
(Bug 4760) Remove more tier


Commit: 34b20a240eec467eab4890fe913b3ff82902ec2b
https://github.com/dreamwidth/dw-free/commit/34b20a240eec467eab4890fe913b3ff82902ec2b
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/append_request.bml

Log Message:
-----------
(Bug 4670) Don't error if we can't do internal actions


Commit: 701d2b3763fcf7035adb24f03a2391e026adf1f0
https://github.com/dreamwidth/dw-free/commit/701d2b3763fcf7035adb24f03a2391e026adf1f0
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/append_request.bml
M htdocs/support/see_request.bml

Log Message:
-----------
Merge pull request #171 from afuna/support-fixes-bug4670

Fixes to the updatde support form


Compare: https://github.com/dreamwidth/dw-free/compare/ac30c009f53e...701d2b3763fc
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: f4aaf6acd8d7cabd19be5784c02150b83fb54747
https://github.com/dreamwidth/dw-free/commit/f4aaf6acd8d7cabd19be5784c02150b83fb54747
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/see_request.bml
M views/support/request/form.tt

Log Message:
-----------
(Bug 4670) Fix privs for seeing the IC textarea


Commit: 868e19e9c276f8df9f3836fc6a96c303e6ec1de0
https://github.com/dreamwidth/dw-free/commit/868e19e9c276f8df9f3836fc6a96c303e6ec1de0
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/support/see_request.bml

Log Message:
-----------
(Bug 4670) Show validation reminder when transitioning

Had remnants of code which prevented the validation reminder from
showing up when transitioning (only showed up when new). Removed this
old remnant of code.


Commit: f133e4f06ff50b15aa14667b80e5fa5d60d9aa25
https://github.com/dreamwidth/dw-free/commit/f133e4f06ff50b15aa14667b80e5fa5d60d9aa25
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.supportform.js
M views/support/request/form.tt

Log Message:
-----------
(Bug 4670) Add an "FAQ by number" input

Lets you type in an FAQ id, instead of having to select from the
dropdown. Useful if you've been doing this a while and have memorized
specific FAQs


Commit: e501229d6e991ae542087c089c804f660a14682a
https://github.com/dreamwidth/dw-free/commit/e501229d6e991ae542087c089c804f660a14682a
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/js/jquery.supportform.js
M htdocs/support/see_request.bml
M views/support/request/form.tt

Log Message:
-----------
Merge branch 'support-fixes-bug4670' into release-1.12

* support-fixes-bug4670:
(Bug 4670) Add an "FAQ by number" input
(Bug 4670) Show validation reminder when transitioning
(Bug 4670) Fix privs for seeing the IC textarea


Compare: https://github.com/dreamwidth/dw-free/compare/701d2b3763fc...e501229d6e99
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-nonfree
Commit: 22fde64b680e7aa67735562ee28af71245984550
https://github.com/dreamwidth/dw-nonfree/commit/22fde64b680e7aa67735562ee28af71245984550
Author: Momiji <momijizukamori+bugzilla@gmail.com>
Date: 2012-09-23 (Sun, 23 Sep 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
(Bug 647) Tweaks for heirarchical display coloring in Tropo


Commit: e968442ce855616bb52e3f1a3d66a262417184fb
https://github.com/dreamwidth/dw-nonfree/commit/e968442ce855616bb52e3f1a3d66a262417184fb
Author: Mark Smith <mark@qq.is>
Date: 2012-09-23 (Sun, 23 Sep 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
Merge pull request #13 from momijizukamori/release-1.11.0

(Bug 647) Tweaks for heirarchical display coloring in Tropo


Commit: e68c7d65e8a3d9a8adbc700055fb7fae73ae393b
https://github.com/dreamwidth/dw-nonfree/commit/e68c7d65e8a3d9a8adbc700055fb7fae73ae393b
Author: Momiji <momijizukamori+bugzilla@gmail.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
(Bug 647) Fix heirachical display in Tropo Red and Purple


Commit: 2de27b15e6544d9905cd5c64d8cd47fbb5507bf9
https://github.com/dreamwidth/dw-nonfree/commit/2de27b15e6544d9905cd5c64d8cd47fbb5507bf9
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
Merge pull request #14 from momijizukamori/release-1.11.0

(Bug 647) Fix hierarchical display in Tropo Red and Purple


Commit: 8e2e0f0ac9c68f0a2b886866dddb1cdc031d30de
https://github.com/dreamwidth/dw-nonfree/commit/8e2e0f0ac9c68f0a2b886866dddb1cdc031d30de
Author: ninetyd <ninetyd@dreamwidth.org>
Date: 2012-10-14 (Sun, 14 Oct 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
Bug 4717 - Core2: use get_plural_phrase for visible count and expose visible/screened props
http://bugs.dwscoalition.org/show_bug.cgi?id=4717
-- Expose text_read_comments_screened_visible and text_read_comments_screened in nonfree styles


Commit: 0dc8748b7569273194ea6010f8eb5a581c45a519
https://github.com/dreamwidth/dw-nonfree/commit/0dc8748b7569273194ea6010f8eb5a581c45a519
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-10-19 (Fri, 19 Oct 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
(Bug 4702) Add styling to comment page list box


Commit: 35bb1c5a2a6d199d2095b72a791ea17a6b192ad3
https://github.com/dreamwidth/dw-nonfree/commit/35bb1c5a2a6d199d2095b72a791ea17a6b192ad3
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-07 (Wed, 07 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
(Bug 4677) Add using font_sources to Transmogrified and Sunday Morning


Commit: b7d6fc5d4ad64e577b5e277defbbb4cf362e87d8
https://github.com/dreamwidth/dw-nonfree/commit/b7d6fc5d4ad64e577b5e277defbbb4cf362e87d8
Author: Momijizukamori <momijizukamori@dreamwidth.org>
Date: 2012-11-09 (Fri, 09 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
(Bug 4711) Comment Posted message styling for non-free layouts


Commit: 0d8ad7e1163c1190a2e64fcb695409889072437e
https://github.com/dreamwidth/dw-nonfree/commit/0d8ad7e1163c1190a2e64fcb695409889072437e
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
Merge pull request #15 from ninetyd/bug4717/core2_visible_screened_update_nf

Bug 4717 - Core2: use get_plural_phrase for visible count and expose vis...


Commit: 365f05498a872d56e03de11fdec4c8a9f4d0e3e1
https://github.com/dreamwidth/dw-nonfree/commit/365f05498a872d56e03de11fdec4c8a9f4d0e3e1
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)

Changed paths:
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

Log Message:
-----------
Merge pull request #16 from momijizukamori/Bug4702/S2CommentNav

(Bug 4702) Add styling to comment page list box


Commit: 8bb4dcddee2a796b8ced72e66454d4acdf70ce00
https://github.com/dreamwidth/dw-nonfree/commit/8bb4dcddee2a796b8ced72e66454d4acdf70ce00
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-11-27 (Tue, 27 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
Merge pull request #17 from momijizukamori/Bug4677/font_sources

(Bug 4677) Add using font_sources to Transmogrified and Sunday Morning


Commit: 1ace87e29c133b2d6154bc770d0537d33de40ff3
https://github.com/dreamwidth/dw-nonfree/commit/1ace87e29c133b2d6154bc770d0537d33de40ff3
Author: Afuna <fu@dreamwidth.org>
Date: 2012-11-30 (Fri, 30 Nov 2012)

Changed paths:
M cgi-bin/DW/Hooks/AnniversaryPromotion.pm

Log Message:
-----------
(Bug 4742) Turn on Anniversary Promo for December 2012


Commit: 0f9fb2fa069d4d70f7081a6c443c290bfdb9c772
https://github.com/dreamwidth/dw-nonfree/commit/0f9fb2fa069d4d70f7081a6c443c290bfdb9c772
Author: Afuna <fu@dreamwidth.org>
Date: 2012-11-30 (Fri, 30 Nov 2012)

Changed paths:
M cgi-bin/DW/Hooks/AnniversaryPromotion.pm
M htdocs/stc/tropo/tropo-purple.css
M htdocs/stc/tropo/tropo-red.css

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

* release-1.11.0:
(Bug 4742) Turn on Anniversary Promo for December 2012
(Bug 647) Fix heirachical display in Tropo Red and Purple
(Bug 647) Tweaks for heirarchical display coloring in Tropo


Commit: 501d44aa103e5e2a709e4bd0d8edfabf63e6d85b
https://github.com/dreamwidth/dw-nonfree/commit/501d44aa103e5e2a709e4bd0d8edfabf63e6d85b
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-11-30 (Fri, 30 Nov 2012)

Changed paths:
M bin/upgrading/s2layers/sundaymorning/layout.s2
M bin/upgrading/s2layers/transmogrified/layout.s2

Log Message:
-----------
Merge pull request #18 from momijizukamori/Bug4711/S2CommentPosted

Bug4711/s2 comment posted


Compare: https://github.com/dreamwidth/dw-nonfree/compare/22612bcf857c...501d44aa103e
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: f511568cf5fb1c6f97cb23a995c227076bb1e3ba
https://github.com/dreamwidth/dw-free/commit/f511568cf5fb1c6f97cb23a995c227076bb1e3ba
Author: Mark Smith <mark@bu.mp>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/moveucluster.pl

Log Message:
-----------
blobcache is out, dbnotes is in

The user mover/expunger needed updating for the blobcache removal.
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: 1116514c31f3b014c0fdd117876796053a684fe2
https://github.com/dreamwidth/dw-free/commit/1116514c31f3b014c0fdd117876796053a684fe2
Author: Mark Smith <mark@bu.mp>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
R bin/deleteusers.pl

Log Message:
-----------
Remove bin/deleteusers.pl

This script was the old way of expunging users, but is no longer a
supporsed process and is not being properly updated when we update the
database schema.

The supported system is the moveucluster daemon, worker, and
bin/worker/expunge-users to actually schedule jobs.
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.12
Home: https://github.com/dreamwidth/dw-free
Commit: 764cea7f258900bbbafa852da40c06a03c53e2d1
https://github.com/dreamwidth/dw-free/commit/764cea7f258900bbbafa852da40c06a03c53e2d1
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/stc/support.css

Log Message:
-----------
(Bug 4670) Fix the line below the fieldset extending past the edge

A bit of a hack, to get a very specific effect.


Commit: aec31ce0135f842201406e138827b39b8eb52050
https://github.com/dreamwidth/dw-free/commit/aec31ce0135f842201406e138827b39b8eb52050
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M views/support/request/form.tt

Log Message:
-----------
(Bug 4670) Add a secondary submit button

But only show up when the second form is there (otherwise there's two
submit buttons for the one form, that's just silly). The label for this
button is "Quick Submit" hopefully so that people won't assume that
they'll need to fill out and submit both sections separately...


Commit: e8d976b5d8a02ba1cdc0b26758a02ece4788d755
https://github.com/dreamwidth/dw-free/commit/e8d976b5d8a02ba1cdc0b26758a02ece4788d755
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M htdocs/stc/support.css
M views/support/request/form.tt

Log Message:
-----------
Merge branch 'support-fixes-bug4670' into release-1.12

* support-fixes-bug4670:
(Bug 4670) Add a secondary submit button
(Bug 4670) Fix the line below the fieldset extending past the edge


Compare: https://github.com/dreamwidth/dw-free/compare/1116514c31f3...e8d976b5d8a0
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 65e3cce6e29c9e6753f0a8f16d3b5d7d4610100d
https://github.com/dreamwidth/dw-free/commit/65e3cce6e29c9e6753f0a8f16d3b5d7d4610100d
Author: Afuna <fu@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/s2layers/core2.s2

Log Message:
-----------
(Bug 737) Move hardcoded text strings to variables
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: ee5a5e03f8ba174fc65a74d1243a1b8b406cddb1
https://github.com/dreamwidth/dw-free/commit/ee5a5e03f8ba174fc65a74d1243a1b8b406cddb1
Author: exor674 <exor674@dreamwidth.org>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
A cgi-bin/DW/Setting/JournalIconsStyle.pm
A cgi-bin/DW/Setting/ViewIconsStyle.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2Theme.pm
M cgi-bin/LJ/User.pm
M htdocs/manage/settings/index.bml

Log Message:
-----------
(bug 4160) Enable Journal-Styled Icons Pages


Commit: adb9da9b0ad71392cea40586c6829a4bd9f72616
https://github.com/dreamwidth/dw-free/commit/adb9da9b0ad71392cea40586c6829a4bd9f72616
Author: Afuna <afunamatata+github@gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)

Changed paths:
M bin/upgrading/en.dat
M bin/upgrading/proplists.dat
A cgi-bin/DW/Setting/JournalIconsStyle.pm
A cgi-bin/DW/Setting/ViewIconsStyle.pm
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/S2Theme.pm
M cgi-bin/LJ/User.pm
M htdocs/manage/settings/index.bml

Log Message:
-----------
Merge pull request #172 from anall/feature/Bug4160

(bug 4160) Enable Journal-Styled Icons Pages


Compare: https://github.com/dreamwidth/dw-free/compare/65e3cce6e29c...adb9da9b0ad7

Profile

Dreamwidth Changelog

June 2025

S M T W T F S
1234567
89101112 13 14
1516171819 2021
22232425262728
2930     

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 22nd, 2025 03:23 am
Powered by Dreamwidth Studios