display itemnote on check-out (added, was not here) & check-in (red-ed, was already...
[koha.git] / C4 /
2008-06-03 Joe AtzbergerRestrict OPAC tags display to approved=>1.
2008-06-03 Galen Charltonkohabug 2078 - send correct Content-type for search...
2008-06-03 Galen CharltonOPACBaseURL - do not tack on :443 if using SSL
2008-06-02 Galen Charltoncalculate OPACBaseURL instead of using syspref
2008-06-02 Ryan HigginsRemove a couple of warns.
2008-06-01 Owen LeonardFix for bug 2183, "Account tab needs spacing between...
2008-06-01 Joe AtzbergerFIXME added to note discrepancy.
2008-05-30 Paul POULAINBUGFIX issuingrules : total for all itemtype was not...
2008-05-30 Paul POULAINsmall (UNIMARC) fix, error in regexp writing
2008-05-30 Mason Jamesbug-2149, var fix - changing borr.cardnumber to borr...
2008-05-30 Mason Jamesbug-2149, added new block to C4::Letters::SendAlerts...
2008-05-30 Joe AtzbergerRepair Labels code to accomodate patroncards. Purged...
2008-05-30 Owen LeonardFixing some typos, including, I believe, Bug 2174 ...
2008-05-30 Joe Atzbergerminor cleanup, remove $sth->finish's. No documentation...
2008-05-30 Joe Atzbergeris_ajax function added. pagination_bar now intelligent...
2008-05-29 Joe AtzbergerTags AJAX integration on OPAC details page, so it behav...
2008-05-29 Joe AtzbergerFines repair. Make fines2.pl work, give feedback, impro...
2008-05-29 Joe AtzbergerAdding basic get_filters to Tags, centralizing "counts...
2008-05-29 Joe AtzbergerSingle FIXME comment inserted.
2008-05-29 Joe AtzbergerCommented out fixaccounts (not used anywhere). Also...
2008-05-29 Joe AtzbergerCorrect number of args to getnextacctno.
2008-05-29 Joe AtzbergerUnescape Comment, now that we trust Scrubber to block...
2008-05-29 Joe AtzbergerInitial commit for Tags back-end moderation. Requires...
2008-05-29 Joe AtzbergerNew subs for moderation, fixed bug to allow multiple...
2008-05-29 Joe AtzbergerAdd AJAX output sub, EXPORT_TAGS and enable loop_contex...
2008-05-27 Paul POULAINBUGFIXING authority link in detail.pl
2008-05-27 Ryan HigginsFill statistics table properly for renewals; and issue...
2008-05-27 Ryan Higginsadd URLLinkText syspref to opac detail, and add some...
2008-05-27 Frederic DemiansFacets (current) translatable via template
2008-05-27 Andrew Mooreremoving warnings from C4::Members::GetMember
2008-05-19 Galen Charltonminor POD improvement
2008-05-19 Joshua FerraroFixing isbn regex to not match unless isbn is valid
2008-05-18 Joshua FerraroFixing Amazon.com Similar Items and Editions features
2008-05-16 Henri-Damien LAURENTBug Fixing : ModMember and memberentrygen.tmpl
2008-05-16 Galen Charltonbugfix - fix 'not' operator in NoZebra
2008-05-16 Galen Charltonkohabug 2020 - fix infinite loop in NoZebra on Perl...
2008-05-13 Andrew MooreBug 1953: removing potential SQL injections from C4...
2008-05-13 Andrew MooreBug 1953: adding tests and 2 corrections for C4::Calendar
2008-05-13 Galen Charltonkohabug 2105: prevent crash on IE7
2008-05-13 Galen Charltonkohabug 1621 - add subtitle to main results and details...
2008-05-13 Galen Charltonpatron cleaning - do not delete staff borrowers
2008-05-13 Galen Charltonkohabug 1573 - properly count patrons to delete
2008-05-13 Henri-Damien LAURENTAdding Optionnal suggestion creation when renewing...
2008-05-12 Henri-Damien LAURENTchange in yuipath management 1/2 Noupdatedatabase.pl
2008-05-12 Andrew Moorebug 1953: fixing potential SQL injection problems in...
2008-05-12 Paul POULAINbugfix : ship utf-8 encoding in mail header
2008-05-12 Henri-Damien LAURENTBug Fixing 1782 patch
2008-05-12 Ryan Higginsfix error on lastincrement.
2008-05-12 Ryan HigginsC4::Circulation::FixOverduesOnReturn now handles dropbo...
2008-05-12 Ryan HigginsMake dropbox mode obey Calendar module according to...
2008-05-12 Ryan HigginsAlter Overdues::CalcFine to use Dates objects.
2008-05-12 Ryan HigginsC4::Calendar::addDate now handles negative offsets...
2008-05-12 Ryan HigginsAlter C4::Calendar::daysBetween() to take C4::Dates...
2008-05-12 Galen CharltonC4::Members::SearchMember - support attributes
2008-05-12 Galen CharltonC4::Koha - added GetAuthorisedValueCategories
2008-05-12 Galen Charltonnew C4 modules for patron attributes
2008-05-11 Ryan HigginsAlter itemBarcodeInputFilter T-Prefix.
2008-05-11 Galen CharltonC4::Installer - new method to get available MARC frameworks
2008-05-11 Andrew MooreBug 2094: fixing two bugs in lost items report
2008-05-11 Andrew MooreBug 2094: cleanup of lost items report
2008-05-11 Andrew MooreBug 2047: another fix for error during search when...
2008-05-11 Joe AtzbergerWrapper for Koha's use of HTML::Scrubber, with test...
2008-05-11 Henri-Damien LAURENTAddressing bug 1782
2008-05-01 Joshua FerraroFixing bug 1629: RSS Feeds of Search Results in OPAC
2008-05-01 Galen Charltonstaging import - enhance record overlay behavior
2008-05-01 Joshua FerraroAdding authorised value icons display in the search...
2008-05-01 Andrew MooreBug 2047: adding images to arbitrary authorized values
2008-05-01 Andrew Moorebug 2047: refactoring icon manipulation logic
2008-04-30 Joe AtzbergerMore labels repair: FIXME's added, warns $debug-ified.
2008-04-30 Joe AtzbergerBUGFIX - get_batches argument counterproductive. NONE...
2008-04-30 Joe AtzbergerBUGFIX: $item is reference to hashref, not reference...
2008-04-28 Owen LeonardAdding a couple missing variables for opac login screen...
2008-04-25 Joshua FerraroNormalizing s/On loan/Checked out/
2008-04-25 Andrew Moorebug 2058: removing spurious warnings from C4::Items...
2008-04-24 Henri-Damien LAURENTunlocking table when adding/updating authorities is...
2008-04-23 Joshua FerraroImprovements to the results display in the OPAC, mergin...
2008-04-23 Joshua FerraroCleanup after merge of labels improvements
2008-04-23 Joshua FerraroAdding TagsEnabled to list of known sysprefs, adding...
2008-04-23 Joshua FerraroRevert "2 FixPriority calls were broken. FixPriority...
2008-04-22 Joe Atzberger2 FixPriority calls were broken. FixPriority itself...
2008-04-22 Joe AtzbergerBugfix #1624 - remove problem w/ EXPR in template,...
2008-04-22 Joe AtzbergerPretty sure that "S" is needed. Significant typo.
2008-04-22 Joe AtzbergerTags - module, script and template support for user...
2008-04-22 Joe AtzbergerC4::Search - just cleanup, 1 FIXME added
2008-04-22 Joe AtzbergerC4/External/BakerTaylor.pm - Back end for B&T content.
2008-04-22 Joe AtzbergerBakerTaylor.pm - Initial implementation of B+T jacket...
2008-04-22 Ryan HigginsAdd dropbox mode to return.pl. Small API change to...
2008-04-22 Ryan HigginsLabels update- print any marc field and add csv output.
2008-04-22 paulIMPROVEMENT : serialsadditems at subscription level...
2008-04-21 Galen Charltonrefactor web installer code to created C4::Installer
2008-04-21 Galen Charltonfix crash when saving MARC21 bib with NoZebra and Bibli...
2008-04-21 Galen Charltonkohabug 2022 - fixed fine and issuing rules editors
2008-04-21 Chris NighswongerAdding back text wrap funcionality for lines exceeding...
2008-04-17 Henri-Damien LAURENTAccept or reject : Bug Fix and improvements.
2008-04-17 Chris NighswongerPorting SimpleSearch return changes to all code calling it.
2008-04-17 Chris NighswongerMore work on SimpleSearch
2008-04-17 Chris NighswongerEnabling SimpleSearch to return the total number of...
2008-04-15 Paul POULAINBUGFIX (blocking) : AddSubscription was bugguy
2008-04-15 Paul POULAINBUGFIX : highlighting term fixes
2008-04-11 Andrew Moorebug 1953: removing possible SQL injections from C4...
next