Bug 19230: Preventing warn when deleting course
[koha.git] / C4 / AuthoritiesMarc.pm
2017-12-22 Janusz KaczmarekBug 18458: Fix subfields ordering when Merging authorit...
2017-10-09 Marcel de RooyBug 19415: FindDuplicateAuthority is searching on bibli...
2017-09-19 Marcel de RooyBug 18149: Move CountUsage calls to Koha namespace
2017-09-19 Jonathan DruartBug 10132: Simplify code, call the method only once
2017-09-19 Josef MoravecBug 10132: Add ability to set MARC Organization Code...
2017-09-12 Marcel de RooyBug 17380: Graceful resolution of missing reporting...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-14 Jonathan DruartBug 18854: Protect few other occurrences of offset
2017-04-13 Marcel de RooyBug 9988: Few subtle changes for postponed merge
2017-04-13 Marcel de RooyBug 9988: Check the merge limit in sub merge
2017-04-13 Marcel de RooyBug 9988: Remove the Zebra code from sub merge
2017-04-13 Marcel de RooyBug 9988: Merge should have a parameter hash
2017-03-03 Marcel de RooyBug 18070: Correct error from podchecker on line 1376
2017-03-03 Marcel de RooyBug 18070: [Follow-up] What should DelAuthority return?
2017-03-03 Marcel de RooyBug 18070: Extend sub merge to remove fields for delete...
2017-02-14 Marcel de RooyBug 18014: AddAuthority should respect AUTO_INCREMENT
2017-01-20 Marcel de RooyBug 17913: [Follow-up] Fix duplicate $9s after merging...
2017-01-20 Marcel de RooyBug 17913: Run perltidy on the inner foreach loop
2017-01-20 Marcel de RooyBug 17913: We always need some housekeeping
2017-01-20 Marcel de RooyBug 17913: Remove possible duplicates in strict merge...
2017-01-20 Marcel de RooyBug 17913: Do not keep a cleared subfield in loose...
2017-01-20 Marcel de RooyBug 17913: Fix the new field tag in merge when changing...
2017-01-20 FrédérickBug 17913: Use AuthorityMergeMode pref in sub merge
2017-01-20 Frédéric DemiansBug 17913: Use replace_with instead of insert_grouped_field
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-04-01 Jonathan Druart Bug 16056: Do not crash when searching for an authorit...
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-02-03 Julian MauriceBug 15358: Fix authorities merge
2016-01-07 Jonathan Druart Bug 15467: If authtypecode is not defined, do not...
2015-12-31 Frédéric DemiansBug 15381: Fix error in SearchAuthorities when no autht...
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 15381: Use Koha::Authority::Types in some other...
2015-12-31 Jonathan DruartBug 15380: Move Koha::Authority to Koha::MetadataRecord...
2015-11-06 Lyon3 TeamBug 15130: useless unitialization warnings when updatin...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-05-06 AleishaBug 14075: Undefined value creates noisy warns in C4...
2015-04-22 Jonathan DruartBug 10985: [UNIMARC] Fix authority summary
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-01-21 Jonathan DruartBug 12861: (follow-up) Noisy warn in error logs
2015-01-21 Chris CormackBug 12861 : Noisy warn in the error logs
2015-01-13 Jonathan DruartBug 11944: FIX Error on editing an authority
2014-07-30 Colin CampbellBug 12654 Correct incorrectly quoted regexp
2014-05-23 Kyle M HallBug 10330 - Rename system preference authoritysep to...
2014-05-05 Galen CharltonBug 7442: (follow-up) restore display of heading type...
2014-05-05 Fridolyn SOMERSBug 7442 (follow-up) ensuring that summary is display...
2014-05-05 Fridolyn SOMERSBug 7442: fix crash when selecting an authority with...
2014-04-15 Galen CharltonBug 11797: (follow-up) fix MARC21 branch of bug more...
2014-04-15 Jonathan DruartBug 11797: fix odd number of elements in hash (UNIMARC)
2014-04-15 Mark TompsettBug 11797: fix odd number of elements in hash warning...
2014-02-28 Tomas Cohen AraziBug 11096: support the retrieval of large MARCXML records
2014-01-24 Galen CharltonBug 11533: fix authority searching with no sorting...
2014-01-17 David CookBug 11473 - add 'biblio' and 'item' to cataloguing...
2013-12-30 Jonathan DruartBug 11131: display authority summary correctly when...
2013-10-10 Jonathan DruartBug 10602: Set default value for authority fields via...
2013-10-10 Fridolyn SOMERSBug 9282: improve auto-completion for authority record...
2013-10-10 Janusz KaczmarekBug 10335: display translated forms of headings in...
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-22 Jared Camins-EsakovMerge branch 'bug_5635' into 3.12-master
2013-03-22 Stéphane DelauneBug 5635: bulkmarcimport new parameters & features
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7440' into 3.12-master
2013-03-20 Paul PoulainBug 7440 follow-up removing forgotten NoZebra references
2013-03-20 Tomas Cohen AraziBug 7440 - Remove NoZebra vestiges
2013-03-17 Jared Camins-EsakovMerge branch 'bug_9239' into 3.12-master
2013-03-17 Jared Camins-EsakovBug 9239 QA follow-up: amend error handling
2013-03-17 Jared Camins-EsakovBug 9239 QA follow-up: better error handling
2013-03-17 Jared Camins-EsakovBug 9239 QA follow-up: remove stray debug code
2013-03-17 Jared Camins-EsakovBug 9239: Allow the use of QueryParser for all queries
2013-03-13 Jared Camins-EsakovMerge branch 'bug_9647' into 3.12-master
2013-02-24 Jared Camins-EsakovMerge branch 'bug_8942' into 3.12-master
2013-02-20 Jared Camins-EsakovMerge branch 'bug_9145' into 3.12-master
2013-02-20 Vitor FERNANDESBUG 9145: Authorities: standard language for UNIMARC
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7368' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7143' into 3.12-master
2012-12-04 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8641' into 3.12-master
2012-12-02 Fridolyn SOMERSBug 9123: Authorities search ordered by authid does...
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8117' into 3.12-master
2012-11-28 Jared Camins-EsakovMerge branch 'bug_2832' into 3.12-master
2012-11-25 Jared Camins-EsakovMerge branch 'bug_9020' into 3.12-master
2012-11-23 Jared Camins-EsakovMerge branch 'bug_8758' into 3.12-master
2012-11-23 Jared Camins-EsakovMerge branch 'bug_2832' into 3.12-master
2012-11-23 Jared Camins-EsakovMerge branch 'bug_2832' into 3.12-master
2012-11-23 Jared Camins-EsakovMerge branch 'bug_9008' into 3.12-master
2012-11-20 Jared Camins-EsakovMerge branch 'bug_8954' into 3.12-master
2012-11-20 Jared Camins-EsakovMerge branch 'bug_8844' into 3.12-master
2012-11-20 Jared Camins-EsakovMerge branch 'bug_9024' into 3.12-master
2012-11-20 Jared Camins-EsakovMerge branch 'bug_9017' into 3.12-master
2012-11-20 Jared Camins-EsakovBug 9070: [SIGNED-OFF] authority searches in auth_finde...
2012-11-12 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-11-02 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-10-25 Jared Camins-EsakovBug 8914: Blank search that returns invalid authorities...
next