Page MenuHomeIn-Portal Phabricator
Feed Advanced Search

Dec 9 2020

alex requested review of D389: INP-1791 - Add "picker" control type for configuration settings Added missing option/phrase for configuration editor screen..
Dec 9 2020, 7:55 AM
alex requested review of D388: INP-1791 - Add "picker" control type for configuration settings.
Dec 9 2020, 7:40 AM · Restricted Project

Aug 13 2020

alex updated the test plan for D387: INP-1789 - Teach "Changes Log" section to respect "kDBItem::Update" calls with limited field set.
Aug 13 2020, 5:13 AM · Restricted Project
alex requested review of D387: INP-1789 - Teach "Changes Log" section to respect "kDBItem::Update" calls with limited field set.
Aug 13 2020, 5:12 AM · Restricted Project

Aug 10 2020

alex added a project to D386: INP-1788 - Trigger a warning, when not all fields were updated via "kDBItem::Update" method call: Restricted Project.
Aug 10 2020, 10:45 AM · Restricted Project
alex requested review of D386: INP-1788 - Trigger a warning, when not all fields were updated via "kDBItem::Update" method call.
Aug 10 2020, 9:20 AM · Restricted Project

Jun 11 2020

alex accepted D231: INP-1560 Migrate "mysql" to "mysqli" database type during upgrade.
Jun 11 2020, 4:59 AM

Jun 10 2020

alex added a project to D385: INP-1787 - Don't use "get_magic_quotes_gpc" function: Restricted Project.
Jun 10 2020, 8:27 AM · Restricted Project
alex requested review of D385: INP-1787 - Don't use "get_magic_quotes_gpc" function.
Jun 10 2020, 8:27 AM · Restricted Project
alex added a project to D384: INP-1786 - Don't use "continue" inside a "switch" statement: Restricted Project.
Jun 10 2020, 8:14 AM · Restricted Project
alex requested review of D384: INP-1786 - Don't use "continue" inside a "switch" statement.
Jun 10 2020, 8:14 AM · Restricted Project

Jun 4 2020

alex added a project to D383: INP-1785 - Always apply "no_default" format, when getting original field value: Restricted Project.
Jun 4 2020, 5:27 AM · Restricted Project
alex requested review of D383: INP-1785 - Always apply "no_default" format, when getting original field value.
Jun 4 2020, 5:26 AM · Restricted Project

May 29 2020

alex added a project to D382: INP-1784 - Adjust "grid_total_td" block to respect "format" parameter: Restricted Project.
May 29 2020, 5:35 AM · Restricted Project
alex requested review of D382: INP-1784 - Adjust "grid_total_td" block to respect "format" parameter.
May 29 2020, 5:34 AM · Restricted Project

May 13 2020

alex added a project to D381: INP-1783 - Add "checkboxes" control type for configuration settings: Restricted Project.
May 13 2020, 9:13 AM · Restricted Project
alex requested review of D381: INP-1783 - Add "checkboxes" control type for configuration settings.
May 13 2020, 9:12 AM · Restricted Project

Apr 22 2020

