Bug 13501: Fix behavior of 'Delete subfield' button on select2 controls
[koha.git] / admin /
2016-08-18 Jonathan DruartBug 17009: Speed up the framework duplication
2016-08-18 Jonathan DruartBug 16955: Do not clear from cache when adding a new...
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-07-07 Tomas Cohen AraziBug 14048: Add a refund rules setting form in smart...
2016-06-24 Kyle M HallBug 16612 - Cannot set "Until date" for "Enrollment...
2016-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
2016-05-16 Jonathan DruartBug 16259: Replace CGI->param with CGI->multi_param...
2016-04-29 Jonathan DruartBug 15009: QA follow-up
2016-04-29 Kyle M HallBug 15532: Add ability to allow only items whose home...
2016-04-26 Jonathan DruartBug 16154: Fix some other occurrences
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Jonathan DruartBug 12478: Add the yaml mappings file
2016-04-22 Jonathan DruartBug 12267: Remove borrower_attributes.password
2016-04-22 Jonathan DruartBug 15757: Make issuelength default to null instead...
2016-04-20 Kyle M HallBug 16256 - Can't edit library EAN if you leave EAN...
2016-04-20 Kyle M HallBug 16208 - Can't delete a library EAN if the EAN value...
2016-04-20 Jesse WeaverBug 16237: Allow entering of EDI accounts with plugins...
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-04-01 Kyle M Hall Bug 15630 - Make Edifact module pluggable
2016-04-01 Kyle M Hall Bug 7736 [QA Followup] - Fix SQL, Add description...
2016-04-01 Kyle M Hall Bug 7736 [QA Followup] - Fix column headers, values...
2016-04-01 Colin Campbell Bug 7736: Support Ordering via Edifact EDI messages
2016-03-31 Hector Castro Bug 16092: Fix error dialog and introduce the Font...
2016-03-23 Owen Leonard Bug 13464 - Standardize the pagination class
2016-03-23 Jonathan DruartBug 15773: Fix and standardise checkboxes code in framework
2016-03-21 Jonathan DruartBug 15962: Block the currency deletion if used
2016-03-21 Jonathan DruartBug 16012: Restore the ability to edit default authorit...
2016-03-21 Jonathan DruartBug 16013: Make classification sources deletable
2016-03-21 Jonathan DruartBug 16015: Restore the ability to delete a group of...
2016-03-15 Jonathan DruartBug 11998: Use Koha::Cache to cache sysprefs
2016-03-08 Jonathan Druart Bug 15084: typo currency vs currency_code
2016-03-03 Jonathan Druart Bug 15755: Display default item type as "All" in circ...
2016-03-03 Kyle M HallBug 15548 [QA Followup] - Catch a couple new Koha:...
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-03-03 Jonathan Druart Bug 15084: use Koha::Acquisition::Currenc[y|ies] in...
2016-03-02 Jonathan DruartBug 14753: Add the "page" parameter in the yml file
2016-03-02 Nick ClemensBug 14753 - Use columns configuration for checkins...
2016-02-24 Julian MauriceBug 15471: Add column settings and filters to Holds...
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchesInCatego...
2016-02-23 Jonathan DruartBug 15306: Do not display the translate link if only...
2016-02-14 Kyle M HallBug 9021 [QA Followup] - Switch to Koha::Object(s)
2016-02-14 Kyle M HallBug 9021 [QA Followup] - Use Modern::Perl
2016-02-14 Kyle M HallBug 9021 [QA Followup] - Use TT plugin instead of passi...
2016-02-14 Kyle M HallBug 9021 - Add SMS via email as an alternative to SMS...
2016-01-27 Jonathan DruartBug 14828: use Koha::ItemType[s] in admin/itemtypes
2016-01-27 Jonathan DruartBug 14828: Use Koha::ItemType[s] everywhere C4::ItemTyp...
2016-01-27 Julian Maurice Bug 15004: Allow to change amounts of duplicated budgets
2016-01-19 Jonathan DruartBug 15354: Sort itemtypes by translated description...
2016-01-19 Jonathan DruartBug 15354: Fix translated itemtype descriptions in...
2016-01-19 Jonathan DruartBug 15568: Fix display default circ rules
2016-01-19 Jonathan DruartBug 15295: (follow-up) Koha::Libraries - Remove GetBran...
2016-01-14 Jonathan DruartBug 15294: Koha::Libraries - Rewrite the admin scripts
2015-12-31 Joonas KylmäläBug 15129: Add Koha::Object for issuing rules and let...
2015-12-31 Jonathan DruartBug 14889: Fix error msg on duplicate
2015-12-31 Jonathan DruartBug 14889: Use Koha::BiblioFramework[s] in admin/biblio...
2015-12-31 Jonathan DruartBug 15381: Remove getauthtypes and getauthtype
2015-12-31 Jonathan DruartBug 15381: Use Koha::Authority::Types in some other...
2015-12-31 Jonathan DruartBug 15380: Use Koha::Authority::Type[s] in admin script
2015-12-31 Kyle M HallBug 9129 - Add the ability to set the maximum fine...
2015-12-31 Josef MoravecBug 13931 - Date of birth in patron search result and...
2015-12-31 Frédéric DemiansBug 15258: Fix Perl scripts declaring unused variables
2015-12-30 Jonathan DruartBug 15099: Move admin/categorie.pl to admin/categories.pl
2015-12-30 Tomas Cohen AraziBug 9819 - 'stopwords'-related code removed
2015-12-30 Jonathan DruartBug 15344: Remove some other calls of GetMemberDetails...
2015-12-30 Jonathan DruartBug 15344: Remove unucessary call to GetMemberDetails
2015-12-30 Kyle M HallBug 11625 - Implement DefaultToLoggedInLibraryCircRules
2015-12-30 Aleisha Bug 14153: Noisy warns in admin/transport-cost-matrix.pl
2015-11-20 Holger MeißnerBug 14101: Automatic renewals exactly on due date
2015-11-19 Mark TompsettBug 4502: An attempt to make things more sensible.
2015-11-19 Jonathan DruartBug 4502: Catch software error if no active budget...
2015-11-17 Jonathan DruartBug 15109: Make name the default sort order for all...
2015-11-05 Jonathan DruartBug 14836: Move Koha::PatronCategor* to Koha::Patron...
2015-11-05 Jonathan DruartBug 14836: Use Koha::PatronCategor[y|ies] in admin...
2015-11-04 Katrin FischerBug 11431: (QA followup) Typo in help file / variable...
2015-11-04 Kyle M HallBug 11431: (QA followup) Add ability to edit audio...
2015-11-04 Kyle M HallBug 11431: (QA followup) Always allow audio alerts...
2015-11-04 Kyle M HallBug 11431: (QA followup) Fix alter precedences on delete
2015-11-04 Kyle M HallBug 11431: Add additional sound options
2015-11-02 Jonathan DruartBug 15087: hardduedate should not be inserted as 0000...
2015-11-01 Bernardo Gonzalez... Bug 15093: Load/show saved item type group and hideinopac
2015-10-29 Jonathan DruartBug 14931: (qa followu-up) small improvements
2015-10-29 Marc VéronBug 14931: (Follow-up) Validate date entry in contracts
2015-10-29 Marc VéronBug 14931: Remove C4::Dates from files admin/aq*.pl
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 14949: Remove remaining C4::Dates and fix display...
2015-10-27 Marc VéronBug 14949: (followup) Fix regression with hard due...
2015-10-27 Marc VéronBug 14949: Remove C4::Dates from admin/smart-rules...
2015-10-22 Kyle M HallBug 13590: Add ability to charge fines at start of...
2015-10-22 BlouBug 10937: cleanup and rename DOCTYPECAT to ITEMTYPECAT
2015-10-22 ahmedBug 10937: Option to hide and group itemtypes from...
2015-10-19 Jonathan DruartBug 10363: FIX regression - prevent duplicate
2015-10-19 Jonathan DruartBug 10363: FIX rebase conflict error
2015-10-19 Kyle M HallBug 10363: [QA Followup]
2015-10-19 Jonathan DruartBug 10363: Use Koha::AuthorisedValue[s] in the admin...
2015-10-13 Jonathan DruartBug 14841: Fine column is not manage by columns settings
next