• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- standardize expression

- modernize tcl

- fix a bug (actually in api-browser) which barfs on rendering the source, when it tries to resolve the message-keye, which require extra variables

- fix bug with exporting multiple "unnamed files" to the file-system

When there are multiple "unnamed files" in a directory,

the constructed full_name might exist already. This

would lead to an error in the "file copy"

operation. Therefore, the code generates a new name with an

alternate suffix in such cases.

- fix gor bug #3174. subsites disappeared from sitemap, when a hard coded value was surpassed

- compare only values in sanity check when they are either provided or they were earlier loaded. Otherwise we would compare with a fallback value.

- fix for bug #3119

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

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

- use "in" operator instead of lsearch

- modernize tcl

    • -40
    • +40
    /openacs-4/packages/workflow/tcl/action-procs.tcl
    • -72
    • +72
    /openacs-4/packages/workflow/tcl/case-procs.tcl
    • -21
    • +21
    /openacs-4/packages/workflow/tcl/role-procs.tcl
    • -22
    • +22
    /openacs-4/packages/workflow/tcl/state-procs.tcl
- fix duplicated "and" in query

- 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