• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reinstate apis as public, as they hold the current definition of an all-day event

Deprecate a bunch of date widget procs: they use hardcoded markup, lack localization, don't leverage existing tcl capabilities and most importantly are not in use anywhere in current codebase

Rework variable assignment (set -> lassign)

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

  1. … 7834 more files in changeset.
- quote THML attributes

- reduce quoting hell

  1. … 1 more file in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- fix validity of HTML

  1. … 7 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.
- get rid of old-style parameter passing

  1. … 3 more files in changeset.
- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 10 more files in changeset.
- modernize tcl

- brace expressions

- no need to use expr in condition of for loop

- no need to test for existence when variables have defaults

  1. … 2 more files in changeset.
- modernize tcl

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

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

  1. … 32 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fixed i18n string

use diamond graphic for all day entries (fix from Sloan)

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Applied patch #175: internationalizatioN

  1. … 10 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
Replaced the diamond graphic with the words 'all day'. Removing it when there are no all day events is harder, but can be done with a hack if it must be.

Migrated over changes to move some GIF resources into a common subdirectory

in the subsite package, so anyone who can read the main site can read

the images (previously you had to grant read privs to "/doc" explicitly

to get the graphics stored by acs-datetime to show up.

  1. … 38 more files in changeset.
Changed &lt to the datetime arrows like we use everywhere else 'cause

they're cute!

  1. … 1 more file in changeset.
1. created /acs-subsite/www/shared/images for images that need to be

readable by all who can read the main subsite

2. changed existing references to /acs-subsite/www/shared/*.gif

3. made acs-datetime use these instead of /doc/acs-datetime/pics so

it is no longer necessary to grant broad read privs to the /doc

package in order to see calendar left/right arrow widgets etc

  1. … 27 more files in changeset.
removing debug printout

merge from oacs-4-6

  1. … 110 more files in changeset.
Date/time/number localization

  1. … 85 more files in changeset.
I18N: internationalizing time-related words used by acs-datetime such as month names. Work done by Steffen Tiedemann. Thanks Steffen.

  1. … 4 more files in changeset.
change CSS classes z_light, oddrow to odd, and z_dark, evenrow to even

  1. … 8 more files in changeset.
cleanup from sloan

  1. … 2 more files in changeset.