LDEV-3916: Tweaking the page layout so that the pager knows that the end of the page has been reached, otherwise it thinks it can get more message for the page and ends up loading all the messages in the thread when the page is first opened.
Autoscroll was continually triggering due to a missing div, causing the page to load straight away, rather than waiting for the user to scroll to trigger next load of messages.
LDEV-3812 : IE-9 Compatibility stops the FormData references working in Forum. Removed the meta-tag from affected projects. Cleaned up the DOCTYPEs to ensure they were not causing any issues and put a fallback in place so that if FormData does not work the user can still post messages, just cannot upload files.
LDEV-3775: Bootstrap authoring and monitor. A couple of the secondary screens in monitor have been rationalised to reduce mouse clicks and to reuse existing screens.
LDEV-3779: Name parameters must be straight after the tool_session join, and not after the notebook entry join, or the user name parameters are ignored in the sql query.
LDEV-3779: Name parameters must be straight after the tool_session join, and not after the notebook entry join, or the user name parameters are ignored in the sql query.