• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 4 more files in changeset.
Fix typos in proc doc

Fix typo in proc doc

Fix doc

Add @see in deprecated proc

  1. … 1 more file in changeset.
fix brken verison (see issue #3366)

improve indentation

Allow to make other (non .adp) kinds of resources "theme aware" and use this to provide a theme mapping to the /resources/ URL pattern, then use this new capability to allow the override of css in the chat implementations

  1. … 2 more files in changeset.
Trailing whitespace cleanup

Replace deprecated proc template::util::leadingPad with ad_pad

improve spelling

  1. … 10 more files in changeset.
Add new utility to trigger a browser refresh when we reach a page by the browser's history

Useful e.g. for those pages implementing some server push interaction, where browser might have 'missed out' events while on another page

improve capitalization and wording in comments

whitespace cleanup

    • -238
    • +238
    ./www/scripts/xinha/attach-file.tcl
    • -321
    • +321
    ./www/scripts/xinha/attach-image.tcl
replace deprecated proc util_search_list_of_lists

  1. … 1 more file in changeset.
Whitespace changes

Fix duplicate wording

Whitespace cleanup

Add @see to deprecated proc 'get_server_root' (fixes documentation__check_deprecated_see test case)

Removed broken @cvs-id

  1. … 2 more files in changeset.
improve spelling

  1. … 6 more files in changeset.
change end-of-line convention to usual unix style

    • -191
    • +191
    ./www/resources/htmlarea/popups/insert_image.html
prefer "ns_cache_get" over "ns_cache_eval" since the latter might create in case of a miss an empty value in the cache

use capitalization consitently

prefer "ns_cache_get" with optional last argument over "ns_cache_keys" since it avoids race conditions

make spelling more consitent

improve URN registration: handle cases where the same URN is registered multiple times (prefer local over CDN, provide warnings)

Harmonize parameter names in proc documentation removing unexistent ones

Whitespace changes

Fix parameter names and rework proc doc