• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
  1. … 1 more file in changeset.
Use 'lc_content_size_pretty' for content size

  1. … 10 more files in changeset.
whitespace changes, including breaking overlong lines

  1. … 15 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 3 more files in changeset.
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.