1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 15:54:43 +02:00

501 Commits

Author SHA1 Message Date
camer0n
8aeb1dd872 Issue #5489 Update test to reflect changes. 2025-06-09 15:02:21 -07:00
camer0n
5e933e8fec Fixes #5498 CC emails are now added correctly. DKIM identity corrected. Core prefs are no longer stored in the instance. 2025-05-14 05:50:23 -07:00
camer0n
218d0a5afc Issue #5490 Incorrect ALTER query created on index. Indexes added to admin_log for speed. 2025-05-06 18:08:52 -07:00
camer0n
5f1e55e3f4 Fixes #5490 debug SQL queries 2025-05-06 15:43:04 -07:00
camer0n
c8242b7986 Fixes #5487 test tweak 2025-05-04 18:06:48 -07:00
camer0n
dee6e8fb62 Issue #5487 Ban caching and ban query fixes. Unit tests added. 2025-05-04 12:08:42 -07:00
camer0n
cbf05e47ed Issue #5487 Additional logging. 2025-05-03 07:58:04 -07:00
camer0n
8b4c29cf08 Issue #5487 IP handler tests and tweaks while awaiting more data about banned user. isAddressRoutable() now uses PHP methods. 2025-05-02 05:36:23 -07:00
camer0n
e7fec78550 Issue #5443 - PHP 8.4 deprecation error removal. 2025-04-29 10:03:49 -07:00
camer0n
45d9f48580 Fixes #5483 Extended User field not being restored when 'repair plugin' is activated. 2025-04-29 07:59:46 -07:00
camer0n
06f697abf5 Issue #5482 Session issue affecting themes manager and possibly other areas. 2025-04-28 10:30:21 -07:00
camer0n
46696f2124 Issue #5482 Session handling of array data. 2025-04-28 08:59:28 -07:00
camer0n
cc56b22c60 Issue #5480 Event function may now be static and located in other classes. 2025-04-25 17:09:32 -07:00
camer0n
c9575b272d Issue #5473 Icon updates. 2025-04-24 07:59:08 -07:00
camer0n
a9d20d8e93 Issue #5443 Replaced with non-deprecated counterparts and made sure deprecated items are displayed after running unit tests. 2025-04-22 17:44:17 -07:00
camer0n
f7b47e6f7e Issue #5473 Added has-badge class to parent menu items. 2025-04-21 07:26:27 -07:00
camer0n
737ad805aa Issue #5473 Permissions completed. Tests passing. 2025-04-20 14:28:18 -07:00
camer0n
50a685fc70 Issue #5473 Permissions tests. Permissions logic moved to separate method. 2025-04-20 12:33:52 -07:00
camer0n
49716ab3e0 Unit test fix different approach. 2025-04-13 08:05:48 -07:00
camer0n
2f3b4a435b Closes #5469 Added option to set the user when logging. 2025-04-11 18:42:34 -07:00
camer0n
6f8d4478be Issue #5458 Test 2025-04-08 17:29:37 -07:00
camer0n
e5edbf665c Issue #5382 - Fix history table creation. 2025-04-08 17:29:10 -07:00
camer0n
31e7d1d3b0 Issue #5465 Core language files converted. (excluding plugins) 2025-04-04 18:29:07 -07:00
camer0n
c46b7b1d36 Issue #5465 Support for array language files. 2025-04-04 13:42:14 -07:00
camer0n
93c301bdb8 Issue #5443 undefined constants 2025-04-04 07:02:04 -07:00
camer0n
a459332e10 Issue #5295 TODO 2025-04-01 12:00:58 -07:00
camer0n
cfebf11d02 Issue #5458 Also adds support for site_hosts configuration option.
Minimum PHP version set to 8 during installation.
2025-03-31 07:11:03 -07:00
camer0n
7219591db4 Expanded admin-ui search query test. 2025-03-30 06:10:18 -07:00
camer0n
a96ff21d95 Improved testing of admin-ui search/filter. 2025-03-29 15:25:41 -07:00
camer0n
80ecb2b289 Improved testing of admin-ui search with custom handler. 2025-03-27 08:04:59 -07:00
camer0n
1b54602be1 Issue #5443 - PHP 8.4 test fixes. 2025-03-17 13:44:04 -07:00
camer0n
ffec694673 Issue #5444 Initial working dynamic plugin test detection. 2025-03-16 11:43:30 -07:00
camer0n
609d99d9da Test issue. 2025-02-14 11:45:49 -08:00
camer0n
25cc78c63d Issue #5422 - Improved test for timezone variability. 2025-02-14 11:23:35 -08:00
camer0n
ab58afd629 Issue #5382 #5432 Updated tests. 2025-02-06 13:36:02 -08:00
camer0n
c48f78a753 Issue #5422 Test fix. 2025-02-05 09:28:09 -08:00
camer0n
a4b06a6918 #5422 Test fix. 2025-02-05 09:19:59 -08:00
camer0n
b05fea833c #5422 Support for schema. News schema added and FAQs schema template simplified. 2025-01-31 11:54:19 -08:00
camer0n
cd30dfdc0d Fixes #5396 toVideo dimensions. 2025-01-16 11:23:25 -08:00
camer0n
e8f5e804b2 Fixes #5390 Incorrect mime-type when using toAudio() with .wav files. 2025-01-14 15:45:38 -08:00
camer0n
b51833b794 Fixes #5387 - Avatar mime type on remote image. 2025-01-13 15:35:28 -08:00
camer0n
0b89d5d301 Issue #5209 - Partial fix. Currently does not support FULLTEXT on a field that already has an INDEX. 2025-01-03 16:02:38 -08:00
camer0n
2730f16af4 Fixes #5097 Site redirection not working with www. Moved to method. Test added. 2024-12-19 15:33:28 -08:00
camer0n
b25e60888b Closes #5365 Image alt attribute management via Media Manager. Test added. 2024-12-19 13:17:32 -08:00
camer0n
baa171cfb8 Closes #5269 Optgroup class identifiers. 2024-05-31 13:36:18 -07:00
camer0n
6fd5c5dc10 Minor tweaks and extended File zip test. 2024-05-10 11:42:52 -07:00
camer0n
bdbda018d2 Issue #5208 - Start of PCLZip removal. 2024-04-17 14:17:04 -07:00
camer0n
fed582ad30 Test fixes. 2024-04-17 11:34:32 -07:00
camer0n
145d1dea80 Fixes #5214 form help icon fix. DST test fixes. 2024-04-05 17:29:17 -07:00
camer0n
868e6a42c4 Issue #5205 - Creation of urls with custom domain setting when using 'full' mode. 2024-03-12 16:32:01 -07:00