• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix capitalization

Prefer 'in' and 'ni' operators over lsearch for testing list containment

  1. … 2 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 5 more files in changeset.
remove conditiions, which are always true

Fix typo (db_list_of_list -> db_list_of_lists)

  1. … 2 more files in changeset.
Fix typos

  1. … 1 more file in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typo

Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 42 more files in changeset.
fix typos

  1. … 4 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
mark *not_cached functions as private

  1. … 2 more files in changeset.
fix invalid meta-data and documentation strings

No need to keep empty file

move deprecated procs into deprecated-procs

    • -0
    • +213
    ./deprecated-procs-oracle.xql
    • -0
    • +188
    ./deprecated-procs-postgresql.xql
    • -0
    • +1193
    ./deprecated-procs.tcl
    • -0
    • +123
    ./deprecated-procs.xql
  1. … 7 more files in changeset.
move deprecated procs into deprecated-procs

fix typos

  1. … 10 more files in changeset.
Reduce divergency between oracle and postgres codebase

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 79 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -1
    • +7
    ./acs-content-repository-callback-procs.tcl
    • -6
    • +0
    ./acs-content-repository-procs-oracle.xql
    • -10
    • +1
    ./content-revision-procs-oracle.xql
    • -2
    • +2
    ./content-revision-procs-postgresql.xql
  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
- Introduce new proc ad_sanitize_filename implementing current best practices for ensuring a valid filename on most filesystems.

- Use it in every place where filename sanitization is performed in the code and deprecate fs::remove_special_file_system_characters.

TODO deprecate also util_text_to_html? Use case of sanitizing urls and filenames might have different requirements.

  1. … 5 more files in changeset.
Support image sizes on png portraits (as supported by NaviServer)

Fix spelling errors

  1. … 41 more files in changeset.
Improve robustness of "file delete" operations

  1. … 16 more files in changeset.
Make sure that the file-creation.log exists, without using "exec touch", which is not available under windows (see issue #3311).

Trust the users's mime_type when acceptable, or content names that are not filenames won't have a mime_type

- avoid call of deprecated sql variant with 12 args via API (many thnaks to Guenter Ernst)

- handling of NULL values in cr_revision_latest_tr (many thanks to Guenter Ernst)

- bump version to 5.9.1d24

  1. … 3 more files in changeset.
Created new proc cr_check_mime_type, centralizing the retrieval of the mime_type from uploaded file's information.

Applied the new proc to the different situations in the system when we require mime_type retrieval: content-repository, file-storage and xotcl CrItem

TODO: get the real mime_type from the file content, but this would require some modification in the data model.

  1. … 3 more files in changeset.