• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add index for bulk mail sweeper. was already #10 on sequential reads on learn

Reduce divergency between oracle and postgres codebase and bring portable sql inline

Reuse return url over subsites, remove dummy sql

    • -2
    • +3
    ./packages/acs-subsite/lib/subsites.tcl
Use best practice list idiom

    • -1
    • +1
    ./packages/acs-subsite/lib/subsites.tcl
Avoid useless check

    • -2
    • +1
    ./packages/acs-subsite/lib/subsites.tcl
Proc "util_get_subset_missing": make sure to return the found elements.

Added test case for this proc.

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
    • -5
    • +13
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
allow passing of pretty_names that contain content including less and greater sign

    • -2
    • +2
    ./packages/notifications/www/request-new.tcl
fix overquoting in notification-widget

    • -1
    • +1
    ./packages/forums/www/message-view.adp
    • -1
    • +1
    ./packages/fs-portlet/www/fs-portlet.adp
Localize file-size limits in the UI

    • -4
    • +5
    ./packages/file-storage/www/file-add.tcl
Introduce a client-side check for the maximum file size, inform user of current limit and improve file-size related localization

    • -2
    • +20
    ./packages/file-storage/www/file-add.tcl
Prettify code

    • -10
    • +20
    ./packages/file-storage/www/file-add.tcl
Make 'util_user_message' quote the message when the parameter 'html_p' is false, not otherwise, restoring pre-refactoring behavior and making it coherent with the parameter doc

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Remove obsolete xql files

    • -25
    • +0
    ./packages/file-storage/www/version-delete.xql
improve log messages

    • -5
    • +5
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
Simplify code and exploit parameter contract (we know flags are boolean)

    • -17
    • +10
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Bugfixes et al:

- don't throw a server error if one clicks submit on the empty form without specifying a file

- allow to upload the same zipfile multiple times without throwing an error

- streamline idioms

    • -48
    • +26
    ./packages/file-storage/www/file-add.tcl
Whitespace changes

Add @see and fix typo in proc doc

Fix typo in proc doc

    • -3
    • +3
    ./packages/acs-lang/tcl/localization-procs.tcl
Repeat this block of code here as well, as vars in the checks are not kept in the script body

    • -1
    • +8
    ./packages/attachments/www/file-add-2.tcl
Fix typos in proc doc

Fix typo in proc doc

Chat Redesign: add float clear after user block in user list (also in 'classic' skin)

Chat Redesign: add float clear after user block in user list

don't load deleted messages into the cache and drop conceptually broken parameter

    • -10
    • +7
    ./packages/acs-lang/tcl/lang-message-procs.tcl
    • -8
    • +0
    ./packages/acs-lang/tcl/lang-message-procs.xql
Put some sanity in ancient proc docs with 'pre' tags that were breaking api-doc

    • -65
    • +23
    ./packages/acs-tcl/tcl/utilities-procs.tcl
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.

    • -5
    • +11
    ./packages/chat/tcl/chat-ajax-procs.tcl
    • -2
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
Make parameter comment coherent with the real default value

Chat Redesign: bump version number after parameter cleanup.

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