2014-12-29

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github2014-12-29 02:08 am

[dreamwidth/dw-free] 07f678: Make sure that we don't try to get session cookies...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 07f678faad9e3335a944f8b21cca0201f4d15c11
https://github.com/dreamwidth/dw-free/commit/07f678faad9e3335a944f8b21cca0201f4d15c11
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Make sure that we don't try to get session cookies for embed domain

Leads to infinite loop of redirects


Commit: 0ef07866ddc686dbc53ca1332deb1ef64b08a7a9
https://github.com/dreamwidth/dw-free/commit/0ef07866ddc686dbc53ca1332deb1ef64b08a7a9
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Make sure to return OK status from controller


Commit: 0369afcc8757bd5e9731568a0569002c16e5d2b3
https://github.com/dreamwidth/dw-free/commit/0369afcc8757bd5e9731568a0569002c16e5d2b3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Merge pull request #1103 from afuna/embed-fixes

Fixes to converted embed


Compare: https://github.com/dreamwidth/dw-free/compare/47a9f74735c4...0369afcc8757
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github2014-12-29 03:09 am

[dreamwidth/dw-free] 69adf3: Make consistent creating of the authas form

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 69adf30722df46503124384730a9af584927512e
https://github.com/dreamwidth/dw-free/commit/69adf30722df46503124384730a9af584927512e
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Dev.pm
M cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin.pm
M views/dev/style-guide.tt
M views/settings/accountstatus.tt

Log Message:
-----------
Make consistent creating of the authas form

* prefered is to pass in authas => 1 or authas => { show_all => 1 } (or
whatever args) to controller(). For foundation pages, use
$rv->{authas_form}, where the authas is wrapped in an actual form. For
non-foundation pages, use $rv->{authas_html} which only has the select
HTML. This means that we don't have to worry about checking for
authas, so long as we make sure to use $rv->{u} versus $rv->{remote}
where it matters

* remove now-obsolete plugin authas function


Commit: 9f81e46890dfa7cad80926877f2ab672179a0cdc
https://github.com/dreamwidth/dw-free/commit/9f81e46890dfa7cad80926877f2ab672179a0cdc
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Changed paths:
M cgi-bin/DW/Controller.pm
M cgi-bin/DW/Controller/Dev.pm
M cgi-bin/DW/Controller/Settings.pm
M cgi-bin/DW/Template/Plugin.pm
M views/dev/style-guide.tt
M views/settings/accountstatus.tt

Log Message:
-----------
Merge pull request #1104 from afuna/authas-controller

Make consistent creating of the authas form


Compare: https://github.com/dreamwidth/dw-free/compare/0369afcc8757...9f81e46890df
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github2014-12-29 03:14 am

[dreamwidth/dw-free] bc3f8b: Make sure we include jquery ui theme for journal p...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: bc3f8b1e258e3181c4a81e20ff37e4fec68e9251
https://github.com/dreamwidth/dw-free/commit/bc3f8b1e258e3181c4a81e20ff37e4fec68e9251
Author: Afuna <fu@dreamwidth.org>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Make sure we include jquery ui theme for journal pages

(this used to be included everywhere in ljlib.pl, but since we don't
want it on site pages anymore, do this in S2.pm)


Commit: 6851c70681c7f55fe4782c37b6d6bf03ae97af3f
https://github.com/dreamwidth/dw-free/commit/6851c70681c7f55fe4782c37b6d6bf03ae97af3f
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)

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

Log Message:
-----------
Merge pull request #1105 from afuna/dialog-bg

Make sure we include jquery ui theme for journal pages


Compare: https://github.com/dreamwidth/dw-free/compare/9f81e46890df...6851c70681c7