2009-08-18 |
erickson | don't call ->content if there is no response |
commit | commitdiff | tree |
2009-08-18 |
erickson | miscommunication on logic. if user != requestor, it... |
commit | commitdiff | tree |
2009-08-18 |
lmcfarland | Added strings for staff hold column |
commit | commitdiff | tree |
2009-08-18 |
lmcfarland | Added staff hold column to holds table |
commit | commitdiff | tree |
2009-08-18 |
phasefx | alternate (and functional) clipboard context menus... |
commit | commitdiff | tree |
2009-08-18 |
phasefx | fixed regression with default search field not being... |
commit | commitdiff | tree |
2009-08-17 |
erickson | turned on paging for po list. set up the state filter... |
commit | commitdiff | tree |
2009-08-17 |
erickson | set page title |
commit | commitdiff | tree |
2009-08-17 |
sboyette | removed dupe debs (wrt osrf Makefile.install) |
commit | commitdiff | tree |
2009-08-17 |
lmcfarland | changed menu label from Hold Notice to Hold Details... |
commit | commitdiff | tree |
2009-08-17 |
lmcfarland | added hold_details to the URLS, removed hold_notices |
commit | commitdiff | tree |
2009-08-17 |
erickson | using new fund year list to populate year selector |
commit | commitdiff | tree |
2009-08-17 |
erickson | added optional list of fields whose linked display... |
commit | commitdiff | tree |
2009-08-17 |
erickson | added companion api call to fund list retrieval which... |
commit | commitdiff | tree |
2009-08-17 |
miker | add "distinct" support to fielder |
commit | commitdiff | tree |
2009-08-16 |
erickson | added support to autogrid for loading paged data via... |
commit | commitdiff | tree |
2009-08-14 |
miker | adding proper attributes to uncontrolled subfield value... |
commit | commitdiff | tree |
2009-08-14 |
lmcfarland | code clean up--removed some leftover testing strings |
commit | commitdiff | tree |
2009-08-14 |
lmcfarland | show hold notices menu is now a hold details interface... |
commit | commitdiff | tree |
2009-08-14 |
lmcfarland | swapped commandset from holds.xul to holds_overlay... |
commit | commitdiff | tree |
2009-08-14 |
lmcfarland | created new column in Holds interface for number of... |
commit | commitdiff | tree |
2009-08-14 |
miker | access circulation tables directly instead of through... |
commit | commitdiff | tree |
2009-08-13 |
erickson | fixed some bugs in creating new picklists by name |
commit | commitdiff | tree |
2009-08-13 |
erickson | turn on pagination in the provider list page |
commit | commitdiff | tree |
2009-08-13 |
erickson | initial pagination support. when enabled, back/prev... |
commit | commitdiff | tree |
2009-08-13 |
erickson | added support for limit/offset to pcrud search and... |
commit | commitdiff | tree |
2009-08-13 |
erickson | removing old provider list code |
commit | commitdiff | tree |
2009-08-13 |
sboyette | aaaaand the osrf perl preqs |
commit | commitdiff | tree |
2009-08-13 |
sboyette | no apxs; no memcache, ncurses, or readline headers... |
commit | commitdiff | tree |
2009-08-13 |
sboyette | also won't find apache2.2-common or liblog-log4perl... |
commit | commitdiff | tree |
2009-08-13 |
sboyette | adding XML::Simple and XML::LibXML to debs list |
commit | commitdiff | tree |
2009-08-13 |
sboyette | nevermind that last change |
commit | commitdiff | tree |
2009-08-13 |
sboyette | add Module::Install to the Debian/Ubuntu, Centos, and... |
commit | commitdiff | tree |
2009-08-13 |
erickson | when a new hold is placed, tell the containing staff... |
commit | commitdiff | tree |
2009-08-13 |
erickson | create-hold call now only accepts a single hold arg... |
commit | commitdiff | tree |
2009-08-13 |
scottmk | Add support for UNION, INTERSECT, and EXCEPT. |
commit | commitdiff | tree |
2009-08-12 |
erickson | added ability to auto-override configured checkout... |
commit | commitdiff | tree |
2009-08-12 |
erickson | added org setting type for setting overridable selfchec... |
commit | commitdiff | tree |
2009-08-12 |
scottmk | For create and update methods: accept boolean column... |
commit | commitdiff | tree |
2009-08-11 |
scottmk | Undo previous change. NULL can be a legitimate value... |
commit | commitdiff | tree |
2009-08-11 |
scottmk | In doCreate(): check for a NULL pointer as a field... |
commit | commitdiff | tree |
2009-08-11 |
erickson | selected columns in a json_query need to be in an array |
commit | commitdiff | tree |
2009-08-11 |
djfiander | Update code to check for all three caption & holdings... |
commit | commitdiff | tree |
2009-08-11 |
djfiander | Deal with a publication that only has a single level of |
commit | commitdiff | tree |
2009-08-11 |
scottmk | Segfaulting for json_queries selecting from functions... |
commit | commitdiff | tree |
2009-08-10 |
scottmk | When defining a SELECT list for a given class: an empty |
commit | commitdiff | tree |
2009-08-09 |
erickson | Patch from Galen Charlton to add Version to application.ini |
commit | commitdiff | tree |
2009-08-07 |
scottmk | For building a SELECT list for a class: instead of... |
commit | commitdiff | tree |
2009-08-06 |
scottmk | Tightened the rules for defining SELECT clauses for... |
commit | commitdiff | tree |
2009-08-05 |
scottmk | In oils_cstore.c, function searchWHERE(): rewrote a... |
commit | commitdiff | tree |
2009-08-05 |
scottmk | Added a const qualifier. This change is in preparation... |
commit | commitdiff | tree |
2009-08-04 |
scottmk | Performance tweak to oils_cstore.c. |
commit | commitdiff | tree |
2009-08-03 |
phasefx | restore raw z39.50 PQN search feature |
commit | commitdiff | tree |
2009-08-03 |
scottmk | Performance tweak in oils_cstore.c: Recoded two loops... |
commit | commitdiff | tree |
2009-08-03 |
scottmk | In the initialization routines of oils_cstore.c: recode... |
commit | commitdiff | tree |
2009-08-02 |
djfiander | Properly implement generating issue numbers based on... |
commit | commitdiff | tree |
2009-07-31 |
scottmk | In oils_cstore.c: accept "is distinct from" and "is... |
commit | commitdiff | tree |
2009-07-31 |
scottmk | When a JSON query refers to a column qualified by a... |
commit | commitdiff | tree |
2009-07-31 |
scottmk | Tightened validation a bit in oils_cstore.c: |
commit | commitdiff | tree |
2009-07-31 |
djfiander | Add test case for funky publication pattern that specif... |
commit | commitdiff | tree |
2009-07-30 |
erickson | don't fulfill hold when patron checks out a like copy... |
commit | commitdiff | tree |
2009-07-30 |
erickson | don't consider invalide addrs with negative IDs, since... |
commit | commitdiff | tree |
2009-07-30 |
phasefx | extra verbiage for patron account OBLITERATION |
commit | commitdiff | tree |
2009-07-29 |
phasefx | overzealous text replacement |
commit | commitdiff | tree |
2009-07-29 |
phasefx | UI for patron deletion |
commit | commitdiff | tree |
2009-07-29 |
phasefx | have yns_alert_original call itself if need be |
commit | commitdiff | tree |
2009-07-29 |
phasefx | action to archive selected penalties. Progressmeter... |
commit | commitdiff | tree |
2009-07-29 |
phasefx | Interface for archived penalties. I frikkin love strea... |
commit | commitdiff | tree |
2009-07-29 |
phasefx | This works either way. list.append( row_params ) will... |
commit | commitdiff | tree |
2009-07-29 |
phasefx | don't pre-check the Note radiobutton when editing |
commit | commitdiff | tree |
2009-07-29 |
phasefx | for now, disable refresh of entire patron interface... |
commit | commitdiff | tree |
2009-07-29 |
phasefx | column tweaks for standing penalties in lists |
commit | commitdiff | tree |
2009-07-29 |
phasefx | use the right data on single row refresh |
commit | commitdiff | tree |
2009-07-29 |
phasefx | populate note textbox with existing note on edit |
commit | commitdiff | tree |
2009-07-29 |
phasefx | hide field for initials entry by default |
commit | commitdiff | tree |
2009-07-29 |
phasefx | Staff initials for standing penalties. Looks for org... |
commit | commitdiff | tree |
2009-07-29 |
phasefx | remove debugging alert |
commit | commitdiff | tree |
2009-07-29 |
erickson | added example translator memcache server config |
commit | commitdiff | tree |
2009-07-28 |
lmcfarland | added labeling for new hold status--Reserved\/Pending |
commit | commitdiff | tree |
2009-07-28 |
phasefx | set the grp_perm_map sequence before inserting grp_perm... |
commit | commitdiff | tree |
2009-07-28 |
erickson | added missing 'use' for osrf utils datetime. repaired... |
commit | commitdiff | tree |
2009-07-28 |
scottmk | Support table aliases other than class names for joined... |
commit | commitdiff | tree |
2009-07-28 |
dbs | Make i18n scripts stricter about UTF-8 input/output... |
commit | commitdiff | tree |
2009-07-28 |
dbs | Avoid a mixed-content (HTTP vs. HTTPS) warning |
commit | commitdiff | tree |
2009-07-28 |
dbs | Attempt to avoid clashes with browsers that treat ... |
commit | commitdiff | tree |
2009-07-27 |
phasefx | bug fix: Item Status, once spawned from the Copy Bucket... |
commit | commitdiff | tree |
2009-07-27 |
phasefx | minor bug fix; we're testing the value here for whether... |
commit | commitdiff | tree |
2009-07-27 |
lmcfarland | added open-ils.pcrud controller to ahrn class |
commit | commitdiff | tree |
2009-07-27 |
erickson | added pcrud perms for hold notes |
commit | commitdiff | tree |
2009-07-24 |
erickson | reset the alarm with each socket read so that we only... |
commit | commitdiff | tree |
2009-07-24 |
phasefx | faster method for bill retrieval. This was used in... |
commit | commitdiff | tree |
2009-07-24 |
erickson | added authoritative option so some billing methods |
commit | commitdiff | tree |
2009-07-24 |
phasefx | check for errors on the bills request |
commit | commitdiff | tree |
2009-07-24 |
phasefx | Reworking of the "Messages" interface in the patron... |
commit | commitdiff | tree |
2009-07-24 |
erickson | small net::server process to read MARC data from a... |
commit | commitdiff | tree |
2009-07-23 |
erickson | fixed what appears to be a typo in the oils_i18n_gettex... |
commit | commitdiff | tree |
2009-07-23 |
erickson | open-ils.cat.biblio.records.merge uses in_db merge... |
commit | commitdiff | tree |
2009-07-23 |
phasefx | Pull dojo in for all xul interfaces and use its AutoIDL... |
commit | commitdiff | tree |
2009-07-23 |
phasefx | Thanks to miker_ and dojo 1.3.2, the <script> tag for... |
commit | commitdiff | tree |
2009-07-23 |
erickson | patch from Ben Ostrowsky to fix log entry typos: cicula... |
commit | commitdiff | tree |
next |