• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use lassign instead of "foreach ... break" idiom

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
  1. … 7 more files in changeset.
- use property "doc(title)" instead of "title"

- replace deprecated "export_url_vars" by "export_vars -url"

  1. … 10 more files in changeset.
Merging back fixes on oacs-5-2 to HEAD.

    • -11
    • +63
    /openacs-4/packages/workflow/tcl/case-procs.tcl
wrong variable name on debug message.

Removing extra ]'s.

Fixing null package_id's for faq and faq_q_and_as objects. Patch orignally provided by Gustaf Neumann.

- fix bug #1910

- fix for bug #2398

- fix for #2230 (using the optimization suggested by Nagita Karunaratne)

- bug fix for #1367 (using ryans patch)

- don't duplicate entries

- revive sorting by avg run time

- use lassign

- improve robustness against invalid input

- don't barf on outdated link

- fix bug #3064

file upgrade-5.8.1d1-5.8.1d2.sql was initially added on branch oacs-5-8.

- fix bug #2536

- modernize tcl

- fix bug #3001

- fix bug #3200

- replace deprecated "philg_quote_double_quotes" by "ad_quotehtml"

- replace deprecated "philg_quote_double_quotes" by "ad_quotehtml"

- replace deprecated "util_convert_plaintext_to_html" by "ad_text_to_html"

- replace deprecated "util_convert_plaintext_to_html" by "ad_text_to_html"

*** empty log message ***

- lifting length contraints that were necessary at openacs.org

- add maturity level for "deprecated"

- improve rebustness against stale links for uninstaled packages

- replace deprecated "philg_quote_double_quotes" by "ad_quotehtml"

- fix incorrect message key names

- new function ::xo::getObjectProperty to abstract from xotcl and nx

- make use of new function at several places