• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix broken image paths

    • -0
    • +8
    ./acs-core-docs/www/acs-package-dev.html
    • -9
    • +9
    ./acs-core-docs/www/analog-install.html
    • -15
    • +15
    ./acs-core-docs/www/analog-setup.html
    • -61
    • +84
    ./acs-core-docs/www/aolserver.html
    • -48
    • +70
    ./acs-core-docs/www/aolserver4.html
    • -91
    • +109
    ./acs-core-docs/www/apm-design.html
    • -126
    • +131
    ./acs-core-docs/www/apm-requirements.html
    • -12
    • +21
    ./acs-core-docs/www/automated-testing-best-practices.html
    • -1
    • +7
    ./acs-core-docs/www/backup-recovery.html
    • -40
    • +49
    ./acs-core-docs/www/bootstrap-acs.html
    • -0
    • +5
    ./acs-core-docs/www/complete-install.html
    • -2
    • +6
    ./acs-core-docs/www/configuring-configuring-packages.html
    • -2
    • +6
    ./acs-core-docs/www/configuring-configuring-permissions.html
  1. … 159 more files in changeset.
fix broken image paths

    • -3
    • +5
    ./acs-core-docs/www/acs-package-dev.html
    • -9
    • +9
    ./acs-core-docs/www/analog-install.html
    • -15
    • +15
    ./acs-core-docs/www/analog-setup.html
    • -69
    • +69
    ./acs-core-docs/www/aolserver.html
    • -56
    • +56
    ./acs-core-docs/www/aolserver4.html
    • -100
    • +100
    ./acs-core-docs/www/apm-design.html
    • -128
    • +128
    ./acs-core-docs/www/apm-requirements.html
    • -14
    • +14
    ./acs-core-docs/www/automated-testing-best-practices.html
    • -42
    • +42
    ./acs-core-docs/www/bootstrap-acs.html
    • -2
    • +2
    ./acs-core-docs/www/complete-install.html
    • -3
    • +3
    ./acs-core-docs/www/configuring-configuring-packages.html
    • -3
    • +3
    ./acs-core-docs/www/configuring-configuring-permissions.html
    • -4
    • +4
    ./acs-core-docs/www/configuring-install-packages.html
  1. … 156 more files in changeset.
be a bit more graceful on missing requests.

    • -17
    • +18
    ./acs-developer-support/www/request-info.adp
    • -1
    • +3
    ./acs-developer-support/www/request-info.tcl
content_type css_file does not exist, require admin permission to do this, read file all at once instead of line by line

    • -13
    • +7
    ./acs-developer-support/www/css-edit.tcl
    • -1
    • +3
    ./acs-developer-support/www/css-list.tcl
    • -1
    • +2
    ./acs-developer-support/www/css-make-live.tcl
    • -1
    • +3
    ./acs-developer-support/www/search.tcl
- adding support for some HTML5 input types and attributes

    • -2
    • +153
    ./xowiki/tcl/form-field-procs.tcl
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