Bug 21073: Regression tests for GetPlugins
[koha.git] / authorities /
2019-01-28 Jasmine AmohiaBug 19994: Used Modern::Perl in Authorities perl scripts
2019-01-25 Jonathan DruartBug 21993: Display a user-friendly message when the...
2018-12-14 Jonathan DruartBug 21986: Do not escape quotation marks when cataloguing
2018-12-11 Nick ClemensBug 21405: Fix authorities pagination for Zebra and ES
2018-10-17 Martin RenvoizeBug 21456: (QA follow-up) Catch missed case in authorit...
2018-10-17 Andreas RoussosBug 21456: The 'New authority' button lists authority...
2018-10-09 Andreas RoussosBug 21455: Authority search options get shuffled around...
2018-10-01 Jonathan DruartBug 21448: Fix copy repeated subfields when linking...
2018-09-19 Jane SandbergBug 13406: (follow-up) Add styling classes to authority...
2018-09-19 Jane SandbergBug 13406: Add styling classes to authority MARC detail...
2018-07-19 Alex ArnaudBug 20273: Use compat routines for autocomplete in...
2018-07-02 Owen LeonardBug 15360: Incorrect or mislabeled behavior on Authorit...
2018-04-20 Nick ClemensBug 20047: (follow-up) Retrieve only biblio/authority...
2018-04-20 Nick ClemensBug 20047: Add Koha::Z3950Server Oject and use it to...
2018-04-12 Nick ClemensBug 18904: (follow-up) Rebase onto 14769
2018-04-12 Nick ClemensBug 18904: (follow-up) Retrieve subfield in the order...
2018-04-12 Marcel de RooyBug 14769: (Follow-up) Let blinddetail look at indicato...
2018-04-12 Marcel de RooyBug 14769: Put ControlledIndicators to work
2018-04-05 Alex ArnaudBug 20261: Fix pagination of the results in authority...
2018-03-27 Alex ArnaudBug 19583: Remove use of C4::AuthoritiesMarc
2018-03-27 Nick ClemensBug 19582: (follow-up) get params in correct order
2018-03-27 Nick ClemensBug 19582: Use compat routines for searching authoritie...
2018-03-19 Marcel de RooyBug 20430: (See also bug 19436) Button display depends...
2018-02-26 Marcel de RooyBug 20074: (follow-up) Remove another remainder of...
2018-02-15 Jonathan DruartBug 19881: Remove authorities-list.pl
2018-01-22 Marcel de RooyBug 20063: (bug 18811 follow-up) Allow hidden $9 subfields
2018-01-19 Grace SmythBug 19987: If no z39.50/SRU servers the button should...
2017-11-08 Marcel de RooyBug 19537: (QA follow-up) Consistent structures
2017-11-08 Nick ClemensBug 19537: Correct addition of source subfield from...
2017-10-27 Nick ClemensBug 19528: (QA follow-up) Adjust language for readability
2017-10-27 Marcel de RooyBug 19528: Fix a few typos like corrosponding
2017-09-19 Marcel de RooyBug 18149: Move CountUsage calls to Koha namespace
2017-09-12 Nick ClemensBug 17380: [QA Follow-up] Report error to user instead...
2017-09-12 Marcel de RooyBug 17380: Do not allow Default template in merge form
2017-09-12 Marcel de RooyBug 17380: Do not use GuessAuthTypeCode in MetadataReco...
2017-09-12 Marcel de RooyBug 17380: Add some checks around Authorities::Types...
2017-09-12 Marcel de RooyBug 18811: Change visibility checks in authorities.pl
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-04-13 Marcel de RooyBug 9988: Few subtle changes for postponed merge
2017-04-13 Marcel de RooyBug 9988: Remove further references to dontmerge
2017-04-13 Marcel de RooyBug 9988: Merge should have a parameter hash
2017-03-31 Marcel de RooyBug 18019: [QA Follow-up] Also catch the delete from...
2017-03-31 Marcel de RooyBug 18019: Add CSRF protection to authorities-home...
2017-02-17 remiBug 16018: Merge.pl code cleanup
2016-09-02 Jonathan DruartBug 17118: (follow-up 15381) Fix regression when cleari...
2016-09-02 Jonathan DruartBug 17048: Fix pagination offset for authority searches
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 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-26 Robin SheatBug 12478: auth search works in the staff client
2016-04-26 Robin SheatBug 12478: starting authority search in staff client
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2016-02-03 Julian MauriceBug 15358: Fix authorities merge
2016-01-25 Frédéric DemiansBug 15572: Follow-up to fix error on authority creation
2016-01-25 Jesse WeaverRevert "Bug 15572: Follow-up to fix error on authority...
2016-01-19 Frédéric DemiansBug 15572: Follow-up to fix error on authority creation
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-11-02 Marcel de RooyBug 14589: Adjust authorities_merge_ajax and replace...
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-07-24 mxbeaulieuBug 14387: Merge reference selection has no effect...
2015-05-18 Jonathan DruartBug 8399: No need to truncate the marc field text to...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Marcel de RooyBug 10480: Use the framework plugin object in cataloguing
2015-01-24 simithBug 11961 - This patch fix the QA critical error, fix...
2015-01-24 FrédérickBug 11961 - Add a "Z39.50 search" button to the authori...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2015-01-13 Jonathan DruartBug 11944: replace uri_escape with uri_escape_utf8...
2014-10-28 Colin CampbellBug 12573: Use correct comparison for comparing strings
2014-08-19 Bernardo Gonzalez... Bug 12177 - Remove HTML from authorities.pl
2014-07-17 Tomas Cohen AraziBug 11349: Make the QA script happy
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-05-05 Jonathan DruartBug 10862: Add search history to the intranet interface
2014-05-05 Fridolyn SOMERSBug 7442: fix crash when selecting an authority with...
2014-04-18 FrédérickBug 11955: Remove spaces in empty indicators when linki...
2014-02-13 Janusz KaczmarekBug 11652: ensure that merging authority records correc...
2014-01-23 Fridolyn SOMERSBug 11313: supply empty value in mandatory comboboxs...
2013-12-10 Fridolyn SOMERSBug 10808: (follow-up) reformat auth_finder.pl
2013-12-10 Fridolyn SOMERSBug 10808: make authority search form retain drop-down...
2013-10-10 Galen CharltonBug 9282: (follow-up) remove log noise caused by author...
2013-10-10 Fridolyn SOMERSBug 9282: improve auto-completion for authority record...
2013-10-10 Jared Camins-EsakovBug 5202: QA follow-up - correct license and POD errors
2013-10-10 Jared Camins-EsakovBug 5202: QA follow-up - improve merge reference selection
2013-10-10 Jared Camins-EsakovBug 5202: (follow-up) Quiet warning
2013-10-10 Jared Camins-EsakovBug 5202: QA follow-up 2 - fix overeager error message
2013-10-10 Jared Camins-EsakovBug 5202: QA follow-up: quiet warnings
2013-10-10 Jared Camins-EsakovBug 5202: merge authorities from the authority file...
2013-10-04 David CookBug 10096 - Add a Z39.50 interface for authority searching
2013-09-21 Owen LeonardBug 10888: Don't hide authorities module from users...
2013-08-14 Janusz KaczmarekBug 5262: make authority plugin copy indicators to...
2013-05-01 Galen CharltonMerge remote branch 'origin/new/bug6554_reverts'
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-29 Galen CharltonRevert "Bug 6554 - make Koha internally utf-8 clean"
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-01 Jared Camins-EsakovMerge branch 'bug_6554' into 3.12-master
2013-04-01 Dobrica PavlinusicBug 6554 - make Koha internally utf-8 clean
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
next