• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
We replace spaces with "&nbsp" for Safari, but then convert will fail in the test... clean up the entities before trying to convert

Reimplementation of the captcha

We drop the previous awkward implementations that would either not scale or require external dependencies. Instead, we adopt the approach in use at https://fossil-scm.org/, where a random string is converted to an ASCII art.

The ASCII art itself comes from the Fossil source code.

  1. … 2 more files in changeset.
Test external command dependencies

Added the message catalog and the fonts to this package to keep things separated.

TODO: The message key "Please_enter_the_captcha" is not used on upstream code and could be deleted.

maybe, something from the downstram captcha code was not provide upstream.

  1. … 6 more files in changeset.
Factored out captcha package from acs-templating, since it introduces too many external dependencies

Furthermore, as it is, this does not work under macOS (and probably not on *BSD, or windows)

and breaks regression test.

  1. … 6 more files in changeset.
file captcha-procs.tcl was initially added on branch oacs-5-10.

  1. … 1 more file in changeset.