- moved handling of "relative" format from "kDateFormatter::Parse" method (where it wasn't working obviously) to the "kDateFormatter::Format" method
- restored "DateHelper" class, that was removed in 622 diff by mistake
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Dec 9 2020
Aug 13 2020
Aug 10 2020
Jun 11 2020
Jun 10 2020
Jun 4 2020
May 29 2020
May 13 2020
Apr 22 2020
Mar 18 2020
Please test again. Also update test plan to include testing of added code fragment: http://qa.in-portal.org/D379?vs=927&id=929#toc .
Don't perform unique validation from TEMP to LIVE table, when parent record isn't yet created in TEMP table.
Detected an issue (SQL error), when validation of sub-item happens to before parent item is saved into the database.
Mar 9 2020
Tested, accepted.
In the run_event. php first line must be commented to make test plan possible.
exit_code(1, 'This script needs to be enabled manually !');
Feb 19 2020
Jan 27 2020
Jan 24 2020
Jan 21 2020
Dec 16 2019
Oct 17 2019
Aug 6 2019
Jul 15 2019
Debug code removed.
Usage of \FileHelper::ensureUniqueFilename was expecting specific version of that method only available in In-Portal 5.2.x.
Jul 11 2019
Fixed case, when "output_format" option was ignored, when image wasn't resized.
Jul 10 2019
Jul 5 2019
Jun 27 2019
Opening Front-End gives me these PHP warnings:
Jun 26 2019
Jun 25 2019
Handle cases, when slave is too busy catching up with a master.
Jun 24 2019
Jun 20 2019
Jun 19 2019
Jun 18 2019
In the themes\advanced\in-bulletin\elements\side_boxes\polls.elm.tpl change poll image output code to:
Jun 7 2019
Jun 6 2019
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).
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 !');
May 23 2019
May 17 2019
May 10 2019
May 8 2019
Apr 26 2019
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.
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.
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