Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpMussel v1.13.1.tar.gz | 2020-01-01 | 641.0 kB | |
phpMussel v1.13.1.zip | 2020-01-01 | 693.0 kB | |
README.md | 2020-01-01 | 2.6 kB | |
Totals: 3 Items | 1.3 MB | 0 |
Version/Release 1.13.1
-
[2019.10.23; Maikuolan]: Improved caching mechanism guard code. Deprecated and removed the PHP vulnerable version warning formerly displayed at the front-end homepage (it risked causing unnecessary alarm for some users, especially those unable to update due to hosting restrictions, and posed a general annoyance for some other users).
-
[2019.11.04; Maikuolan]: Updated the Cache class to use REPLACE INTO instead of ON DUPLICATE KEY for SET_QUERY (SQLite and others don't properly support the latter). Added the checkTablesPDO method to try to automatically create a table for the Cache class instance to use when PDO is enabled.
-
[2019.11.04; Maikuolan]: Updated the installed/available extensions list to be able to also list which related drivers are installed/available.
-
[2019.11.07; Maikuolan]: Performed some aesthetic changes to the front-end configuration page, replacing the directive index with a collapsible list, added support for category descriptions, and replaced the extensions table at the front-end homepage with a collapsible list.
-
[2019.12.10; Bug-fix; Maikuolan]: Undefined variable notice when uninstalling components via the front-end updates page; Fixed.
-
[2019.12.11; Bug-fix; Maikuolan]: Internal duplication of component metadata at the downstream could sometimes occur in some specific contexts, thereby preventing the front-end updates page offering the option to repair the affected components; Fixed.
-
[2019.12.12; Maikuolan]: Added a "clear all" button to the cache data page.
-
[2019.12.12; Bug-fix; Maikuolan]: The directory traversal detection code was unintentionally catching .htaccess files, thereby causing unnecessary forced failures on some specific front-end operations; Fixed.
-
[2019.12.27; Bug-fix; Maikuolan]: The cache handler's mechanism for creating missing tables in PDO used a malformed query and didn't work properly; Fixed.
-
[2019.12.31; Bug-fixes; Maikuolan]: Configuring the supplementary cache options in a certain way, due to the way that the front-end updates page interacted with the cache handler, could potentially cause the updater to perform multiple, superfluous outbound requests during normal operation, thereby causing it to lag out and generate server error messages; Fixed. Since 2019.12.11, the updater would sometimes fail to correctly detect and prepare newly found components from the upstream; Fixed. Also added a new mechanism to the codebase to aid with diagnosing bugs in the future (disabled by default; not configurable).
Caleb M (Maikuolan), January 1, 2020.