• last updated 57 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
case fold before checking if column exists

    • -1
    • +2
    ./acs-tcl/tcl/test/datamodel-test-procs.tcl
changing code to consistently handle cases of novalue versus empty string, other syntax fixes

    • -46
    • +37
    ./spreadsheet/tcl/form-procs.tcl
dont give table and id columns for tables that do not exist; maybe there should be an upgrade to fix this as well

make created view with : use _ instead (fix for xowiki object types)

you need to flush the package id to package_key map on update otherwise parameter updates and other things depending on package key fail until server restart. no attempt made to fix teh xotcl-core cached version. also misnamed query fixed

accept pkey, fkey, and key as constraint suffixes since the pg automatic names use them and are good

    • -2
    • +4
    ./acs-tcl/tcl/test/datamodel-test-procs.tcl
fix typos and xml in query file

    • -4
    • +8
    ./lorsm/www/admin/reorder-items-oracle.xql
revising argument passing for procs to be more flexible and intuitive

    • -49
    • +197
    ./spreadsheet/tcl/form-procs.tcl
minor revisions, adding qf_textarea, untested

refining qf_open, adding qf_fieldset, untested

    • -42
    • +118
    ./spreadsheet/tcl/form-procs.tcl
add missing access policy message keys

    • -0
    • +3
    ./bug-tracker/catalog/bug-tracker.en_US.ISO-8859-1.xml
- fixed severe vulnerability with path traversal attack

    • -1
    • +6
    ./acs-api-browser/www/content-page-view.tcl
- fixed severe vulnerability with path traversal attack

    • -1
    • +6
    ./acs-api-browser/www/content-page-view.tcl
- fixed severe vulnerability with path traversal attack

    • -1
    • +6
    ./acs-api-browser/www/content-page-view.tcl
- reset filename in case of attack

    • -2
    • +2
    ./acs-api-browser/www/content-page-view.tcl
- fixed severe vulnerability with path traversal attack

    • -1
    • +6
    ./acs-api-browser/www/content-page-view.tcl
- fixed severe vulnerability with path traversal attack

    • -1
    • +8
    ./acs-api-browser/www/content-page-view.tcl
On my previous commit I added a not null constraint for name column on site_nodes, the problem is that main site node on oracle has a NULL name ( given the fact that empty strings are managed as NULL on Oracle ) therefore doesnt make sense to have such constraint.

- Avoiding usage of coalesce function on site_nodes table columns in WHERE clause, this was leading to usage of sequencial scans which can be expensive when having a huge amount of site_nodes. Instead we go for isolation of the case when requestion a node with a null parent ( this would be the main site node ) and we use the = operator so the planner goes for a index scan.

- Adding not null constraint to site_nodes(name)

    • -0
    • +9
    ./acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d2-5.7.0d3.sql
adding remember attributes feature for shorthand coding

- fix before-uninstantiate for legacy folders (many thanks to Michael Aram)

- fix class handling for image links, regression test runs again without errors

    • -3
    • +7
    ./xowiki/tcl/xowiki-callback-procs.tcl
- fix context_id for inheritance of permissions. After transformation from folders to form-pages, context id was -100

- fix object_type for folders transformed via ::xowiki::tranforms_root_folder

- bump version number to 0.135

    • -1
    • +3
    ./xowiki/tcl/xowiki-callback-procs.tcl
adding dynamic forms procs for handling spreadsheet forms etc. status: untested

    • -0
    • +181
    ./spreadsheet/tcl/form-procs.tcl
- provide better rfc 3986 compliant url-encoding (relevant when subst_blank_in_name is turned off) to fix behavior in naviserver

    • -1
    • +47
    ./xowiki/tcl/xowiki-utility-procs.tcl
- fix passing of "-id i...." in includelets

- added parameter "-cssid ..." to all links generated via [[...]]

- en:photo.form: simple default form

- generalize yui-carousel to work with FormPages of en:photo.form

- pass geometry in links

- bump version number to 0.134

- en:photo.form: simple default form

- generalize yui-carousel to work with FormPages of en:photo.form

- pass geometry in links

- bump version number to 0.134

    • -0
    • +8
    ./xowiki/www/prototypes/photo.form.page
- en:photo.form: simple default form

- generalize yui-carousel to work with FormPages of en:photo.form

- pass geometry in links

- bump version number to 0.134

    • -36
    • +102
    ./xowiki/tcl/includelet-procs.tcl
- make sure to change image, when a new revision is uploaded

Add test with many datatypes