1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

579 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
08b3c6f2b1 Closes #5486 Added custom dbg() helper function for quick output to console. 2025-05-02 03:36:28 -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
94fa36ade2 Issue #5472 SQL_CALC_FOUND_ROWS is deprecated since MySQL 8.0. 2025-04-16 11:19:46 -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
5a040b64e2 Issue #5465 Fixed fallback. Added user error warning for missing LANs. 2025-04-11 08:58:51 -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
d4fcbfe1ea Issue #5120 Fix customization of folder paths for handlers and plugins. Updated dependencies.
'defaultdb' is now deprecated in new e107_config.php. Use 'db' instead.
2025-03-31 16:02:46 -07:00
camer0n
b165b95b94 Issue #5443 Increase the number of admin URLs in Acceptance test. 2025-03-31 10:49:43 -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
a521f6a2cd Fixed acceptance test selectOption() argument type. 2025-03-30 13:04:25 -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
13849c39c0 News test. 2025-03-29 15:22:33 -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
d58f199f28 Issue #5444 - Support for plugin tests - tweaked for github workflow. 2025-03-16 14:27:54 -07:00
camer0n
d7c69a8d81 Issue #5444 - Support for plugin tests. 2025-03-16 13:49:46 -07:00
camer0n
a41e9bbde3 Issue #5444 Plugin's can now contain Unit and Acceptance tests. 2025-03-16 12:47:23 -07:00
camer0n
ffec694673 Issue #5444 Initial working dynamic plugin test detection. 2025-03-16 11:43:30 -07:00
camer0n
baca43b023 PHP 8.4 support and dynamic loading of plugin tests (WIP) 2025-03-15 17:35:00 -07:00
camer0n
fc19cabda7 Make sure e107_config.php backup functions correctly, even when the tests are halted. 2025-03-15 17:34:14 -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