• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

generalized anchor handling

    • -11
    • +3
    ./packages/xowiki/tcl/link-procs.tcl
    • -5
    • +12
    ./packages/xowiki/tcl/package-procs.tcl
    • -4
    • +10
    ./packages/xowiki/tcl/xowiki-procs.tcl
- substitute & in where clauses

    • -1
    • +7
    ./packages/xowiki/tcl/includelet-procs.tcl
- provide more comments

    • -3
    • +6
    ./packages/xowiki/tcl/xowiki-procs.tcl
handle @current_user@ for FormPages as well (in case, it does not exist)

    • -20
    • +28
    ./packages/xowiki/tcl/xowiki-procs.tcl
- use untrusted_user_id instead of user_id for @current_user@, in case the login expires

    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
- fix method name

    • -2
    • +2
    ./packages/xotcl-core/tcl/context-procs.tcl
- perform variable substitution before brace substitution to allow to

use variables as input of includelet arguments (before, this was only so

for form pages)

- some cleanup in adp_subst and get_content methods

- use variable @current_user@ for the currently_connected user

    • -32
    • +44
    ./packages/xowiki/tcl/xowiki-procs.tcl
fixed a bug about a missing border, commented on http://openacs.org/forums/message-view?message%5fid=1877242 and talked in .lrn meeting 20080923.

- handling the case for numeric fields, where e.g. floating pouint input is collected, but at a later time, the developer changes the format to integer

    • -2
    • +9
    ./packages/xowiki/tcl/form-field-procs.tcl
- reduce collateral damage of last changes

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
fixing nextval in sequence for pg 8.2+

    • -1
    • +1
    ./packages/ecommerce/www/shopping-cart-quantities-change-postgresql.xql
- postprocess output of lc_parse_number with expr to get a better canonical representation

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl