• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Harden page contract

Deprecate acs-subsite/www/shared/db-error and move a copy to acs-subsite/lib/shared/db-error, replace occurrences, adjust dependencies

  1. … 7 more files in changeset.
Make this template more robust to the casual invocation from the outside

This should actually be moved to the lib directory, as it is intended as an include

Whitespace changes

Harden page contract

Make script more robust to agents that won't specify the tmpfile via using the api to retrieve the file information

Moved styling to site-master.css

  1. … 1 more file in changeset.
Fix missing variable, test the bug

  1. … 1 more file in changeset.
Add page contract

Fixed variable name

passing properties consistently with @....;literal@

    • -1
    • +1
    ./admin/group-types/groups-display.adp
    • -1
    • +1
    ./admin/group-types/rel-type-remove.adp
  1. … 39 more files in changeset.
add more free basic icons to ease switching

file csv16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/csv16.png
file text16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/text16.png
file list16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/list16.png
file folder.gif was initially added on branch oacs-5-10.

    • binary
    ./shared/images/folder.gif
file file.gif was initially added on branch oacs-5-10.

    • binary
    ./shared/images/file.gif
file eye16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/eye16.png
file eye-slash16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/eye-slash16.png
file download16.png was initially added on branch oacs-5-10.

    • binary
    ./shared/images/download16.png
Make use of uniform styling based on adp:icon

  1. … 19 more files in changeset.
Deprecate template::util::tcl_to_sql_list, completely replaced by ns_dbquotelist, a native NaviServer command

  1. … 17 more files in changeset.
Whitespace cleanup

Streamline idiom

Reduce divergency between oracle and postgres codebase

    • -22
    • +0
    ./admin/rel-types/one-postgresql.xql
Cleanup unreferenced SQL

Reduce divergency between oracle and postgres codebase

    • -23
    • +0
    ./admin/group-types/one-postgresql.xql
regenerated documentation

    • -3
    • +3
    ./doc/group-admin-pages-acceptance-test.adp
    • -1
    • +1
    ./doc/group-admin-pages-requirements.adp
  1. … 464 more files in changeset.
improve validation of email address and user-id used as source for email address

  1. … 1 more file in changeset.
Reduce usage of ns_mktemp in OpenACS

ns_mktemp uses the deprecated old POSIX call mktemp(), which should

not be used anymore for security reasons (race between the name

creation and opening the file). This change removes several usages of

"ns_mktemp" from OpenACS and replaces it with calls to the

safe Tcl call "file tempfile ..." (introduced by Tcl 8.6).

  1. … 7 more files in changeset.