koha.git
2016-12-30 Jonathan DruartBug 17830: CSRF - Handle unicode characters in userid
2016-12-30 Marcel de RooyBug 17569: [QA Follow-up] Small changes
2016-12-30 Jonathan DruartBug 17569: Do not limit by branch if option is not...
2016-12-30 Jonathan DruartBug 17569: Remove C4::Members::GetUpcomingMembershipExpires
2016-12-30 Jonathan DruartBug 17569: Koha::Patrons - Move GetUpcomingMembershipEx...
2016-12-30 Jonathan DruartBug 17569: Move tests to the patron module test file
2016-12-30 Jonathan DruartBug 17569: Rewrite existing tests to make them reusable...
2016-12-30 Nick ClemensBug 13726 - (QA followup) Fix vendor retrieval in invoi...
2016-12-30 Jonathan DruartBug 13726: Fix for serials/acqui-search-result.pl
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-30 Jonathan DruartBug 17820: use ->find instead of search->next
2016-12-28 Kyle M HallBug 17767 - DBRev 16.12.00.001
2016-12-28 Tomas Cohen... Bug 17767: (followup) Rename test file
2016-12-28 Tomas Cohen... Bug 17767: Unit tests
2016-12-28 Tomas Cohen... Bug 17767: Make Koha::Patron::Modification handle exten...
2016-12-28 Tomas Cohen... Bug 17767: DBIC update
2016-12-28 Tomas Cohen... Bug 17767: Add borrower_modification.extended_attributes
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17584 [QA Followup] - Rename Koha::Patron::get_chec...
2016-12-28 Jonathan DruartBug 17584: Add the Koha::Patron->get_checkouts method
2016-12-28 Aleisha AmohiaBug 17209: Remove use of onclick from masthead
2016-12-28 Aleisha AmohiaBug 16072: Changing all instances of 'loading-small...
2016-12-28 Mark TompsettBug 15711: Follow up batch_id not used
2016-12-28 Aleisha AmohiaBug 15711: Fixing the 'Delete selected' button on patro...
2016-12-28 Marcel de RooyBug 17785: Fix OAI-PMH's XSLT-generated URLs under...
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-28 Jonathan DruartBug 17742: Use TestBuilder to create the library and...
2016-12-28 Josef MoravecBug 17742: Fix t/db_dependent/Patrons.t
2016-12-28 Jonathan DruartBug 17520: Do not overlap with advance_notices.pl
2016-12-28 Marcel de RooyBug 17520: add serialsUpdate.pl to the list of regular...
2016-12-28 Jonathan DruartBug 17246: Do no support arrayref to define multiple FK
2016-12-28 Kyle M HallBug 14637: Followup - Fix number of tests due to rebase
2016-12-28 Jonathan DruartBug 14637: Fix add patron category under MySQL 5.7
2016-12-28 Jonathan DruartBug 14637: Fix add patron category under MySQL 5.7...
2016-12-23 Jonathan DruartBug 17783: Replace ok with is
2016-12-23 Lari TaskulaBug 17783: Prevent crash when providing an undefined...
2016-12-23 Lari TaskulaBug 17783: Optimize Koha::IssuingRules->get_effective_i...
2016-12-23 Lari TaskulaBug 17783: Add Koha::Objects->single
2016-12-23 Lari TaskulaBug 17783: Test to print performance of get_effective_i...
2016-12-23 Lari TaskulaBug 17783: Test to confirm correct effective issuing...
2016-12-23 Jonathan DruartBug 17689: Add the Koha::Checkout->is_overdue method
2016-12-23 Jonathan DruartBug 17678: Use Koha::Checkouts instead of Koha::Issues
2016-12-23 Marcel de RooyBug 17678: Typo iss in Circulation.t
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-12-23 Jonathan DruartBug 17678: Add tests for CanBookBeIssued + AllowMultipl...
2016-12-23 Josef MoravecBug 17398: Enhance circulation messages UI
2016-12-23 Lyon3 TeamBug 17317: Perfomance Improvement
2016-12-23 Lyon3 TeamBug 17317: ILSDI: Getavailability method with id_type...
2016-12-23 Aleisha AmohiaBug 17208: Checking if classification source or filing...
2016-12-23 Kyle M HallBug 15415 [QA Followup] - Make code more readable
2016-12-23 Aleisha AmohiaBug 15415: Warn when creating a new print profile
2016-12-23 Marcel de RooyBug 17804: Remove some modules from showdiffmarc.pl
2016-12-23 Dani ElderBug 16933 - Update documentation/help file.
2016-12-23 Tim McMahonBug 16933 - Alt-Y not working on "Please confirm checko...
2016-12-22 Tomas Cohen... Bug 16914: Remove unused empty_lines.inc file
2016-12-22 Tomas Cohen... Bug 16914: Rely on TT for newlines
2016-12-22 Jonathan DruartBug 17764: (bug 17556 follow-up) Fix search for logged...
2016-12-22 Jonathan DruartBug 17743: Item search - Fix indexes build on MARC
2016-12-22 Jonathan DruartBug 16951: Replace some more
2016-12-22 Jonathan DruartBug 16951: Fix Item search sorting
2016-12-21 Jonathan DruartBug 17692: Remove 'CGI::param called in list context...
2016-12-21 Kyle M HallBug 17692 - Can't add library EAN under Plack
2016-12-20 Jonathan DruartBug 17796: Move Koha::OldIssue[s] to Koha::Checkout[s]
2016-12-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
2016-12-20 Marcel de RooyBug 17790: Fix js error on undefined autocomplete(...
2016-12-16 Jonathan DruartBug 17631: Koha::Biblio - Remove GetHolds
2016-12-16 Jonathan DruartBug 17630: Add the Koha::Biblio->holds method
2016-12-16 Jonathan DruartBug 17586: Move ->get_balance to Koha::Account->balance
2016-12-16 Jonathan DruartBug 17586: Add the Koha::Account::Lines->get_balance...
2016-12-16 Jonathan DruartBug 17585: Replace ->get_account_lines with ->account
2016-12-16 Jonathan DruartBug 17585: Add the Koha::Patron->get_account_lines...
2016-12-16 Kyle M HallBug 17578 [QA Followup] - Update number of tests
2016-12-16 Jonathan DruartBut 17578: (followup) amountoutstanding
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove enrolmentperiod
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove reservefee
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove is_expired
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove flags
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove amountoutstanding
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove authflags - 2
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove authflags - 1
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove BlockExpiredPatron...
2016-12-16 Jonathan DruartBug 17568: Add the Koha::Patron->library method
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-16 Jonathan DruartBug 17557: Revised patron age calculation tests
2016-12-16 Marcel de RooyBug 16203: Convert item plugins to new style (see bug...
2016-12-16 Josef MoravecBug 17472: Borrower Previously Checked Out: Display...
2016-12-16 Owen LeonardBug 17418 - Move staff client home page JavaScript...
2016-12-16 Kyle M HallBug 17761 - Renewing or returning item via the checkout...
2016-12-16 Josef MoravecBug 17700: Add columns setting to fines tables
2016-12-16 Nick ClemensBug 14876 - Show number of holds per record on the...
2016-12-16 Chris CormackBug 13029 : Follow up
2016-12-16 Julian MauriceBug 13029: Allow to pass additional parameters to SMS...
2016-12-16 Chris KirbyBug 17652: opac-account.pl does not include login branc...
2016-12-16 Marcel de RooyBug 17681: Exiisting typos might thow some feees when...
2016-12-16 Tomas Cohen... Bug 17547: (MARC21|NORMARC) have Chronological term...
2016-12-16 Marcel de RooyBug 17759: Remove invalid guarantorid's in Members.t
2016-12-16 Nick ClemensBug 17749 - Missing l in '.pl' in link on waitingreserv...
2016-12-16 Jonathan DruartBug 17733: Fix Members.t
2016-12-16 Marcel de RooyBug 17666: [QA Follow-up] Mark File::Slurp as required
next