• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Delete attribute 'survey_p', as it was replaced by 'type' in 2006 and is not created in new instances.

It is unclear if the 'survey_p' column of the 'as_assessments' table can also be dropped.

Original attribute replacement commit:

https://github.com/openacs/assessment/commit/433463faf6d50140fe26f848ab2f28662e0acc85#diff-cff15be6842f249cef812f983e064e78

https://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Adaveb%3A20060926002244

  1. … 1 more file in changeset.
Add documentation for public procs (fixes automated tests), uniform indentation, uniform documentation style

    • -1158
    • +1156
    ./as-install-procs.tcl
Fix acs_attribute datatype to match table type (fixes automated tests)

  1. … 2 more files in changeset.
Unwrap indentation

Fix typos

  1. … 61 more files in changeset.
fix more typos

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

  1. … 7834 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file

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

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

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

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

  1. … 93 more files in changeset.
Fix upgrade numbering based on previous version number from oacs-5-4

Merge assessment from oacs-5-4

  1. … 108 more files in changeset.
Finish work to support fractional points. All tables switched to

float. Forms switched to validate float.

  1. … 4 more files in changeset.
Add elapsed seconds column for tracking time spent

Add elapsed seconds to record amount of time taking assessment. Add support for choice 'other' in radio,select, or checkbox questons

  1. … 1 more file in changeset.
Add associated tcl upgrade logic for 0.22d6

Implementation of NotificationType for assessment_response has been added in version 0.10d4 and an upgrade apm-callback provided but has never been added to the install procs.

1. Created a new proc that creates the binding

2. Added the call to that new proc to the after_install apm-callback

3. Added the upgrade for this version (check that the binding doesn't exist before creating it)

  1. … 1 more file in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Many fixes to Oracle support in assessment.

  1. … 24 more files in changeset.
More on delete cascades.

Set uninstantiate and unmount callbacks in info file so we can remove a

package instance.

  1. … 3 more files in changeset.
Allow package to be deleted.

  1. … 1 more file 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.
Set context_id so folder and assessment inherit permissions from package_id

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

  1. … 35 more files in changeset.
Added Validation Block field when creating a question. This allows validation of the answer entered by the user. This is especially useful in a registration assessment -- it allows the email entered to be checked if it already exists and prevent the assessment from continuing.

The value of this field must be multiples of a TCL boolean expression and an error message separated by spaces.

  1. … 12 more files in changeset.
Added an option for select box widgets to prepend an empty option, this is useful for instances where the field is required but you don't want a default to be selected but also don't want the options to be ordered by random

  1. … 12 more files in changeset.
fix triggers bug related to the association of the choice revision_id instead of the item_id to the trigger condition

  1. … 7 more files in changeset.
update item_id column in as_param_map table with the cr_item_id of the as_item_id instead of the cr_revision_id

  1. … 3 more files in changeset.