alex updated the diff for D229: INP-1565 Add support for "relative" date format.
  1. moved handling of "relative" format from "kDateFormatter::Parse" method (where it wasn't working obviously) to the "kDateFormatter::Format" method
  2. restored "DateHelper" class, that was removed in 622 diff by mistake
Apr 22 2020, 3:49 AM

Mar 18 2020

alex requested review of D379: INP-1781 - Respect sub-item status, when performing unique validation.

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 .

Mar 18 2020, 4:52 AM · Restricted Project
alex updated the diff for D379: INP-1781 - Respect sub-item status, when performing unique validation.

Don't perform unique validation from TEMP to LIVE table, when parent record isn't yet created in TEMP table.

Mar 18 2020, 4:45 AM · Restricted Project
alex planned changes to D379: INP-1781 - Respect sub-item status, when performing unique validation.

Detected an issue (SQL error), when validation of sub-item happens to before parent item is saved into the database.

Mar 18 2020, 4:22 AM · Restricted Project

Mar 9 2020

alex added a comment to D377: INP-1779 - Throw an exception, when SQL error is detected in CLI.
In D377#7476, @erik wrote:

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 !');

Mar 9 2020, 6:59 AM · Restricted Project
alex updated the test plan for D377: INP-1779 - Throw an exception, when SQL error is detected in CLI.
Mar 9 2020, 6:59 AM · Restricted Project

Feb 19 2020

alex updated the test plan for D379: INP-1781 - Respect sub-item status, when performing unique validation.
Feb 19 2020, 11:11 AM · Restricted Project
alex requested review of D379: INP-1781 - Respect sub-item status, when performing unique validation.
Feb 19 2020, 11:09 AM · Restricted Project

Jan 27 2020

alex updated the test plan for D378: INP-1780 - Sync "Semaphores" table structure between clean install and upgrade.
Jan 27 2020, 6:52 AM · Restricted Project
alex requested review of D378: INP-1780 - Sync "Semaphores" table structure between clean install and upgrade.
Jan 27 2020, 6:52 AM · Restricted Project

Jan 24 2020

alex added a project to D377: INP-1779 - Throw an exception, when SQL error is detected in CLI: Restricted Project.
Jan 24 2020, 3:02 AM · Restricted Project
alex requested review of D377: INP-1779 - Throw an exception, when SQL error is detected in CLI.
Jan 24 2020, 3:02 AM · Restricted Project

Jan 21 2020

alex accepted D376: INP-1778 Auto-focus correct form control on error.
Jan 21 2020, 9:23 AM

Dec 16 2019

alex added inline comments to D237: INP-1572 - Change semaphores to allow concurrent editing of different DB records.
Dec 16 2019, 7:42 AM · Restricted Project

Oct 17 2019

alex added a project to D375: INP-1777 - Preserve non-existing selected options during record field value display: Restricted Project.
Oct 17 2019, 7:59 AM · Restricted Project
alex requested review of D375: INP-1777 - Preserve non-existing selected options during record field value display.
Oct 17 2019, 7:58 AM · Restricted Project

Aug 6 2019

alex requested review of D374: INP-1776 - Define permission mapping for "OnExportCancel" event.
Aug 6 2019, 5:06 AM

Jul 15 2019

alex updated the diff for D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).

Debug code removed.

Jul 15 2019, 8:13 AM · Restricted Project
alex updated the diff for D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).

Usage of \FileHelper::ensureUniqueFilename was expecting specific version of that method only available in In-Portal 5.2.x.

Jul 15 2019, 8:12 AM · Restricted Project

Jul 11 2019

alex updated the test plan for D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.
Jul 11 2019, 12:22 PM · Restricted Project
alex updated the diff for D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.

Fixed case, when "output_format" option was ignored, when image wasn't resized.

Jul 11 2019, 12:14 PM · Restricted Project

Jul 10 2019

alex updated the test plan for D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).
Jul 10 2019, 11:43 PM · Restricted Project
alex updated the test plan for D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).
Jul 10 2019, 10:30 AM · Restricted Project
alex added a project to D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used): Restricted Project.
Jul 10 2019, 10:19 AM · Restricted Project
alex added a child revision for D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing: D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).
Jul 10 2019, 10:19 AM · Restricted Project
alex added a parent revision for D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used): D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.
Jul 10 2019, 10:19 AM · Restricted Project
alex requested review of D373: INP-1775 - Rename uploaded images to match their image type (when "storage_format" is used).
Jul 10 2019, 10:18 AM · Restricted Project

Jul 5 2019

alex added a project to D372: INP-1774 - Display scaled down file size in uploader: Restricted Project.
Jul 5 2019, 10:19 AM · Restricted Project
alex requested review of D372: INP-1774 - Display scaled down file size in uploader.
Jul 5 2019, 10:12 AM · Restricted Project

Jun 27 2019

alex accepted D370: INP-1773 Use "round" function during image resize instead of "ceil".
Jun 27 2019, 6:20 AM · Restricted Project
alex accepted D371: INP-1772 Don't use "/tmp" folder, when resizing uploaded images.
Jun 27 2019, 4:49 AM · Restricted Project
alex updated the test plan for D371: INP-1772 Don't use "/tmp" folder, when resizing uploaded images.
Jun 27 2019, 4:49 AM · Restricted Project
alex requested changes to D370: INP-1773 Use "round" function during image resize instead of "ceil".

