• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 472 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 202 more files in changeset.
Fix typos

  1. … 7 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
Fix typos

    • -3
    • +3
    ./resources/ext2/docs/output/Ext.menu.Menu.html
  1. … 46 more files in changeset.
Fix for vulnerabilities CVE-2012-5881, CVE-2012-5882, and CVE-2012-5883 (Backport from HEAD)

https://yuilibrary.com/support/20121030-vulnerability/

    • binary
    ./resources/yui/charts/assets/charts.swf
  1. … 1 more file in changeset.
Fix for vulnerabilities CVE-2012-5881, CVE-2012-5882, and CVE-2012-5883.

https://yuilibrary.com/support/20121030-vulnerability/#dropins

    • binary
    ./resources/yui/charts/assets/charts.swf
  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7827 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
Standardize spellings of names

  1. … 10 more files in changeset.
fix broken links

Fix broken link

- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 14 more files in changeset.
- use for hex codes 2-digit notation \xHH to make it compatible for tcl8.6

  1. … 5 more files in changeset.
- use entities for single quotes in HTML text

  1. … 14 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

  1. … 26 more files in changeset.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

  1. … 217 more files in changeset.
file index.adp was initially added on branch oacs-5-9.

- update/add .adp files for documentation

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

  1. … 2533 more files in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

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

  1. … 7 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

- flatten nested "lindex" structures

- brace expressions

- make test expressions compileable

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

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

  1. … 1 more file in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 326 more files in changeset.
- modernize tcl

  1. … 8 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.