Activity
From 12 August 2021 to 21 August 2021
19 August 2021
-
20:16 Bug #8681: Joomla 4.0: Fix database checker, fixer and upgrader to not check or fix Joomla users table
- Regarding this bug, as 2.6.2 is the first CB release after Joomla 4.0's release, this bug should not affect most people unless they have been upgrading Joomla from a previous 4.0 RC release and installed CB after the last Joomla upgrade....
-
18:43 Bug #8681 (Closed): Joomla 4.0: Fix database checker, fixer and upgrader to not check or fix Joomla users table
- MR !1709 fixes this.
-
18:41 Bug #8681 (Closed): Joomla 4.0: Fix database checker, fixer and upgrader to not check or fix Joomla users table
- CB Database check and fix and upgrade tool checks and fixes users table registerDate and lastVisitDate from NULL default to zero-date default (this has no functional but cosmetic effect in the backend).
We never touch Joomla tables, a... -
19:02 Bug #8679: Joomla 3.10: 2FA no longer displays in Joomla 3.10 due to new API
- This was also due (but not only) to incorrect minor version detection which might affect other aearas in Joomla 3.10. Thus created a separated tracker item for version detection for clarity.
-
17:15 Bug #8679 (Closed): Joomla 3.10: 2FA no longer displays in Joomla 3.10 due to new API
-
15:21 Bug #8679 (Resolved): Joomla 3.10: 2FA no longer displays in Joomla 3.10 due to new API
- Fixed in MR !1708
-
14:31 Bug #8679: Joomla 3.10: 2FA no longer displays in Joomla 3.10 due to new API
- https://www.joomlapolis.com/forum/146-general/244239-8679-upgrade-to-2-6-1-and-2fa-logon#326081
-
14:30 Bug #8679 (Closed): Joomla 3.10: 2FA no longer displays in Joomla 3.10 due to new API
- Joomla 3.10 has changed how 2FA displays and is authenticated. It no longer functions with CB login.
-
19:01 Bug #8682 (Closed): Joomla 3.10: Fix minor version detection
- This had an impact on 2FA but might have had other minor impacts on 3.10, thus this separate bug tracker, linked to 2FA one.
-
18:35 Bug #8680 (Closed): Joomla 4.0: Fix user profile edit saving with empty Date or "Date and Time" type fields on profile
- Fixed in MR !1710
-
18:33 Bug #8680 (Closed): Joomla 4.0: Fix user profile edit saving with empty Date or "Date and Time" type fields on profile
- Found by Beat during J4.0 tests:
Profile save of non-mandatory empty and DATE and DATETIME fields errors -
17:15 Bug #8675 (Closed): Repeat JS causes error when copying conditions without fields
-
17:15 Feature proposal #8668 (Closed): Database Indexes improvement for plugins and fields table
17 August 2021
-
15:42 Bug #8675 (Resolved): Repeat JS causes error when copying conditions without fields
- Fixed in MR !1707
-
15:41 Bug #8675 (Closed): Repeat JS causes error when copying conditions without fields
- Conditions that don't depend on a field value fail due to copy condition trying to update the field target based off row ids. Since field is NULL this errors.
14 August 2021
-
08:21 Feature proposal #8668 (Resolved): Database Indexes improvement for plugins and fields table
- Implemented in MR !1706
-
08:18 Feature proposal #8668 (Closed): Database Indexes improvement for plugins and fields table
- This allows fields selection and plugin selection to use indexes which are pre-sorted for fast filesorting in MySQL