• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove unnecesary quoting

Add the proc test coverage of each package, and link the 'proc-coverage' page, lost and isolated for many years...

Add new proc 'aa_test::proc_coverage', which returns the percentage of proc test coverage on a particular package, or on the whole system

    • -1
    • +59
    ./acs-automated-testing/tcl/aa-test-procs.tcl
Whitespace changes

Copy paste query from copy in the move, as they are the same

This query is also reported downstream as a frequently slow one

    • -48
    • +0
    ./file-storage/www/move-postgresql.xql
Reimplement sorting depth-first sorting criteria in a way that is portable, fix starting depth

Rewrite query often seen among those taking a long time on downstream system

Empirical tests on file storage instances with many folders show this is more efficient that previous version, other than being (supposedly) portable for Oracle and Postgres

    • -36
    • +1
    ./file-storage/www/copy-postgresql.xql
Try to address issue reported by Michael Aram: export variables sooner, when the uplevel they come from is still well known, rather than later in the rendering, when this could not be so trivial (e.g. in OO code)

    • -5
    • +6
    ./acs-tcl/tcl/form-processing-procs.tcl
New utility to return all descendants of a certain cr_item or folder

    • -1
    • +31
    ./acs-content-repository/tcl/content-item-procs.tcl
Whitespace cleanup

Enclose "Dropzone" word in a span so it can be addressed by CSS styling

Use appropriate idiom to retrieve return_url from the query parameter

This solves also the corner case of the empty folder

Add a new Action widget property "confirm_message": when this is set on a BulkAction, will generate the javascript to ask for confirmation using specified message

    • -4
    • +14
    ./xotcl-core/tcl/30-widget-procs.tcl
Use naviserver api as methods such as exists_parameter might not always be defined on the object (e.g. when we try to bulk delete an empty folder)

Do not render the include twice

Clarify what happens when we have bulk actions

Localize "Delete selected" tooltip, update german and italian translations

Localize sorting of column in xotcl widgets, update german and italian localization

    • -0
    • +3
    ./xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml
    • -2
    • +5
    ./xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml
    • -0
    • +10
    ./xotcl-core/catalog/xotcl-core.it_IT.ISO-8859-1.xml
Make so that child-resources includlet redirects bulk-actions to the page it is included into (this is for most upstream scenarios the folder page as before) and make www-bulk_delete sensitive to the new return_url query parameter

improve quoting (patch provided by Nathan Coulter)

    • -43
    • +44
    ./acs-automated-testing/tcl/aa-test-procs.tcl
fix broken regression test (depending on characters in sitenode name)

    • -3
    • +7
    ./acs-tcl/tcl/test/navigation-procs.tcl
Remove unused queries

    • -13
    • +0
    ./news/tcl/test/news-db-test-init.xql
Fix test name

follow current HTML recommendations

improve spelling

    • -1
    • +1
    ./acs-core-docs/www/object-system-design.html
    • -2
    • +2
    ./tsearch2-driver/tcl/tsearch2-driver-procs.tcl
    • -3
    • +3
    ./xowiki/www/resources/xinha-inplace.js
Newline change

add nsshell when available.

making nsshell available:

a) install nsshell from https://bitbucket.org/naviserver/nsshell/

b) configure in your OpenACS config file nsshell:

##################################################################

#

# nsshell configuration (per-server module)

#

ns_section "ns/server/${server}/modules" {

ns_param nsshell tcl

}

ns_section "ns/server/${server}/module/nsshell" {

ns_param url /admin//nsshell

ns_param kernel_heartbeat 5

ns_param kernel_timeout 10

}

##################################################################

    • -23
    • +24
    ./acs-developer-support/www/index.tcl
    • -0
    • +5
    ./acs-developer-support/www/nsshell.adp
    • -0
    • +20
    ./acs-developer-support/www/nsshell.tcl
file nsshell.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-developer-support/www/nsshell.adp
file nsshell.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-developer-support/www/nsshell.tcl
Add clarification to xowiki parameter 'hstore_max_value_size'