• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- modernize tcl

- don't do want aolserver/naviserver does anyhow

- fix for bug in request processor that leads to Errors of the form: "failed to redirect '404': exceeded recursion limit of 3" in the error.log

- fix provided privilege for permission::require_permission

Download package depends no more on acs-mail package. Instead acs_mail_lite api is used.

    • -9
    • +5
    ./packages/download/www/admin/spam-users-2.tcl
missing ';'.

Avoid usign deprecated ad_require_permission. Using permission::require_permission instead.

    • -2
    • +2
    ./packages/bug-tracker/www/bug-add.tcl
    • -2
    • +2
    ./packages/bug-tracker/www/patch-add.tcl
- the template "above" this one still needs the variable "title"

no need to split line into 2.

catalog files for bug-tracker orginally added on oacs-5-2 branch.

Populating new column workflow_id in case there were already workflows assigned to porjects.

- 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.

    • -13
    • +30
    ./packages/acs-lang/tcl/lang-message-procs.tcl
- 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

    • -1
    • +1
    ./packages/xotcl-core/www/show-object.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/category-procs.tcl
- modernize tcl

    • -40
    • +40
    ./packages/workflow/tcl/action-procs.tcl
    • -72
    • +72
    ./packages/workflow/tcl/case-procs.tcl
    • -2
    • +2
    ./packages/workflow/tcl/deputy-procs.tcl
    • -8
    • +8
    ./packages/workflow/tcl/graph-procs.tcl
    • -21
    • +21
    ./packages/workflow/tcl/role-procs.tcl
    • -22
    • +22
    ./packages/workflow/tcl/state-procs.tcl
    • -22
    • +22
    ./packages/workflow/tcl/workflow-procs.tcl
    • -3
    • +3
    ./packages/workflow/www/admin/action-ae.tcl
    • -3
    • +3
    ./packages/workflow/www/admin/role-ae.tcl
    • -4
    • +4
    ./packages/workflow/www/admin/workflow-ae.tcl
- fix duplicated "and" in query

    • -2
    • +2
    ./packages/xowiki/tcl/includelet-procs.tcl
- use lassign instead of "foreach ... break" idiom

    • -2
    • +2
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -8
    • +8
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -5
    • +5
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/chat-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -2
    • +2
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -6
    • +6
    ./packages/xotcl-core/tcl/policy-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/www/show-object.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/category-procs.tcl
    • -1
    • +1
    ./packages/xowiki/tcl/folder-procs.tcl
    • -12
    • +12
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -27
    • +27
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/notification-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
    • +1
    ./packages/workflow/www/admin/action-ae.adp
    • -1
    • +1
    ./packages/workflow/www/admin/index.adp
    • -7
    • +7
    ./packages/workflow/www/admin/index.tcl
    • -1
    • +1
    ./packages/workflow/www/admin/role-ae.adp
    • -1
    • +1
    ./packages/workflow/www/admin/state-ae.adp
    • -1
    • +1
    ./packages/workflow/www/admin/workflow-ae.adp
  1. … 10 more files in changeset.
Merging back fixes on oacs-5-2 to HEAD.

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

    • -2
    • +2
    ./packages/workflow/tcl/case-procs.tcl
Removing extra ]'s.

    • -3
    • +3
    ./packages/acs-tcl/tcl/00-database-procs.tcl
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