Bug 17782 - (QA Followup)
[koha.git] / t /
2017-02-07 Nick ClemensBug 17782 - (QA Followup)
2017-02-07 Lari TaskulaBug 16387: Fix default shortened loan period time
2017-02-07 Jonathan DruartBug 18044: Add a test
2017-02-07 Jonathan DruartBug 15030: Add tests
2017-02-07 Olli-Antti KivilahtiBug 17255 - Upgrade Elastic Search code to work with...
2017-02-06 Jonathan DruartBug 17960: Add opac_news.content values in tests
2017-02-06 Jonathan DruartBug 17960: Rename opac_news.new with opac_news.content
2017-02-06 Jonathan DruartBug 17960: Add a test to highlight the issue
2017-01-30 Jonathan DruartBug 17900: Update the tests to the new API
2017-01-30 Jonathan DruartBug 17900: Fix possible SQL injection in patron cards...
2017-01-20 Jonathan DruartBug 17588: get_account_lines->get_balance has been...
2017-01-20 Jonathan DruartBug 17588: Koha::Patrons - Move GetMemberIssuesAndFines
2017-01-20 Marcel de RooyBug 17501: [Follow-up] QA Requests
2017-01-20 Marcel de RooyBug 17501: Additional polishing (POD, unit tests)
2017-01-20 Marcel de RooyBug 17501: Rename Upload to Uploader
2017-01-20 Marcel de RooyBug 17501: Move getCategories and httpheaders from...
2017-01-20 Marcel de RooyBug 17501: Remove Koha::Upload::get from Koha::Upload
2017-01-20 Marcel de RooyBug 17501: Move Koha::Upload::delete to Koha::UploadedF...
2017-01-20 Marcel de RooyBug 17501: Introduce Koha::Object[s] classes for Upload...
2017-01-20 Mark TompsettBug 17920: t/db_dependent/Sitemapper.t fails because...
2017-01-20 Marcel de RooyBug 17913: [Follow-up] Another small fix for UNIMARC
2017-01-20 Marcel de RooyBug 17913: We always need some housekeeping
2017-01-20 Marcel de RooyBug 17913: Remove possible duplicates in strict merge...
2017-01-20 Marcel de RooyBug 17913: Do not keep a cleared subfield in loose...
2017-01-20 Marcel de RooyBug 17913: Fix the new field tag in merge when changing...
2017-01-20 mbeaulieuBug 17913: Adjust merge test for AuthorityMergeMode
2017-01-20 Julian MauriceBug 17909: QA followup: remove unused var and move...
2017-01-20 Marcel de RooyBug 17909: [Follow-up] Quick fix for UNIMARC
2017-01-20 Josef MoravecBug 17909: Followup - fix typos
2017-01-20 Marcel de RooyBug 17909: Additional polishing
2017-01-20 Marcel de RooyBug 17909: Add tests for merging with another authtype
2017-01-20 mbeaulieuBug 17909: Adding tests from bug 11315
2017-01-20 Julian MauriceBug 17909: Add unit tests for C4::AuthoritiesMarc:...
2017-01-20 David CookBug 17880 - Add test to check version number comparison
2017-01-20 Tomas Cohen AraziBug 17836: (ILSDI) Regression test
2017-01-20 Jonathan DruartBug 17726: biblioitems.marc has been removed
2017-01-20 Marcel de RooyBug 17726: [QA Follow-up] Add test descriptions
2017-01-20 Jonathan DruartBug 17726: TestBuilder - Add default values
2017-01-20 Jonathan DruartBug 8361: Do not allow checkouts if no rules are defined
2017-01-20 Mark TompsettBug 17917: [AMENDED] Fix path issue in t/db_dependent...
2017-01-20 Marcel de RooyBug 17917: [QA Follow-up] Reprove Search.t
2017-01-20 Alex ArnaudBug 17615 - Fix unit tests
2017-01-20 Alex ArnaudBug 17615 - Fix updating borrower attributes in checkpw...
2017-01-19 Kyle M HallBug 17894 - Remove and replace WriteOffFee
2017-01-19 Kyle M HallBug 17894 - Add unit tests
2017-01-13 Marcel de RooyBug 17196: [QA Follow-up] Wrong module in Record.t
2017-01-13 Jonathan DruartBug 17196: follow-up for bug 17088
2017-01-13 Jonathan DruartBug 17196: Fix - Update metadata on update
2017-01-13 Jonathan DruartBug 17196: Simplify tests for the different marc flavours
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2017-01-13 Marcel de RooyBug 17486: [QA Follow-up] Changes as to set_userenv
2017-01-13 Olli-Antti KivilahtiBug 14187: branchtransfer needs a primary key (id)...
2017-01-13 Jonathan DruartBug 17740: Add the Koha::Patron->holds method
2017-01-13 Benjamin RoksethBug 17766 - Patron notification does not work with...
2017-01-12 Kyle M HallBug 15905 - Update unit tests
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 Jonathan DruartBug 15879: Add Tests
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-10 Kyle M HallBug 15897 [QA Followup] - Update unit tests
2016-12-30 Marcel de RooyBug 17569: [QA Follow-up] Small changes
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 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-28 Tomas Cohen AraziBug 17767: (followup) Rename test file
2016-12-28 Tomas Cohen AraziBug 17767: Unit tests
2016-12-28 Tomas Cohen AraziBug 17767: Make Koha::Patron::Modification handle exten...
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 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 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-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: 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 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-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
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 DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove is_expired
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove amountoutstanding
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
next