• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bump jquery version to 1.12.3

strip out empty query parameter

fix boolean adp expressions

    • -6
    • +6
    /openacs-4/packages/messages/www/send.adp
fix typos

    • -3
    • +3
    /openacs-4/packages/messages/www/read.tcl
fix boolen expression

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

cleanup temportary objects after run_jobs

    • -0
    • +1
    /openacs-4/packages/xowf/tcl/atjob-procs.tcl
fix typo

turn procs into private ad_procs with doc-strings

add "developer tools" to default admin menu

make test cases proper test cases using the automated testing framework

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

fix potential overquoting in breadcrums (main site name)

make it possible to run auth::authority::create in the background

Fix variable name (Many thanks to Markus Moser)

Quote the backslash as well...

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

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.

whitespace changes

Address issue #3358: avoid duplicate entries in notification_requests via data model, in case the check in notification::request::new for existing requests with the same type_id, object_id and user_id is somehow bypassed