• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer https over http on request going to openacs.org

  1. … 3 more files in changeset.
improve rowcount expressions

  1. … 75 more files in changeset.
improve spelling

  1. … 27 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

  1. … 29 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. … 71 more files in changeset.
Fix typos

  1. … 42 more files in changeset.
strengthen page contracts

  1. … 16 more files in changeset.
fix typo

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

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

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

  1. … 393 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

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

  1. … 2540 more files in changeset.
- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

  1. … 12 more files in changeset.
HTML cleanup

  1. … 3 more files in changeset.
fix: add needed ending slash in link pointing to http://openacs.org/repository/

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 364 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 720 more files in changeset.
Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs)

  1. … 1 more file in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 644 more files in changeset.
added some band-aid layout to make install from repository/local less

confusing.

Add extra check to catch when downloading an APM failed

Fixed bug #1141: restart server link

Repository now lives on openacs.org

fixing package_path typo (it was missing the ) reported by Mark Aufflick

Added debug log statement to installer

Fixed bug in upgrading, upgraded from version_id instead of version_name

Fixed stupid little typo: string ... instead of string equal