• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove divergency between oracle and postgres, bring all sql inline

    • -17
    • +0
    ./notifications/www/request-change-frequency-oracle.xql
    • -17
    • +0
    ./notifications/www/request-change-frequency-postgresql.xql
    • -3
    • +13
    ./notifications/www/request-change-frequency.tcl
    • -16
    • +0
    ./notifications/www/request-change-frequency.xql
Reduce divergency between oracle and postgres codebase

    • -11
    • +0
    ./chat/www/user-unban-postgresql.xql
Moderator is really a generic party and not always a user

Reduce divergency between oracle and postgres codebase

    • -13
    • +0
    ./chat/www/moderator-revoke-oracle.xql
    • -11
    • +0
    ./chat/www/moderator-revoke-postgresql.xql
Disambiguate table reference in subquery

    • -13
    • +13
    ./forums/tcl/messages-procs-oracle.xql
    • -13
    • +13
    ./forums/tcl/messages-procs-postgresql.xql
Further replace stored procedure with already-available table column

Replace unnecessary stored procedures and casts

Avoid unnecessary stored procedures and casts

Remove leftover xql files

    • -23
    • +0
    ./acs-admin/www/users/modify-admin-privileges-oracle.xql
    • -23
    • +0
    ./acs-admin/www/users/modify-admin-privileges-postgresql.xql
fix example in documentation and small code cleanup

    • -2
    • +4
    ./acs-templating/www/scripts/xinha/attach-file.tcl
Avoid unnecesary existence checks

Whitespace changes

    • -34
    • +32
    ./rss-support/tcl/rss-support-procs.tcl
Avoid unnecesary existence checks

    • -2
    • +2
    ./rss-support/tcl/rss-support-procs.tcl
Whitespace changes

    • -13
    • +13
    ./acs-automated-testing/tcl/tclwebtest-procs.tcl
Fix wrong bracket

    • -2
    • +2
    ./acs-automated-testing/tcl/tclwebtest-procs.tcl
Avoid unnecesary existence checks

    • -3
    • +3
    ./acs-service-contract/tcl/contract-procs.tcl
align comment to implementation; be more explicit on optional/default values

    • -7
    • +13
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl
Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

    • -4
    • +4
    ./acs-content-repository/tcl/content-item-procs.tcl
Whitespace changes

    • -196
    • +195
    ./assessment/tcl/as-assessment-procs.tcl
    • -60
    • +61
    ./assessment/tcl/as-item-display-tb-procs.tcl
    • -92
    • +92
    ./assessment/tcl/as-item-procs.tcl
    • -51
    • +51
    ./assessment/tcl/as-item-type-sa-procs.tcl
Avoid unnecesary existence checks.

    • -1
    • +1
    ./assessment/tcl/as-assessment-procs.tcl
    • -1
    • +1
    ./assessment/tcl/as-item-display-tb-procs.tcl
    • -1
    • +1
    ./assessment/tcl/as-item-type-sa-procs.tcl
Remove duplication and use more api

This code could not work on oracle... not sure if this was considered, or people just assumed fts was a Postgres-only thing

    • -36
    • +14
    ./acs-content-repository/tcl/search-procs.tcl
Whitespace cleanup

    • -71
    • +71
    ./acs-tcl/tcl/navigation-procs.tcl
Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

    • -3
    • +3
    ./acs-admin/www/users/complex-search.tcl
Use api to remove difference between oracle and postgres code and replace array with dict idioms

    • -20
    • +0
    ./acs-admin/www/subsites-oracle.xql
    • -20
    • +0
    ./acs-admin/www/subsites-postgresql.xql
Remove leftover xql files

    • -19
    • +0
    ./acs-admin/www/index-postgresql.xql
Use api to remove difference between oracle and postgres codebase

    • -5
    • +14
    ./acs-subsite/www/admin/host-node-map/index.tcl
Reduce divergency between oracle and postgres codebase

    • -22
    • +0
    ./rss-support/www/subscrs-include-oracle.xql
    • -22
    • +0
    ./rss-support/www/subscrs-include-postgresql.xql
    • -1
    • +14
    ./rss-support/www/subscrs-include.tcl
Avoid two times the same query just because we might filter by forum

    • -20
    • +2
    ./forums/lib/search/search-chunk-postgresql.xql
    • -12
    • +10
    ./forums/lib/search/search-chunk.tcl
Pass user_name through the message array, as message-view expects it there

This obscure script doesn't do much (basically, displays the content of a message), but nevertheless was passing arrays, defining queries, duplicating code... streamlined to the bones

    • -46
    • +0
    ./forums/lib/message/content-updater-oracle.xql
    • -8
    • +0
    ./forums/lib/message/content-updater.adp
    • -45
    • +0
    ./forums/lib/message/content-updater.tcl