- Oct 19, 2021
-
-
Stein Magne Bjorklund authored
- Changed ::execute() parameter to match name defined in class interface.
-
Stein Magne Bjorklund authored
- Improve PHPDocblock and type hinting.
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
- $acceptContentType defined multiple times.
-
Stein Magne Bjorklund authored
- Reduce method responsibility.
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
Inject configuration stop if from using GLOBALS that prevent predictable execution and testability.
-
Stein Magne Bjorklund authored
-
- Oct 18, 2021
-
-
Stein Magne Bjorklund authored
Merge branch '21-loading-static-page-like-https-marcus-test-uib-no-technology-html-fails-with-a-uncaught-typeerror' into 'master' Resolve "Loading static page like https://marcus.test.uib.no/technology.html fails with a Uncaught TypeError" Closes #21 See merge request !20
-
Stein Magne Bjorklund authored
- Make little sense mixing parameter types. Makeing Utils::processDocument() stricter allows us to pick up bugs like this.
-
Stein Magne Bjorklund authored
Resolve "Refactor ServiceModule::checkComponents()" Closes #20 See merge request !19
-
Stein Magne Bjorklund authored
- Reduce complexity.
-
Stein Magne Bjorklund authored
- Reduce complexity.
-
Stein Magne Bjorklund authored
- Not safe to assume the values are identical.
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
Resolve "Remove all use of GLOBALS" Closes #13 See merge request !18
-
- Oct 15, 2021
-
-
Stein Magne Bjorklund authored
Only Hangaa now get passed this. Not sure it even get used by Hangaa.
-
Stein Magne Bjorklund authored
Deprecated in newer versions of PHP.
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
Method req. that loadspk settings get passed in but imminently overwrite all values.
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
Method ::match() modify the class after it gets instantiated. This make sure any changes to get used and passed on to any utility methods.
-
Stein Magne Bjorklund authored
-
- Oct 14, 2021
-
-
Stein Magne Bjorklund authored
- Make sure Utils::queryFile called from Utils also pass in loadspk settings since global call is removed. - Improve ServiceModule guards. Make sure it correctly returns false early.
-
- Oct 05, 2021
-
-
Stein Magne Bjorklund authored
Loads, alter and use Endoint lobals. Makes the execution graph and result unpredicable and untestable.
-
- Sep 30, 2021
-
-
Stein Magne Bjorklund authored
- Stop it from throwing warnings and notices all over the place.
-
Stein Magne Bjorklund authored
Make class testable and predicable.
-
- Sep 29, 2021
-
-
Stein Magne Bjorklund authored
Protect against server/endpoint not responding.
-