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 |
|
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 |
|
Cameron
|
b94acc09e2
|
More parser tests.
|
2021-01-15 14:24:28 -08:00 |
|
Cameron
|
14fac98f56
|
toHTML modifier processing moved to a new method.
|
2021-01-15 13:20:38 -08:00 |
|
Cameron
|
136093b4de
|
toHTML modifiers test added.
|
2021-01-15 12:47:26 -08:00 |
|
Cameron
|
497e7279b6
|
toHTML modifiers extracted to new method.
|
2021-01-15 10:59:52 -08:00 |
|
Cameron
|
13517e83a8
|
Multibyte utf8 method tests and fixes.
|
2021-01-15 09:03:07 -08:00 |
|
Cameron
|
8cfb8d80cc
|
e_parse cleanup
|
2021-01-14 18:30:32 -08:00 |
|
Cameron
|
2dac1ef3a4
|
Merged e_parse and e_parser classes
|
2021-01-14 17:32:08 -08:00 |
|
Cameron
|
d51f5cb936
|
Legacy textparse class removed. Separate emote and profanity classes.
|
2021-01-14 17:26:15 -08:00 |
|
Cameron
|
f7fdf19e24
|
Couple more e_parse tests.
|
2021-01-14 15:29:15 -08:00 |
|
Cameron
|
1a3054c041
|
Removed old code from parser.
|
2021-01-14 14:50:16 -08:00 |
|
Cameron
|
62d6341303
|
Bbcode test and parser cleanup.
|
2021-01-14 14:46:49 -08:00 |
|
Cameron
|
7e90b791ba
|
PHP8 fixes.
|
2021-01-14 11:32:02 -08:00 |
|
Cameron
|
3a166c253b
|
Language help file tests.
|
2021-01-14 11:10:21 -08:00 |
|
Cameron
|
7279e0273e
|
Valid login event added. Session conflict fix. Session test added. Featurebox tree() fix.
|
2021-01-14 10:31:51 -08:00 |
|
Cameron
|
e51dfa1fc8
|
Test all e_shortcode.php files in core. PHP8 Fix for featurebox.
|
2021-01-14 10:30:22 -08:00 |
|
Cameron
|
aa3c267ef6
|
Issue #4345 - Fixes {NEWS_BODY=extended}
|
2021-01-14 07:54:16 -08:00 |
|
Cameron
|
29b2201a78
|
Removed Voux install test.
|
2021-01-13 18:14:09 -08:00 |
|
Cameron
|
20ae4f75e6
|
Added Voux install test.
|
2021-01-13 18:02:20 -08:00 |
|
Cameron
|
d22a25c877
|
PHP8 Remove constant conflict.
|
2021-01-13 17:38:34 -08:00 |
|