Main Koha release repository https://koha-community.org
Find a file
Fridolin Somers 7b56e8d15e
Bug 24879: (follow-up) Fix test suite
Running cataloguing pluings (in cataloguing/value_builder) now requires
authentification.

This patch adds in failing unit tests a mock of C4::Auth::check_cookie_auth

Test with:
prove t/db_dependent/FrameworkPlugin.t t/db_dependent/Koha/UI/Form/Builder/Biblio.t t/db_dependent/Koha/UI/Form/Builder/Item.t t/db_dependent/Serials.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-04-03 17:05:52 +02:00
acqui Bug 24879: Add check_cookie_auth when missing 2024-04-03 17:05:50 +02:00
admin Bug 36447: Circ rules slow to load when many itemtypes and categories 2024-04-02 17:59:11 +02:00
api Bug 34431: Allow for x-koha-embed in ill/backends endpoint 2024-03-22 15:07:33 +01:00
authorities Bug 30554: Use XSLT (if enabled) in authority search cataloguing plugin 2024-03-22 15:47:35 +01:00
basket Bug 34478: Add 'op' to sendbasketform 2024-03-01 10:58:53 +01:00
bin
bookings
C4 Bug 36244: Do template toolkit processing first 2024-04-03 17:05:46 +02:00
catalogue Bug 24879: Add check_cookie_auth when missing 2024-04-03 17:05:50 +02:00
cataloguing Bug 24879: Add check_cookie_auth when missing 2024-04-03 17:05:50 +02:00
circ Bug 23208: Add ability to set a default hold ratio value 2024-03-25 09:53:22 +01:00
clubs Bug 34478: Manual fix - add op clubs/templates-add-modify 2024-03-01 10:57:55 +01:00
course_reserves Bug 34478: Manual fix - Course reserves 2024-03-01 10:56:56 +01:00
debian Bug 36322: Redirect docs dir to 404 2024-04-03 17:05:48 +02:00
docs Bug 35504: Split list of ERM Topic experts 2024-01-11 15:44:51 +01:00
erm
errors Bug 36148: Improve error handling and restore programming errors 2024-03-01 11:01:06 +01:00
etc Bug 35621: Map ÿ to y for searching (Non-ICU) 2024-03-22 15:47:34 +01:00
ill Bug 35331: Add table actions hook to ILL table 2024-03-18 11:03:33 +01:00
installer Bug 24879: Remove installer/externalmodules.pl 2024-04-03 17:05:49 +02:00
Koha Bug 36159: (QA follow-up) Tidy code 2024-04-02 17:59:11 +02:00
koha-tmpl Bug 35960: Use .val() instead of string concat to prevent potential XSS 2024-04-03 17:05:47 +02:00
labels Bug 24879: Add check_cookie_auth when missing 2024-04-03 17:05:50 +02:00
lib/CGI/Session/Serialize
members Bug 36302: members-home.pl defers loading, member.pl does not 2024-04-03 09:53:31 +02:00
misc Bug 36323: Move koha_perl_deps.pl to misc/devel 2024-04-03 17:05:51 +02:00
offline_circ Bug 34478: Changes for offline_circ 2024-03-01 10:58:34 +01:00
opac Bug 34886: Adjust other opac detail scripts 2024-04-02 17:59:06 +02:00
patron_lists Bug 34478: Changes for patron_lists/add-modify 2024-03-01 10:57:41 +01:00
patroncards Bug 34478: (follow-up) patroncards: FIXMEs for op and missing script 2024-03-01 11:00:00 +01:00
plugins Bug 35536: Refine verbose handling in some Koha::Plugins calls 2024-03-22 12:26:40 +01:00
pos Bug 34478: Manual fix - add op - pos/pay 2024-03-01 10:57:34 +01:00
preservation
recalls Bug 34478: op =~ ^cud- in pl/pm 2024-03-01 10:56:11 +01:00
reports Bug 31988: Remove reports/itemtypes.plugin 2024-03-18 18:03:39 +01:00
reserve Bug 35782: Fix scoping problem with "biblio" 2024-03-15 09:38:40 +01:00
reviews Bug 34478: op =~ ^cud- in pl/pm 2024-03-01 10:56:11 +01:00
rotating_collections Bug 34478: Manual fix - add op - rotating_collections/addItems 2024-03-01 10:57:33 +01:00
serials Bug 24879: Add check_cookie_auth when missing 2024-04-03 17:05:50 +02:00
services
skel
suggestion Bug 35916: Purchase suggestions bibliographic filter should be a "contains" search 2024-03-08 18:58:27 +01:00
svc Bug 36418: Catch more cases where header response should be application/json 2024-04-02 17:59:04 +02:00
t Bug 24879: (follow-up) Fix test suite 2024-04-03 17:05:52 +02:00
tags Bug 34478: Add 'op' to tags/review 2024-03-01 10:58:25 +01:00
tools Bug 36326: Fix batch item mod/del access from biblio detail page 2024-03-22 12:26:36 +01:00
virtualshelves Bug 34478: Correct op name for list edit confirmation 2024-03-01 11:00:09 +01:00
xt Bug 24879: Exclude koha_perl_deps.pl 2024-04-03 17:05:51 +02:00
.editorconfig
.eslintrc.json
.gitignore
.htaccess
.mailmap 23.11.00: Update mailmap 2023-11-30 14:58:47 -03:00
.perlcriticrc
.perltidyrc
.proverc.dist
.stylelintrc.json
about.pl Bug 36134: Read complete Elasticsearch configuration in about.pl 2024-03-07 17:35:36 +01:00
app.psgi
build-resources.PL
changelanguage.pl
cpanfile
cypress.config.ts Bug 36012: Extend cypress's requestTimeout value 2024-03-22 15:07:36 +01:00
fix-perl-path.PL
gulpfile.js
help.pl
INSTALL
Koha.pm Bug 36244: DBRev 23.12.00.014 2024-04-03 17:05:47 +02:00
kohaversion.pl
LICENSE
mainpage.pl Bug 34478: Remove generate_csrf from pl 2024-03-01 10:55:56 +01:00
Makefile.PL Bug 35759: (bug 30708 follow-up) Generated dist file not installed for preservation module 2024-01-16 12:06:17 +01:00
MANIFEST.SKIP
package.json Bug 36177: Cypress tests - yarn add cypress-mysql 2024-03-12 17:47:33 +01:00
README
README.md
README.robots
rewrite-config.PL Bug 28519: Put CGI::Session::Serialize::yamlxs in lib directory 2021-06-17 10:07:36 +02:00
tsconfig.json
webpack.config.js
yarn.lock Bug 36177: Cypress tests - yarn add cypress-mysql 2024-03-12 17:47:33 +01:00

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo