| Commit | Date | |
|---|---|---|
|
[r5346]
by
gautamj
Added support for in-list rule on a boolean flex-field |
2011-06-09 18:35:33 | Tree |
|
[r5345]
by
prudhvireddy
Added getErrors method to throw validation error message, when time format is invalid. Previously it was setting value to 00:00:00 when time is invalid. Also added support for G:i:s format to altFormats. Now 5:00:00 is accepted,hour doesn't need to have leading zero |
2011-06-09 12:33:02 | Tree |
|
[r5344]
by
prudhvireddy
Bug fix: Not appending fieldLabel when hideLabel property is set to true on the field, otherwise label is shown even if the field is hidden |
2011-06-09 12:26:44 | Tree |
|
[r5343]
by
gautamj
Added variations for the getFieldList and getFieldMap methods to include unmapped fields. |
2011-06-08 17:23:35 | Tree |
|
[r5342]
by
gautamj
Modified the earlier enhancement to apply "x:str" on columns with the [hh:mm] layout |
2011-06-08 00:18:56 | Tree |
|
[r5341]
by
cosbor11
replaced call to dom.getElementsByClassName with el.hasClass since getElementsByClassName doesnt exist in the IE8 js library |
2011-06-07 22:12:44 | Tree |
|
[r5340]
by
gautamj
The performPreDeleteReferentialIntegrity() method in the domain_creator_1_2 pattern has been optimized to retrieve merely the object count for an aggregate/associated Domain class, rather than complete object data |
2011-06-07 22:02:08 | Tree |
|
[r5339]
by
cosbor11
initailized the exportEnabled local flag as false in the beforeColMenuShow method so that the excel icons only show up when the grid is exportToExcelEnabled |
2011-06-07 21:45:26 | Tree |
|
[r5338]
by
SeanZ
change the label to make it meaningful to both create duplicate and update conflict. The scenario of create duplicate is when user is creating a record whose key value already exist in the database; an action should be stopped to protect the existing record data. The scenario of update conflict is when two users are updating on the same record; the later one should be blocked because the record is dirty. |
2011-06-07 16:32:04 | Tree |
|
[r5337]
by
gautamj
Modified the createPropertyDescriptorMap() to exclude properties from the base GraphDataObject class |
2011-06-07 00:43:43 | Tree |