Bug 15504: Fix tests count
[koha.git] / t /
2023-10-24 Tomas Cohen AraziBug 15504: Fix tests count
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Rename cache key
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Fix is_active test
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Tidy 'lastseen' section of unit...
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Add Triggers mock to unit tests
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Unit tests
2023-10-24 Matt BlenkinsopBug 15504: Add unit test
2023-10-24 Matt BlenkinsopBug 15504: Remove update_lastseen method
2023-10-23 Nick ClemensBug 33547: (QA follow-up) Tidy
2023-10-23 Jonathan DruartBug 33547: Add print slip
2023-10-23 Nick ClemensBug 28166: (QA follow-up) Fix and tidy tests and code
2023-10-23 Jonathan DruartBug 31383: (bug 29691 follow-up) Remove get_opac_news_by_id
2023-10-20 Laura EscamillaBug 34954: Fixed typo to 'dateexpiry'
2023-10-20 Nick ClemensBug 25393: (QA follow-up) Tidy
2023-10-20 Pedro AmorimBug 25393: Update Circulation.t
2023-10-20 Pedro AmorimBug 25393: Tests - Variable renaming
2023-10-20 Katrin FischerBug 14092: (QA follow-up) Avoid fiddling with the hash...
2023-10-20 Martin RenvoizeBug 31383: (QA follow-up) Tidy
2023-10-20 Jonathan DruartBug 31383: Adjust and add tests
2023-10-20 Jonathan DruartBug 33947: Remove GetAllIssues
2023-10-20 Kyle M HallBug 25816: (QA follow-up) Add system preference
2023-10-20 Matthias MeusburgerBug 25816: Add opac messages in SIP display.
2023-10-20 Nick ClemensBug 34014: Unit test
2023-10-20 Tomas Cohen AraziBug 35053: Regression tests
2023-10-19 Martin RenvoizeBug 32721: (QA follow-up) Drop fields from API response
2023-10-19 Nick ClemensBug 32721: (QA follow-up) Add exec flag to DB update...
2023-10-19 Matt BlenkinsopBug 32721: (QA follow up) - fix QA issues
2023-10-19 Matt BlenkinsopBug 32721: Add unit tests
2023-10-19 Tomas Cohen AraziBug 35105: Regression tests
2023-10-18 Tomas Cohen AraziBug 30708: Tidy perl files
2023-10-18 Jonathan DruartBug 30708: Fix Trains.ts tests
2023-10-18 Jonathan DruartBug 30708: Set default values for items added in batch...
2023-10-18 Jonathan DruartBug 30708: Allow modifying attribute linked with AV...
2023-10-18 Jonathan DruartBug 30708: Allow attributes to be multivalued
2023-10-18 Jonathan DruartBug 30708: Do not allow adding new items to a closed...
2023-10-18 Jonathan DruartBug 30708: Do not allow copy item to a train if the...
2023-10-18 Jonathan DruartBug 30708: Do not allow deletion of processings that...
2023-10-18 Jonathan DruartBug 30708: Duplicate/copy items to an opened train
2023-10-18 Jonathan DruartBug 30708: Add user_train_item_id
2023-10-18 Jonathan DruartBug 30708: Add tests
2023-10-18 Kyle M HallBug 31631: (QA follow-up) Tidy code
2023-10-18 Alex BuckleyBug 31631: Unit tests
2023-10-18 Marcel de RooyBug 35042: Remove set datelastseen to null on table...
2023-10-18 Marcel de RooyBug 35041: Fix Patron.t for a filter_by_last_update...
2023-10-17 Julian MauriceBug 27249: Replace DateTime->now by dt_from_string
2023-10-17 Julian MauriceBug 27249: Prevent infinite loop when searching for...
2023-10-17 Tomas Cohen AraziBug 30719: Rename `batch` for `ill_batch` in Koha:...
2023-10-17 Tomas Cohen AraziBug 30719: Remove unused Koha::Illbatch->requests_count...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Updating remaining naming
2023-10-17 Tomas Cohen AraziBug 30719: (QA follow-up) Pick better column names...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rename illbatchstatuses
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rewrite remaining ill batches...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rewrite Illbatches list endpoint
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Rename illbatches endpoint...
2023-10-17 Pedro AmorimBug 30719: (QA follow-up) Squash:
2023-10-17 Pedro AmorimBug 30719: Tests
2023-10-17 Katrin FischerBug 26314: (QA follow-up) Improve POD and fix links...
2023-10-17 Martin RenvoizeBug 26314: Update for changes to bug 11175 methodology
2023-10-17 Martin RenvoizeBug 26314: Only display volumes link when required
2023-10-11 Tomas Cohen AraziBug 16223: Tidy
2023-10-11 Martin RenvoizeBug 16223: (QA follow-up) Remove GetDebarments
2023-10-11 Emmi TakkinenBug 16223: Add ability to define liftable restrictions
2023-10-11 Jonathan DruartBug 33837: Remove datetime parameter
2023-10-11 Marcel de RooyBug 33837: Replace days_inclusive by min_days
2023-10-11 Marcel de RooyBug 33837: filter_by_last_update: Add older_than and...
2023-10-11 Marcel de RooyBug 33837: Add unit test
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Tidy
2023-10-11 Aleisha AmohiaBug 28130: Manage a patron's subscription alerts
2023-10-10 Tomas Cohen AraziBug 29033: Add C4::Context->multivalue_preference
2023-10-10 Alex BuckleyBug 25560: Unit tests
2023-10-10 Tomas Cohen AraziBug 31692: Tidy and rebase fix
2023-10-10 Lari TaskulaBug 31692: (follow-up) Adjust reserves.item_level_hold
2023-10-10 Lari TaskulaBug 31692: Add Koha::Hold::change_type and unit tests
2023-10-10 Fridolin SomersBug 26053: Add unit test for Koha::Patron::Restriction
2023-10-10 Martin RenvoizeBug 12532: (follow-up) Catch more cases in tests
2023-10-10 Jonathan DruartBug 12532: Fix test
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Add tests for SendQueuedMessages
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Remove defunkt test
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) More cleanup
2023-10-10 Hammat WeleBug 12532: Send email to guarantee and guarantor
2023-10-10 Matt BlenkinsopBug 34883: Add unit test
2023-10-09 Jonathan DruartBug 34828: Make normalized_oclc use Koha::Biblio::Metad...
2023-10-09 Jonathan DruartBug 34828: Add Koha::Biblio::Metadata::Extractor::MARC
2023-10-09 Jonathan DruartBug 34828: Move to Koha::Biblio::Metadata::Extractor
2023-10-09 Tomas Cohen AraziBug 34828: Introduce Koha::MetadataExtractor and -...
2023-10-09 Marcel de RooyBug 34336: Remove the dependency for Test::DBIx::Class
2023-10-09 David CookBug 34549: Strip non-XML chars during TransformHtmlToMarc
2023-10-04 Kyle M HallBug 34153: (QA follow-up) Tidy code
2023-10-04 Kyle M HallBug 34153: Add tests
2023-10-04 Aleisha AmohiaBug 34722: Prevent other items from displaying to fill...
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Emmi TakkinenBug 9525: Fix tests
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-04 Jonathan DruartBug 33958: Add tests
2023-10-04 Martin RenvoizeBug 33690: Convert to x-koha-override
2023-10-04 Kyle M HallBug 33690: (QA follow-up) Mock C4::Letters subroutines...
2023-10-04 Kyle M HallBug 33690: Add ability to send welcome notice when...
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Unit test for skipping bad lines
2023-10-04 Kyle M HallBug 34737: Tidy t/db_dependent/SIP/Transaction.t
next