Jan. 11th, 2013

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.13
Home: https://github.com/dreamwidth/dw-free
Commit: 0d22ea649e01322e77a2dfa09fc876e1246d7cc6
https://github.com/dreamwidth/dw-free/commit/0d22ea649e01322e77a2dfa09fc876e1246d7cc6
Author: Afuna <fu@dreamwidth.org>
Date: 2013-01-11 (Fri, 11 Jan 2013)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/jquery.postform.js
M views/entry/form.tt

Log Message:
-----------
(Bug 4826) Remember the previous security level after spellcheck

* for reasons related to changing minsecurity, we rebuild the security
level dropdown with JS. We go back to the dropdown's displayed
value only if it the user had already explicitly selected that level,
rather than us having adjusted it because of minsecurity.

See SHA: d1b7b5fa for a detailed breakdown of this case.

Because we wait until the user has explicitly chosen a security level
from the dropdown, this means that the value of the dropdown on load
is ignored. This is not an issue when making a new entry
(minsecurity), and not an issue when editing (that code path is not
triggered on edit), but is an issue when spellchecking (the initial
value *has* been explicitly selected by the user).

This is much longer than the actual code, but the solution then is to
mark the form as having been spell-checked, and then trust that
initial value as being one the user chose deliberately.

* also removes a couple TODOs re: spellcheck which are no longer
relevant since spellcheck is handled for those cases


Commit: e5a6705a0f85eb1d1befcdc2518a9f1fe0d661b8
https://github.com/dreamwidth/dw-free/commit/e5a6705a0f85eb1d1befcdc2518a9f1fe0d661b8
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/jquery.postform.js
M views/entry/form.tt

Log Message:
-----------
Merge pull request #210 from afuna/spellcheck-security-bug4826

(Bug 4826) Remember the previous security level after spellcheck


Compare: https://github.com/dreamwidth/dw-free/compare/5213bebfd79b...e5a6705a0f85
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: 55840c3a1dbd4769a317f86394f46a701ba13f74
https://github.com/dreamwidth/dw-free/commit/55840c3a1dbd4769a317f86394f46a701ba13f74
Author: ninetyd <ninetyd@dreamwidth.org>
Date: 2013-01-09 (Wed, 09 Jan 2013)

Changed paths:
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/database/layout.s2
M bin/upgrading/s2layers/summertime/layout.s2

Log Message:
-----------
Bug 4823 - Summertime: minor fix on Icons page
Bug 4824 - Abstractia: minor display issue on Icons page
Bug 4825 - Database: add shadow around icons on icons page
http://bugs.dwscoalition.org/show_bug.cgi?id=4823
http://bugs.dwscoalition.org/show_bug.cgi?id=4824
http://bugs.dwscoalition.org/show_bug.cgi?id=4825
-- Consistent vertical alignment in Summertime
-- Consistent display and vertical alignement in Abstractia
-- Add shadow effect around icons on Icons page for a consistent look


Commit: a604e33051e456a6a6e8ed9efd2a0c4376bfbab3
https://github.com/dreamwidth/dw-free/commit/a604e33051e456a6a6e8ed9efd2a0c4376bfbab3
Author: Mark Smith <mark@dreamwidth.org>
Date: 2013-01-10 (Thu, 10 Jan 2013)

Changed paths:
M bin/pbadm

Log Message:
-----------
Adjust output of the pbadm script.


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

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

Log Message:
-----------
(Bug 4829) Fix authenticate() call and returned status

Two things:
* Fixed the method call (oh perl, you let us shoot ourselves in the foot
sometimes)
* Explicitly set the returned status code instead of just the status
* line (see Bug 4832 for more info)


Commit: 27ad075abbf19d00b8935c7591c3f12139abb92f
https://github.com/dreamwidth/dw-free/commit/27ad075abbf19d00b8935c7591c3f12139abb92f
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-01-10 (Thu, 10 Jan 2013)

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

