• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extract queries from tcl to xql file

    • -18
    • +5
    ./packages/acs-admin/www/apm/version-tag.tcl
    • -0
    • +9
    ./packages/acs-admin/www/apm/version-tag.xql
HTML strict cleanup

- add support for traceing slow calls (5 secs +)

- add user_count_day to statistics in counter log

- provide nicer floating point numbers on statistic pages

    • -6
    • +6
    ./packages/xotcl-request-monitor/www/index.tcl
- rewrite of import/export

- handling of child-objects during import/export

    • -45
    • +104
    ./packages/xowiki/tcl/import-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -36
    • +51
    ./packages/xowiki/www/admin/export.tcl
- handle unnamed entries in method external_name (of Package)

    • -6
    • +9
    ./packages/xowiki/tcl/package-procs.tcl
improve comment

    • -3
    • +4
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
make cleanup safer

    • -1
    • +14
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- make sure that destroy_on_cleanup is called before init for package instance objects, such that it is not possible that an error in Package->init causes half-dead objects in memory

    • -4
    • +3
    ./packages/xotcl-core/tcl/06-package-procs.tcl
- provide means to remove form_link from form-usages

    • -2
    • +7
    ./packages/xowiki/tcl/includelet-procs.tcl
keep rendered state for form fields

    • -1
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
- provide default "" for link anchors

    • -5
    • +12
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- make all switch statements safe (as principle)

    • -2
    • +2
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/policy-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +2
    ./packages/xowiki/www/xinha/file-selector.tcl
Removed the condition to build extra_vars so it won't be NULL, otherwise a null value was causing the query to retrieve URLs of items to fail.

added match operator for correctness checks in form-fields

    • -1
    • +4
    ./packages/xowiki/tcl/form-field-procs.tcl
- new attribute for formfields: correct_when, can be used to specify an expression, when an answer is supposed to be correct

- definition of operators: eq ge gt le lt in btwn

    • -2
    • +61
    ./packages/xowiki/tcl/form-field-procs.tcl
handle cases, where no file storage instance exists

    • -3
    • +8
    ./packages/xowiki/www/xinha/file-selector.adp
    • -24
    • +43
    ./packages/xowiki/www/xinha/file-selector.tcl
correctly escape the rss_xml_frag (by Michael Totschnig) http://openacs.org/bugtracker/openacs/patch?patch_number=882

    • -7
    • +8
    ./packages/search/tcl/syndicate-procs.tcl
add permission checking to first_instance

    • -3
    • +16
    ./packages/xotcl-core/tcl/06-package-procs.tcl
- search for first readable package instance for the given user instead of arbitrary first

    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- fix handling of script_dir for xinha

- add script_dir to list of exported variables for xinha

update dependency

bump version number

- additional method for package hander: first_instance

    • -2
    • +11
    ./packages/xotcl-core/tcl/06-package-procs.tcl
    • -5
    • +4
    ./packages/xotcl-core/tcl/context-procs.tcl
- make get_package_id_from_package_key more robust

    • -1
    • +2
    ./packages/xotcl-core/tcl/06-param-procs.tcl
- handling of script_dir for xinha (in case, no /xowiki is mounted). The directory is needed for the OacsFS plugin

    • -2
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -5
    • +9
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -2
    • +14
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
reduce verbosity

    • -2
    • +1
    ./packages/xowiki/tcl/xowiki-procs.tcl
- avoid problems, if invalid cross xowiki instance links are used

    • -1
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
- use asynchronous http requests in cluster operations

    • -3
    • +6
    ./packages/xotcl-core/tcl/cluster-procs.tcl
- some more cleanup after changes