This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Citadel Server, WebCit, utilities".
The branch, master has been updated via 52e23096ff3ed8d989cb100715082329704b003d (commit) from 96877f3404aff55f81a2046b374154518a8d1cf9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://code.citadel.org/?p=citadel.git&a=commit&h=52e23096ff3ed8d989cb100715082329704b003d commit 52e23096ff3ed8d989cb100715082329704b003d Author: Art Cancro <a...@citadel.org> Date: Tue Dec 14 16:17:53 2021 -0500 Major change to the javascript forum view. We now wait for all messages to be loaded before rendering them all in one shot. Rendering works, opening the reply box works, saving a message works, but we still have to figure out how to render a message in the location where it was entered. Or maybe that's not a good idea? Also the scroll_to semantics are broken but we are in a better position to redo this in a simpler way. ----------------------------------------------------------------------- Summary of changes: webcit-ng/forum_view.c | 11 --- webcit-ng/static/js/main.js | 52 ----------- webcit-ng/static/js/util.js | 49 ++++++++++ webcit-ng/static/js/view_forum.js | 192 +++++++++++++++++++++----------------- 4 files changed, 154 insertions(+), 150 deletions(-) hooks/post-receive -- Citadel Server, WebCit, utilities