• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:hectorr:20190408132437:1 does not match your current filter (clear filter).

file message-undelete.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-lang/www/admin/message-undelete.adp
file message-undelete.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-lang/www/admin/message-undelete.tcl
change references from "http://*tcl.tk/" to "https://*tcl-lang.org/"

    • -2
    • +2
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
    • -2
    • +2
    ./acs-tcl/tcl/openacs-kernel-procs.tcl
    • -1
    • +1
    ./acs-tcl/tcl/test/text-html-procs.tcl
dont rely on upper/lower case on header fields

    • -4
    • +4
    ./acs-tcl/tcl/request-processor-procs.tcl
fix broken link

    • -1
    • +1
    ./acs-content-repository/www/doc/tutorial.html
make clear, that just portrait_title is used

pull out 2 queries from .xql to tcl improve readability

white-space changes

provide on reviews not only the web-based diff, but as well a text based diff, in case the web-based diff

fails to show differences.

- document the web-callable methods

- separater test cases from test helper procs

    • -77
    • +262
    ./xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +52
    ./xowiki/tcl/test/check-method-procs.tcl
file check-method-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowiki/tcl/test/check-method-procs.tcl
automatically re-source the testfile when re-running a single test

    • -14
    • +26
    ./acs-automated-testing/www/admin/rerun.tcl
add test case for repeated form field with default

    • -4
    • +94
    ./xowiki/tcl/test/xowiki-test-procs.tcl
whitespace changes

file upgrade-5.10.0d15-5.10.0d16.sql was initially added on branch oacs-5-10.

Modernize SQL existence test: make it more readable and faster

Add 'lang::message::undelete', in order to provide an API for undeletion of messages deleted via 'lang::message::delete', and modify 'lang::message::edit' accordingly. Next step would be to provide a user interface for it.

    • -36
    • +66
    ./acs-lang/tcl/lang-message-procs.tcl
Fix typo

Whitespace cleanup

Whitespace cleanup

Change the cr_items name together with the label, or renamed folders might clash with others in the future

Whitespace cleanup

Code was meant to check existance of the field in the dict

improve behavior in error cases. When the request fails early, "ad_context_node_list" might return

an empty list, such that "lindex ... 1" will fail

    • -104
    • +112
    ./acs-tcl/tcl/navigation-procs.tcl
file upgrade-5.10.0d14-5.10.0d15.sql was initially added on branch oacs-5-10.

Modernize SQL existence test: make these more readable and faster

    • -12
    • +11
    ./acs-kernel/sql/postgresql/community-core-create.sql
Add missing constraint at creation

user_id is supposed to come from auth::create_user

    • -2
    • +1
    ./acs-automated-testing/tcl/aa-test-procs.tcl
No need to count every entry

    • -6
    • +5
    ./dotlrn/tcl/dotlrn-security-procs.tcl
Provide a default value to handle cases happened during tests on a vanilla instance (e.g. xowiki create_form_with_form_instance)