• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix collateral damage in upgrade scripts of file-storage

- update postgres function to modern style plpgsql definitions using dollar quoting

  1. … 27 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

- replace deprecated command "ns_unlink" with native tcl command "file delete"

- annotate currently failing test

    • -3
    • +4
    /openacs-4/packages/xowiki/www/admin/test.tcl
- fix logic for validity check for tag links

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- naviserver compatiblity fix

- update postgres function to modern style plpgsql definitions using dollar quoting

- update postgres function to modern style plpgsql definitions using dollar quoting

- update postgres function to modern style plpgsql definitions using dollar quoting

- update postgres function to modern style plpgsql definitions using dollar quoting

- replace deprecated command "ns_unlink" with native tcl command "file delete"

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 5 more files in changeset.
- make search callback compatible with definition in search/tcl/search-procs.tcl

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

- added "@var;literal@" notation: such variables are neither quoted nor localized. This leads to more sane code in case of comparison in .adp files

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

- remove repeatable (new one will come)

- add implicit default value for required enumerations.

- add fully qualified query name

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- use tcl 8.4 comparison operator

- store secret tokens as described in the comment per thread (previously it did not)

- use tcl 8.5 language construct to shorten code

- use a single file operation in the most common case

- cleanup and minor performance improvements

- adding title to form-fields

- use new naviserver command ns_driversection if available to determine writer spooling

- add handling of modification dates to download method

- CompoundField: honor field types in same_value

- CompoundField: propagate validation to subcomponents

- added "same_value" method to compare two formfield values (ignores formfield names in compound fields)