• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated ad_require_permission by permission::require_permission in index.vuh files

- replace deprecated ns_tmpnam by ad_tmpname in index.vuh files

  1. … 3 more files in changeset.
- add convenience function ad_tmpdir

- replace deprecated ns_tmpnam by ad_tmpdirname or ad_tmpdir

  1. … 2 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -1
    • +1
    ./sql/oracle/assessment-actions-insert.sql
    • -2
    • +2
    ./sql/oracle/assessment-actions-package-create.sql
    • -0
    • +150
    ./sql/oracle/upgrade/upgrade-2.8.1a1-2.8.1a2.sql
  1. … 2533 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
- bump version numbers for beta release

  1. … 74 more files in changeset.
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- fix api-doc variables @creation-date

- fix invalid api-doc variable @creation_date

  1. … 5 more files in changeset.
- fix invalid @param declarations for API browser

  1. … 7 more files in changeset.
Removing what seems to be a backup file (not sourced from anywhere) and removing unused function from upgrade script.

- fixing presumably dead code (??) from assessment-actions-create-p.sql

    • -0
    • +150
    ./sql/oracle/upgrade/upgrade-2.8.1a1-2.8.1a2.sql
file upgrade-2.8.1a1-2.8.1a2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.8.1a1-2.8.1a2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.8.1a1-2.8.1a2.sql
- fix calls to deprecated function ad_parameter stored in SQL (this should be actually replaced to a single call to a proc performing the logic)

    • -1
    • +1
    ./sql/oracle/assessment-actions-insert.sql
    • -2
    • +2
    ./sql/oracle/assessment-actions-package-create.sql
    • -1
    • +1
    ./sql/postgresql/upgrade/upgrade-0.10d6-0.10d7.sql
    • -2
    • +2
    ./sql/postgresql/upgrade/upgrade-0.23d3-0.23d4.sql
- fix deprecated api call embedded in sql code

- fix quoting

- set maturity to DotLRN packages to 2

  1. … 23 more files in changeset.
- use dotlrn.org as vendor

  1. … 23 more files in changeset.
- modernize sql (dollar quoting, named arguments, fix and complete function_args)

    • -6
    • +13
    ./sql/postgresql/assessment-drop.sql
    • -23
    • +41
    ./sql/postgresql/upgrade/upgrade-0.10d3-0.10d4.sql
    • -59
    • +93
    ./sql/postgresql/upgrade/upgrade-0.10d6-0.10d7.sql
    • -6
    • +12
    ./sql/postgresql/upgrade/upgrade-0.22d3-0.22d4.sql
    • -15
    • +39
    ./sql/postgresql/upgrade/upgrade-0.23d1-0.23d2.sql
    • -2
    • +2
    ./sql/postgresql/upgrade/upgrade-0.23d3-0.23d4.sql
- improve page_contracts

    • -2
    • +2
    ./www/admin/asm-action-param-admin.tcl
    • -2
    • +2
    ./www/admin/asm-action-param-delete.tcl
  1. … 81 more files in changeset.
- use Tcl 8.5 idioms (range expressions, lindex with multiple indices)

    • -1
    • +1
    ./www/asm-admin/request-notification.tcl
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

n ----------------------------------------------------------------------

  1. … 79 more files in changeset.
- correct work-in-progress version numbering to *a1

  1. … 28 more files in changeset.
- bump version numbers due to branching

  1. … 28 more files in changeset.
- bump version numbers

  1. … 28 more files in changeset.
Provide a more useful error message when something fails in the transaction

- replace deprecated ns_sendmail by acs_mail_lite::send;

- assessment stores tcl-code in the db. someone with assessement knowledge should take care about updating this code!

- needs to be tested

    • -1
    • +1
    ./sql/oracle/assessment-actions-insert.sql
    • -2
    • +2
    ./sql/oracle/assessment-actions-package-create.sql
    • -0
    • +101
    ./sql/postgresql/upgrade/upgrade-0.23d3-0.23d4.sql
- use "lassign" instead of "util_unlist"

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- use "lassign" instead of "foreach ... break" idiom

    • -2
    • +2
    ./www/asm-admin/item-add-mc-choices.tcl
  1. … 5 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 20 more files in changeset.
Using dollar-quoting ( partly ) in order to make the package installable on pg 9.2.