• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
Reduce oracle/postgres divergence

    • -22
    • +0
    ./rss-generation-service-procs-oracle.xql
    • -23
    • +0
    ./rss-generation-service-procs-postgresql.xql
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7830 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 8 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

- add editor hints to keep spaces/tabs in the future more consistent

- prefer utf8 over iso8859

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

    • -16
    • +14
    ./rss-generation-service-procs.tcl
  1. … 2544 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.
- replace deprecated "ad_parameter" by "parameter::get"

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

    • -11
    • +11
    ./rss-generation-service-procs.tcl
  1. … 5 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

  1. … 9 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 {*}

  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 {*}

  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 {*}

  1. … 3 more files in changeset.
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

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Remove debuggin statement

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
Fix for bug 2848 (rss character set issue). Thanks Carsten.

adds change from notice to debug already committed in oacs-5-1 branch

Changed Notice to debug as this is a debug message

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. … 319 more files in changeset.
p_lastbuild add in var list as sysdate for procedure call

Don't pass lastbuild to pl/sql if it is empty.