• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
advertise "aa_equals" rather than "aa_true"+"string equal" in tutorial

update tutorial: don't recommend to use "expr" for aa_true or aa_false

fix example in documentation and small code cleanup

  1. … 4 more files in changeset.
improve capitalization

  1. … 4 more files 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
fix typos, regenerated documentation

  1. … 307 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

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

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

  1. … 11 more files in changeset.
Fix spelling errors

  1. … 75 more files in changeset.
- fix non-existing link

- fix links and unify names

  1. … 330 more files in changeset.
- fix unresolvable links in demo page

- use entities for apostrophes in xml/html/adp to ease life of sonarsrv checker

  1. … 320 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 296 more files in changeset.
- add editor hints to .vuh files

  1. … 30 more files in changeset.
file acs-start.adp was initially added on branch oacs-5-9.

file openacs-start.adp was initially added on branch oacs-5-9.

file dotlrn-style-2.adp was initially added on branch oacs-5-9.

- add themed version of (regenerated) html files

  1. … 249 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

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

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

  1. … 2541 more files in changeset.
- replace deprecatd call to "item::get_title" by "content::item::get_title"

- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 103 more files in changeset.
- reduce number of remaining "string equal" operations

- normalize string expressions

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

  1. … 7 more files 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. … 336 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

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