• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve sql portability

  1. … 5 more files in changeset.
Fix typo

mprove spelling: move closer to the linux documentation recommendations, standardize variable names

  1. … 19 more files in changeset.
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

Apply change to oacs-5-10 branch

Use automated-testing authority in the test case

Whitespace cleanup, normalize indentation

    • -10
    • +10
    ./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

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.
Remove leftover acs_attribute definitions with no database table counterpart (fixes tests)

  1. … 3 more files in changeset.
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.
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

Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.