2012-07-06 |
Mason James | added date and ISBN tests to Koha.t
|
commit | commitdiff | tree |
2012-06-29 |
Mason James | Bug 8315 - fix 'C4::Output 3.02' errors in Koha
|
commit | commitdiff | tree |
2012-06-28 |
Mason James | Bug 8313 - add ASHS to 'Koha team' page, for sponsorship...
|
commit | commitdiff | tree |
2012-06-20 |
Mason James | patch for Bug 8226 - 'OpacFooter' markup/css improvements
|
commit | commitdiff | tree |
2012-06-10 |
Mason James | Bug 6679: Fixing 26 perlcritic violations in C4/Tags.pm
|
commit | commitdiff | tree |
2012-06-10 |
Mason James | Bug 6679: Fixing 5 perlcritic violations in opac/*
|
commit | commitdiff | tree |
2012-06-10 |
Mason James | Subroutine prototypes used at line XXX, column 1. ...
|
commit | commitdiff | tree |
2012-06-10 |
Mason James | Bug 6679: Fixing 13 perlcritic violations in C4/Barcodes.pm
|
commit | commitdiff | tree |
2012-05-28 |
Mason James | Bug 8145 - [SIGNED-OFF] opac-tags.pl fails when DEBUG...
|
commit | commitdiff | tree |
2012-05-24 |
Mason James | add edit_quotes to es-ES/mandatory/userpermissions.sql Signed-off-by: Mason James <mtj@kohaaloha.com>
|
commit | commitdiff | tree |
2012-04-10 |
Mason James | Bug 5668 - Star ratings in the opac
|
commit | commitdiff | tree |
2012-04-10 |
Mason James | Bug 2505 - enable Perl warnings in all modules and...
|
commit | commitdiff | tree |
2011-12-14 |
Mason James | Bug 7164 - add Koha history timeline tab to 'About...
|
commit | commitdiff | tree |
2011-12-06 |
Mason James | Bug 6908 - increase DEBUG level for *NOISY* Dates.pm...
|
commit | commitdiff | tree |
2011-10-09 |
Mason James | Bug 6992 - add missing tab chars to history.txt
|
commit | commitdiff | tree |
2011-10-09 |
Mason James | Bug 6991 - correcting committer info and adding company...
|
commit | commitdiff | tree |
2011-01-19 |
Mason James | Bug 4289: 'OpacPublic' feature
|
commit | commitdiff | tree |
2010-11-08 |
Mason James | (bug 5277) (HEAD) cant search by barcode in OPAC search...
|
commit | commitdiff | tree |
2010-04-30 |
Mason James | Enhancment [3.4] Bug 4288: Hide circular 'Log in to...
|
commit | commitdiff | tree |
2009-09-30 |
Mason James | big aqplan commit v2 for mantis:1177
|
commit | commitdiff | tree |
2009-05-11 |
Mason James | fix to remove leading/trailing whitespace from entered...
|
commit | commitdiff | tree |
2009-04-28 |
Mason James | fix to remove blank newlines from labels
|
commit | commitdiff | tree |
2009-04-25 |
Mason James | BUG:3072 small work-around patch to restore authorities...
|
commit | commitdiff | tree |
2009-04-25 |
Mason James | BUG-3160: fixes 'itemlost' check on item return.
|
commit | commitdiff | tree |
2009-04-04 |
Mason James | patch for bug-3017
|
commit | commitdiff | tree |
2009-04-01 |
Mason James | BUG-1503: fixes broken matching for 'hidden' values.
|
commit | commitdiff | tree |
2009-04-01 |
Mason James | fix to ignore 600$2 'Source of heading' fields for...
|
commit | commitdiff | tree |
2009-03-27 |
Mason James | fixes error below...
|
commit | commitdiff | tree |
2009-03-27 |
Mason James | fixes many 'Use of uninitialized value in string eq...
|
commit | commitdiff | tree |
2009-03-27 |
Mason James | quietens a noisy debug pop-up, when debugging
|
commit | commitdiff | tree |
2009-03-11 |
Mason James | Resubmitting: fixes print statements with missing ...
|
commit | commitdiff | tree |
2009-03-06 |
Mason James | corrected patch for bug 2951
|
commit | commitdiff | tree |
2009-03-04 |
Mason James | - perltidy corrects broken indentation on 'if' block.
|
commit | commitdiff | tree |
2009-03-04 |
Mason James | bug-2923: replaces 'renew/not renew' text with nice...
|
commit | commitdiff | tree |
2009-03-04 |
Mason James | fix for bug-2923, corrects renew status in SCO
|
commit | commitdiff | tree |
2009-03-04 |
Mason James | Fixes command-line 'number' arg in bulkauthimport.pl.
|
commit | commitdiff | tree |
2009-03-04 |
Mason James | fixes missing 'STDERR', causing 500 error below..
|
commit | commitdiff | tree |
2009-02-12 |
Mason James | bug 2952: 1 char typo
|
commit | commitdiff | tree |
2009-02-12 |
Mason James | patch for feature 2952 - v3
|
commit | commitdiff | tree |
2009-02-02 |
Mason James | fixes SQL typo and return value in GetImportBatchStatus()
|
commit | commitdiff | tree |
2009-01-28 |
Mason James | bug 2870, fixes non-populating of guarantor fields
|
commit | commitdiff | tree |
2008-12-31 |
Mason James | The current searching in labels is a bit minimal, and...
|
commit | commitdiff | tree |
2008-05-30 |
Mason James | adding default 'account details' notice.
|
commit | commitdiff | tree |
2008-05-30 |
Mason James | bug-2149, var fix - changing borr.cardnumber to borr...
|
commit | commitdiff | tree |
2008-05-30 |
Mason James | bug-2149, added 'AutoEmailOpacUser' and 'AutoEmailPrimaryAdd...
|
commit | commitdiff | tree |
2008-05-30 |
Mason James | bug-2149, added new block to C4::Letters::SendAlerts...
|
commit | commitdiff | tree |
2008-02-29 |
Mason James | wrapping regex in \Q$value\E to handle tricky strings...
|
commit | commitdiff | tree |
2008-02-28 |
Mason James | more \Q...\E wrapping on regexes, to handle occassionally...
|
commit | commitdiff | tree |
2008-02-28 |
Mason James | corrections to host-item, shelf_loc and collection...
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | oops, removing un-needed $dbh->commit() calls
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | setting $dbh->{AutoCommit} = 0, and adding a new -...
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | bump for enumchron column add
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | Added item.enumchron column, and framework map to 952h.
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | added 952$h->items.enumchron map.
|
commit | commitdiff | tree |
2008-02-21 |
Mason James | adding items.enumchron column.
|
commit | commitdiff | tree |
2008-02-20 |
Mason James | adding in SERIES(440) fields loop again,
|
commit | commitdiff | tree |
2008-02-19 |
Mason James | a little speed tweak here, setting "SET FOREIGN_KEY_CHECKS...
|
commit | commitdiff | tree |
2008-02-11 |
Mason James | added 440* and 490* 'series' indexes
|
commit | commitdiff | tree |
2008-02-11 |
Mason James | now fetching missing MARCSERIES/440 values too.
|
commit | commitdiff | tree |
2008-01-11 |
Mason James | Revert "adding TRUNCATES before INSERTS"
|
commit | commitdiff | tree |
2008-01-10 |
Mason James | Escaping the $title in the regexes with \Q and \E to...
|
commit | commitdiff | tree |
2008-01-10 |
Mason James | adding TRUNCATES before INSERTS
|
commit | commitdiff | tree |
2008-01-08 |
Mason James | another ' missing $query arg to themelanguage()' call
|
commit | commitdiff | tree |
2008-01-07 |
Mason James | language_script_bidi table typo
|
commit | commitdiff | tree |
2008-01-07 |
Mason James | missing $query arg to themelanguage()
|
commit | commitdiff | tree |
2008-01-04 |
Mason James | BUG 1580, subscription irregularities and volume type...
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | more tweaks for tmpl vars.
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | tmpl var CATCODE_MULTI now passed
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | now closes and redirects pop-up to parent , yay
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | tweaks to update-child feature.
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | little fixes for update_child feature.
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | upgrade-child 'Choose Adult category' popup-window...
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | padding Add_Delta_Days date, again.
|
commit | commitdiff | tree |
2008-01-03 |
Mason James | BUGFIX padding add_delta_days() date
|
commit | commitdiff | tree |
2008-01-02 |
Mason James | TransformHtmlToXml() now checks from UNIMARC flavour...
|
commit | commitdiff | tree |
2007-12-31 |
Mason James | removing un-needed "yui-toolbars.inc" include
|
commit | commitdiff | tree |
2007-12-18 |
Mason James | index=kw searches now search all indexes for nozebra
|
commit | commitdiff | tree |
2007-12-17 |
Mason James | added 'update child to adult' dropbox option
|
commit | commitdiff | tree |
2007-12-17 |
Mason James | updated for update-child feature.
|
commit | commitdiff | tree |
2007-12-17 |
Mason James | template for changing child to adult member-type.
|
commit | commitdiff | tree |
2007-12-17 |
Mason James | script to update child to other member-catergory.
|
commit | commitdiff | tree |
2007-12-15 |
Mason James | adding collection-code description lookup.
|
commit | commitdiff | tree |
2007-12-15 |
Mason James | mod to GetAuthorisedValueDesc() to simply take $category...
|
commit | commitdiff | tree |
2007-12-15 |
Mason James | quickfix for adv. searching in nozebra.
|
commit | commitdiff | tree |
2007-12-15 |
Mason James | 952$y/itemtype was hidden by default, fixed
|
commit | commitdiff | tree |
2007-12-14 |
Mason James | updated MARC21 indexes, with authorites too. v2
|
commit | commitdiff | tree |
2007-12-06 |
Mason James | fix for ModZebra() trying to delete an existing bib...
|
commit | commitdiff | tree |
2007-11-26 |
Mason James | BUG-1533, adding sys-pref search back in, too handy...
|
commit | commitdiff | tree |
2007-11-26 |
Mason James | BUG-1533, adding sys-pref search back in, too handy...
|
commit | commitdiff | tree |
2007-11-20 |
Mason James | MARCSUBJECT template loops structure was incorrect...
|
commit | commitdiff | tree |
2007-11-20 |
Mason James | GetNoZebraIndexes() regex now handles naughty whitespace...
|
commit | commitdiff | tree |
2007-11-20 |
Mason James | little SQL typo fix, now builds 'NoZebraIndexes' index...
|
commit | commitdiff | tree |
2007-11-13 |
Mason James | bug 1566, changed default behaviour of manual/unexpected...
|
commit | commitdiff | tree |
2007-11-13 |
Mason James | small text formatting change, added spaces
|
commit | commitdiff | tree |
2007-11-13 |
Mason James | bug 1566, enddate not showing.
|
commit | commitdiff | tree |
2007-11-13 |
Mason James | bug fixed 'weeklength', not showing in subscription...
|
commit | commitdiff | tree |
2007-11-12 |
Mason James | utf8 handling fixes 'Wide character in print at' encoding...
|
commit | commitdiff | tree |
2007-11-12 |
Mason James | wrapping AddBiblio(), and AddItem() in evals{} to protect...
|
commit | commitdiff | tree |
2007-11-12 |
Mason James | wrapping write to *.iso file in eval{}, to handle failure...
|
commit | commitdiff | tree |
2007-11-11 |
Mason James | removing dumper
|
commit | commitdiff | tree |