Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Matthias Meusburger de0161db1e
Bug 21520: More complex OAI sets mappings
Currently, the rules used to create OAI sets are processed with the 'or'
boolean operator between each rule.

This patch allows to use 'or' or 'and' between the rules.

The evaluation of the rules is done according to the boolean operators
precedence: AND has a higher precedence than OR.

For example:

A and B or C and D

will be evaluated as follow:

(A and B) or (C and D)

Test plan:

 - Apply the patch
 - Apply the atomicupdate
 - Prove t/db_dependant/OAI/AndSets.t
 - Check that existing mappings still work
 - Try modifying existing mappings
 - Try creating new mappings
 - Check that the boolean operators precedence is correctly taken into account

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-15 13:49:19 +00:00
..
acqui Bug 11500: Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages) 2019-12-23 12:01:45 +00:00
admin Bug 21520: More complex OAI sets mappings 2020-01-15 13:49:19 +00:00
authorities Bug 7882: Add ability to move and reorder fields in MARC editor 2020-01-03 16:27:59 +00:00
basket Bug 11529: Add templates for biblio title display. Unify display. 2019-08-05 15:03:19 +01:00
batch
catalogue Bug 18355: (QA follow-up) Rearrange comments, improve code 2020-01-13 13:58:05 +00:00
cataloguing Bug 7882: (follow-up) Only show sortable icon for sortable tags 2020-01-03 16:28:21 +00:00
circ Bug 24337: Checkout note cannot be marked seen if more than 20 exist 2020-01-10 10:50:37 +00:00
clubs Bug 24391: Remove event attributes from patron clubs edit template 2020-01-15 09:25:52 +00:00
common
course_reserves Bug 24283: (bug 21446 follow-up) close strong and add missing parens 2019-12-23 12:02:46 +00:00
errors
ill Bug 23529: Narrow scope of changed 2019-10-25 13:17:34 +01:00
installer
labels Bug 23464: (follow-up) QA fixes 2019-09-09 11:27:12 +01:00
mana
members Bug 23442: Prevent payouts from being reduced 2020-01-10 08:41:29 +00:00
offline_circ
onboarding
patron_lists Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
patroncards Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
plugins
pos Bug 23354: (QA follow-up) Fix spelling in templates 2020-01-13 14:06:53 +00:00
reports Bug 13806: Sanitize inputs where creating Reports subgroup 2019-12-13 15:29:34 +00:00
reserve Bug 23957: (follow-up) Disable both place hold buttons 2020-01-03 15:43:41 +00:00
reviews
rotating_collections
serials Bug 24358: (bug 21232) Make the alert string translatable 2020-01-10 16:08:55 +00:00
services
suggestion Bug 24308: Suggestions table on suggestions.pl should have separate columns for dates 2020-01-08 14:34:57 +00:00
tags Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
test
tools Bug 23354: Add receipting to Pay page 2020-01-13 14:04:09 +00:00
virtualshelves Bug 24093: Sorting indicators broken on list contents view 2019-11-25 08:37:01 +00:00
about.tt Bug 24327: Add warning to the about page is AnonSugggestions but AnonymousPatron 2020-01-08 14:13:28 +00:00
auth.tt Bug 23042: Correct shib param escaping 2019-11-27 11:30:20 +00:00
intranet-main.tt Bug 23354: Add Icon for POS system 2020-01-13 14:05:01 +00:00