Bug 34430 - Add Koha::Validator module
Summary: Add Koha::Validator module
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-27 10:07 UTC by Marcel de Rooy
Modified: 2023-08-26 17:28 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 34430: Module for validating input (3.86 KB, patch)
2023-08-01 11:55 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 34430: Module for validating input (30.29 KB, patch)
2023-08-25 06:36 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2023-07-27 10:07:35 UTC Comment hidden (obsolete)
Comment 1 Marcel de Rooy 2023-08-01 11:50:09 UTC Comment hidden (obsolete)
Comment 2 Marcel de Rooy 2023-08-01 11:54:27 UTC
(In reply to Marcel de Rooy from comment #1)
> Copying code from 34367 here. Got obsoleted.

No, bug 34349
Comment 3 Marcel de Rooy 2023-08-01 11:55:39 UTC
Created attachment 154125 [details] [review]
Bug 34430: Module for validating input

Test plan:
Run t/Koha/Validator.t
Comment 4 Marcel de Rooy 2023-08-01 11:56:18 UTC
Not (yet) actively working on this, but if you are interested, add yourself to cc or comment.
Comment 5 Marcel de Rooy 2023-08-25 06:36:54 UTC
Created attachment 154768 [details] [review]
Bug 34430: Module for validating input

Test plan:
Run t/Koha/Validator.t
Comment 6 Marcel de Rooy 2023-08-25 06:37:40 UTC
Still work in progress. But gives you an idea..