• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bump version number of jquery to 1.12.3

    • -2
    • +2
    ./packages/xotcl-request-monitor/www/index.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/03-doc-procs.tcl
bump jquery version to 1.12.3

strip out empty query parameter

    • -5
    • +5
    ./packages/acs-api-browser/www/proc-search.tcl
    • -2
    • +2
    ./packages/acs-api-browser/www/proc-view.tcl
fix boolean adp expressions

    • -1
    • +1
    ./packages/messages/www/read-message.adp
fix typos

    • -7
    • +7
    ./packages/jabber/www/admin/online-users.tcl
    • -2
    • +2
    ./packages/jabber/www/conference/invite.tcl
    • -4
    • +4
    ./packages/messages/tcl/messages-procs.tcl
    • -3
    • +3
    ./packages/messages/www/print-message.tcl
fix boolen expression

    • -2
    • +2
    ./packages/jabber/www/user-register.adp
clean up temporary objects after scheduled jobs

    • -1
    • +9
    ./packages/acs-tcl/tcl/utilities-procs.tcl
cleanup temportary objects after run_jobs

fix typo

turn procs into private ad_procs with doc-strings

add "developer tools" to default admin menu

    • -0
    • +4
    ./packages/acs-subsite/acs-subsite.info
make test cases proper test cases using the automated testing framework

    • -0
    • +29
    ./packages/xowf/tcl/test/xowf-test-procs.tcl
fix potential problem when updating cache on top-level site

    • -5
    • +17
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
    • -8
    • +0
    ./packages/acs-tcl/tcl/site-nodes-procs.xql
fix potential overquoting in breadcrums (main site name)

    • -2
    • +2
    ./packages/acs-tcl/tcl/navigation-procs.tcl
make it possible to run auth::authority::create in the background

Fix variable name (Many thanks to Markus Moser)

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
Quote the backslash as well...

    • -2
    • +2
    ./packages/xotcl-core/tcl/chat-procs.tcl
use simple query as local query to make purpose more evident

improve spelling

Provide a simply authority named "acs_testing" for creating test users during runs of the regression test.

Use this authority in ::acs::test::user::create to avoid problems with the default authority of the site.

reduce verbosity

add new proc "acs_sc_update_alias_wrappers" to allow refetching of wrapper functions

bump version number to 5.10.0d3

pass authority_id to acs_user::get_by_username

auth::create_user: add parameter authority_id to enable creation of users in arbitrary authorities

acs_sc::impl::get_id: in case, no such implementation is available, return empty. This makes it possible to use this function to test for existance.

use full namespace paths to avoid variable lookup mixups from global variables

whitespace changes

    • -19
    • +21
    ./packages/acs-admin/www/auth/authority.tcl
fixing old bug: overwriting help_contact_text with help_contact_text_format. This could not have been correct, wonder, why this did not show up.

    • -1
    • +1
    ./packages/acs-admin/www/auth/authority.tcl
whitespace changes