• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
Port of downstream fix, provide a default for param_action (same as portal::add_element_parameters)

Also test that no missing message keys are there when rendering the portlet

  1. … 10 more files in changeset.
Test also the shaded portlet

    • -21
    • +29
    ./tcl/test/chat-portlet-procs.tcl
  1. … 3 more files in changeset.
Do not interrupt the whole script, just return the template

Basic test of portlet rendering

Port of downstream behavior:

- never display all of the rooms, but only those where we have access (e.g. read permission and not banned) on the specified packages

- when the portlet is rendered outside of a community, e.g. in the personal home, split chat rooms by package (community name)

- considered rendering outside a connection or lack of package as shaded

- display number of currently connected users

- (Postgres only) provide a more efficient query when one might have access to many chats

Cus short computations when the portlet is shaded

Reduce divergency between Oracle and Postgres codebase

Cleanup the vestigial moderated_p flag

  1. … 8 more files in changeset.
Get rid of the intermediate "room-enter" page and enforce all of the relevant permission in place in the "chat" page, cleanup variables and update automated tests

  1. … 5 more files in changeset.
Add doc

fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

  1. … 87 more files in changeset.
Italian localization for the package

    • -0
    • +10
    ./catalog/chat-portlet.it_IT.ISO-8859-1.xml
file chat-portlet.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-10.

    • -0
    • +0
    ./catalog/chat-portlet.it_IT.ISO-8859-1.xml
Add 'chat_portlet_add_remove_from_page' test case, covering 'chat_portlet::add_self_to_page', 'chat_portlet::remove_self_from_page', 'chat_admin_portlet::add_self_to_page' and 'chat_admin_portlet::remove_self_from_page'

Add 'chat_admin_portlet::get_pretty_name' and 'chat_portlet::get_pretty_name' to 'chat_portlet_links_names' test case

Add simple test cases for link procs in 'chat-portlet'

file chat-portlet-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/chat-portlet-procs.tcl
added editor hints and white-space cleanup

  1. … 21 more files in changeset.
Add doc for public procs

Bring files on oacs-5-10 in sync with HEAD

  1. … 159 more files in changeset.
Revert reduction of divergency between oracle and postgres codebase:

this conflicts hard with downstream code and results in less scalable behavior

Add editor hints

Reduce divergency between oracle and postgres codebase

    • -0
    • +38
    ./www/chat-portlet.xql
Remove reference to client, as now this is decided in the xowiki chat implementation

Prefer 'incr' to increment variables instead of 'expr'.

  1. … 3 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 365 more files in changeset.