• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix cancellation of duplicate requests for same-named files (fix provided by Franz Penz and Andreas Mulley)

    • -3
    • +3
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
- use default master

- improve navigation via context bar on documentation pages

- use general master

- get rid of deprecated ad_header and ad_footer

- fix master template

- fix examples

    • -3
    • +2
    ./packages/acs-datetime/www/doc/examples/index.adp
- check for tcl version 8.5

- remove obsolete information

- improve independence from local vs. global driver configuration

- fixing a wierd interaction between a db_foreach and db_transaction, which leads to wierd values in parameters. Moving from db_foreach to db_list_of_lists repairs the test case.

- modernize tcl

- fix for bug #3065.

- change broken logic for obtaining results from the spell checker in order to distinguish between empty results and errors

- in case aspell is configured incorrectly return the error message only once

- add missing message keys

- add message keys

- replace deprecated "cr::keyword::item_assign" by "content::keyword::item_assign"

    • -3
    • +3
    ./packages/bug-tracker/tcl/bug-procs.tcl
- replace deprecated "ad_parameter" by "parameter::get"

- use property "doc(title)" instead of "title"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "template::util::quote_html" by "ad_quotehtml"

    • -1
    • +1
    ./packages/bug-tracker/www/bug-add.adp
    • -1
    • +1
    ./packages/bug-tracker/www/bulk-update-op.adp
    • -1
    • +1
    ./packages/bug-tracker/www/no-bugs.adp
    • -1
    • +1
    ./packages/bug-tracker/www/no-components.adp
    • -1
    • +1
    ./packages/bug-tracker/www/notifications.adp
    • -1
    • +1
    ./packages/bug-tracker/www/patch-add.adp
    • -1
    • +1
    ./packages/bug-tracker/www/patch-list.adp
  1. … 19 more files in changeset.
Adding missing and.

Removing extra space on pkg version no.

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