]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
Patch from Thomas Berezansky to implement circulation matchpoint value fallthrough...
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / widget / AutoFieldWidget.js
2011-02-16 mikerPatch from Thomas Berezansky to implement circulation...
2011-01-18 senatorMake EditPane objects built of AutoFieldWidget objects...
2011-01-12 senatorSerials: In the holding code mini wizard of the alt...
2011-01-12 gmcAutoFieldWidget no longer uses CurrencyTextBox dijit
2011-01-12 gmcallow data entry of negative currency amounts
2010-11-18 gmconly allow choice from active providers when creating...
2010-11-18 gmcuse pcrud auto-complete widget when selecting providers
2010-11-02 ericksonAutoFieldWidget linked class autoloaders, etc.
2010-09-17 ericksonload the right class in the on-the-fly IDL loader call
2010-09-15 ericksonafter auto-loading the IDL class, re-set the local...
2010-09-15 ericksonwhen IDL class is not defined, load it inline instead...
2010-09-15 erickson2 debugging tools for identifying undefined IDL classes
2010-09-15 ericksonadded useful exception that is typical w/ autofieldwidg...
2010-09-09 senatorImprove on 17547 to support a default value for /creati...
2010-09-09 senatorMake overrideEditWidgets to an AutoGrid able to accept...
2010-09-03 senatorAutoFieldWidget now shows timestamps correctly.
2010-08-31 ericksonallow pass-thru of filteringtreeselect disableQuery...
2010-08-06 gmcbug 614132: fix glitch when used cached permission...
2010-08-05 ericksonhonoring IDL 'required' attr for autofieldwidget for...
2010-07-27 dbsReverse dojo.mixin() order in AutoFieldWidget to favour...
2010-06-18 phasefxstop the autoscrolling behavior with AutoFieldWidget
2010-06-17 phasefxKludge to fix ISO timestamp parsing in AutoFieldWidget
2010-06-11 ericksona null boolean value should use the label for UNSET...
2010-05-17 ericksondon't assume an autofieldwidget cached linked object...
2010-04-16 ericksondon't attempt to validate a readOnly widget
2010-04-13 ericksondijits that are marked as 'required' will show render...
2010-04-06 senatorAcq: unified search interface for LI, PO, and PL. Usabl...
2010-03-24 senatorAcq: limit "Fund" dropdowns in LID table to active...
2010-03-05 ericksonadded support for overriding the searchAttr in addition...
2010-03-05 ericksonadded ability to use an external function (bypassing...
2010-03-03 ericksonwrap labelFormat formatting in try/catch to present...
2010-03-03 ericksonadditional code-level comments
2010-03-03 ericksonfinished support for lableFormat for auto-widgets that...
2010-03-03 ericksonstarted support for overrideing the label for remote...
2010-02-16 senatorAcq: POs can only be created with active providers...
2010-02-16 ericksonreturn success from org tree builder to prevent clobber...
2010-01-28 ericksondon't assume a null org unit value should default to...
2010-01-28 ericksonwhen getDisplayString() is called without ever having...
2010-01-28 ericksondo not promote a number widget's value to '0' when...
2010-01-15 ericksonpatch from Lebbeous Fogle-Weekley to exit gracefully...
2009-12-18 ericksononly set the value on a pre-defined widget when no...
2009-12-16 phasefxCheckboxes in the patron editor are getting a value...
2009-12-09 ericksonadded support for ternary boolean widgets (where null...
2009-12-03 ericksonadd some default event def granularities. when an...
2009-10-29 ericksonadded feauture to org unit settings interface to displa...
2009-10-05 ericksonif a timestamp is null, don't attempt to turn it into...
2009-09-04 ericksonplug baseWidgetValue setting for readOnly widgets back...
2009-09-01 ericksoncalling widget.attr on readonly objects occaisonally...
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....