• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Zen project: Add ID attribute to date and select widgets

  1. … 1 more file in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
All templating procs now have at least minimal documentation.

  1. … 8 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
changing textdate showCalendar javascript proc to showCalendarWithDefault and setting the default date the calendar should go to

localizing validation errors for date and textdate widgets

  1. … 1 more file in changeset.
adding textdate widget and associated transform, validate and util procs

Apply patch#740. Fixes bug#2533. Do version check on Oracle to determine whether to use to_timestamp or to_date.

  1. … 1 more file in changeset.
putting back a fix on differentating timestamps that must have been deleted during the last commit

modified the date widget so that id attributes are created in the day, month and year if an id attribute is passed

Modified the date type's "to_sql" property to return to_timestamp if the

format includes minutes and seconds, to_date otherwise. In reality we should

probably move to having both date and timestamp template types but for now

this should work for both Oracle and PG.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Improve robustness of template::util::date::set_property proc for dealing

with hours that begin with a zero.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
Fix template::util::date::set_property to not fail when passed in a

NULL date retreived from the database.

fixes template::util::date::unpack so it does not require the variabe to be named date and just work by coincidence. from HEAD, resolves bug 1824

fixes template::util::date::unpack so it does not require the variabe to be named date and just work by coincidence. resolves bug 1824

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.
Trim leading zeros since month_data is keyed by month number without leading zero, and I have seen at least once getting it a month value with leading zero from somewhere.

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Rolling back the checkin that was accidentally commited on HEAD. 1.29 is

identical to 1.27.

This was accidentally commited on HEAD instead of on oacs-5-1

Part of this commit is fixing #1176 (just a few acs-lang strings and properly

splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix

(catalog file) was accidentally commited before by Joel

The bigger part is changing load order of library files so that

acs-lang-init.tcl gets loaded before all other *-init.tcl files.

This is necessary because acs-lang is so fundamental and it is quite possible

(as we have seen with the example of date-init.tcl) that there are *-init.tcl

files that need translated strings.

applied Guan's patch adding some new message keys and corresponding catalog entries to some date procs

  1. … 2 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation.

Only trim value in set_property when setting single-value properties, otherwise 0000-01-01 will get munged into -01-01, causing ansi property to fail

- Added 'ansi' to date::get_property

- Fixed error in date::set_property ansi, where the error thrown had a reference to the wrong variable

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
typo in get_property display_date: must be instead of