• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 2 more files in changeset.
improve spelling

  1. … 14 more files in changeset.
NaviServer handles no continuation lines in a secure way, no need to make multiple log-entries

Reduce duplication

improve readability with sanitized error log

Renaming of files so they are loaded after 00-icanuse-procs.tcl

    • -21
    • +0
    ./tcl/00-database-procs-postgresql-postgresql.xql
    • -19
    • +0
    ./tcl/00-database-procs-postgresql.tcl
    • -0
    • +21
    ./tcl/01-database-procs-postgresql-postgresql.xql
    • -0
    • +19
    ./tcl/01-database-procs-postgresql.tcl
file 01-database-procs-oracle.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/01-database-procs-oracle.tcl
file 01-database-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/01-database-procs.tcl
file 01-database-procs-postgresql.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/01-database-procs-postgresql.tcl
file 01-database-procs-postgresql-postgresql.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/01-database-procs-postgresql-postgresql.xql
fix typo in filename and use opportunity to rename the proc after the API call.

file 00-icanuse-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/00-icanuse-procs.tcl
use the random number generator from OpenSSL, when available

improve spelling

  1. … 3 more files in changeset.
ad_form: allow multiple files in 'template::widget::file' by using the 'multiple' attribute of the input tag, new on HTML5.

- Pass the 'multiple' flag to 'template::element::create', so it can be used by widgets to modify their behavior.

- Update 'template::element::create' doc.

- This opens the door to reducing the number of widgets by combining single and multivalued ones into one (for instance, 'multiselect' and 'select' widgets), in the same way the 'file' widget does now.

  1. … 2 more files in changeset.
add "blob" to the checked attributes

add checking for javascript and data protocols (fixes issue #3413)

    • -1
    • +17
    ./tcl/test/html-conversion-procs.tcl
fix broken test cases

make debugging line more meaningful

Replace string equal idiom

Move 'util::content_size_pretty' into 'acs-lang' and rename it to 'lc_content_size_pretty', localicing 'bytes' and adapting automated tests. Bump 'acs-lang' version.

  1. … 40 more files in changeset.
Localize dot/comma just before return on 'util::content_size_prettyutil::content_size_pretty'

"Replace 'decimal' parameter with 'standard' in 'util::content_size_pretty', wich now supports three different standards (SI base-10, IEC base-2 and the old JEDEC base-2), change default to SI base-10 and modify automated tests accordingly". +info: https://en.wikipedia.org/wiki/Binary_prefix

    • -30
    • +45
    ./tcl/test/acs-tcl-test-procs.tcl
Remove extra brace

Trailing whitespace cleanup

Add automated test for 'ad_decode' and 'util::interval_pretty' procs. Many thanks to Hanifa Hasan

Add automated test for the 'apm_version_names_compare' proc. Many thanks to Hanifa Hasan

Add automated test for the 'ad_color_to_hex' proc. Many thanks to Hanifa Hasan

file widget-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/widget-test-procs.tcl
Add new proc 'util::content_size_pretty', to prettify data size given in bytes, and its automated tests.

It supports both binary and decimal representations, a resolution up to YB/YiB, and setting the precision via parameter.

It should replace ad-hoc size prettyfication done manually in several places of the codebase.