Opening Front-End gives me these PHP warnings:

Jun 27 2019, 4:43 AM · Restricted Project

Jun 26 2019

alex updated the test plan for D370: INP-1773 Use "round" function during image resize instead of "ceil".
Jun 26 2019, 8:52 AM · Restricted Project
alex updated the test plan for D371: INP-1772 Don't use "/tmp" folder, when resizing uploaded images.
Jun 26 2019, 8:51 AM · Restricted Project
alex added a project to D370: INP-1773 Use "round" function during image resize instead of "ceil": Restricted Project.
Jun 26 2019, 8:46 AM · Restricted Project
alex added a project to D371: INP-1772 Don't use "/tmp" folder, when resizing uploaded images: Restricted Project.
Jun 26 2019, 8:46 AM · Restricted Project

Jun 25 2019

alex updated the diff for D369: INP-1771 - Change slave lag detection code to use "SHOW SLAVE STATUS" query.

Handle cases, when slave is too busy catching up with a master.

Jun 25 2019, 7:41 AM · Restricted Project
alex updated the test plan for D369: INP-1771 - Change slave lag detection code to use "SHOW SLAVE STATUS" query.
Jun 25 2019, 5:19 AM · Restricted Project

Jun 24 2019

alex updated the test plan for D369: INP-1771 - Change slave lag detection code to use "SHOW SLAVE STATUS" query.
Jun 24 2019, 8:57 AM · Restricted Project
alex updated the test plan for D369: INP-1771 - Change slave lag detection code to use "SHOW SLAVE STATUS" query.
Jun 24 2019, 8:56 AM · Restricted Project
alex requested review of D369: INP-1771 - Change slave lag detection code to use "SHOW SLAVE STATUS" query.
Jun 24 2019, 8:32 AM · Restricted Project

Jun 20 2019

alex accepted D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.
Jun 20 2019, 10:03 AM · Restricted Project

Jun 19 2019

alex requested changes to D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.
Jun 19 2019, 3:00 AM · Restricted Project

Jun 18 2019

alex added a project to D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing: Restricted Project.
Jun 18 2019, 3:07 AM · Restricted Project
alex requested changes to D368: INP-1668 - Allow specifying image quality, orientation and output format during resizing.

In the themes\advanced\in-bulletin\elements\side_boxes\polls.elm.tpl change poll image output code to:

Jun 18 2019, 3:03 AM · Restricted Project

Jun 7 2019

alex accepted D367: INP-1770 Load default user persistent settings all at once.
Jun 7 2019, 10:12 AM
alex requested changes to D367: INP-1770 Load default user persistent settings all at once.
Jun 7 2019, 2:35 AM

Jun 6 2019

alex requested changes to D367: INP-1770 Load default user persistent settings all at once.

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 6 2019, 9:47 AM

May 30 2019

alex added a project to D366: INP-1769 - Truncate search result table instead of dropping it: Restricted Project.
May 30 2019, 8:09 AM · Restricted Project
alex requested review of D366: INP-1769 - Truncate search result table instead of dropping it.
May 30 2019, 8:08 AM · Restricted Project

May 27 2019

alex added a comment to D365: INP-1768 - Disable Load Balancing from CRON.
In D365#7225, @erik wrote:

Tested, working fine, but needs corrections in the test plan.

  1. Some additional table must be in the master DB, not in slave DB.
  2. 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 27 2019, 7:27 AM · Restricted Project
alex updated the test plan for D365: INP-1768 - Disable Load Balancing from CRON.
May 27 2019, 7:26 AM · Restricted Project

May 23 2019

alex updated the test plan for D365: INP-1768 - Disable Load Balancing from CRON.
May 23 2019, 11:24 AM · Restricted Project
alex requested review of D365: INP-1768 - Disable Load Balancing from CRON.
May 23 2019, 11:13 AM · Restricted Project

May 17 2019

alex added a project to D364: INP-1767 - Purge expired database cache entries: Restricted Project.
May 17 2019, 8:37 AM · Restricted Project
alex requested review of D364: INP-1767 - Purge expired database cache entries.
May 17 2019, 8:36 AM · Restricted Project

