updated release notes for 3.14.0 beta
[koha.git] / t /
2013-11-01 Galen CharltonBug 10403: (follow-up) fix test to use vendor created...
2013-10-31 Jonathan DruartBug 8015: Add unit tests for SimpleMARC and MarcModific...
2013-10-31 Galen CharltonBug 8435: (follow-up) prevent t/00-load.t failing
2013-10-31 Julian MauriceBug 7295: (follow-up) several fixes
2013-10-31 Julian MauriceBug 7295: More granular permissions for baskets
2013-10-31 Jonathan DruartBug 8435: (follow-up) handle lack of userenv gracefully
2013-10-31 Jonathan DruartBug 8435: (follow-up) the unit tests should create...
2013-10-31 Jonathan DruartBug 8435: (follow-up) use a transaction for unit tests
2013-10-31 Jonathan DruartBug 8435: (follow-up) add unit tests for can_edit_subsc...
2013-10-31 Galen CharltonBug 8037: (follow-up) improve GetBudgetByOrderNumber...
2013-10-31 Kyle M HallBug 8037: (follow-up) fix various issues
2013-10-31 Galen CharltonBug 7688: (follow-up) have Serials.t create its test...
2013-10-31 Jonathan DruartBug 2720: (follow-up) improve unit tests
2013-10-31 Kyle M HallBug 2720 - Overdues which debar automatically should...
2013-10-30 Galen CharltonBug 10078: (follow-up) add regression test
2013-10-30 Kyle M HallBug 10243: (follow-up) add unit tests
2013-10-30 Galen CharltonBug 7688: (follow-up) update test cases to reflect...
2013-10-30 Julian MauriceBug 7688: (follow-up) rewrite 'for' loop in unit tests
2013-10-30 Julian MauriceBug 7688: (follow-up) add unit tests for C4::Serials...
2013-10-30 Julian MauriceBug 7688: (follow-up) add unit tests for C4::Serials...
2013-10-30 Julian MauriceBug 7688: (follow-up) add unit tests for C4::Serials...
2013-10-30 Julian MauriceBug 7688: (follow-up) add unit tests for C4::Serials...
2013-10-30 Julian MauriceBug 7688: (follow-up) rewrite t/db_dependant/Serials.t
2013-10-28 Galen CharltonBug 10271: regression test for search using indexes...
2013-10-23 Galen CharltonBug 10493: (follow-up) fix test errors
2013-10-22 Jonathan DruartBug 5336: (follow-up) use understandable codes rather...
2013-10-22 Jonathan DruartBug 5336: (follow-up) add unit tests for 3 acq routines
2013-10-22 Jared Camins-EsakovBug 10403: add ability to change fund on receipt
2013-10-21 Jared Camins-EsakovBug 10401: Add ability to merge invoices
2013-10-21 Galen CharltonBug 10723: (follow-up) add more unit tests for SearchOr...
2013-10-21 Jonathan DruartBug 10723: Merge GetPendingOrders and SearchOrders...
2013-10-21 Galen CharltonBug 10016: force zero browser-side caching of SCO pages
2013-10-18 Jonathan DruartBug 10843: fix crash that can occur when confirming...
2013-10-18 Galen CharltonBug 10380: (follow-up) remove inadvertant database...
2013-10-17 Galen CharltonBug 10380: (follow-up) update two more uses of output_p...
2013-10-17 Jonathan DruartBug 10380: (follow-up) update some uses of output_pref()
2013-10-17 Jonathan DruartBug 10380: Change prototype for output_pref() routine
2013-10-17 Galen CharltonBug 10535: (follow-up) wrap Budgets.t in transaction
2013-10-17 Galen CharltonBug 10535: (follow-up) add test case
2013-10-14 Galen CharltonBug 8798: (follow-up) remove DBIC_DONT_VALIDATE_RELS
2013-10-14 Kyle M HallBug 10565: (follow-up) don't assume borrowernumber...
2013-10-14 Kyle M HallBug 10565: Add a "Patron List" feature for storing...
2013-10-14 Chris CormackBug 8798: moving code to Koha::Database and adding...
2013-10-14 Elliott DavisBug 8798: DBIx::Class base classes for all Koha tables
2013-10-11 Galen CharltonBug 10689: add regression test
2013-10-11 Galen CharltonBug 10853: (follow-up) expand unit tests for C4::Csv
2013-10-10 Jared Camins-EsakovBug 5202: merge authorities from the authority file...
2013-10-10 Galen CharltonBug 7421: add regression tests for UNIMARC authorities...
2013-10-10 Galen CharltonBug 10037: regression test for searching UNIMARC item...
2013-10-10 Galen CharltonBug 8252: (follow-up) add basic UNIMARC indexing tests
2013-10-10 Galen CharltonBug 8252: (follow-up) make it easier to add UNIMARC...
2013-10-10 Galen Charltonbug 8252: (follow-up) add search tests on music number
2013-10-10 Galen Charltonbug 8252: (follow-up) test both GRS1 and DOM indexing
2013-10-09 Galen Charltonbug 6201: (follow-up) update unit tests
2013-10-09 rootBug 10641 - GetBooksellerWithLateOrders in C4::Booksell...
2013-10-09 Jonathan DruartBug 10683: (follow-up) improvements to the unit tests
2013-10-09 Kenza ZakiBug 10683: add unit tests for CRUD routines in C4:...
2013-10-09 Galen CharltonBug 10698: (follow-up) remove now-superfluous FIXME...
2013-10-09 Kenza ZakiBug 10698: give C4::Circulation::DeleteTransfer() a...
2013-10-09 Galen CharltonBug 9611: (follow-up) move new password hashing routine...
2013-10-04 Jonathan DruartBug 10856: Improve the previous and next items on the...
2013-10-04 Tomas Cohen AraziBug 9735: Unit tests for get_template_and_user (cookies...
2013-10-03 Jonathan DruartBug 10927: remove disused C4::Utils module
2013-10-02 Galen CharltonBug 10949: restore ability to successfully print hold...
2013-09-25 Marcel de RooyBug 9761: Unit tests for ConfirmFutureHolds changes
2013-09-25 Marcel de RooyBug 9761: Preliminary measures for adding a unit test
2013-09-18 Galen CharltonBug 10601: (follow-up) unit tests for new ->set() and...
2013-09-18 Galen CharltonBug 10599: (follow-up) fix incomplete test case
2013-09-18 Jonathan DruartBug 10599: add option to unselect on loan items on...
2013-09-18 Tomas Cohen AraziBug 10872: UT for GetHiddenItemnumbers and POD fix
2013-09-17 Galen CharltonBug 10897: remove test for module that has become DB...
2013-09-17 Kyle M HallBug 7639: (follow-up) add Unit Tests
2013-09-16 Galen CharltonBug 10667: (follow-up) fix reference to UT library...
2013-09-16 Katrin FischerBug 10667: Follow up - prevent t/00-load from failing
2013-09-16 Katrin FischerBug 10667: Allow authentication with cardnumber for...
2013-09-16 Katrin FischerBug 10667: Add unit tests for ILSDI::Services::Authenti...
2013-09-16 Magnus EngerBug 10513: display a warning/message when returning...
2013-09-08 Julian MauriceBug 5349: Use DB transaction/rollback in unit tests
2013-09-08 Julian MauriceBug 5349: Add unit tests for TransferOrder
2013-09-08 Galen CharltonBug 10640: (follow-up) bump up the number of expected...
2013-09-08 Kenza ZakiBug 10640: give ModBookseller() an explicit return...
2013-09-08 Kenza ZakiBug 10630: give DelBookseller() a return value
2013-09-08 Jesse WeaverFollowup for bug 10320: minor bugfixes and style improv...
2013-09-08 Galen CharltonBug 10325: (follow-up) add test for overriding system...
2013-09-08 Jonathan DruartBug 10333: Labels/t_Batch.t needs to create its own...
2013-09-08 Kyle M HallBug 10550: Fix database typo wthdrawn
2013-09-08 Galen CharltonBug 10272: (follow-up) add regression test
2013-09-08 Kyle M HallBug 10272: make CheckReserves respect ReservesControlBranch
2013-09-06 Galen CharltonBug 10656: add regression test
2013-09-05 Marcel de RooyBug 10539: Followup for removing KohaTest unit tests
2013-09-05 Marcel de RooyBug 10539: Remove unused unit tests in lib/KohaTest
2013-09-04 Galen CharltonBug 10361: (follow-up) add tests for search history...
2013-08-28 Kenza ZakiBug 10699: add explicit return value for DeleteBranchTr...
2013-08-28 Kenza ZakiBug 10693: CreateBranchTransferLimit's return value...
2013-08-28 Kenza ZakiBug 10692: add unit tests for C4::Circulation routines...
2013-08-28 Galen CharltonBug 10710: (follow-up) perltidy new code
2013-08-28 Kenza ZakiBug 10710: add unit tests for OfflineOperation's routin...
2013-08-28 Galen CharltonBug 10767: (follow-up) remove FIXME comments
2013-08-28 Kenza ZakiBug 10767: add unit tests for C4::Circulation routines...
2013-08-28 Galen CharltonBug 10508: (follow-up) remove Perl 5.14 construct
next