• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + editor hints

  1. … 17 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 31 more files in changeset.
prefer https over http on request going to openacs.org

  1. … 3 more files in changeset.
Cleanup trailing whitespace

  1. … 5 more files in changeset.
Removed obsolete @arch-tag

  1. … 29 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
Fix typos

  1. … 11 more files in changeset.
apm reloading reform (part 2)

adjust version-reload and align version numbers

  1. … 1 more file in changeset.
remove outdated file, maintained version of the code is in the function apm_build_repository

remove unreferences and broken files depending on data model changed more than 10 years ago

Use more api

Remove questionable not-working code

This page was apparently unreachable from the UI, relied on a table that

does not exist anymore (apm_package_files) and was supposedly meant to

"interact" with the CVS...

Remove questionable not-working code

This page was apparently unreachable from the UI, relied on a table that

does not exist anymore (apm_package_files) and was supposedly meant to

"interact" with the CVS by writing stuff in the files...

Farewell to "Lars Hack"

  1. … 1 more file in changeset.
Remove unused query mentioning a table not part of the datamodel anymore. Remove inline sql in the tcl file as xql version is available

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. … 471 more files in changeset.
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 12 more files in changeset.
Prefer string operators to 'string equal'.

  1. … 1 more file in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

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

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

  1. … 68 more files in changeset.
improve documentation

  1. … 10 more files in changeset.
Rework variable assignment (set -> lassign)

Fix typos

  1. … 10 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 1 more file in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

Whitespace changes

remove conditions, which are always true

  1. … 2 more files in changeset.
modernize tcl