1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-17 19:09:45 +01:00

13134 Commits

Author SHA1 Message Date
Cameron
9ddad9a44a Disabled incomplete test. 2021-01-21 13:15:29 -08:00
Cameron
594cddae6e Some forum code cleanup 2021-01-21 13:04:54 -08:00
Cameron
9f7d3d2c78 PHP8 fix. 2021-01-21 10:29:29 -08:00
Cameron
f055b49d91 PHP8 Plugin code cleanup 2021-01-21 09:38:38 -08:00
Cameron
9e0d014e39 User-extended signup test. Switched off registry reset. 2021-01-21 08:18:54 -08:00
Cameron
2e301d2c73 Admin login page now using the same auth routine as the main site.
e_MULTISITE_MATCH check added to main cookie() function.
2021-01-21 08:06:20 -08:00
Cameron
accd5d1240 Added downloads badge to readme. Removed notices from usersettings shortcode. 2021-01-21 06:25:20 -08:00
Cameron
6ee43c0e07 Reinitialize user-extended data on signup page. 2021-01-20 19:46:37 -08:00
Cameron
2c88c8a1fe Enable truncate again. ;-/ 2021-01-20 13:12:48 -08:00
Cameron
fb5f9db62e Removed truncate table from user_extended test. 2021-01-20 12:56:06 -08:00
Cameron
18546311e1 Remove notice about empty field data 2021-01-20 12:36:28 -08:00
Cameron
ab75f150f8 PHP8 Fixes. Renamed 'search' class (in search.php) to 'search_front' to avoid conflicts. 2021-01-20 12:07:29 -08:00
Cameron
17dfe4149e Removed all SQL queries from usersettings_shortcodes. 2021-01-20 12:03:52 -08:00
Cameron
b19f9ffbc3 Frontend scripts tests. (may break some things) 2021-01-19 18:52:56 -08:00
Cameron
ce1273f8a4
Merge pull request #4354 from Jimmi08/patch-13
Fix for always black gallery slidershow menu background
2021-01-19 15:13:54 -08:00
Cameron
fdfbccf662 Remove debug info 2021-01-19 15:02:17 -08:00
Cameron
671171d8eb Issue #4352 Fix for non-chapter pages and chapter url. 2021-01-19 15:00:08 -08:00
Cameron
e57b1a9b61 Issue #4352 Added canonical for home page and frontpage setting. 2021-01-19 13:31:20 -08:00
Cameron
f091709847 Issue #4352 - Canonical added for page, forum and download. Replaced some e_PAGETITLE with e107::title() 2021-01-19 09:50:02 -08:00
Cameron
76144e6b4f Issue #4352 e107::canonical() method added.
Use define('e_DEBUG_CANONICAL', true); in e107_config.php to test usage.
2021-01-19 07:54:13 -08:00
Cameron
23d438a68b Rework testSignupExtendedUserFieldsShortcode 2021-01-19 05:38:34 -08:00
Jimako
98918edee8
fix for always black gallery slidershow background
https://github.com/e107inc/e107/issues/4069
2021-01-19 12:48:59 +01:00
Cameron
75aa014de1 Registry name improvements. testGetFieldNames() improvement. 2021-01-18 19:04:55 -08:00
Cameron
8f27be1150 Added e_user.php 'settings' method to define additional (extended) user fields dynamically. See _blank/e_user.php 2021-01-18 18:42:03 -08:00
Moc
3ee52f0cbe
Added LAN_ENABLE and LAN_DISABLE to common Admin LAN 2021-01-18 20:07:07 +01:00
Cameron
809146ef6a Removed a method specific to PHP versions earlier than 5.4 . Additional parser tests added. 2021-01-18 10:27:41 -08:00
Cameron
911d41a402 e107table class moved out of class2.php to e_render_class.php and renamed to e_render. BC fix added. 2021-01-18 08:52:10 -08:00
Cameron
80a4d547f6 Issue #4346 Added TinyMce parser tests for script tags. 2021-01-18 08:11:49 -08:00
Cameron
419a0e727a Fix for HTML used on text_truncate(). Ignore setcookie() in CLI mode. 2021-01-18 07:40:17 -08:00
Cameron
ba313c558c Option to filter navigation links in admin area by 'owner' ie. the plugin who installed it. 2021-01-17 20:31:25 -08:00
Cameron
bf17a010f5 Fixes a bug in drop-down navigation containing HTML. 2021-01-17 20:30:05 -08:00
Cameron
299c3717a7 Legacy Admin layout fixes and tests. 2021-01-17 10:36:17 -08:00
Cameron
b286d66e88 Fixes #4351 Gsitemap canonical link. 2021-01-17 10:30:29 -08:00
Cameron
5c9e04373e Moved methods from e_menu_layout to e_layout. 2021-01-17 09:10:00 -08:00
Cameron
d1bf1cfde8 Issue #4350 Have Menu Manager run init(); 2021-01-17 08:22:40 -08:00
Cameron
ed8d40db95 Issue #4350 Admin theme.php fix 2021-01-17 07:37:19 -08:00
Cameron
f97dd307af Issue #4350 theme.php class must now use init() and tablestyle() (not __construct() ) 2021-01-17 07:27:28 -08:00
Cameron
06888f1fcf Issue #4348 Always using tablestyle in news on a v2.3 theme spec. 2021-01-17 06:37:18 -08:00
Moc
2b12ece88d
Add LAN_VERIFY ("Verify") to common LAN 2021-01-17 15:04:49 +01:00
Cameron
4c32e60bad Use e107::getFolder() for $ADMIN_DIRECTORY. 2021-01-16 16:13:48 -08:00
Cameron
b927997759 Fix $GLOBALS check. 2021-01-16 15:53:56 -08:00
Cameron
8db0278a9f Clean shutdown flag now using $GLOBAL 2021-01-16 15:42:23 -08:00
Cameron
25e5978ae8 CLI mode debug class clean exit fix. 2021-01-16 14:49:56 -08:00
Cameron
cc5fbe87ef Skip admin path check for now. Correct LAN conflict. 2021-01-16 14:32:55 -08:00
Cameron
ac737d3762 Committing the scripts and language tests. 2021-01-16 13:53:33 -08:00
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
692b8c8538 Prevent headers in CLI mode. 2021-01-16 10:02:52 -08:00
Cameron
8f4b3429dc Removed old comments from e107_class.php. userlogin class cleanup. New user login test added. 2021-01-16 08:43:51 -08:00
Cameron
a6406ea0d3 Javascript fixes for TimeZone cookie and Twitter menu. 2021-01-16 05:39:32 -08:00
Cameron
4553da0852 Upgraded TinyMce to 4.9.11 2021-01-16 05:00:47 -08:00