May 10 2019

alex updated the test plan for D363: INP-1766 - Change "kDBLoadBalancer::openConnection" to always update last used connection index.
May 10 2019, 6:14 AM · Restricted Project
alex requested review of D363: INP-1766 - Change "kDBLoadBalancer::openConnection" to always update last used connection index.
May 10 2019, 6:10 AM · Restricted Project

May 8 2019

alex added a project to D362: INP-1765 - Use table alias, when creating calculated fields for catalog items: Restricted Project.
May 8 2019, 12:26 PM · Restricted Project
alex requested review of D362: INP-1765 - Use table alias, when creating calculated fields for catalog items.
May 8 2019, 12:25 PM · Restricted Project

Apr 26 2019

alex added a project to D361: INP-1764 - Set correct exit code, when exception happens in CLI: Restricted Project.
Apr 26 2019, 3:04 AM · Restricted Project
alex requested review of D361: INP-1764 - Set correct exit code, when exception happens in CLI.
Apr 26 2019, 3:03 AM · Restricted Project

Apr 25 2019

alex added a comment to D359: INP-1762 - Destroy query object before logging.

Please retest all from scratch, because I've rewritten test plan.

Apr 25 2019, 8:18 AM · Restricted Project
alex updated the diff for D359: INP-1762 - Destroy query object before logging.

Sending latest changes (maybe nothing was changed), but just in case.

Apr 25 2019, 8:16 AM · Restricted Project
alex updated the test plan for D359: INP-1762 - Destroy query object before logging.
Apr 25 2019, 7:54 AM · Restricted Project
alex updated the test plan for D359: INP-1762 - Destroy query object before logging.
Apr 25 2019, 7:51 AM · Restricted Project
alex updated the test plan for D359: INP-1762 - Destroy query object before logging.
Apr 25 2019, 7:50 AM · Restricted Project
alex planned changes to D359: INP-1762 - Destroy query object before logging.

Changed the code. Need to update test plan.

Apr 25 2019, 7:25 AM · Restricted Project
alex requested review of D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method.

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.

Apr 25 2019, 7:18 AM · Restricted Project
alex updated the test plan for D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method.
Apr 25 2019, 7:17 AM · Restricted Project
alex updated the diff for D359: INP-1762 - Destroy query object before logging.

Fixed a typo.

Apr 25 2019, 6:22 AM · Restricted Project
alex updated the diff for D359: INP-1762 - Destroy query object before logging.

Introduce global flag, that allows to disable logging for slow queries for a block of sqls.

Apr 25 2019, 6:21 AM · Restricted Project
alex updated the test plan for D359: INP-1762 - Destroy query object before logging.
Apr 25 2019, 6:16 AM · Restricted Project
alex updated the diff for D359: INP-1762 - Destroy query object before logging.
  1. make sure, that SELECT queries used for slow query logging aren't counted towards total query count limit
  2. [bugfix] attemt to get non-debug database query iterator while in debug mode would result in an exception
Apr 25 2019, 2:41 AM · Restricted Project

Apr 23 2019

alex updated the test plan for D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method.
Apr 23 2019, 10:59 AM · Restricted Project
alex added a parent revision for D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method: D359: INP-1762 - Destroy query object before logging.
Apr 23 2019, 10:55 AM · Restricted Project
alex added a child revision for D359: INP-1762 - Destroy query object before logging: D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method.
Apr 23 2019, 10:55 AM · Restricted Project
alex added a project to D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method: Restricted Project.
Apr 23 2019, 10:55 AM · Restricted Project
alex requested review of D360: INP-1763 - Use first found record in update sql in the "\kApplication::logSlowQuery" method.
Apr 23 2019, 10:55 AM · Restricted Project

Apr 19 2019

alex added a project to D359: INP-1762 - Destroy query object before logging: Restricted Project.
Apr 19 2019, 10:42 AM · Restricted Project
alex requested review of D359: INP-1762 - Destroy query object before logging.
Apr 19 2019, 10:38 AM · Restricted Project

Mar 27 2019

alex added a project to D358: INP-1753 - Protect against racing condition during Scheduled Tasks execution: Restricted Project.
Mar 27 2019, 2:58 PM · Restricted Project