1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

70 Commits

Author SHA1 Message Date
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
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
bf4649e171 Correct News URL to include SEF Url on print page. Hide print button during print. Made debug backtrace info more useful on SQL details. 2015-02-01 23:54:12 -08:00
Cameron
7486ea37d0 Fixed query-count indicator in SQL Details 2015-01-28 11:43:24 -08:00
Cameron
db1061acab Additional session debug info added. 2015-01-20 20:56:20 -08:00
Cameron
552b93b38d Added bootstrap CSS to SQL debug info. 2014-05-28 19:51:12 -07:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
59047796d1 Added THEME_STYLE constant for easy checking of the currently selected theme style. CSSORDER also added, but subject to change. 2013-06-17 15:42:35 -07:00
Cameron
2993fb1504 Added missing Shortcode debug info 2013-04-29 19:38:26 -07:00
Cameron
32bf779ba8 Basic PDO support added. (still needs testing). Add: define('e_PDO',true); to e107_config.php to test. 2013-04-24 17:46:25 -07:00
Cameron
7167dfb62b Better shortcode debugging 2013-04-18 12:44:57 -07:00
SecretR
beb5f3e32d PHP notice removal 2013-03-04 14:08:41 +02:00
Cameron
b1bc9c6a11 Display number of included files in debug-includes mode. 2013-02-26 21:44:12 -08:00
Cameron
f2fbd4c4bf Improved DEBUG info for PATHs etc. 2012-12-14 22:25:14 -08:00
CaMer0n
09f789b09d Mostly some LANs relating to 'comments' to synchronize with v1. USERJOINED constant added to sync with v1 also. 2012-07-21 03:55:04 +00:00
CaMer0n
9d9c48594c Sync debug info with v1.0.x 2012-07-09 03:04:45 +00:00
CaMer0n
e16db9411a jQuery e-check-all and e-uncheck-all selectors added. 2012-06-17 11:52:10 +00:00