• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
avoid localization substitutions in content of forums messages in notification messages

    • -1
    • +11
    ./packages/forums/tcl/messages-procs.tcl
reactivate ad_html_to_text in search renderer

    • -7
    • +10
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
improving ad_html_to_text:

- handle src specs with "data:" (skip data)

- handle anchors with empty hrefs and internal links by not adding these to the text rendering

- add test cases to regression test

    • -4
    • +10
    ./packages/acs-tcl/tcl/text-html-procs.tcl
add "style" to the elements to be delete for search

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
last part of site_nodes changes with tree_sortkey dependency

    • -16
    • +23
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Bump version number due to changes on tree_sortkeys on site nodes table

    • -3
    • +3
    ./packages/acs-subsite/acs-subsite.info
Bump acs-tcl version number to 5.10.0d21 to be able to refer to a version with the changes on tree_sortkeys on site nodes

strip potentially confusing content from result of search renderer

    • -4
    • +12
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
fix issue #3360; probably a problem that shows up with pg10.

fix typo

fix name of doc tag

Introduce has_children for SiteNodeUrlspaceCache to avoid queries returning potentially a huge list of results

    • -3
    • +30
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
make checking of pg_version number more robust (backporting changes from head).

See also issue #3359

Reduce dependencies on tree_sortkey of site_nodes.

One old query was broken (depending on a constant node_id). It is not clear, what the

exact intended semantics were, so we left the original query in and added a new

query returning the exact same result.

    • -3
    • +6
    ./packages/workflow/www/admin/workflow-ae.tcl
change queries on site-node tree from tree_sortkey to recursive queries

fix typo