Bug 16154: CGI->multi_param - Assign a list
[koha.git] / C4 /
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Manual changes
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Tomas Cohen AraziBug 16248: ModZebra doesn't update zebraqueue if ES...
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatRevert "Bug 12478: Display facet terms ordered by numbe...
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatBug 12478: ES is now updated when records are updated...
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-26 Robin SheatBug 12478: a replacement to the SimpleSearch interface...
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code
2016-04-22 Jonathan DruartBug 12267: Remove borrower_attributes.password
2016-04-22 Alex ArnaudBug 5979 - Follow up: Change ISBD syspref description...
2016-04-22 Alex ArnaudBug 5979 - OPAC ISBD view has its own syspref
2016-04-22 Nick ClemensBug 12663 - SCOUserCSS and SCOUserJS ignored on selfche...
2016-04-22 Jonathan DruartBug 15930: Make patron searches defaulting on 'contain'
2016-04-22 Jonathan DruartBug 15757: Make GetLoanLength defaults to 0 instead...
2016-04-20 Jonathan Druart[SIGNED-OFF] Bug 16210: Set X-Frame-Options to SAMEORIG...
2016-04-07 Barton ChittendenBug 14277: add zebra indexes for lexile that respect...
2016-04-07 Nick ClemensBug 15877 - C4::Barcodes does not correctly calculate...
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-04-07 Jacek AblewiczBug 16168: Eliminate unneeded C4::Context->dbh calls...
2016-04-06 Jonathan DruartBug 16199: Remove C4::Ris::charconv
2016-04-06 Mark TompsettBug 16191: t/Ris.t is noisy
2016-04-01 Colin Campbell Bug 7736: Support Ordering via Edifact EDI messages
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-04-01 Nicholas van Oudts... Bug 10988 - Fixes for comments 57 and 58
2016-04-01 Joonas Kylmälä Bug 11807: (follow-up) remove date conversions
2016-04-01 Frédérick Bug 11807 : Add support for categorycode conversions...
2016-04-01 Jonathan Druart Bug 16068: Do not cache overridden prefs
2016-04-01 David Cook Bug 15745: C4::Matcher gets CCL parsing error if term...
2016-04-01 Jonathan Druart Bug 16177: Fix tests for ColumnsSsettings.t
2016-04-01 Jonathan Druart Bug 16056: Do not crash when searching for an authorit...
2016-04-01 Tomas Cohen Arazi Bug 16129: Remove URL::Encode dependency
2016-03-31 Alex ArnaudBug 15889: LDAP authentication: Only update mapped...
2016-03-31 Martin Persson Bug 14257 - Add show_attributes to GetPatronInfo
2016-03-31 Kyle M Hall Bug 14512 - Add support for AV field to Koha's SIP2...
2016-03-31 Jonathan Druart Bug 16004: Replace items.new with items.new_status
2016-03-29 Colin Campbell Bug 16011 reintroduced VERSION variable needs declaration
2016-03-24 Jonathan Druart Bug 16044: Use the L1 cache for any objects set in...
2016-03-24 Jonathan Druart Bug 16011: Reintroduce $VERSION for 2 pm
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove empty BEGIN block
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove use vars qw();
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-24 Jonathan Druart Bug 15741: Fix rounding in total fines calculations
2016-03-22 Jonathan DruartBug 15809: Redefine multi_param is CGI < 4.08 is used
2016-03-22 charlesBug 15585 - Move C4::Passwordrecovery to the new namesp...
2016-03-21 Jonathan DruartBug 15163: Do not erase patron attributes if limited...
2016-03-15 Jonathan DruartBug 11998: Add a L1 cache for sysprefs
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-03-15 Jonathan DruartBug 11998: Use Koha::Cache to cache sysprefs
2016-03-14 Jonathan DruartBug 15111: Change X-Frame-Options with SAMEORIGIN
2016-03-14 Kyle M HallBug 15111 - Koha is vulnerable to Cross-Frame Scripting...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetMemberRe...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetGuarantees
2016-03-12 Jonathan DruartBug 15653: Remove unused C4::Members::UpdateGuarantees...
2016-03-11 Nicole C Engard Bug 15694: Add aliases for date/time last modified
2016-03-11 Zeno Tajoli Bug 15955: Tuning function 'New child record' for...
2016-03-11 Galen Charlton Bug 16009: fix GetMember() search on NULL/undef values
2016-03-07 Marcel de Rooy Bug 14306: Follow-up for URLs in 555$u
2016-03-07 Marcel de Rooy Bug 14306: Show URL from MARC21 field 555$u under...
2016-03-07 Kyle M Hall Bug 14694 - Make decreaseloanHighHolds more flexible
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-07 Marcel de Rooy Bug 13871: [QA Follow-up] Add $server for FID_SCREEN_MSG
2016-03-07 Marcel de Rooy Bug 13871: [QA Follow-up] Adjust Patron Info Request
2016-03-07 Marcel de Rooy Bug 13871: [QA Follow-up] Adjust Patron Status Request
2016-03-07 Mason James Bug 13871 - OverDrive message when user authentication...
2016-03-07 Mason James Bug 13871: [TITLE_AMENDED] Additional changes
2016-03-07 Marcel de Rooy Bug 13871: Adjusted perl tidy on MsgType.pm
2016-03-07 Jonathan Druart Bug 15968: Unnecessary loop in C4::Templates
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-03 Nick Clemens Bug 15669: Alphabetize marc modification templates
2016-03-03 Kyle M HallBug 15548 [QA Followup] - More new uses of Koha::Borrower
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Kyle M Hall Bug 15632 [QA Followup] - Get rid of use of uninitiali...
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove GetMessages
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove GetMessages...
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove DeleteMessage
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove AddMessage
2016-03-03 Jonathan Druart Bug 15084: Remove C4::Budgets::ConvertCurrency
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-03-03 Kyle M Hall Bug 12803 [QA Followup] - Allow holiday caching to...
2016-03-03 Kyle M Hall Bug 12803 - Add ability to skip closed libraries when...
2016-03-03 Marcel de Rooy Bug 12426: [QA Follow-up] Clear to_address to force...
2016-03-03 Lari Taskula Bug 12426: Allow resend for sent messages
2016-03-03 Jonathan Druart Bug 12426: Simplify the code adding a new subroutine...
2016-03-03 Lari Taskula Bug 12426: Allow resending of messages from the notice...
2016-03-03 Mirko Tietgen Bug 14168: (followup) require WWW::YouTube::Download...
2016-03-02 Jonathan Druart Bug 11023: Automatic item modification by age (Was...
2016-03-02 Jesse WeaverBug 14659: Allow patrons to enter card number and patro...
2016-03-02 Kyle M HallBug 14751 - Allow C4::Context->interface to be set...
2016-03-02 Jonathan DruartBug 15800: Koha::AuthorisedValues - Remove C4::Koha...
2016-03-02 Jonathan DruartBug 15675: Fix conflict with bug 15446 (type vs _type)
2016-03-02 Kyle M HallBug 15675 - Fix some missed tab characters, remove...
next