• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add secondary series with authenticated users

bump version number to 0.52

    • -56
    • +131
    ./packages/xotcl-request-monitor/www/index.tcl
add missing proc_doc

improve comment

    • -4
    • +6
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
correct the name of the tested proc

Delete from duplicated notification request entries before trying to add the unique constraint to deal with broken data

fix error message: The variable "result" is not set in error cases

improve comment

improve comments

use NaviServer/AOLserver native mutex and prefer the more secure ad_mutex_eval

remove obsolete comment

    • -10
    • +1
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
improve spelling

    • -2
    • +2
    ./packages/categories/tcl/tagcloud-procs.tcl
improve comments and spelling

improve Oracle compatibility

    • -15
    • +13
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
make handling of session_ids more robust (necessary for user-switching feature)

    • -29
    • +34
    ./packages/acs-tcl/tcl/security-procs.tcl
fix typo

    • -2
    • +2
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/security-procs.tcl
Fix installer by uniforming columns returned by the two query variants

Create a full subsite instead of just a node, or the context bar will ignore it, then consider localization in the test

Consider localization when testing the context bar

Fix list expression

Slightly adjust chat height

    • -1
    • +1
    ./packages/chat/www/resources/chat.css
Improve screen space usage, instead of manually resize

    • -3
    • +1
    ./packages/chat/www/resources/chat.css
Chat Redesign:

+ Improve responsiveness placing the user list on top of the chat in smaller screens

+ Use the input placeholder property for the message label

+ Hide the submit button

+ Slightly change the border colors

+ Leave the textbox size for the css

+ Increase the height to a more reasonable value

    • -3
    • +27
    ./packages/chat/www/resources/chat.css
Rework css overflow again

    • -2
    • +4
    ./packages/chat/www/resources/chat.css
Remove extra overflows in css

    • -2
    • +0
    ./packages/chat/www/resources/chat.css
Make chat box resizable

    • -1
    • +5
    ./packages/chat/www/resources/chat.css
Use the new utility to refresh the chat whenever one lands here from the browser history

Add new utility to trigger a browser refresh when we reach a page by the browser's history

Useful e.g. for those pages implementing some server push interaction, where browser might have 'missed out' events while on another page

    • -0
    • +21
    ./packages/acs-templating/tcl/head-procs.tcl
When transcripting a message, use the provided user_id when available

This fixes auto logout messages being written down as from unregistered visitor in the transcript

    • -3
    • +4
    ./packages/chat/tcl/chat-ajax-procs.tcl
Specialize the way chat::Chat class retrieves the package_id: use the context_id of the chat room (if this is a valid chat room)

This will allow to embed a chat::Chat instance in a xowiki page pinting to an existing chat room and let it use the chat package specific features to e.g. keep transcripts of a conversation

    • -1
    • +9
    ./packages/chat/tcl/chat-ajax-procs.tcl
Fade out obsolete code

    • -219
    • +220
    ./packages/chat/tcl/chat-procs.tcl