Apply patches sent by Harlow Solutions -- for WebCit
authorArt Cancro <ajc@citadel.org>
Tue, 2 May 2023 02:42:14 +0000 (22:42 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 2 May 2023 02:42:14 +0000 (22:42 -0400)
commit0ef7d4c107832e7ef033159be49159c51331a9b1
tree77b1fa7f80f63e05aefc69c27bb6668faafd77df
parentfaf97c017a23389525abc1809be290a81c59b56a
Apply patches sent by Harlow Solutions -- for WebCit

Fix missing parenthesis in Edit Bio and Wiki empty page
Fix multiple pages and code to start/end <div> sections properly.
In the Summary page, add line breaks to the “About this server” widget to make it more readable.
In contact view (msg_display) fix missing address label title (invalid variable used) and use variables for other labels instead of hard coding.
When displaying Contact address, remove blank lines if P.O. Box or street fields are blank.
subst.c: Expand ITEM format X to allow appending text after a non-blank ITEM value.  Used to add line breaks only on non-blank lines, etc.
download.c and static.c: Fix invalid reference to blank gif because the output function added the request line from original image to the link which is invalid.
16 files changed:
citadel/utils/ctdl3264.c
webcit/downloads.c
webcit/static.c
webcit/static/t/aide/display_menu.html
webcit/static/t/aide/global_config.html
webcit/static/t/display_main_menu.html
webcit/static/t/msg_listview.html
webcit/static/t/summary/page.html
webcit/static/t/trailing.html
webcit/static/t/user/edit_bio.html
webcit/static/t/user/show.html
webcit/static/t/vcard/list/item.html
webcit/static/t/vcard/msg_display.html
webcit/static/t/wiki/empty.html
webcit/subst.c
webcit/vcard_edit.c