• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reduce divergency between oracle and postgres codebase

    • -2
    • +12
    ./packages/categories/tcl/tagcloud-procs.tcl
Reduce divergency between oracle and postgres codebase, streamline idiom

Remove leftover files

Reduce divergency between oracle and postgres codebase

Fix typo

Reduce divergency between oracle and postgres codebase

    • -2
    • +7
    ./packages/categories/www/cadmin/tree-copy.tcl
Reduce divergency between oracle and postgres codebase

    • -17
    • +0
    ./packages/categories/www/index-oracle.xql
    • -17
    • +0
    ./packages/categories/www/index-postgresql.xql
    • -2
    • +7
    ./packages/categories/www/cadmin/index.tcl
Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

    • -11
    • +1
    ./packages/file-storage/www/copy-oracle.xql
Reduce divergency between oracle and postgres codebase

    • -37
    • +0
    ./packages/file-storage/www/file-oracle.xql
    • -2
    • +29
    ./packages/file-storage/www/file.tcl
Reduce divergency between oracle and postgres codebase

    • -28
    • +0
    ./packages/file-storage/www/delete-oracle.xql
    • -1
    • +6
    ./packages/file-storage/www/delete.tcl
    • -11
    • +1
    ./packages/file-storage/www/move-oracle.xql
Reduce divergency between Oracle and Postgres codebase

    • -2
    • +28
    ./packages/file-storage/www/folder-chunk.tcl
Align fs_objects view definition in Oracle with the one in Postgres

    • -2
    • +2
    ./packages/file-storage/file-storage.info
file upgrade-5.10.d2-5.10.d3.sql was initially added on branch oacs-5-10.

Use api and portable idioms

    • -2
    • +2
    ./packages/file-storage/lib/folder-links.tcl
Add ad_include_contract definition (fixes automated tests)

    • -23
    • +24
    ./packages/file-storage/lib/folder-links.tcl
improve spelling

Use "package defined" stored procedure instead of legacy nomenclature

Replace legacy acs_permission__permission_p with acs_permission.permission_p

    • -2
    • +2
    ./packages/xotcl-core/tcl/06-package-procs.tcl
    • -4
    • +4
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -2
    • +2
    ./packages/file-storage/www/folder-chunk.tcl
Add ad_page_contract (fixes automated tests)

    • -2
    • +4
    ./packages/acs-subsite/www/shared/index.tcl
Note that this include might be obsolete

    • -0
    • +4
    ./packages/acs-subsite/lib/services.tcl
Use cached api

    • -4
    • +3
    ./packages/acs-subsite/lib/email-confirm.tcl
Add ad_include_contract (fixes automated tests)

    • -0
    • +8
    ./packages/acs-subsite/lib/email-confirm.tcl
Add ad_page_contract to pages (fixes automated tests)

    • -0
    • +4
    ./packages/notifications/www/index.tcl
Add ad_include_contract (fixes automated test)

    • -0
    • +4
    ./packages/acs-subsite/lib/applications.tcl
Relax cleanup of parenthesis: remove them only when they don't match, like it used to be in older versions of the code

Fixes automated tests (that were refreshed to latest syntax and labelled with the proc they are testing)

Update test case for lang::util::default_locale_from_lang

Trim padding from column to be sure

Redefine ad_locales.language table column as varchar to avoid Oracle idiosyncrasies when comparing a char(n) with other string datatypes when using bind variables (following insightful LARS's remark)

char(n) in Oracle are automatically padded to be n characters long. Apparently, comparing char(n) -> char(n) is "blanks insensitive", while comparing char(n) -> varchar2(n) will account for such automatically inserted blanks. When using bind variables, one should carefully specify the type to use to avoid surprises with char(n) (for this we should touch the oracle driver), normalize the value via trim/pad all the time or replace every char(n) datatype with varchar2. ...are there other places where this is happening?

    • -2
    • +2
    ./packages/acs-lang/sql/oracle/ad-locales.sql
    • -5
    • +1
    ./packages/acs-lang/tcl/lang-util-procs.tcl
file upgrade-5.10.0d2-5.10.0d3.sql was initially added on branch oacs-5-10.