Bug 16805: Tweak new test message to say getalert
[koha.git] / tools /
2016-07-08 Jonathan DruartBug 14757: Remove obsolete occurrence of is_tt
2016-07-08 Kyle M HallBug 14757 - Allow the use of Template Toolkit syntax...
2016-07-08 AleishaBug 9259: Ability to delete a staged file once it has...
2016-07-08 Marcel de RooyBug 16859: Fix wrong item field name in export.pl
2016-07-08 Nick ClemensBug 16855 - Poor performance due to high overhead of...
2016-06-24 Jonathan DruartBug 11490: Split MaxItemsForBatch into 2 prefs to clari...
2016-06-17 Owen LeonardBug 16148 - Revised layout and behavior of marc modific...
2016-05-23 Jonathan DruartBug 16550: Clean the tests
2016-05-23 Marc VéronBug 16550: Can't set opac news expiration date to NULL...
2016-05-16 Jonathan DruartBug 16259: Replace CGI->param with CGI->multi_param...
2016-05-06 Kyle M HallMerges translations for Koha 16.05
2016-05-06 Jonathan DruartBug 16426: follow-up of bug 15840 - correctly manage...
2016-04-27 Marcel de RooyBug 14686: [QA Follow-up] Move allows_add_by to Upload.pm
2016-04-27 Marcel de RooyBug 14686: Add Upload to Tools menu
2016-04-27 Marcel de RooyBug 14686: Add allows_add_by to check permissions for...
2016-04-26 Jonathan DruartBug 16154: Fix some other occurrences
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Assign a list
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-01 Nick Clemens Bug 10612: (QA followup)
2016-04-01 Kyle M Hall Bug 10612 - Add ability to delete patrons with batch...
2016-03-21 Jonathan DruartBug 15840: Catch errors if userid already exists when...
2016-03-21 Jonathan DruartBug 15163: Do not erase patron attributes if limited...
2016-03-07 Jonathan Druart Bug 5404: Move the test to a new IsMarcStructureIntern...
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove RmPatronImage
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove PutPatronImage
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Add new classes
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-02 Jonathan Druart Bug 11023: Automatic item modification by age (Was...
2016-03-02 Jonathan DruartBug 15923: Take the id list file into account when...
2016-02-04 Marc VéronBug 15684: Fix encoding issues with quote upload
2016-01-27 Jonathan DruartBug 12636: Do not display unique patron attributes...
2016-01-23 Jonathan DruartBug 15542: Always display the patron's info the same...
2016-01-23 Marc VéronBug 15579: Fix permission for batch record modification
2016-01-21 Jonathan DruartBug 15607: batch patron mod - do not update dates if...
2016-01-19 Jonathan DruartBug 15295: (follow-up) Koha::Libraries - Remove GetBran...
2016-01-12 Jonathan DruartBug 15367: Do not display repeatable patron attributes...
2015-12-31 Jonathan DruartBug 15381: Remove GetAuthType and GetAuthTypeCode
2015-12-31 Jonathan DruartBug 15381: Remove getauthtypes and getauthtype
2015-12-31 Jonathan DruartBug 15380: Move Koha::Authority to Koha::MetadataRecord...
2015-12-31 BlouBug 13624 - Remove columns branchcode, categorytype...
2015-12-30 Kyle M HallBug 11747 [QA Followup] - Use system preference
2015-12-30 Kyle M HallBug 11747 - Implement DefaultToLoggedInLibraryOverdueTr...
2015-12-30 Jonathan DruartBug 11625: Implement DefaultToLoggedInLibraryNoticesSlips
2015-12-30 Jonathan Druart Bug 15332: Sent DateTime object to DBIx::Class, not...
2015-12-29 Barton Chittenden Bug 14515 (QA Followup) fix letter.pl available fields.
2015-11-19 Marc VéronBug 12072: Make datepicker and templates to be aware...
2015-11-19 Marc VéronBug 14870: (followup) Remove stray C4::Dates
2015-11-18 Marc VéronBug 14954: (followup) Display exceptions in syspref...
2015-11-18 Marc VéronBug 14954: (followup) Remove C4::Dates from holiday...
2015-11-18 Marc VéronBug 14954: Remove C4::Dates from holiday related files...
2015-11-17 Jonathan DruartBug 15189: Do not close STDERR when running in backgrou...
2015-11-16 Jonathan DruartBug 14795: Prevent modifying a record without using...
2015-11-13 Kyle M HallBug 15079: Batch Delete Records Error
2015-11-05 Jonathan DruartBug 14544: Get rid of GetSomeShelfNames
2015-11-04 Jonathan DruartBug 15014: Returns 0 if everything went fine
2015-11-02 Marcel de RooyBug 14589: Adjust authorities_merge_ajax and replace...
2015-10-30 Kyle M HallBug 15010: Import patron tool creates 'duplicate' restr...
2015-10-27 Jonathan DruartBug 14722: Refactor the export tool
2015-10-27 Martin PerssonBug 14246: Add borrowernumber to koha_news
2015-10-27 Jonathan DruartBug 14100: (follow-up) Language overlay for item types
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-10-27 Marc VéronBug 14997: Remove C4::Dates from tools (import / export)
2015-10-23 Jonathan DruartBug 14981: Remove ethnicity occurrences from sample...
2015-10-23 Jonathan DruartBug 15021: Fix scoping variable in tools/batchMod.pl
2015-10-19 Jonathan DruartBug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded...
2015-10-06 Jonathan DruartBug 14950: Remove unused variable $today_iso
2015-10-06 Marc VéronBug 14950: Assign default value for YYYY, MM and DD
2015-10-02 Jonathan DruartBug 14141: Do not let edit the branch when updating...
2015-10-02 Kyle M HallBug 14522: (QA followup) Koha complains about missing...
2015-10-02 Mason JamesBug 14522: Use Koha::Cache for accessing single_holidays()
2015-10-02 Jonathan DruartBug 12311: Do not return a lost item if modified in...
2015-09-25 Marcel de RooyBug 14321: [QA Follow-up] Changes for Upload.pm and...
2015-09-25 Marcel de RooyBug 14321: Final cleanup, removing obsolete files
2015-09-25 Marcel de RooyBug 14321: Integrate Upload.pm into Koha
2015-09-18 Marc VéronBug 13813: Remove deprecated module C4::Dates from...
2015-09-16 Jonathan DruartBug 10005: Inventory - Add an option to not check in...
2015-09-07 Jonathan DruartBug 14098: Add copy_and_replace action to MMT
2015-09-02 Katrin FischerBug 13972: Include fields from subscription and serial...
2015-09-02 Jonathan DruartBug 14709: Do not access to C4::Context->userenv from...
2015-08-17 Frédéric DemiansBug 14592: Export data bad encoding
2015-08-07 Indranil Das GuptaBug 13663: (followup) fixes tab char QA test fails
2015-08-07 Alex ArnaudBug 13663: Fix permissions in upload-file.pl and upload...
2015-07-20 AleishaBug 14445: Silences warns in letter.tt
2015-07-20 AleishaBug 14445: Silences warn in letter.pl
2015-06-25 Jonathan DruartBug 14440: get_template_and_user can not have an empty...
2015-06-22 Stefan WeilBug 14383: Fix some typos in comments and documentation
2015-06-22 Mark TompsettBug 14001: Inventory has bad $_ references
2015-06-11 Kyle M HallBug 14338: Unable to delete patron images
2015-06-11 Mark TompsettBug 10625: Inventory/Stocktaking tool cannot handle...
2015-06-08 Jonathan DruartBug 10355: paramater 'object' lost on the road
2015-06-01 Marc VéronBug 11929: patron modification error shows borrowernumber
2015-05-14 Jonathan DruartBug 9067: Hide item related strings when importing...
2015-05-06 Tomas Cohen AraziBug 14148: marc import broken if plugins are not enabled
2015-05-06 Mark TompsettBug 14057: Inventory is painfully slow
2015-05-04 Kyle M HallBug 12412: Add ability for plugins to convert arbitrary...
2015-04-29 Marc VéronBug 4041: Third step - Display address on patron's...
2015-04-27 Jonathan DruartBug 12404: tools/export.pl allows CSV export
2015-04-23 Frédéric DemiansBug 13606 Clear job data in session when the job is...
next