• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed calls to deprecated NaviServer functions in legacy packages

  1. … 45 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. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 201 more files in changeset.
Fix a bunch of typos

  1. … 120 more files in changeset.
Fix typos

  1. … 147 more files in changeset.
Fix typo (db_list_of_list -> db_list_of_lists)

  1. … 2 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
file folder-procs.tcl was initially added on branch oacs-5-2.

file type-procs-oracle.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./type-procs-oracle.xql
file template-procs.xql was initially added on branch oacs-5-2.

file template-procs.tcl was initially added on branch oacs-5-2.

file template-procs-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./template-procs-postgresql.xql
file install-procs-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./install-procs-postgresql.xql
file install-procs-oracle.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./install-procs-oracle.xql
file image-procs.xql was initially added on branch oacs-5-2.

file image-procs.tcl was initially added on branch oacs-5-2.

file folder-procs.xql was initially added on branch oacs-5-2.

file workflow-procs.xql was initially added on branch oacs-5-2.

file type-procs.xql was initially added on branch oacs-5-2.

file type-procs.tcl was initially added on branch oacs-5-2.

file type-procs-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./type-procs-postgresql.xql
file cms-procs.tcl was initially added on branch oacs-5-2.

deals with duplicate title attributes in acs_objects and cr_revisions

file install-procs.xql was initially added on branch oacs-5-2.

file cms-init.tcl was initially added on branch oacs-5-2.

make sure publish-procs does not barf (for now)

fix small bugs in related content templates, remove User::getID calls from form-procs

  1. … 10 more files in changeset.
lots more cleaning

  1. … 39 more files in changeset.
more UI tweaks and some data model changes; instatiating cms now creates a set of modules with appropriate permissions making it possible to mount more than one instance

  1. … 44 more files in changeset.
set richtext element values using template::util::richtext::create thanks to daveb