• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer literal in adp axpressions

  1. … 9 more files in changeset.
Replace deprecated proc 'empty_string_p'

  1. … 3 more files in changeset.
fix typos

  1. … 26 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 32 more files in changeset.
Reduce divergency between oracle and postgres codebase

Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 36 more files in changeset.
Fixed wrong call of db_multirow

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Improve spelling

  1. … 8 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 13 more files in changeset.
- tighten page contracts

  1. … 6 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 31 more files in changeset.
- replace deprecated function util_unlist by lassign

- get rid of "missing formwidget" warning

- fix invalid tcl syntax ("else if" instead of "elseif")

- get rid of MISSING FORMWIDGET: session_results_3922:session_results_3922:formbutton:edit messages

- get rid of MISSING FORMWIDGET: admin_section_3922

- replace "onclick" handler in .adp file by event listener

- more syntactic cleanup

- modernize HTML in .adp files

  1. … 5 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

  1. … 26 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 19 more files in changeset.
- pass base to export_vars

  1. … 2 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 299 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 121 more files in changeset.
- fix and standardize quoting in template properties

  1. … 344 more files in changeset.
- fix and standardize quoting in template properties

  1. … 395 more files in changeset.
- quote HTML attributes

  1. … 7 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2538 more files in changeset.
- improve page_contracts

  1. … 92 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

n ----------------------------------------------------------------------

  1. … 85 more files in changeset.
- use "lassign" instead of "util_unlist"

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- use "lassign" instead of "foreach ... break" idiom

  1. … 18 more files in changeset.
HTML cleanup