User Details
- User Since
- Mar 20 2014, 11:34 AM (139 mo, 2 w)
- Roles
- Administrator
Sat, Nov 30
Fri, Nov 29
Wed, Nov 27
Tue, Nov 26
Removed debug code, that added from test plan.
Speed up code coverage collection 4.25x times by not building coverage report for files, that weren't executed in tests.
Mon, Nov 25
- fixed sh: ${phpunit.testsuite}: bad substitution
- use proper php binary for executing PHPUnit
Fri, Nov 22
Rebasing.
Disabled the EnableSystemLog setting in the Phing-generated /system/config.php.
Thu, Nov 21
Reduce scope (set of fields) for which \kDBBase::UpdateFormattersSubFields method is used to prevent accidental data loss.
New data came in during LIVE testing: the kDBItem::UpdateFormattersSubFields is used too aggressively, which results in clearing already populated date/time virtual fields. Need to adjust code/test plan for that.
Wed, Nov 20
Tue, Nov 19
Sun, Nov 17
Fixed a typo (used collation instead of collection word).
- removed support for the utf8mb4_general_ci collection, because you can't even install In-Portal with it due to the ERROR 1071 (42000): Specified key was too long; max key length is 1000 bytes error
- rephrase invalid collation message to clearly say "what's wrong" instead of saying "what to do next"
- added explanatory message, that tells to use utfmb3_general_ci for MySQL Server 8.x+ versions
Sat, Nov 16
Actualized "/system/config.php", that is created upon build.
Actualized "/system/config.php", that is created upon build.
Wed, Nov 13
Mon, Nov 11
Sat, Nov 9
Non-obvious Phabricator Differential logic:
- the arc patch command svn mv SVN command (file move) as svn cp (file copy) + svn rm (file removal) commands;
- directory removal, where file move occurred, isn't marked as removed.
Same diff, but file moves in "modules/custom" folder are displayed correctly.
Fri, Nov 8
Included moved files, that were missing in original diff.
- Updating D494: INP-1863 - Correct PHPUnit integration #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- Included changes:
- M composer.json
- M composer.lock
- M core/kernel/application.php
- V core/tests/AbstractTestCase.php to: core/tests/Unit/AbstractTestCase.php
- V core/tests/Unit/AbstractTestCase.php from: core/tests/AbstractTestCase.php
- V core/tests/Unit/kernel/utility/formatters/kFormatterTest.php from: core/tests/kernel/utility/formatters/kFormatterTest.php
- V core/tests/kernel/utility/formatters/kFormatterTest.php to: core/tests/Unit/kernel/utility/formatters/kFormatterTest.php
Oct 31 2024
Oct 30 2024
Oct 29 2024
Oct 28 2024
Test plan updated.