• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
spell "site-wide" consistently with a dash

    • -3
    • +2
    ./www/doc/user_interface/item_creation.adp
  1. … 28 more files in changeset.
regenreated documentation (with non-finished release notes)

  1. … 144 more files in changeset.
fixed typoes in documentation

    • -1
    • +1
    ./www/doc/asm_trigger_doc/ch02s01.html
    • -1
    • +1
    ./www/doc/asm_trigger_doc/ch02s05.html
  1. … 9 more files in changeset.
improved spelling

  1. … 15 more files in changeset.
Always use "--" in "dom parse" when document is interpolated

This is a safety measure to make sure that the document parsed is

never confused with an option, when the document starts with a "-". In

the best case, the error message provided by "dom parse" might be

misleading. This might be a problem for user contributed documents

(passed as variables, or return values from functions).

The double dash is supported in tdom since version 0.9.0.

  1. … 18 more files in changeset.
improved spelling

  1. … 14 more files in changeset.
Replace custom calendar widget implementation with native HTML5 fields

Cleanup trivial api, nowadays replaceable with a simple oneliner and inline the only usage found upstream

  1. … 1 more file in changeset.
strengthen boolean parameters in page contracts

  1. … 4 more files in changeset.
fixed typos

Fix version in package URL

  1. … 27 more files in changeset.
bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
regenerated documentation

  1. … 290 more files in changeset.
improved spelling

  1. … 7 more files in changeset.
Prefer exec-free variant

Test external command dependencies

  1. … 2 more files in changeset.
Inline rp_getform usage

rp_getform will never return the empty string, small cleanup

Relax object type check

Relax object type validation

Deprecate bulk_mail::parameter, which implements a global parameter logic

For now, the occurrences have just been inlined (fixing also the inconsistent naming PrettyName vs pretty_name). A future reform might create a proper global parameter for this.

  1. … 4 more files in changeset.
Deprecate ad_dateentrywidget, with hardcoded values, superseded by modern features

  1. … 2 more files in changeset.
improve strictness of tests

  1. … 8 more files in changeset.
Replace api

Make use of new API "ad_mktmpdir" and "ad_opentmpfile" instead of "ad_tmpnam"

  1. … 2 more files in changeset.
improve spelling

  1. … 5 more files in changeset.
Replaced "ns_mktemp" by "ad_tmpnam" to ease code maintenance

The underlying C library API for "ns_mktemp" is deprecated

for security reasons, we will have to do something about it.

  1. … 6 more files in changeset.
prefer adp:icon over old-style .gif images

  1. … 12 more files in changeset.
Cleanup of acs_object_context_index' and friends in creation scripts

This change completes the commit [1] from 2019, where the cleanup was performed

acs_object_context_index and its maintenance functions just as an update script.

This change addresses this also in the creation scripts and in packages, still

depending on the old functions.

[1] https://fisheye.openacs.org/changelog/OpenACS?cs=oacs-5-10%3Ahectorr%3A20190708160122

  1. … 8 more files in changeset.
Whitespace changes