1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-18 11:29:45 +01:00

13462 Commits

Author SHA1 Message Date
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
Gábor
5d97029983
Update admin_config.php 2021-01-30 13:18:53 +01:00
Gábor
a5242b65e0
Update hero_setup.php 2021-01-30 13:15:41 +01:00
Gábor
e4fd537588
Update hero_menu.php 2021-01-30 13:14:32 +01:00
Gábor
277f2a915e
Create English_admin.php 2021-01-30 13:10:39 +01:00
Gábor
3415558e63
Create English_global.php 2021-01-30 13:09:15 +01:00
Gábor
a9ad2f7a54
Update hero_setup.php 2021-01-30 13:06:05 +01:00
Gábor
ce1ecf0d0f
Update plugin.xml 2021-01-30 13:04:30 +01:00
Gábor
5bbfdfb4c4
Update admin_config.php 2021-01-30 13:03:36 +01:00
Gábor
0571ac88b4
Update hero_template.php 2021-01-30 13:00:44 +01:00
Cameron
eee039b616 PHP8/Bootstrap5 Fixes 2021-01-29 20:11:49 -08:00
Cameron
0610dad19a Fix for missing menus on some admin pages. 2021-01-29 11:03:04 -08:00
Cameron
c036b84ebd Fix default style 2021-01-29 09:34:13 -08:00
Cameron
a6e341274e Admin template clean up. 2 new admin styles added. (to be improved). Left admin panel collapse improved. (still needs a cookie to 'stick' . 2021-01-29 09:27:38 -08:00
Cameron
7be16b9e32 Place oversized admin navigation menus into 3 columns. 2021-01-28 11:43:32 -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
Jimako
354e6e68b9
adding class for styling pm nav item
just detail, similar like dropdown-avatar
2021-01-28 16:58:28 +01:00
Cameron
cdcd2d33d2 Issue #4341 - Database name during installation. 2021-01-27 17:33:57 -08:00
Cameron
94e37f47a1 Issue #4356 - Admin-area login issue. 2021-01-27 16:50:53 -08:00
Cameron
94f3162d94 Issue #4356 Admin login issue. 2021-01-27 16:19:37 -08:00
Cameron
4098a03698 kadmin style tweaked for readability 2021-01-27 14:34:02 -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
e45a3a7b55 Admin template upgraded to v2 standards. Admin boot, header, footer cleanup. 2021-01-27 12:20:58 -08:00
Cameron
5fb7ef6ee8 Theme Manager: Online browser now uses admin-ui search/filtering. 2021-01-27 08:45:34 -08:00
Cameron
f6cda21559 Improved test visibility in kadmin.css admin style. 2021-01-26 19:06:09 -08:00
Cameron
71b3729341 Admin-ui createForm now uses the internal tabs() method. 2021-01-26 17:46:48 -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
afcbd2c01b Issue #4356 Make sure admin login area uses 'session' tracking. 2021-01-26 12:13:57 -08:00
Cameron
213aaeee43 Fixes #4355 - User ranks issue. 2021-01-26 12:03:46 -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
46cb21b025 Meta admin page now uses Admin-ui. Additional custom tag areas added. 2021-01-26 11:59:49 -08:00
Moc
9403901077
#3786 - Update documentation for e107::user() 2021-01-26 18:53:36 +01:00
Cameron
60afb0ba1a Fix for bot icon in dashboard online table. 2021-01-25 19:00:31 -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
1479e9ba59 Testing of loading all javascript in the footer. Add the following to e107_config.php to test: define('e_DEBUG_JS_FOOTER', true); 2021-01-25 13:23:28 -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
55eccce7d3 Issue #4341 Database name pattern during installation. 2021-01-25 10:35:24 -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
8e54de7c0c Styling tweak to admin 'tabbed' layout. 2021-01-25 10:13:32 -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
dfddca2e24 Added Media-Manager loading indicator. Use deftrue() for checking admin area in form handler. 2021-01-25 09:35:08 -08:00
Cameron
748e5ee11d Issue #3902 PHP Notice and Error fixes. 2021-01-25 09:14:45 -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
11de1fc0f4 Memory optimization and more speed logging. 2021-01-24 17:16:49 -08:00