Combined error messages.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Jun 19 2019
Jun 18 2019
Fixed thrown exceprion messages.
In the themes\advanced\in-bulletin\elements\side_boxes\polls.elm.tpl change poll image output code to:
Jun 14 2019
Jun 7 2019
Removed excessive (array) typecast.
Jun 6 2019
Fixed logic.
Also since task does optimization only, then here we should be checking that persistent setting retrieval with/without fallback code works as before (not covered) + verify performed SQL count (covered).
Jun 5 2019
May 31 2019
May 30 2019
May 27 2019
Tested, working fine, but needs corrections in the test plan.
- Some additional table must be in the master DB, not in slave DB.
- in the tools/run_event.php line #15, which blocks script's test part execution, must be commented:
exit_code(1, 'This script needs to be enabled manually !');
Tested, working fine, but needs corrections in the test plan.
- Some additional table must be in the master DB, not in slave DB.
- in the tools/run_event.php line #15, which blocks script's test part execution, must be commented:
May 23 2019
May 21 2019
May 17 2019
May 13 2019
May 10 2019
May 8 2019
Apr 26 2019
Tested, in both cases got wrong code 255 (not 0 and not 1 )
Apr 25 2019
Please retest all from scratch, because I've rewritten test plan.
Sending latest changes (maybe nothing was changed), but just in case.
Changed the code. Need to update test plan.
Part 1 - general logging - tested. No issues found. Waiting for part 2 and part 3 of the test plan.
I haven't noticed, that even though this fix looks standalone it still results in a Fatal Error until fix from D359 is applied. I've updated test plan to reflect that.
Happens fatal error in the line
Fixed a typo.
Introduce global flag, that allows to disable logging for slow queries for a block of sqls.
- make sure, that SELECT queries used for slow query logging aren't counted towards total query count limit
- [bugfix] attemt to get non-debug database query iterator while in debug mode would result in an exception
Apr 23 2019
Apr 19 2019
Mar 27 2019
Mar 25 2019
Mar 21 2019
Jan 23 2019
Jan 11 2019
Added fallback to DB cache when Memcache is not available.
I've found one use case, that wasn't covered by initial plan.
Dec 20 2018
Dec 19 2018
Changed SQL expression formatting
Improved SQL expression formatting, updated test plan.
Dec 18 2018
Dec 9 2018
Build #164 finished with FAILURE status: http://ci.in-portal.org/job/in-portal-52x/164/
Nov 16 2018
Nov 15 2018
- Installation is possible only with PHP v.7 because of "random_int" function, used in added code.
- Installation is possible only with PHP v.7 because of "random_int" function, used in added code.
- After installation with PHP v.7.2 new "SecurityHmacKey" and "SecurityEncryptionKey" settings were added normally, but test.php resulting in exception: -
Nov 14 2018
Nov 13 2018
Removed test file.
Fixed API difference causing a notice (and non-working cache), when attempting to get several keys at once using get method.
