github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2015-06-27 09:37 pm

[dreamwidth/dw-free] cded16: [#1451] Nest questions in an extra hash to avoid n...

Branch: refs/heads/release-1.25
Home: https://github.com/dreamwidth/dw-free
Commit: cded16a9cb8ece17c44ca640fed8b24393c22cd6
https://github.com/dreamwidth/dw-free/commit/cded16a9cb8ece17c44ca640fed8b24393c22cd6
Author: Afuna <fu@dreamwidth.org>
Date: 2015-06-26 (Fri, 26 Jun 2015)

Changed paths:
M cgi-bin/DW/Controller/Support/Faq.pm
M views/support/faq.tt

Log Message:
-----------
[#1451] Nest questions in an extra hash to avoid namespace conflicts

"site" is used as a reserved top-level variable name in TT pages, e.g.,
"site.root". So when we tried to use "site" (the category name) as a
top-level variable, it was overshadowed. This moves the categories off
the top-level to avoid namespace conflicts

Fixes #1451.


Commit: 3f6a8a814e2097c716ee7ad6c234aa94ecefe655
https://github.com/dreamwidth/dw-free/commit/3f6a8a814e2097c716ee7ad6c234aa94ecefe655
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-06-27 (Sat, 27 Jun 2015)

Changed paths:
M cgi-bin/DW/Controller/Support/Faq.pm
M views/support/faq.tt

Log Message:
-----------
Merge pull request #1458 from afuna/site-faq-bug-1451

[#1451] Nest questions in an extra hash to avoid namespace conflicts


Compare: https://github.com/dreamwidth/dw-free/compare/09cb13059c28...3f6a8a814e20