• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve rowcount expressions

  1. … 38 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. … 354 more files in changeset.
permission check reform (part 1): provide API for permission cache

    • -2
    • +2
    ./www/admin/community-members-add-to-community.tcl
    • -2
    • +5
    ./www/admin/site-wide-admin-toggle.tcl
  1. … 12 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. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
reduce usage of deprecated procs

    • -2
    • +2
    ./www/admin/users-add-to-community.tcl
  1. … 2 more files in changeset.
Fix typos

    • -2
    • +2
    ./www/admin/users-add-to-community.tcl
  1. … 66 more files in changeset.
use consistently ad_script_abort after ad_return_forbidden

    • -7
    • +6
    ./www/admin/site-wide-admin-toggle.tcl
  1. … 2 more files in changeset.
User consistently ad_script_abort adter ad_returnredirect

    • -4
    • +9
    ./www/admin/site-wide-admin-toggle.tcl
Use consistently ad_script_abort after ad_return_error.

    • -4
    • +6
    ./www/admin/community-members-add-to-community.tcl
    • -20
    • +30
    ./www/admin/password-update-2.tcl
  1. … 30 more files in changeset.
normalize boolean expressions in ADP files

  1. … 35 more files in changeset.
- standardize url construction to protect against injection attacks

- modernize Tcl

    • -3
    • +3
    ./www/admin/community-members-add-to-community.tcl
    • -3
    • +3
    ./www/admin/site-wide-admin-toggle.tcl
  1. … 9 more files in changeset.
- replace calls to deprecated "ns_sendmail" to calls to "acs_mail_lite::send"

  1. … 2 more files in changeset.
Merging from release branch to HEAD

Merging dotlrn-all and dotlrn-extras from oacs-5-2

  1. … 882 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2464 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 687 more files in changeset.
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

    • -1
    • +1
    ./www/admin/archived-communities-postgresql.xql
  1. … 55 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Initial commit for dotlrn-admin package.

    • -0
    • +5
    ./tcl/dotlrn-admin-procs.tcl
    • -0
    • +38
    ./www/admin/add-instructor-2.adp
    • -0
    • +38
    ./www/admin/add-instructor-2.tcl
    • -0
    • +17
    ./www/admin/add-instructor-2.xql
    • -0
    • +41
    ./www/admin/add-instructor-3.tcl
    • -0
    • +15
    ./www/admin/add-instructor-3.xql
    • -0
    • +35
    ./www/admin/add-instructor.adp
    • -0
    • +31
    ./www/admin/add-instructor.tcl
    • -0
    • +24
    ./www/admin/admin-add-2.adp
    • -0
    • +55
    ./www/admin/admin-add-2.tcl
    • -0
    • +20
    ./www/admin/admin-add-oracle.xql
    • -0
    • +21
    ./www/admin/admin-add-postgresql.xql
    • -0
    • +41
    ./www/admin/admin-add.adp
  1. … 138 more files in changeset.