• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Use the new 'email' input type widget

Whitespace changes

Use the new 'url' and 'email' input type widgets

  1. … 1 more file in changeset.
make end of options explicit

  1. … 15 more files in changeset.
Add missing var

    • -0
    • +1
    ./admin/rel-segments/elements-display.tcl
Add include contract

    • -1
    • +7
    ./admin/rel-segments/elements-display.tcl
Whitespace cleanup