]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
more work on pcrud filter dialog. added filter option to autogrid. repaired faulty...
[Evergreen.git] / Open-ILS / web / js / dojo / openils / widget / AutoFieldWidget.js
2009-08-21 ericksonmore work on pcrud filter dialog. added filter option...
2009-08-17 ericksonadded optional list of fields whose linked display...
2009-07-20 ericksonlocaleStrings variable getting clobbered by some other...
2009-06-09 erickson when using a text box and a value is required or regEx...
2009-06-09 ericksonone small step for i18n
2009-06-09 ericksonsmarter boolean value test for display strings
2009-06-04 ericksonhandle isNaN 'money' values
2009-05-18 ericksonimport PermaCrud globally within this module
2009-05-12 ericksonbetter autofielwidget debugging
2009-05-06 ericksonin RO mode, don't bother loading the linked display...
2009-05-05 ericksondojo does not take kindly to numbers when it wants...
2009-05-04 ericksonadded special handler for copy location fetching to...
2009-04-21 ericksonimport stuff before using it
2009-04-20 ericksontreat linked aou objects with datatype = 'link' the...
2009-04-14 ericksonallow the grid to render display labels for linked...
2009-04-02 ericksonallow the caller to define a function that tells the...
2009-04-01 ericksondisabling editing of sequenced fields is better handled...
2009-03-30 ericksonself is not defined here, use this
2009-03-27 ericksonadded support for displaying the value from the 'select...
2009-03-26 ericksonadded an explicit error for a common occurence in autof...
2009-03-24 ericksonunless otherwise specified, use the workstation ou...
2009-03-18 ericksonadded some user sesssion and object-list caching
2009-03-05 ericksondon't assume org unit value is non-null
2009-03-05 ericksonmore int/float handling
2009-03-05 ericksonhandle NaN's
2009-03-03 ericksonstrict compare, since 0 == '' (awesome)
2009-02-27 ericksonthrow meaningful error when IDL link is invalid
2009-02-23 ericksontreat '' as null only when otherwise not dealt with...
2009-02-17 ericksonadded int/float widgets
2009-02-16 ericksonplugged in perm group tree builder
2009-02-13 ericksoncan now override any given auto-widget with a locally...
2009-02-13 ericksonfunc comments, treat "" as null
2009-02-12 ericksonfixed wiget value accessor/mutator which resulted in...
2009-02-09 ericksoncreated read-only version of a single widget and edit...
2009-02-09 ericksonremoved some unnecessary console logs
2009-02-09 ericksonteach the IDL about the existence of pkey sequences
2009-02-06 ericksondon't attempt to retrieve the linked selector objects...
2009-02-06 ericksonfixed problem with async widget building and saving...
2009-02-06 ericksonadded support for auto-building select options from...
2009-01-23 ericksonadded a default gettier for common fieldmapper datatypes
2009-01-23 ericksonrearranging some classes around for better re-use....