• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bug fix: avoid confusion between text argument and option, when text starts with "-"

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

  1. … 7834 more files in changeset.
- Tcl idioms: simplify access to first character

  1. … 8 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.
- improve page_contracts

  1. … 95 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.
- 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.
Revert ajax dependency. More fix for fractional points

  1. … 11 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 support for 'other' question types plus general UI improvements

  1. … 4 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Adding choosing answer sets to user interface. Allow chaning from radio to checkboxes

  1. … 5 more files in changeset.
FIx so more than 11 answers can be added by correctly initializing

num_choices.

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Truncate question before using as title for type specific cr_revisions.

  1. … 1 more file in changeset.
Add advacned options link to allow access to previous UI while we figure

out how to make this easier to use.

  1. … 1 more file in changeset.
Strip absolute URLs in case a page is edited in HTTP/HTTPS and viewed

the other way. That is, when a full url to HTTP is in the content, and

the page is viewed under HTTPS, a security warning is displayed. Since

there are bugs in Firefox when editing, the URLs are converted to

absolute URLs by xinha. We strip them out when saving. They are

converted back when editing so the user experience is unchanged.

Don't reset correct choices from database values on submit, use what's

in the form!

Remove multiple selection label, its not implemented (yet)

  1. … 3 more files in changeset.
Simplify item-edit pages.

  1. … 29 more files in changeset.
Fixing various merge bugs, adding new message keys

  1. … 6 more files in changeset.
Make richtext area big enough to see in IE.

Updated upgrade file to drop views when mutating attribute type.

Updated catalog files.

Fix a couple for type integer checks

  1. … 3 more files in changeset.
Support application data link for uploaded files. Show linked files on

edit page.

  1. … 1 more file in changeset.
Allow richtext xinha editor for question text. Rename title to question text in the form so we know what we are editing. Allow any length text in question text now that its stored in blob/text column.

  1. … 5 more files in changeset.
remove debug comments

fix a bug when editing an assesssment question, seems question files are getting inadvertantly deleted on edit, which should not be the case

reorder the placement of fields so that they make more sense

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

  1. … 226 more files in changeset.