[dreamwidth/dw-free] 548b93: use sitescheme error pages in LJ::make_journal
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 548b93a5847b1f889be48eb7999da3773eaf04f0 https://github.com/dreamwidth/dw-free/commit/548b93a5847b1f889be48eb7999da3773eaf04f0 Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M cgi-bin/LJ/User/Styles.pm
Log Message:
use sitescheme error pages in LJ::make_journal
This uses the new suspended.tt and purged.tt templates for the relevant error page displays.
Commit: 878e46c32efcf7b5801c528b2ed0e23cec2d0909 https://github.com/dreamwidth/dw-free/commit/878e46c32efcf7b5801c528b2ed0e23cec2d0909 Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/en.dat M cgi-bin/LJ/User/Styles.pm A views/error/suspended-entry.tt
Log Message:
add sitescheme error template for viewing a suspended entry
Not sure how the error.suspended.entry string came to be defined in production but not in en.dat. I got it copied over, though.
Commit: 97c03b03ff3037ee4a95faf2635da33df61a3ae8 https://github.com/dreamwidth/dw-free/commit/97c03b03ff3037ee4a95faf2635da33df61a3ae8 Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/en.dat M cgi-bin/Apache/LiveJournal.pm M cgi-bin/LJ/User/Styles.pm A views/error/unknown-user.tt
Log Message:
[#2177] add sitescheme error template for 404 no such user
Tagging #2177 because I consider Foundation sitescheme rendering an improvement, but the error text hasn't really changed.
Commit: 4d753ec02ee1377b7bba458a4ec5f7bb9ad29b58 https://github.com/dreamwidth/dw-free/commit/4d753ec02ee1377b7bba458a4ec5f7bb9ad29b58 Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/en.dat M cgi-bin/LJ/User/Styles.pm A views/error/openid-user.tt
Log Message:
add sitescheme error template for viewing the journal of an ext_xxx user
Commit: 47ddc816ca115635de2a9c707ccf12d58153077e https://github.com/dreamwidth/dw-free/commit/47ddc816ca115635de2a9c707ccf12d58153077e Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/deadphrases.dat M bin/upgrading/en.dat M cgi-bin/LJ/User/Styles.pm A views/error/tagview.tt
Log Message:
add sitescheme error template for tag view errors and refactor
Commit: 23312c997c300ba1aaa97d300c5fdae497a6593f https://github.com/dreamwidth/dw-free/commit/23312c997c300ba1aaa97d300c5fdae497a6593f Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M cgi-bin/LJ/User/Styles.pm
Log Message:
show sitescheme error when user can't view their network page
Commit: d897da19016ad4062700dde7ca67bff4ffee4afe https://github.com/dreamwidth/dw-free/commit/d897da19016ad4062700dde7ca67bff4ffee4afe Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M bin/upgrading/deadphrases.dat M bin/upgrading/en.dat M cgi-bin/LJ/User/Styles.pm
Log Message:
remove unused string error.vhost.nocomm
When invoking badargs, the return value is ignored.
Commit: 681efb029c5834ed3bb3c0de0ff909b1b5275bfe https://github.com/dreamwidth/dw-free/commit/681efb029c5834ed3bb3c0de0ff909b1b5275bfe Author: Kareila kareila@dreamwidth.org Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M cgi-bin/LJ/User/Styles.pm A views/error/vhost.tt
Log Message:
replace $notice with $error using sitescheme error template
Compare: https://github.com/dreamwidth/dw-free/compare/ac8755ae7335...681efb029c58