• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.10.0d3-2.10.0d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.10.0d3-2.10.0d4.sql
Use automated-testing authority in the test case

    • -14
    • +3
    ./tcl/test/new-portal-test-procs.tcl
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.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Rework adp boolean expressions

  1. … 20 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

  1. … 27 more files in changeset.
Prefer literal in adp axpressions

  1. … 7 more files in changeset.
Use init file to initialize threaded caches

Roll back to a cache created inside the proc, as site_node machinery might lack ::xo::dc api at load time

Un-deprecate API to keep open the possibility e.g. for other portal mount points in the future

Replace invariant information stored into procs with threaded caches