1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

86 Commits

Author SHA1 Message Date
Cameron
10482b8a89 Solves the duplicate breadcrumb issue. 2020-12-28 09:48:44 -08:00
Cameron
7dfac0dcfa Issue #4299 - PHP8 compatibility fixes. 2020-12-25 10:23:56 -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
812b7cbcb3 Code cleanup. Moved checkvalidtheme() out of class2.php and into e_theme as initTheme() 2020-12-21 17:46:32 -08:00
Cameron
630f3f415f Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated. 2020-12-21 10:00:28 -08:00
Cameron
63527c4f19 Code cleanup. Extra debug info under Paths. 2020-12-21 06:43:07 -08:00
Cameron
6b5cc07929 Remove some debug logs. Improved others. 2020-12-19 11:46:58 -08:00
Cameron
4713f572d0 Remove old css classes from debug info. 2020-12-19 10:50:08 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
eaa44b075f Fix for displaying of debug mode: 'Time Analysis'. Additional markers added to class2.php. 2020-12-12 11:38:31 -08:00
Cameron
f605ddc552 Code optimization and cleanup. 2020-12-10 15:52:48 -08:00
Cameron
ddb9c801af Issue #4270 Disable automatic WebP conversion in admin area. 2020-12-09 11:22:03 -08:00
Cameron
b16d7605b6 Code cleanup. 2020-12-05 12:43:05 -08:00
Cameron
645c05cfbf PHP8 Compatibility Fixes 2020-12-04 17:21:03 -08: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
834ea354e4 Core Cleanup. 2020-05-02 15:35:30 -07:00
Cameron
f148e20837 Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output. 2019-04-11 10:47:50 -07:00
Cameron
bc520274cb PHPDoc fix 2019-02-17 14:27:14 -08:00
Cameron
f34eeaf369 Refined debugging of PDO queries. 2019-02-13 11:35:28 -08:00
Cameron
4e9f47c8b4 PDO class optimization 2019-02-10 16:19:25 -08:00
Cameron
42147e2227 Traffic counters tweak. 2019-02-10 14:51:51 -08:00
Cameron
3e1feac04d Improved loading time of admin area navigation. 2018-04-17 14:48:39 -07:00
Cameron
1dc294114d Debug Mode: Highlight slow table performance. 2018-01-27 11:59:27 -08:00
Cameron
c375b632bd More highlighting of possible performance bottlenecks in debugging "Time" mode. 2018-01-27 11:49:28 -08:00
Cameron
318a849b77 Extra Debug Performance Markers added for e_module includes. 2018-01-25 16:10:51 -08:00
Cameron
a68cf279b6 PHP Notice removal and debug info styling. 2017-12-17 13:13:18 -08:00
Cameron
6c153f3069 Disable database update-checks after completion. (unless debug mode is active) 2017-11-07 09:03:46 -08:00
Cameron
898e081656 Page Navigation work. 2017-10-17 16:22:56 -07:00
Cameron
b5578a64e0 Notice removal. SVG media-category fix. 2017-03-19 13:49:01 -07:00
Cameron
07ee77dc7d Hide e107 object unless developing. 2017-02-16 15:45:52 -08:00
Cameron
b72cdbbacb Debug info render fix. 2017-01-27 11:13:45 -08:00
Cameron
1a4b66507a Debug styling fixes. 2017-01-26 18:10:38 -08:00
Cameron
9ebc0bfa92 Fix for $tp->toFile() 2017-01-23 10:31:30 -08:00
Cameron
d7fad829fe Debug timings. 2017-01-21 10:49:04 -08:00
Cameron
15c586b5dc Debug time display improvements. 2017-01-21 09:31:13 -08:00
Cameron
de1ec15976 New Constant: THEME_LEGACY added. Old themes will have a value of true, new themes (using theme.xml) as false. 2017-01-15 08:56:13 -08:00
Cameron
8d2adfa719 Avoid displaying more than 500 sql queries during debug mode. (eg. when poorly written plugins are in use) 2017-01-07 10:30:21 -08:00
Cameron
366d3fe5cf Styling fixes. Debug timer totals fix. 2016-12-12 08:12:16 -08:00
Cameron
1490ad009d Fix for lowercase usernames in SEF Url. 2016-12-08 09:38:23 -08:00
Cameron
9fffab959c Notice removal and empty screenshot tag added to blank plugin.xml 2016-12-05 15:37:36 -08:00
Cameron
666eab7a89 Some debug refinements. 2016-12-01 14:00:37 -08:00
Cameron
8a5e1bd63c MySQL: PDO vs Non-PDO consistency fixes. Also new '_DUPLICATE_KEY_UPDATE' flag added to insert() method. When true and a duplicate unique key is found the matching record will automatically be updated. 2016-08-02 14:57:29 -07:00
Cameron
bec7071cdf Fixes #1597 - Legacy shortcode issue. 2016-05-01 09:30:33 -07:00
Cameron
89264b0259 Fix for user-extended permissions on user page. Corrected wrapper ID for user/member list. 2016-04-24 16:13:05 -07:00
Cameron
58a3926c54 Issue #690 - Option added to enable e_shortcode.php to override other core/plugin shortcodes. 2016-04-22 11:54:18 -07:00
Cameron
42191db509 Poll notice removal. 2016-04-20 17:37:46 -07:00
Cameron
2c18d90b9c Private Messages: Fixes #1485. Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph() 2016-04-03 14:37:37 -07:00
Cameron
46b2518e82 Fixes #1186 - Added edit button for custom pages. Improved debugging of shortcodes and shortcode wrappers. 2016-04-02 10:51:18 -07:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
f7eadfd588 Fix: SITEURL was broken in CLI mode. 2015-05-17 12:26:53 -07:00