Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v
diff -u -r1.75 -r1.76
--- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 9 May 2018 15:33:29 -0000 1.75
+++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 14 May 2018 13:22:24 -0000 1.76
@@ -332,7 +332,7 @@
-on_refresh
-
Executed when the form comes back from being refreshed using javascript with the __refreshing_p flag set.
+ Executed when the form comes back from being refreshed using JavaScript with the __refreshing_p flag set.
-on_submit
@@ -402,7 +402,7 @@
__refreshing_p
- This should be set true by Javascript widgets which change a form element then
+ This should be set true by JavaScript widgets which change a form element then
submit the form to refresh values.
@@ -774,7 +774,7 @@
template::element create $form_name __confirmed_p -datatype integer -widget hidden -value 0
- # javascript widgets can change a form value and submit the result in order to allow the
+ # JavaScript widgets can change a form value and submit the result in order to allow the
# generating script to fill in a value such as an image. The widget must set __refreshing_p
# true.
Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v
diff -u -r1.40 -r1.41
--- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 9 May 2018 15:33:29 -0000 1.40
+++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 14 May 2018 13:22:24 -0000 1.41
@@ -461,7 +461,7 @@
# }
-# # javascript enabled
+# # JavaScript enabled
# append return_string "
# function hiLite(imgObjName) \{
Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v
diff -u -r1.93 -r1.94
--- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 9 May 2018 15:33:29 -0000 1.93
+++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 14 May 2018 13:22:24 -0000 1.94
@@ -2324,7 +2324,7 @@
#
# Another problem is mixed content. When we set the nonce-src
# and 'unsafe-inline', and a browser honoring nonces ignores
- # the 'unsafe-inline', but some javascript framework requires
+ # the 'unsafe-inline', but some JavaScript framework requires
# it (e.g ckeditor4), we have a problem. Therefore, an
# application can force "'unsafe-inline'" which means that we
# do not set the nonce-src in such cases.
Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v
diff -u -r1.80 -r1.81
--- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 11 Apr 2018 21:35:07 -0000 1.80
+++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 14 May 2018 13:22:24 -0000 1.81
@@ -1028,7 +1028,7 @@
} {
Sanitizes HTML by specified criteria, basically removing
- unallowed tags and attributes, javascript or outer references
+ unallowed tags and attributes, JavaScript or outer references
into page URLs. When desired, this proc can act also as just a
validator in order to enforce some markup policies.
Index: openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl 25 Apr 2018 08:46:13 -0000 1.3
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs-aolserver.tcl 14 May 2018 13:22:24 -0000 1.4
@@ -168,7 +168,7 @@
the user agent terminates.
@param scriptable If the scriptable option is false or not given
- the cookie is unavailable to javascript on the client. This can
+ the cookie is unavailable to JavaScript on the client. This can
prevent cross site scripting attacks (XSS) on clients which
support the HttpOnly option. Set -scriptable to true if you need
to access the cookie via javascript. For compatibility reasons
Index: openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 25 Apr 2018 08:46:13 -0000 1.2
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 14 May 2018 13:22:24 -0000 1.3
@@ -134,7 +134,7 @@
the user agent terminates.
@param scriptable If the scriptable option is false or not given
- the cookie is unavailable to javascript on the client. This can
+ the cookie is unavailable to JavaScript on the client. This can
prevent cross site scripting attacks (XSS) on clients which
support the HttpOnly option. Set -scriptable to true if you need
to access the cookie via javascript. For compatibility reasons