]> git.evergreen-ils.org Git - working/Evergreen.git/shortlog
working/Evergreen.git
2009-04-06 ericksonadded delete-selected buttons
2009-04-06 ericksonplugged in mark-po-received action
2009-04-06 ericksonadded a mark-po-received method
2009-04-06 mikermake PO formatting hooks passive; remove PO print hook...
2009-04-06 ericksonstarted plugging in PO printing, at least to HTML....
2009-04-06 ericksonmoved generic object/event firing to apputils function...
2009-04-06 ericksonrepaired the disable widget logic
2009-04-06 ericksonmore autogridding
2009-04-05 djfianderMove 'next' calcuations into MFHD::Caption, since they...
2009-04-05 djfianderProperly pad dates with leading 0
2009-04-03 ericksonused admin_ perm structure
2009-04-03 ericksondo appendClear so we're not growing with new tests
2009-04-03 phasefx"Hold Slip" accidentally replaced "Transit Slip" during...
2009-04-03 phasefxFix hold shelf display for solitary item. We expect...
2009-04-03 phasefxsort item attribute editor templates alphabetically
2009-04-03 ericksongo ahead and protect tracker retrieval as well
2009-04-03 ericksonadded initial 'test circ event def by barcode' function...
2009-04-03 ericksonpopup progress bar
2009-04-03 ericksonreturn the fleshed event from fire-event-by-barcode
2009-04-03 ericksonfixed fund currency type datatype
2009-04-03 dbsFix broken Z39.50 import due to XMLENT manipulating...
2009-04-03 dbsAvoid a PostgreSQL 8.3 type conversion problem.
2009-04-02 ericksonauto grid column width
2009-04-02 ericksonimplemented select/deselect all. removed some debuggin...
2009-04-02 ericksonadded delete all button
2009-04-02 ericksonadded an option selection column with associated method...
2009-04-02 ericksonthe key changes depending on which stored proc is calle...
2009-04-02 ericksontypo, descendents -> descendants
2009-04-02 ericksonallow the caller to define a function that tells the...
2009-04-02 dbsPrevent error messages with many lines from scrolling...
2009-04-02 djfianderAdd test cases for semi-monthly publication on fixed...
2009-04-02 djfianderAdd support for split issue numbers
2009-04-02 djfianderFix code that loads MARC test data, add a couple of...
2009-04-01 ericksonautogrid the circ_modifier config ui
2009-04-01 ericksonupdated, autogrid-ified currency_type list page
2009-04-01 ericksonupdated to use trigger for generating templated output
2009-04-01 ericksoninstead of generic format.po hook, let's use specific...
2009-04-01 ericksonadded ProcessTemplate reactor and new hook, format.po
2009-04-01 ericksonsimple reactor that just processes a template
2009-04-01 ericksonrecursive calls to _object_by_path need their own copy...
2009-04-01 ericksondisabling editing of sequenced fields is better handled...
2009-04-01 ericksonUpdated the IDL to match the table name in the sql...
2009-04-01 mikerreordering table due to fkey
2009-03-31 ericksoncreated method that takes a circ-based event def and...
2009-03-31 ericksonfixed var name
2009-03-31 ericksonin batches, 'event' is an array of events
2009-03-31 ericksonremoved remaining assumptions of an 'id' field on all...
2009-03-31 mikeradd method for creating events by definition(s) (array...
2009-03-31 ericksonprevent some warnings in the logs
2009-03-31 ericksonset the nostore var
2009-03-31 ericksonfixed closing tag
2009-03-31 mikergive the environment built by O::A::T::Event[Group...
2009-03-31 mikeradding template_output table to support storing just...
2009-03-31 ericksontypo:actor.org_unit_descendents. run_time is now a...
2009-03-31 ericksonsome formatting
2009-03-31 ericksonadded provider addresses link
2009-03-31 ericksonadded address info
2009-03-31 ericksontest script for printing a purchase order
2009-03-31 scottmkPlugged some massive memory leaks.
2009-03-31 ericksonrepaired copy/paste 'editor' field name for acqpl links
2009-03-31 dbsFix closed dates editor.
2009-03-30 ericksonmove the select list creation actoin in with the rest...
2009-03-30 ericksonself is not defined here, use this
2009-03-30 ericksonrepaired array positions
2009-03-30 ericksonsome layout tweaks for event def grid
2009-03-30 mikerpass the default search class correctly, instead of...
2009-03-29 dbsNaive implementation of protection against apostrophes...
2009-03-29 dbsLet's fix this typo and see what breaks :)
2009-03-29 dbsFix for #54 - make SlimPAC search respect title/keyword...
2009-03-27 ericksonadding some initial readonly parts
2009-03-27 ericksonplugged in intial lineitem table implementation
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-27 ericksonplugged in more streamlined PO creation. added progres...
2009-03-27 ericksonset the provider on the lineitem at po create time...
2009-03-27 ericksonusing new common cat code to in-transactoin bib/volume...
2009-03-26 ericksonplugging in and tweaking PO creation. more to do
2009-03-26 phasefxassume auto-checkin for now for Mark Item Damaged
2009-03-26 ericksonplugged in marc edit functionality for lineitems
2009-03-26 ericksonflesh copy objects on circ and hold events
2009-03-26 ericksonsort acqdf entries by position
2009-03-26 ericksonplugged in inital action from dropdown, delete selected...
2009-03-26 ericksonplugged in batch event (notification, etc.) cancellation
2009-03-26 ericksoninitial interface for managing pending notification...
2009-03-26 ericksonprovide a little more flexibility to the caller of...
2009-03-26 dbsApply ampersand escaping globally in entityize (fixes...
2009-03-26 ericksonadded an explicit error for a common occurence in autof...
2009-03-26 ericksonport the billing type UI to autogrid
2009-03-26 dbsEven better indexing on afr - thanks miker!
2009-03-26 djfianderChange test for whether enumeration fields hold chronology:
2009-03-26 dbsAdditional indexes on authority.full_rec. Thanks, EXPLA...
2009-03-25 ericksonfixed broken closing bracket, mild code reformatting
2009-03-25 dbsLabel mismatch: "Update" should be "Upload" (for offlin...
2009-03-25 ericksonadded distribution formula admin UI
2009-03-25 ericksonwhen non-IDL fields are added to the grid and a field...
2009-03-25 ericksonadded sequence entries for distrib formulas / entries
2009-03-25 dbsReflect loading reality
2009-03-25 dbsDedupe code by moving to a common implementation of...
2009-03-25 phasefxbad error message
2009-03-24 ericksonrepaired limit perm args to autofieldwidget
next