Cameron
|
eb47eb7716
|
Snippet to include id attribute.
|
2020-12-23 08:35:31 -08:00 |
|
Cameron
|
ffea1449f9
|
Simplified snippet example. Added caching of loaded snippet.
|
2020-12-23 08:04:20 -08:00 |
|
Cameron
|
ce7fa515c3
|
Experimental theme snippets feature added.
|
2020-12-22 17:06:52 -08:00 |
|
Cameron
|
881670d92c
|
Catch any debugger errors that could occur during Github sync. Added more deprecated items to the log.
|
2020-12-22 09:59:39 -08:00 |
|
Cameron
|
3f8e043998
|
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
|
2020-12-22 09:36:02 -08:00 |
|
Cameron
|
bdb4104f9c
|
Moved parseheader() to e107 class as renderLayout() Added test.
|
2020-12-20 13:25:03 -08:00 |
|
Cameron
|
7580796159
|
When developer mode (or debug mode) is active, the debug 'bug' indicator will display in the admin navigation. It now displays a drop-down menu of debug modes. It may also be enabled by adding define('e_DEBUGGER', true) to e107_config.php. This feature is only available to MAIN admins.
|
2020-12-17 08:21:15 -08:00 |
|
Cameron
|
44e260b121
|
Code cleanup and optimization
|
2020-12-14 16:21:48 -08:00 |
|
Cameron
|
afaac88003
|
PHP8 Compatibility and code cleanup.
|
2020-12-08 12:21:12 -08:00 |
|
Cameron
|
b16d7605b6
|
Code cleanup.
|
2020-12-05 12:43:05 -08:00 |
|
Cameron
|
7d9e20e6a4
|
Avoid CSS conflicts with dropzone.
|
2020-06-05 13:38:27 -07:00 |
|
Cameron
|
f375024147
|
Fix for admin navigation active sublink.
|
2020-06-02 12:02:43 -07:00 |
|
Cameron
|
b5d5ec95ce
|
Fix checkbox display issue on database verification page (e107_admin/db.php?mode=verify_sql)
|
2020-05-22 12:59:47 -07:00 |
|
Cameron
|
80c5bd7582
|
Fixes #4171 - checkbox visibility issue.
|
2020-05-18 11:04:51 -07:00 |
|
Cameron
|
bf00c3ad83
|
Bootstrap 4 Fixes on Usersettings page.
|
2020-05-13 13:31:43 -07:00 |
|
Cameron
|
ad7caf78e8
|
Fix for theme render test. Disabled debug routines when inactive. Bootstrap3 moved modal to footer. Code cleanup.
|
2020-05-04 12:10:22 -07:00 |
|
Cameron
|
8b50ddc9fd
|
Code Cleanup
|
2020-04-28 14:16:38 -07:00 |
|
Cameron
|
568d8feb77
|
Closes #4141 - Upgraded theme specification for v2.3.0+. See bootstrap3/theme.php for details. Use 'theme' class.
|
2020-04-28 14:03:05 -07:00 |
|
Cameron
|
4424c9906b
|
LandingZero theme removed from core and moved to its own repo: https://github.com/e107inc/landingzero
|
2020-04-13 16:43:25 -07:00 |
|
Cameron
|
65322ee132
|
Issue #3058 - Tweak to avoid conflict with other boolean fields.
|
2020-04-09 17:42:44 -07:00 |
|
Cameron
|
3730254b8a
|
Admin-UI: Issue #3058 - Made true/false icons consistent regardless of whether inline editing is enabled or disabled.
|
2020-04-09 17:22:10 -07:00 |
|
Cameron
|
a2faa04fdf
|
Upgraded Bootstrap 3.3.7 to 3.4.1
|
2020-03-25 05:08:49 -07:00 |
|
Cameron
|
a200d312d8
|
Added e107::getThumb() to get thumbnailer class. Added a test for it. Styling fix for admin-ui grid.
|
2020-03-09 13:41:00 -07:00 |
|
Cameron
|
76dfad9311
|
Admin-UI: Fix for $adminMenu attribute 'modal-caption' not functioning. Use 'modal'=>true to enable first.
|
2020-03-06 14:18:57 -08:00 |
|
Cameron
|
39588fb4df
|
Fixes #4020 - Nav styling small screens.
|
2020-02-26 12:05:20 -08:00 |
|
Cameron
|
79c5b3e694
|
Issue #4049 - Media-Manager Url fix. Fixed Media Preview.
Admin-ui: type='media' example added to blank plugin.
|
2020-02-21 14:20:33 -08:00 |
|
Cameron
|
68e722791f
|
Increased jpeg compression on preview images.
|
2020-02-20 07:21:50 -08:00 |
|
Cameron
|
b2e915352d
|
Restored loading of admin LAN definitions early.
Removed unnecessary constants from admin_theme.php
|
2020-01-19 12:06:06 -08:00 |
|
Cameron
|
2a6e3a182d
|
Issue #4020 - Removed Admin Nav button labels for all device and provided solution for plugins to add them back via css if required. Example added to admin_style.css
|
2019-12-31 11:24:14 -08:00 |
|
Tijn Kuyper
|
61fbc7f164
|
Fixes #4020 - Show menu link_text in bootstrap3 admin theme
Inadvertently got hidden when fixing #2578
|
2019-12-16 17:10:23 +01:00 |
|
Tijn Kuyper
|
477e0c9e5e
|
Fixes #3998 - corporate.css fix font path glyphicons
|
2019-11-26 10:50:39 +01:00 |
|
Cameron
|
f8733b7ea1
|
Remove BOOTSTRAP and FONTAWESOME constants from bootstrap/theme.php
|
2019-08-30 18:41:51 -07:00 |
|
Cameron
|
875192c9ba
|
Footer fix.
|
2019-08-30 15:19:53 -07:00 |
|
Jimmi08
|
6b362552ef
|
bootstrap3 theme HTML layout
|
2019-08-25 22:15:51 +02:00 |
|
Cameron
|
5944983b6c
|
Admin-UI: $adminMenu now has a 'badge' attribute. Send it an array and it will render a badge in the navigation. eg. array('value' => $count, 'type'=>'warning'). General code cleanup in 'admin' nav method.
|
2019-06-26 13:48:53 -07:00 |
|
Cameron
|
43350f5c5c
|
bootstrap4 theme folder removed (for now) in favor if separate repo: https://github.com/e107inc/bootstrap4
|
2019-06-11 12:39:08 -07:00 |
|
Cameron
|
3a80697a3f
|
Add uniqueID to bootstrap4 example
|
2019-06-09 12:08:02 -07:00 |
|
Cameron
|
bdb45485ee
|
Code Cleanup
|
2019-05-20 14:53:43 -07:00 |
|
Cameron
|
7839e49021
|
Issue #3775 Revert "Fixes #3775 Admin path on welcome page."
Solution only works when logged in, but not directly after installation.
|
2019-05-20 12:20:01 -07:00 |
|
Cameron
|
86befae56f
|
Updated {USER_AVATAR} parameters.
|
2019-05-16 10:58:49 -07:00 |
|
Cameron
|
498f9df506
|
Updated {USER_AVATAR} usage to crop avatars to square aspect ratio.
|
2019-05-16 10:55:47 -07:00 |
|
Cameron
|
7e11d99853
|
Added container id to checkboxes element.
|
2019-05-14 11:38:42 -07:00 |
|
Cameron
|
c6d528fcab
|
Download template added for use in PHPUnit test.
|
2019-05-10 16:18:53 -07:00 |
|
Cameron
|
2250d3c2f3
|
New setIcon() method added to message handler.
|
2019-05-05 18:08:29 -07:00 |
|
Cameron
|
e087dc52a2
|
Issue #1944 IMPORTANT: Any reference to #comments-container in the theme must be changed to .comments-container
|
2019-04-30 12:01:09 -07:00 |
|
Cameron
|
0ac0ab0b21
|
BC fix user-extended LANs. Change default layout for bootstrap4 theme.
|
2019-04-11 09:53:24 -07:00 |
|
Cameron
|
da0bc6dcb9
|
Admin-ui Allowed for searching of multiple words across different fields.
|
2019-04-09 16:52:29 -07:00 |
|
Cameron
|
63186e7eeb
|
Fixes #3775 Admin path on welcome page.
|
2019-04-06 12:50:22 -07:00 |
|
Cameron
|
734a544f08
|
Tweak for iframe with multi-language
|
2019-03-08 12:55:09 -08:00 |
|
Cameron
|
5b9d334530
|
Bootstrap 4 fixes.
|
2019-03-02 13:22:46 -08:00 |
|