• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

HTML cleanup

Add optional args to call to finish-callback

remove non existent CSS decl

Fix top add question link to add after parameter

Merge assessment from oacs-5-4

  1. … 94 more files in changeset.
Checkpoint 11.2 (level AA): Avoid deprecated features of W3C technologies .

  1. … 30 more files in changeset.
Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 58 more files in changeset.
get_latest_session query is used by the script at www, not by the include in lib/. Moved to the right file.

  1. … 2 more files in changeset.
the session include needs a value for session_id in order to display the result of that session, would throw an error otherwise.

  1. … 1 more file in changeset.
Fix item edit url again. Since session-items can be included frm www or www/asm-admin we need to make sure we use the correct url all the time

Make sure when we get the previous answer that its the same question in the same section.

  1. … 2 more files in changeset.
max_time_to_complete does not belong to assessment_data

wrong edit this question url

Fix item-delete url.