• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix boolean adp expression

  1. … 1 more file in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 473 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 223 more files in changeset.
reduce usage of deprecated procs

  1. … 8 more files in changeset.
use canonical Tcl subcommand names

Fix typos

  1. … 2 more files in changeset.
Remove broken links

Fix broken links

- replace deprecated tags in documentation page

- modernize tcl

- prefer ns_quotehtml over ad_quotehtml

  1. … 4 more files in changeset.
- update documentation

  1. … 22 more files in changeset.
- let package doc files start with H1

  1. … 9 more files in changeset.
- update/add .adp files for documentation

  1. … 22 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 7 more files in changeset.
- fix and standardize quoting in template properties

  1. … 167 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 12 more files in changeset.
- make sure to quote hrefs

  1. … 5 more files in changeset.
- improve page-contracts

overhaul of package:

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- brace expressions

- replace depreacted "ad_parameter" by parameter::get

- use "in" or "ni" expression instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

  1. … 10 more files in changeset.
- use "lassign" instead of "util_unlist"

- use <property name="doc(title)">

  1. … 41 more files in changeset.
- replace deprecated calls

  1. … 2 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.
From tcl 8.5 on, apply is a tcl command, this has been fixed already on the core some time ago. "apply" is since then "ad_apply".

  1. … 1 more file in changeset.
HTML cleanup

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 373 more files in changeset.
Add rss_file_url parmameter to allow admin to advertise alternative RSS

url. Useful for feed services such as feedburner.

  1. … 1 more file in changeset.
Replace header_stuff properties with template::head calls

Fix commented out title, with title in the html comment, occaisionally a

user would type "--" in the title causing the page to break because the

comment was not parsed correctly.

Added links to edit / delete especially offending comments