Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jonathan Druart e66d69fa3e Bug 26734: Rename activethemes with availablethemes 3 years ago
..
AuthoritiesMarc Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
Barcodes Bug 26673: Fix perlcritic complains 4 years ago
ClassSortRoutine Bug 16011: $VERSION - Remove use vars qw(); 8 years ago
ClassSplitRoutine Bug 21395: Make perlcritic happy 4 years ago
Creators Bug 25852: Improve C4::Creators::Lib reliability under plack 4 years ago
External Bug 22010: Check preferences for ebook integration 5 years ago
Form Bug 16259: Replace CGI->param with CGI->multi_param in list context - part 2 8 years ago
Heading Bug 18017: Add subdivisions to UNIMARC authorities zebra configuration 3 years ago
ILSDI Bug 17229: Check if patron is expired in CanItemBeReserved 3 years ago
Installer Bug 24545: Fix license statements 4 years ago
Labels Bug 21395: Make perlcritic happy 4 years ago
Linker Bug 25189: Don't create authority if results found 4 years ago
Members Bug 24447: Changing 'DUE' to example in database that exists. 3 years ago
OAI Bug 25460: Update OAI sets when adding/editing/deleting item records 4 years ago
Output Bug 9978: Replace license header with the correct license (GPLv3+) 9 years ago
Patroncards Bug 21395: Make perlcritic happy 4 years ago
Reports Bug 24695: Move to Koha::Report->is_sql_valid 3 years ago
SIP Bug 28320: Add DB connection check to the SIP SC status message 3 years ago
Search Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
Serials Bug 20144: [sql_modes] Add default value for subscription_numberpatterns.description in tests 6 years ago
Utils Bug 28069: (bug 27715 follow-up) Fix sort for lists 3 years ago
Accounts.pm Bug 22394: Remove C4::Accounts::manualinvoice 4 years ago
Acquisition.pm Bug 27203: Calculate tax based on ecost if unitprice not set 3 years ago
Auth.pm Bug 28317: Use the default CGI::Session serializer 3 years ago
Auth_cas_servers.yaml.sample Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig 8 years ago
Auth_with_cas.pm Bug 20854: (QA follow-up) Improve readability 3 years ago
Auth_with_ldap.pm Bug 28385: Use ldapserver only if exists 3 years ago
Auth_with_shibboleth.pm Bug 28367: (follow-up) Fix plack condition in C4/Auth_with_shibboleth.pm 3 years ago
AuthoritiesMarc.pm Bug 21958: Fix bibliographic record field comparison with authority 3 years ago
BackgroundJob.pm Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
Barcodes.pm Bug 16011: $VERSION - Remove the $VERSION init 8 years ago
Biblio.pm Bug 27837: Always pass permanent location from items editor if it was defined 3 years ago
Breeding.pm Bug 26528: Z39.50/SRU ignore invalid replies 3 years ago
Budgets.pm Bug 23195: Always count shipping costs as 'spent' 3 years ago
Calendar.pm Bug 25723: (QA follow-up) Handle holiday and exception on same day 4 years ago
Charset.pm Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls 5 years ago
Circulation.pm Bug 17202: Don't report an item in a collection if the collection doesn't exist 3 years ago
ClassSortRoutine.pm Bug 21395: Make perlcritic happy 4 years ago
ClassSource.pm Bug 15836: Remove deprecated subroutines 6 years ago
ClassSplitRoutine.pm Bug 15836: Add the ability to defined custom methods to split call number in labels 6 years ago
Context.pm Bug 28317: Use the default CGI::Session serializer 3 years ago
Contract.pm Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
CourseReserves.pm Bug 21395: Make perlcritic happy 4 years ago
Creators.pm Bug 21395: Make perlcritic happy 4 years ago
Debug.pm Bug 16011: $VERSION - Remove the $VERSION init 8 years ago
HTML5Media.pm Bug 27422: YouTube videos are HTTPS only 3 years ago
Heading.pm Bug 21958: Fix bibliographic record field comparison with authority 3 years ago
HoldsQueue.pm Bug 27069: Adapt uses of holdallowed 3 years ago
ImportBatch.pm Bug 24469: Move the new queries to a dedicated ImportBatch subroutine 3 years ago
ImportExportFramework.pm Bug 27968: Fix framework import if isurl has an incorrect value 3 years ago
InstallAuth.pm Bug 28317: Use the default CGI::Session serializer 3 years ago
Installer.pm Bug 28281: Remove double decoding when importing installation data 3 years ago
ItemCirculationAlertPreference.pm Bug 23271: Replace search_limited with search_with_library_limits 3 years ago
Items.pm Bug 27837: (follow-up) Do not check subfield unless tag defined 3 years ago
Koha.pm Bug 27746: prevent regexp undefined warning when checking subfield contents ($oclc) 3 years ago
Labels.pm Bug 21395: Make perlcritic happy 4 years ago
Languages.pm Bug 27491: Rename system preference opaclanguages to OPACLanguages 3 years ago
Letters.pm Bug 26734: Rename activethemes with availablethemes 3 years ago
Linker.pm Bug 9978: Replace license header with the correct license (GPLv3+) 9 years ago
Log.pm Bug 23632: Remove C4::Logs::GetLogs 4 years ago
MarcModificationTemplates.pm Bug 24840: Replace DateTime->now with dt_from_string 4 years ago
Matcher.pm Bug 26199: Include LDR for match check/match point 3 years ago
Members.pm Bug 28001: (bug 27050 follow-up) Fix delete_patrons if no category passed 3 years ago
Message.pm Bug 28230: Store C4::Message->{metadata} as Perl string always 3 years ago
NewsChannels.pm Bug 21066: Rename publicationdate with published_on 4 years ago
Output.pm Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml 4 years ago
Overdues.pm Bug 28144: Check if issue_id defined 3 years ago
Patroncards.pm Bug 21395: Make perlcritic happy 4 years ago
Record.pm Bug 27673: Fix encoding issues 3 years ago
Reports.pm Bug 27486: Rename system preference delimiter to CSVDelimiter 3 years ago
Reserves.pm Bug 16787: 'Too many holds' message appears inappropriately and is missing data 3 years ago
Ris.pm Bug 27673: Fix encoding issues 3 years ago
RotatingCollections.pm Bug 17202: Don't report an item in a collection if the collection doesn't exist 3 years ago
SMS.pm Bug 27673: Replace YAML with YAML::XS 3 years ago
Scheduler.pm Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
Scrubber.pm Bug 16011: $VERSION - Remove the $VERSION init 8 years ago
Search.pm Bug 18989: Allow displaying biblios with all items hidden by OpacHiddenItems 3 years ago
Serials.pm Bug 27842: Update serial.biblionumber when a subscription is linked with another record 3 years ago
Service.pm Bug 25898: Prohibit indirect object notation 4 years ago
ShelfBrowser.pm Bug 26673: Remove shebangs from Perl modules 4 years ago
SocialData.pm Bug 9978: (followup) Replace license header with the correct license (GPLv3+) 9 years ago
Stats.pm Bug 24151: Copy info to the pseudonymized table when a transaction is done 4 years ago
Suggestions.pm Bug 7806: Fix remaining occurrences of 0000-00-00 3 years ago
TTParser.pm Bug 26673: Remove #!/usr/bin/env perl from .pm modules too 4 years ago
Tags.pm Bug 23084: Replace grep {^$var$} with grep {$_ eq $var} 4 years ago
Templates.pm Bug 26734: Rename activethemes with availablethemes 3 years ago
TmplToken.pm Bug 16011: $VERSION - Remove the $VERSION init 8 years ago
TmplTokenType.pm Bug 24217: use Modern::Perl for modules when strict is missing 4 years ago
UsageStats.pm Bug 28108: Fix filtering 3 years ago
XISBN.pm Bug 26364: Don't discard the passed isbn 3 years ago
XSLT.pm Bug 23406: Don't translate suppressed authorised values 3 years ago