• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- 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.
Simple package drop now works for PG and probably Oracle, too. The drop

scripts had never been tested - they misspelled two service contract

operations (quite bad seeing as there are *only* two sc operations)

    • -2
    • +2
    ./sql/oracle/rss-generation-sc-drop.sql
Merged oacs-5-5 branch of .LRN packages to HEAD.

    • -4
    • +4
    ./catalog/rss-support.es_ES.ISO-8859-1.xml
  1. … 84 more files in changeset.
Removed broken upgrade script

Replacing this with a much simpler, smarter ALTER TABLE.

    • -11
    • +1
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
Fixed bone-headed mistake

Added an upgrade file for the type change of a foreign key that should be

an integer rather than varchar. This should work even if someone's made

the change manually in their local install.

    • -0
    • +10
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
file upgrade-0.4d1-0.4d2.sql was initially added on branch oacs-5-5.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql
Fix encoding of the spanish catalog

    • -4
    • +4
    ./catalog/rss-support.es_ES.ISO-8859-1.xml
Don't call ad_conn, this proc is called from a scheduled procedure

Don't hard-code the encoding, rather retrieve it from the aolserver config.

Bug #3093 - fixed news feed display for IE7

Bad formed message_catalog tag.

    • -1
    • +2
    ./catalog/rss-support.es_GT.ISO-8859-1.xml
Remove package version from catalog files

    • -1
    • +1
    ./catalog/rss-support.es_GT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/rss-support.nl_ZA.ISO-8859-1.xml
  1. … 4 more files in changeset.
PG 8.3 catches a boneheaded foreign key reference of type varchar(100) to

object_id (integer).

    • -1
    • +1
    ./sql/postgresql/rss-generation-create.sql
    • -0
    • +1
    ./sql/postgresql/upgrade/upgrade-0.3-0.4.sql
Import of message keys from translation server for core and .LRN packages.

This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666

    • -1
    • +1
    ./catalog/rss-support.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/rss-support.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/rss-support.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/rss-support.pt_BR.ISO-8859-1.xml
  1. … 1297 more files in changeset.