https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33537
--- Comment #10 from Marcel de Rooy <[email protected]> --- Note for testing and QA: Tried to keep the patches clean and clear here. Patch 3 and 4 are database oriented, introducing the new table mail_domain_limits. Patch 6 is the Koha object update. It adds a search_with_group_domain that includes a self join on the new table following the 'foreign' key to itself for grouping domains. Patch 7 is all regular REST API stuff. It uses the search_with_group_domain routine too. The render_helper routine was added to reduce the number of lines here. Note that I preferred smtp/ over config/smtp/ here. Patch 8 is the main interface work. The perl script is short and simple. The template is small too; I moved all js to a separate file. The js includes REST API calls for all CRUD operations. Patch 9 is the switch from koha-conf to table in Koha::Notice::Util in order to get all things working. A test plan per patch is provided. But things can be tested along those lines also with all patches applied. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
