• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- simplify quoting

- add editor hints to keep spaces/tabs in the future more consistent

  1. … 313 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. … 19 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Reorganize UI. Put all questions on one question page instead of a sperate page for each section. This is a compromise instead of one huge admin page we have 2 pages, one for the assessment and one for questions.

  1. … 31 more files in changeset.
Many UI improvements. Add permissions checks to asm-admin pages that

were missing them!

Change type from an integer that has no meaning to a string, that might

give you a clue what it means. TODO change type to refer to a "template"

assessment_id with all the default values set so an admin can manage

types.

  1. … 34 more files in changeset.
Merge oacs-5-2 to HEAD

  1. … 226 more files in changeset.
Fixed permission problem

  1. … 1 more file in changeset.
Added ShowAdvancedOptions parameter to display the several assessment creation links

  1. … 2 more files in changeset.
2006 Feb 21: Merged recent changes from HEAD

  1. … 35 more files in changeset.
Added changes from Heidelberg

  1. … 15 more files in changeset.
rename message keys used in button titles

Tuning for faster download of CSV files and quicker index display

  1. … 4 more files in changeset.
more assessment types

  1. … 1 more file in changeset.
remove some duplication

fix new assessment link

handle html on the assessment title

  1. … 1 more file in changeset.
fix assessment display

merge between head and oacs-5-2

  1. … 24 more files in changeset.
move pages to select the registration assessment to the Assessment Package and implement the new callbacks to get the url of the assessment

  1. … 13 more files in changeset.
partial fix of bug 2388

  1. … 2 more files in changeset.
Admin_p is not needed to my knowledge and was calling the deprecated ad_permission_p anyway

  1. … 1 more file in changeset.
latest work (unfinished)

  1. … 10 more files in changeset.
add permission verification

  1. … 50 more files in changeset.
fix verification of permissions

  1. … 2 more files in changeset.
change files to asm-admin directory to manage permissions

  1. … 176 more files in changeset.