- Jan 13, 2020
-
- Aug 14, 2019
-
- Aug 07, 2019
-
-
This patch will ensure our SQL12 coding guideline. https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans Test plan: 0/ Go to your Koha repo 1/ Modify kohastructure.sql and add a new column with the type BOOLEAN 2/ Commit and execute the QA script => New check boolean_vs_tinyint will fail 3/ Replace the type with TINYINT(1) 4/ Commit and execute the QA script => New check tinyint_has_boolean_flag will fail 5/ Edit the relevant schema file to tell DBIx::Class that this new column is a boolean 6/ Commit and execute the QA script => Success!
- Jun 22, 2019
-
- May 10, 2019
-
- Mar 06, 2019
-
- Mar 02, 2019
-
- Dec 05, 2018
-
-
1) without this patch applied to your qa-test-tools run the test plans for the first two patches -- both should fail, with just 1 applied, and both applied to your kohaclone. 2) apply this patch to your qa-test-tools 3) rerun the test plans for the first two patches -- just 1 applied should now pass, but both applied should still fail.
-
- Nov 12, 2018
-
- Nov 08, 2018
- Sep 21, 2018
-
-
Bug 21393 (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21393) will let us reuse the code to catch missing filters in templates. Test plan: - Apply patches from 21393 - Add a new commit to your Koha codebase with variables that are not escaped, run the QA script => Failures on new "filters" check - Add a new commit with correctly escaped variables => No failure - run the tests from qa-test-tools (prove t) => Return green - Checkout a Koha master branch (so without 21393 assuming it's not pushed yet) - Run the QA script => The next "filters" check is skipped (module does not exist) Note: the qa-test-tools tests will fail but I do not think we should spend time on that
- Sep 19, 2018
-
-
The first pass is 0, not 1
-
- Aug 13, 2018
-
- Jul 31, 2018
-
-
joubu authored
-
- Apr 13, 2018
-
-
joubu authored
-
Koha::Template::Plugin::Asset needs them
-
- Apr 04, 2018
-
- Feb 16, 2018
-
- Jan 22, 2018
-
- Dec 12, 2017
-
-
Test plan: 0) Have commit which touches any file in /svc /opac/svc or /opac/unapi, you can use bug 19439 and bug 19496, or just create your own commit 1) Run QA tools on this commit 2) There should be report for this files Signed-off-by:Jonathan Druart <jonathan.druart@bugs.koha-community.com>
-
- Jul 19, 2017
-
-
joubu authored
-
- Jul 18, 2017
-
-
joubu authored
-
- Jun 01, 2017
-
- May 26, 2017
-
-
joubu authored
That breaks our translate script See bug 18675.
-
- Apr 20, 2017
-
- Jan 18, 2017
-
-
joubu authored
-
- Nov 01, 2016
-
-
joubu authored
-