• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added editor hints and white-space cleanup

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

whitespace changes

  1. … 1 more file in changeset.
Fix incorrect proc name

improve spelling

  1. … 6 more files in changeset.
improve spelling

  1. … 2 more files in changeset.
improve spelling

    • -2
    • +2
    ./sql/postgresql/portal-core-create.sql
  1. … 14 more files in changeset.
Apply change to oacs-5-10 branch

    • -13
    • +2
    ./tcl/test/new-portal-test-procs.tcl
Use automated-testing authority in the test case

    • -14
    • +3
    ./tcl/test/new-portal-test-procs.tcl
Whitespace cleanup, normalize indentation

    • -10
    • +10
    ./tcl/test/new-portal-test-procs.tcl
Replace ad_decode idiom

  1. … 3 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 162 more files in changeset.
Make sure variable is an array

Remove stupid upvar tricks

reduce quoting

make portal::show_proc_helper theme aware

prefer acs_object__new/9 over acs_object__new/7

    • -136
    • +134
    ./sql/postgresql/api-create.sql
    • -0
    • +359
    ./sql/postgresql/upgrade/upgrade-2.10.0d2-2.10.0d3.sql
Removed obsolete @arch-tag

  1. … 26 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

Fix parameter names in proc doc

Fix spelling

improve testcases by removing useless expr commands

  1. … 3 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ingores Oracle, as its behavior with respect to case is not clear to me.

    • -10
    • +10
    ./sql/postgresql/objects-create.sql
    • -0
    • +14
    ./sql/postgresql/upgrade/upgrade-2.10.0d1-2.10.0d2.sql
Remove leftover acs_attribute definitions with no database table counterpart (fixes tests)

    • -49
    • +1
    ./sql/postgresql/objects-create.sql
Simplify idioms, handle also the case where multiple results might come from the query, as the datamodel doesn't state it clearly and we also had a suspicious orderby

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 357 more files in changeset.