• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved spelling

  1. … 2 more files in changeset.
replace occurrences of <br/> in api doc strings

  1. … 2 more files in changeset.
Properly escape "<" and ">" in api-doc documentation.

Since all documentation is rendered via HTML, the characters

"<" and ">" have to be HTML-quoted, otherwise strange things

(omission, unintended renderings) might occur.

E.g. the sentence

Define an interface between a page and an

ADP <include> similar to the page_contract.

was rendered as

Define an interface between a page and an

ADP similar to the page_contract.

which is incorrect.

  1. … 13 more files in changeset.
Fixes for Oracle 19c: replaced "limit" by the portable idiom "fetch ... rows only"

This fixes the following bug in Oracle installations:

: SQL:

: select aml_email_id from acs_mail_lite_from_external

: where processed_p <>'1'

: and release_p <>'1'

: order by priority

: !>>>!limit :email_max_ct

: nsoracle.c:1367:OracleSelect: error in `OCIStmtExecute ()': ORA-00933: SQL command not properly ended

Deprecate util_ns_set_to_list: ns_set array is an equivalent oneliner

  1. … 5 more files in changeset.
improve spelling

  1. … 42 more files in changeset.
Replace deprecated 'acs_mail_lite::utils::valid_email_p' with 'util_email_valid_p'

mark functions called only internally as private

  1. … 15 more files in changeset.
Improve sql portability

  1. … 1 more file in changeset.
mprove spelling: move closer to the linux documentation recommendations

  1. … 21 more files in changeset.
Rename 'random', 'randomInit' and 'randomRange' procs to something compliant to OpenACS naming convention, replace occurrences, create deprecated wrapper

  1. … 7 more files in changeset.
Rename build_mime_message to ad_build_mime_message to comply with naming convention, replace occurrences, create deprecated wrapper

  1. … 5 more files in changeset.
moved "safe_eval" under the "ad_" prefix and marked the original function as deprecated

  1. … 4 more files in changeset.
improve spelling

  1. … 9 more files in changeset.
replace deprecated functions ad_var_type_check_integerlist_p and ad_var_type_check_number_p

  1. … 1 more file in changeset.
whitespace changes

  1. … 1 more file in changeset.
avoid usage of ad_var_type_check_integer_p

(use Tcl idiom "string is integer -strict" instead)

  1. … 1 more file in changeset.
Fix typo

Un-deprecate acs_mail_lite::bounce_address

  1. … 1 more file in changeset.
Move leftover procs in 'bounce-procs.tcl' and 'incoming-mail-procs.tcl' into 'email-inbound-procs.tcl'

  1. … 4 more files in changeset.
Fix typos and duplicated word

  1. … 2 more files in changeset.
Whitespace cleanup

  1. … 6 more files in changeset.
improve spelling

  1. … 12 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 42 more files in changeset.
fix more spelling issues

  1. … 3 more files in changeset.
simplfy expressions (no need for backslash), standardize writing of RFC

  1. … 4 more files in changeset.
Apply pachtes #960, #961, #962 and #963 from Ben Brink, bump version number to 5.10.0d3 such that changes in .info file get picked up

  1. … 3 more files in changeset.
modernize Tcl code

  1. … 2 more files in changeset.