• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Other leftovers

Other files deleted

Delete more zombie files

Delete zombie file from merge with MAIN

merge with missing files

  1. … 1450 more files in changeset.
merge from oacs-5-10

    • -132
    • +0
    ./java/adChatClientListener.java
  1. … 8085 more files in changeset.
file chat.adp was initially added on branch oacs-5-10.

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

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

    • -0
    • +0
    ./tcl/test/webtest-procs.tcl
file chat-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/chat-test-procs.tcl
file transcript-new.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/transcript-new.adp
file toggle-active.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/toggle-active.tcl
file apm-callback-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/apm-callback-procs.tcl
file upgrade-6.0.0d1-6.0.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-6.0.0d1-6.0.0d2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-6.0.0d1-6.0.0d2.sql
file xotcl-chat-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/xotcl-chat-procs.tcl
file upgrade-5.0.1d6-5.0.1d7.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.0.1d6-5.0.1d7.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.0.1d6-5.0.1d7.sql
file upgrade-5.0.1d5-5.0.1d6.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.0.1d5-5.0.1d6.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.0.1d5-5.0.1d6.sql
Whitespace changes + Added editor hints

  1. … 13 more files in changeset.
Chat Redesign:

  1. … 3 more files in changeset.
Chat Redesign:

+ Add specific container for the chat includelet (xowiki-chat-includelet).

+ Set a sensible default for the 'xowiki-chat-includelet' size.

+ Move the 'my-user-id' hidden element in the chat adp to the chat procs.

+ Rename 'my-user-id' element to 'xowiki-my-user-id'.

+ Get the ChatSkin parameter inside the login proc.

+ Include the skin parameter in the chat includelet.

  1. … 6 more files in changeset.
Chat Redesign: bump version number after parameter cleanup.

Chat Redesign: cleanup of obsolete parameters ('AppletHeight','AppletWidth','DefaultClient','ServerHost','ServerPort').

  1. … 2 more files in changeset.
Chat Redesign:

+ Skin support.

+ New 'ChatSkin' instance parameter, with currently two possible values: 'classic' and 'bubbles'.

+ Skins are located in the new packages/xowiki/www/resources/chat-skins/ directory.

+ New 'bubbles' skin, default for the chat package.

+ Old skin renamed to 'classic', default for the xowiki includelet.

+ New skins can be created by just adding the css and js files in the skins directory, and naming them accordingly. For example, being '$skin' the name of the new skin, the files should be named chat-$skin-common.js and chat-$skin.css.

+ New '-skin' parameter to the Chat login proc, containing the name of the skin (i.e. 'classic' or 'bubbles').

+ Bump version number.

  1. … 7 more files in changeset.
Fix contract doc

Use ad_include_contract and revise current usages (e.g. write_p was not used anywhere)

Use ad_include_contract on this page

Bring all sql inline

Replace silent catch idiom

Use ad_include_contract

Provide a working way to configure the plain xowiki chat includelet:

at Chat class instantiation one can now specify a configuration dict that will be

persisted in an nsv and used to set option parameters (instance variables) such as login messages, logout messages

and the messages time window (and potentially other options in the future). This persistent configuration happpens whenever a client

logs in.

  1. … 2 more files in changeset.