• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

    • -3
    • +6
    ./packages/theme-zen/tcl/navigation-procs.tcl
Newline change

    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
add nsshell when available.

making nsshell available:

a) install nsshell from https://bitbucket.org/naviserver/nsshell/

b) configure in your OpenACS config file nsshell:

##################################################################

#

# nsshell configuration (per-server module)

#

ns_section "ns/server/${server}/modules" {

ns_param nsshell tcl

}

ns_section "ns/server/${server}/module/nsshell" {

ns_param url /admin//nsshell

ns_param kernel_heartbeat 5

ns_param kernel_timeout 10

}

##################################################################

    • -23
    • +24
    ./packages/acs-developer-support/www/index.tcl
file nsshell.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/acs-developer-support/www/nsshell.adp
file nsshell.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/acs-developer-support/www/nsshell.tcl
Add clarification to xowiki parameter 'hstore_max_value_size'

Fix acs-kernel url

Add CSP nonce to JS snippet generation

    • -1
    • +2
    ./packages/ajaxhelper/tcl/ajax-procs.tcl
improve spelling

    • -11
    • +11
    ./packages/acs-tcl/tcl/security-procs.tcl
fixed small bug reported by michael aram: ds toolbar could disappear temporarily, when executing ns_eval commands (e.g. blueprint reloading)

improve spelling

fix typo

fix typo in file name

    • -0
    • +88
    ./packages/assessment/www/doc/data-model.adp
    • -0
    • +111
    ./packages/assessment/www/doc/data-model.html
    • -88
    • +0
    ./packages/assessment/www/doc/data-modell.adp
    • -111
    • +0
    ./packages/assessment/www/doc/data-modell.html
file data-model.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/assessment/www/doc/data-model.adp
file data-model.html was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/assessment/www/doc/data-model.html
improve spelling

    • -1
    • +1
    ./packages/assessment/lib/assessment.tcl
    • -1
    • +1
    ./packages/assessment/www/doc/as_items.adp
    • -1
    • +1
    ./packages/assessment/www/doc/as_items.html
    • -3
    • +3
    ./packages/assessment/www/doc/data-modell.adp
    • -2
    • +2
    ./packages/assessment/www/doc/data-modell.html
    • -1
    • +1
    ./packages/assessment/www/doc/data_collection.html
    • -3
    • +3
    ./packages/assessment/www/doc/grouping.adp
    • -3
    • +3
    ./packages/assessment/www/doc/grouping.html
    • -1
    • +1
    ./packages/assessment/www/doc/index.adp
    • -1
    • +1
    ./packages/assessment/www/doc/index.html
    • -1
    • +1
    ./packages/assessment/www/doc/item_types.adp
    • -1
    • +1
    ./packages/assessment/www/doc/item_types.html
  1. … 16 more files in changeset.
improve spelling

    • -6
    • +5
    ./packages/attachments/www/doc/index.html
    • -4
    • +4
    ./packages/attachments/www/doc/src/attachments.apt
fix typos and bump version number due to changed message keys

improve spelling

fix typos and bump version number doe to changed message keys

  1. … 8 more files in changeset.
fix typo in message key

improve spelling

    • -1
    • +1
    ./packages/general-comments/PORTING.status
    • -1
    • +1
    ./packages/new-portal/www/place-element.adp
remove commented-out code

    • -3
    • +1
    ./packages/xowiki/tcl/form-field-procs.tcl
improve spelling

    • -1
    • +1
    ./packages/acs-templating/www/doc/design.adp
    • -2
    • +2
    ./packages/acs-templating/www/doc/design.html
    • -1
    • +1
    ./packages/acs-templating/www/doc/widgets/date.adp
    • -2
    • +2
    ./packages/acs-messaging/www/doc/requirements.html
improve spelling

    • -1
    • +1
    ./packages/acs-templating/www/doc/design.adp
    • -2
    • +2
    ./packages/acs-templating/www/doc/design.html
    • -1
    • +1
    ./packages/acs-templating/www/doc/timing-1.adp
    • -1
    • +1
    ./packages/acs-templating/www/doc/timing.adp
    • -1
    • +1
    ./packages/acs-templating/www/doc/timing.html
adding missing displayed_object_id, to get CKfinder working

    • -0
    • +1
    ./packages/forums/lib/message/edit.adp
bump version number of CKeditor to 4.12.1, and reflect this as well in the changed version number of the package.

update API ckfinder due to changed interface from ckfinder

use standard download generator

Return a fallback attachments url when not in a connection context, for example, during mail sending on the bulk-mail package