• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix subscription form error (left behind from previous commit)

Trim whitespace

Repair form validation of URL

Replace deprecated header_stuff with head

Give some feedback in case of error

Modernize tcl

Further UI fixing after tests to make so that actions are displayed only when the proper conditions are met

Revision of the index page:

- pass template properties according to conventions

- streamline boolean expressions

- fix UI, show purge button and its explanation when the actual form is generated

- make sql portable and bring it inline

- better exploit api

Fix boolean adp expression, pass properties according to adp guidelines

Change adp expression so news can be displayed

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

  1. … 1 more file in changeset.
Fix conditional expression. A typo in the original code survived succesive refactoring which made it not so obvious...

Fix variable existence test, as we are initially dealing with the variable name, not the value.

Whitespace changes

Fix typo

Rework conditional expressions

  1. … 3 more files in changeset.
remove conditions, which are always true

remove parens

  1. … 2 more files in changeset.
add editor hiints and cleanup whitespace

moderniize tcl

remove nested expr and improve linebreaks

modernize tcl

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

modernize tcl

  1. … 2 more files in changeset.
Fix boolean expressions in .adp files, make termination after connection closing commands explicit

Reverted all changes from Mannheim

  1. … 210 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 2 more files in changeset.
Minor fixes to the linking and dealing with funny servers that return file not found with error code 200

  1. … 1 more file in changeset.
convert to localtime and sort in DB (much, much faster index page); releasing v1.0.1

  1. … 4 more files in changeset.