• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use "ad_try" instead of "with_catch"

  1. … 1 more file in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase by using api when available and avoiding unnecessary xql queries

Reduce divergencies between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

    • -8
    • +0
    ./tcl/file-storage-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase

Revert db_exec_plsql or Oracle will break, remove leftover xql files

Reduce divergence between oracle and postgres

Fix oracle systax to call function via select

Uniform API when deleting folder, drill through some calling levels in stored procedure, use a simpler db_string instead of db_exec_plsql

    • -4
    • +1
    ./tcl/file-storage-procs-postgresql.xql
Fix boolean expressions in .adp file

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

  1. … 80 more files in changeset.
Fix: folder "name" is in fact "label" property, remove obsolete xql, remove superfluous ad_return_template

Allow to modify folder description

Fix idiom to check for string being populated

Use full <if @foo_p@ true> instead of undocumented shortcut idiom <if @foo_p@>

  1. … 1 more file in changeset.
normalize expression in adp

use fast recursive query instead of slow query bbased on tree_sortkeys

    • -11
    • +8
    ./tcl/file-storage-procs-postgresql.xql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -23
    • +45
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -1
    • +5
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -12
    • +18
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -13
    • +49
    ./catalog/file-storage.it_IT.ISO-8859-1.xml
    • -153
    • +9
    ./sql/oracle/file-storage-package-create.sql
    • -0
    • +478
    ./sql/oracle/upgrade/upgrade-5.9.1b3-5.9.1b4.sql
    • -7
    • +22
    ./sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
Modernize script:

- use export_vars

- reduce redundancy

- remove misleading SQL statements

- brace SQL statements, when no substitutions are needed

pass required return url to included adp

Updated spanish translation

    • -0
    • +4
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
  1. … 13 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
add check before file moving to avoid violation of 'cr_items_unique_name' constraint

Fixed a seemingly 11 years old bug

Standardize spellings of names

  1. … 8 more files in changeset.
Use site_node:: api to retrieve package_url instead of explicit query. Remove unused sql and simplify idiom for fs_get_folder_name.

- 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. … 2 more files in changeset.