• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 28 more files in changeset.
Fix typos

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

  1. … 83 more files in changeset.
fix more typos

  1. … 16 more files in changeset.
fix typos

  1. … 26 more files in changeset.
Reduce divergencies between oracle and postgres codebase

    • -20
    • +0
    ./test/as-assessment-procs-oracle.xql
    • -20
    • +0
    ./test/as-assessment-procs-postgresql.xql
    • -0
    • +14
    ./test/as-assessment-procs.xql
  1. … 3 more files in changeset.
Reduce divergencies between oracle and postgres codebase

    • -16
    • +0
    ./as-section-data-procs-postgresql.xql
Reduce divergencies between oracle and postgres codebase

Reduce divergencies between oracle and postgres codebase

    • -61
    • +2
    ./as-assessment-procs-postgresql.xql
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Improve spelling

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

  1. … 19 more files in changeset.
- add missing message key

- simplify quoting

  1. … 1 more file in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file

  1. … 1 more file in changeset.
file callback-procs-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./callback-procs-oracle.xql
file callback-procs-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./callback-procs-postgresql.xql
- prefer sql statements between curly braces

  1. … 5 more files in changeset.
- fix broken sql

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 299 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- add convenience function ad_tmpdir

- replace deprecated ns_tmpnam by ad_tmpdirname or ad_tmpdir

  1. … 3 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
- fix api-doc variables @creation-date

- fix invalid api-doc variable @creation_date

  1. … 5 more files in changeset.
- fix invalid @param declarations for API browser

  1. … 7 more files in changeset.
- use Tcl 8.5 idioms (range expressions, lindex with multiple indices)

  1. … 5 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

n ----------------------------------------------------------------------

  1. … 79 more files in changeset.
Provide a more useful error message when something fails in the transaction

- use "lassign" instead of "util_unlist"

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- use "lassign" instead of "foreach ... break" idiom

  1. … 15 more files in changeset.