Log Message:
-----------
Merge pull request #209 from afuna/auth-digest-bug4829

(Bug 4829) Fix authenticate() call and returned status


Commit: 5213bebfd79b7b69d89240e824febda809cea4f6
https://github.com/dreamwidth/dw-free/commit/5213bebfd79b7b69d89240e824febda809cea4f6
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-01-10 (Thu, 10 Jan 2013)

Changed paths:
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/database/layout.s2
M bin/upgrading/s2layers/summertime/layout.s2

Log Message:
-----------
Merge pull request #208 from ninetyd/release-1.13

Misc. Styles: minor fixes and improvements on Icons Page


Commit: 0d22ea649e01322e77a2dfa09fc876e1246d7cc6
https://github.com/dreamwidth/dw-free/commit/0d22ea649e01322e77a2dfa09fc876e1246d7cc6
Author: Afuna <fu@dreamwidth.org>
Date: 2013-01-11 (Fri, 11 Jan 2013)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/jquery.postform.js
M views/entry/form.tt

Log Message:
-----------
(Bug 4826) Remember the previous security level after spellcheck

* for reasons related to changing minsecurity, we rebuild the security
level dropdown with JS. We go back to the dropdown's displayed
value only if it the user had already explicitly selected that level,
rather than us having adjusted it because of minsecurity.

See SHA: d1b7b5fa for a detailed breakdown of this case.

Because we wait until the user has explicitly chosen a security level
from the dropdown, this means that the value of the dropdown on load
is ignored. This is not an issue when making a new entry
(minsecurity), and not an issue when editing (that code path is not
triggered on edit), but is an issue when spellchecking (the initial
value *has* been explicitly selected by the user).

This is much longer than the actual code, but the solution then is to
mark the form as having been spell-checked, and then trust that
initial value as being one the user chose deliberately.

* also removes a couple TODOs re: spellcheck which are no longer
relevant since spellcheck is handled for those cases


Commit: e5a6705a0f85eb1d1befcdc2518a9f1fe0d661b8
https://github.com/dreamwidth/dw-free/commit/e5a6705a0f85eb1d1befcdc2518a9f1fe0d661b8
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)

Changed paths:
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/jquery.postform.js
M views/entry/form.tt

Log Message:
-----------
Merge pull request #210 from afuna/spellcheck-security-bug4826

(Bug 4826) Remember the previous security level after spellcheck


Commit: 3d9985a546f382242be4dfe714d0cac0e695726f
https://github.com/dreamwidth/dw-free/commit/3d9985a546f382242be4dfe714d0cac0e695726f
Author: Afuna <fu@dreamwidth.org>
Date: 2013-01-11 (Fri, 11 Jan 2013)

Changed paths:
M bin/pbadm
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/database/layout.s2
M bin/upgrading/s2layers/summertime/layout.s2
M cgi-bin/Apache/LiveJournal.pm
M cgi-bin/DW/Controller/Entry.pm
M htdocs/js/jquery.postform.js
M views/entry/form.tt

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

* release-1.13:
(Bug 4826) Remember the previous security level after spellcheck
(Bug 4829) Fix authenticate() call and returned status
Adjust output of the pbadm script.
Bug 4823 - Summertime: minor fix on Icons page Bug 4824 - Abstractia: minor display issue on Icons page Bug 4825 - Database: add shadow around icons on icons page http://bugs.dwscoalition.org/show_bug.cgi?id=4823 http://bugs.dwscoalition.org/show_bug.cgi?id=4824 http://bugs.dwscoalition.org/show_bug.cgi?id=4825 -- Consistent vertical alignment in Summertime -- Consistent display and vertical alignement in Abstractia -- Add shadow effect around icons on Icons page for a consistent look


Compare: https://github.com/dreamwidth/dw-free/compare/626fb58aee8c...3d9985a546f3
Page generated Jun. 12th, 2025 04:09 pm
Powered by Dreamwidth Studios