]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/web/js/dojo
treat non-idl fields as virtual fields
[working/Evergreen.git] / Open-ILS / web / js / dojo /
2009-05-12 ericksontreat non-idl fields as virtual fields
2009-05-12 ericksonbetter autofielwidget debugging
2009-05-11 ericksonremove debug log
2009-05-11 ericksonhonor non-IDL fields in the fieldOrder
2009-05-11 ericksondojo-1.3 treats HTML from a grid getter as raw text...
2009-05-11 ericksonif a sequence field is explicitly requested in the...
2009-05-06 ericksonadded column picker support for suppressing picker...
2009-05-06 ericksongo ahead and ipmort the placeholder menu since it's...
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-05 ericksonfor consistency, onSubmit -> onPostSubmit
2009-05-05 ericksonupdate grid after dialog hide. use the new attr()...
2009-05-04 ericksonadded special handler for copy location fetching to...
2009-05-03 mikeradd org unit scoping support, defaulting to global...
2009-05-03 mikeradd configurable string joiner instead of hardcoding...
2009-04-30 ericksonfield array position is determined by position in the...
2009-04-29 mikerreplace, do not extend, the innerHTML of the slot
2009-04-29 mikeradding dojo class for parsing and rendering opac/slot...
2009-04-27 dbsJSON demands double-quoted strings (simplejson is picky...
2009-04-24 ericksoncan't get dijit textarea to honor spaces/tabs. this...
2009-04-22 ericksonadded event def label string
2009-04-22 ericksonbuilding the grid cell widget forces server fetches...
2009-04-21 ericksonimport stuff before using it
2009-04-21 ericksonwhen isXUL, load the linked bib record in the usual...
2009-04-21 ericksonfunction to get the XUL build id
2009-04-21 ericksonadded func to turn on UniversalXPConnect and offer...
2009-04-20 ericksonsimplify progress dialog. pass true to show to make...
2009-04-20 ericksonstrange things happen when you have to progress dialogs...
2009-04-20 ericksontreat linked aou objects with datatype = 'link' the...
2009-04-16 ericksonimplemented PO receive rollback and api's for li and...
2009-04-15 mikerprotect the org trail from the top of the tree WITHOUT...
2009-04-15 mikerprotect the org trail from the top of the tree
2009-04-14 ericksonallow the grid to render display labels for linked...
2009-04-13 ericksonstarted acq JS localization
2009-04-09 ericksonevents not guaranteed to have a code, treat display...
2009-04-03 ericksonpopup progress bar
2009-04-02 ericksonimplemented select/deselect all. removed some debuggin...
2009-04-02 ericksonadded an option selection column with associated method...
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 an appendclear function to remove child nodes...
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-25 ericksonwhen non-IDL fields are added to the grid and a field...
2009-03-24 ericksonunless otherwise specified, use the workstation ou...
2009-03-23 ericksonadded display toggle method which will show/hide as...
2009-03-20 ericksonlet's not clobber the loop variable
2009-03-18 ericksonthis.user might be an event, check for that
2009-03-18 ericksonadded some user sesssion and object-list caching
2009-03-17 ericksonadded simple show/hide funcs
2009-03-17 ericksonadded attr def fetching function
2009-03-16 ericksonoops, wrong api name. fixed
2009-03-16 ericksonremoved the old, convoluted work_perm_org code. Now...
2009-03-14 mikerapply proper I18N-ification to new template builder...
2009-03-07 mikerholding pen for dojo functions that we need to backport...
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-03-02 ericksonmoved html tags out of text strings
2009-03-02 ericksonupdated some string labels to make them more specific...
2009-03-02 ericksonupdate grid after re-displaying it
2009-03-02 ericksonhide the grid before pane is built so user gets immedia...
2009-03-02 ericksonimplemented 'clone selected row'
2009-03-02 ericksonremoved old code
2009-03-02 ericksoncan now pass in override widget types to grid and edit...
2009-03-01 ericksonplugged in auto edit pane handling
2009-03-01 ericksonedit/create pane can now be loaded as a inline grid...
2009-03-01 ericksonseparated pane and dialog build out into 2 separate...
2009-03-01 ericksonallow caller to pass in a pre-built edit dialog
2009-02-27 ericksonthrow meaningful error when IDL link is invalid
2009-02-26 ericksonplugged in some i18n
2009-02-26 ericksonfixed table ref
2009-02-26 ericksonapply some basic style to the edit pane table
2009-02-26 ericksonapply the edit dialog class in the dialog, not the...
2009-02-24 ericksontag the field row with the field name to open up some...
2009-02-23 ericksontreat '' as null only when otherwise not dealt with...
2009-02-19 ericksonfixed action button when readonly hiding logic
2009-02-18 ericksoninitial dojo-ified xul glue
2009-02-18 ericksondojo-based interval2seconds
2009-02-17 ericksonadded int/float widgets
2009-02-17 ericksonexplicitly load Util
2009-02-17 ericksonadded batch org setting method
2009-02-17 ericksonrepaired org setting calls. added static version so...
2009-02-16 ericksonplugged in perm group tree builder
2009-02-16 ericksonin addition to the field list, provide a name-based...
2009-02-15 ericksonadded store reset func
2009-02-15 ericksondon't apply on-enter-equals-submit handler, cuz enter...
2009-02-13 ericksoncan now override any given auto-widget with a locally...
2009-02-13 ericksonwhen no field order is defined but fields existin in...
2009-02-13 ericksondon't display auto-generated fields in create dialog
2009-02-13 ericksonfunc comments, treat "" as null
2009-02-12 ericksonno need for a store if there is no tree data (don't...
2009-02-12 ericksonfixed wiget value accessor/mutator which resulted in...
2009-02-09 ericksonby default, don't show sequence columns, which will...
2009-02-09 ericksoncreated read-only version of a single widget and edit...
2009-02-09 ericksoncan now specify post update and create handlers. wrap...
2009-02-09 ericksonremoved some unnecessary console logs
2009-02-09 ericksonnot sure why views[1] was working before, but it's...
next