• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 123 more files in changeset.
- fix and standardize quoting in template properties

  1. … 38 more files in changeset.
- quote HTML attribute values

- use &amp instead of & in hrefs

  1. … 8 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

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

    • -16
    • +14
    ./tcl/rss-generation-service-procs.tcl
  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.
- change 'util_memoize "..."' into 'util_memoize [list ...]' as pointe out by Frank for security reason and correctness

  1. … 6 more files in changeset.
- get rid of old-style parameter passing

  1. … 3 more files in changeset.
- adjust maturity levels for packages at use at openacs.org

  1. … 4 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 331 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 120 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

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

  1. … 39 more files in changeset.
- replace deprecated "ad_parameter" by "parameter::get"

    • -2
    • +2
    ./tcl/rss-generation-service-procs.tcl
  1. … 1 more file in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

  1. … 13 more files in changeset.
- mondernize tcl, better use of tcl byte-code compiler

    • -11
    • +11
    ./tcl/rss-generation-service-procs.tcl
- document the non-deprecated functions, not the deprecated ones

  1. … 4 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

    • -5
    • +3
    ./tcl/rss-generation-service-procs.tcl
  1. … 9 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

    • -2
    • +2
    ./tcl/rss-generation-service-procs.tcl
  1. … 9 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -90
    • +116
    ./sql/postgresql/rss-generation-create.sql
    • -5
    • +10
    ./sql/postgresql/rss-generation-drop.sql
    • -25
    • +29
    ./sql/postgresql/upgrade/upgrade-0.3d2-0.3d3.sql
    • -15
    • +34
    ./sql/postgresql/upgrade/upgrade-0.3d4-0.3d5.sql
  1. … 38 more files in changeset.
- replace deprecated command "ns_unlink" with native tcl command "file delete"

  1. … 7 more files in changeset.
- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

    • -2
    • +2
    ./tcl/rss-generation-service-procs.tcl
  1. … 3 more files in changeset.
- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

    • -2
    • +2
    ./tcl/rss-generation-service-procs.tcl
  1. … 3 more files in changeset.