1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-19 22:14:45 +01:00

306 Commits

Author SHA1 Message Date
Cameron
d1f997ee2c Fix for multi-dimensional field saving. 2021-02-02 16:09:22 -08:00
Cameron
ed94389451 Fixes #4369 Reverted model multi-dimensional support for now. Added test for custom-fields scenario. 2021-02-02 07:34:36 -08:00
Cameron
0b1a84068f toGlyph() additional tests, Media-Manager includes bootstrap5 when detected and backward compatibility. 2021-01-31 13:09:53 -08:00
Cameron
2dedc8719f FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc. 2021-01-30 19:21:23 -08:00
Cameron
151396b1a3 Admin-ui: Support for multi-dimensional array field-names (useful for prefs). Use with caution, avoid matching field names. 2021-01-30 08:58:40 -08:00
Cameron
296bc650a7 Keep button class in a logical order e107::getForm()->button(); and admin_button() modified. Test added.
'button' has been removed when the action == 'button' in order to avoid BC css conflict. Use button[type="button"] if needed.
2021-01-28 09:36:27 -08:00
Cameron
d7aadf5012 Removed admin_template from bootstrap3. Using core template instead. Switched admin navigation parser to simpleParse() 2021-01-27 12:53:45 -08:00
Cameron
835e477147 Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
184d920514 Extra checks added in the signup extended user fields shortcode.
Improved renderLayout test.
2021-01-26 11:59:57 -08:00
Cameron
76dbd4469e Fixed error in {XURL_ICONS} shortcode. Added a test. Fixed some warnings in the admin/language page. 2021-01-25 17:57:34 -08:00
Cameron
ef8844b019 Use e107:: in some parts of tests. 2021-01-25 13:29:39 -08:00
Cameron
46af21d105 Disable fixRegistry during testing. 2021-01-25 12:31:18 -08:00
Cameron
1c98e5e341 Load admin icons during shortcode and plugins tests. 2021-01-25 12:18:38 -08:00
Cameron
876212d518 Make sure admin icons are loaded during testing and when initializing form handler. 2021-01-25 12:04:59 -08:00
Cameron
d03ef3a670 Should fix the "Call to undefined function parse_admin()" test issue. 2021-01-25 10:43:17 -08:00
Cameron
55aadc29e9 Modified navigation test. (installed plugins may change) depending on the order of tests. 2021-01-25 10:16:19 -08:00
Cameron
aa1a19b1dd Disable TimeZone test. 2021-01-25 09:54:11 -08:00
Cameron
b77ae278dd Updated TimeZone test. 2021-01-25 09:38:40 -08:00
Cameron
c045f2874c Clock-menu removed from code. Extra logTime entries added. Debug performance highlighting tweaks. 2021-01-25 07:57:24 -08:00
Cameron
522d71d243 Reduced some memory usage. 2021-01-24 17:00:02 -08:00
Cameron
8508cabcad Admin shortcodes optimization and tests. 2021-01-24 16:18:50 -08:00
Cameron
26f0d4a0a8 Added test for loadAdminIcons and verified against previous template. 2021-01-24 15:33:39 -08:00
Cameron
a99300aed5 admin_icons_template.php reformatted to v2 standards. 2021-01-24 10:44:30 -08:00
Cameron
9487c620e3 Updated isBot() method. 2021-01-24 10:42:53 -08:00
Cameron
8b73cfee5c Theme manager now using e107::isCompatible() method. 2021-01-23 15:48:09 -08:00
Cameron
17a9aa2822 New e107::isCompatible() method added for checking plugins/themes are compatible with the current version of e107.
New parser method stripBlockTags($html) to remove p, div etc.
{CPAGEBODY: strip=blocks} shortcode option added (uses the method above)
2021-01-23 14:20:51 -08:00
Cameron
530183692a Reinitialize user-extended class before running shortcode test. 2021-01-22 17:34:36 -08:00
Cameron
93918849f4 Expanded on getperms() test. 2021-01-22 17:09:55 -08:00
Cameron
7557d07622 Rewrote getTemplate test and added example theme template override (bootstrap3) of plugin template (gallery) 2021-01-22 15:43:57 -08:00
Cameron
acc1a9af0d Plugin script tests and PHP8 fixes. 2021-01-22 13:44:10 -08:00
Cameron
4b0edad459 Various PHP8 Fixes 2021-01-22 06:32:59 -08:00
Cameron
aafd277331 Shuffling issue. Disable test. 2021-01-21 15:27:04 -08:00
Cameron
ead2416485 Test too specific for shuffle. Needs rework. 2021-01-21 15:12:48 -08:00
Cameron
27f26e59c0 Disable test. Needs rework to account for shuffling. 2021-01-21 15:00:50 -08:00
Cameron
9ddad9a44a Disabled incomplete test. 2021-01-21 13:15: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
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
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
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