• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
beautify TRN mode in developer support

in essence, this change switches from CSS icons to <adp:icon>

since in default setup (when no themes/icon sets are installed)

the CSS based rendering was bad. Using <adp:icon> offers

more flexibility and tailorability.

  1. … 3 more files in changeset.
Make adp_parse_ad_conn_file a private interface: its stated purpose is to be registered via rp_register_extension_handler in acs-templating/tcl/acs-integration-init.tcl and it has no practical use otherwise

make end of options explicit

  1. … 42 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 34 more files in changeset.
add fix for broken "-string" flag in ad_return_template

make translation mode stylable via CSS, add styles for default and bootstrap3 themes, reduce dependencies on xinha icons

  1. … 3 more files in changeset.
template::reset_request_vars must be executed for all requests in the cleanup

this is already happening via "ns_ictl trace freeconn", but we keep

for the time being this as a reminder, when merging with different versions, etc.

Whitespace cleanup

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

Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
Use template::themed_template as well for .adp file served for the files in the www directory handled directly via the request processor

- use for hex codes 2-digit notation \xHH to make it compatible for tcl8.6

  1. … 5 more files in changeset.
Introduced missing ad_library statement. Normalized overall library description.

  1. … 21 more files in changeset.
Introduced missing ad_library statement

  1. … 1 more file in changeset.
- fix editing bug

- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- what space change to follow coding guidelines

- factor out apm_package_url

- use lassign instead of 3 cmds

- use variable ::acs::rootdir instead of function

- merge multiple "lappend" operations

- simplify various wierd ways to set the variable ::template::parse_level

  1. … 5 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 2 more files in changeset.
- use tcl 8.5 extended index format for "lindex", "lrange" and "string range"

- use "in" operator instead of "lsearch"

  1. … 7 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
use tcl 8.4 style comparisons and braced exprs

  1. … 3 more files in changeset.
commit template::head and the needed modifications in the master templates to make it work to CVS HEAD

  1. … 6 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.