koha.git
2017-01-13 Jonathan DruartBug 17486: Remove Mozilla Persona
2017-01-13 Kyle M HallBug 17466 [QA Followup] - Give the link some style
2017-01-13 Josef MoravecBug 17466: Followup, change button to link and fix...
2017-01-13 Josef MoravecBug 17466: Show number of outstanding issues when check...
2017-01-13 Jonathan DruartBug 17181: Simplify code
2017-01-13 Aleisha AmohiaBug 17181: Check for duplicate image names when uploadi...
2017-01-13 Kyle M HallBug 14187 - DBRev 16.12.00.002
2017-01-13 Tomas Cohen... Bug 14187: (QA followup) Properly check DB structure...
2017-01-13 Olli-Antti... Bug 14187: branchtransfer needs a primary key (id)...
2017-01-13 Alex SassmannshausenBug 16083: [QA FOLLOWUP] Add more cli arguments.
2017-01-13 Alex SassmannshausenBug 16083 Allow cli overrides for makefile settings.
2017-01-13 Kyle M HallBug 6782 [QA Followup] - Remove unused param and limit...
2017-01-13 Meenakshi.RBug 6782 - Move auto member cardnumber generation to...
2017-01-13 Aleisha AmohiaBug 17879: Use image filename if no image name is entered
2017-01-13 Owen LeonardBug 17859 - Move JavaScript to the footer on about...
2017-01-13 Aleisha AmohiaBug 17800: Add admin sidebar menu to marc-subfields...
2017-01-13 Jonathan DruartBug 17741: Use Koha::Patron->holds when deleting a...
2017-01-13 Jonathan DruartBug 17740: Add the Koha::Patron->holds method
2017-01-13 Mark TompsettBug 17447: %opt is unused
2017-01-13 Marcel de RooyBug 17447: Remove unused vars from batchRebuildItemsTab...
2017-01-13 Marcel de RooyBug 17447: Run perltidy on batchRebuildItemsTables.pl
2017-01-13 Aleisha AmohiaBug 17794: Menu items in Tools menu and Admin menu...
2017-01-13 Jonathan DruartBug 17778: Simplify fetch date
2017-01-13 Magnus EngerBug 17778 - Make "Earliest Registered Date" in OAI...
2017-01-13 Magnus EngerBug 17265 - Make koha-create-defaults less greedy
2017-01-13 Benjamin RoksethBug 17766 - Patron notification does not work with...
2017-01-13 Owen LeonardBug 17870 - Call to include file incorrectly moved...
2017-01-13 Jonathan DruartBug 17725: Same for textarea when cloning a field
2017-01-13 Jonathan DruartBug 17725: Do not copy subfield's content when cloning
2017-01-13 Patricio MarroneBug 17817: (Follow up) Fix reordering subfields issues
2017-01-13 Patricio MarroneBug 17817: Fix cloning subfields using select2
2017-01-12 Kyle M HallBug 15905 [QA Followup] - Fix bad syntax in pay()
2017-01-12 Kyle M HallBug 15905 - Remove use of makepayment
2017-01-12 Kyle M HallBug 15905 - Update unit tests
2017-01-12 Kyle M HallBug 15907 - Remove use of makepayment in opac/opac...
2017-01-12 Jonathan DruartBug 17234: Need to separate KEY and FOREIGN KEY checks
2017-01-11 Kyle M HallBug 15908 - Remove use of recordpayment_selectaccts
2017-01-11 Kyle M HallBug 15909 - Remove the use of makepartialpayment
2017-01-11 Kyle M HallBug 15898 - Use Koha::Account::pay internally for makep...
2017-01-11 Jonathan DruartBug 15879: Add Tests
2017-01-11 Kyle M HallBug 15879: Allow multiple plugin directories to be...
2017-01-11 Jonathan DruartBug 17234: Test the column and constraint non-existence
2017-01-11 Mark TompsettBug 17234: Two new functions lack tests
2017-01-11 Jonathan DruartBug 17234: Move new subroutines to C4::Installer
2017-01-11 Jonathan DruartBug 17234: Add constraint_exists and column_exists...
2017-01-11 Mark TompsettBug 17234: Follow up to handle new problems
2017-01-11 BlouBug 17234 - updatedatabase.pl's ALTER IGNORE break...
2017-01-10 Jonathan DruartBug 15897: Update ->pay POD
2017-01-10 Kyle M HallBug 15897 [QA Followup] - Update unit tests
2017-01-10 Josef MoravecBug 15897 - Folowup Revert "Bug 15896: [QA Follow-up...
2017-01-10 Kyle M HallBug 15897 - Use Koha::Account::pay internally for recor...
2017-01-03 Kyle M HallBug 14610 [QA Followup] - Minify opac.css
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...
next