1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

60 Commits

Author SHA1 Message Date
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
CaMer0n
e886feef49 File cleanup. 2012-06-01 04:42:00 +00:00
CaMer0n
ba65c4fad1 Some TinyMce fixes. 2012-04-28 08:14:10 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
b923520bbf Fix for multiple 0.7 -> 0.8 upgrade issues. 2009-10-22 13:00:37 +00:00
CaMer0n
40ca30d8f2 more plugin_class work. xml spec now supports sitelink urls outside of the plugin folder (like in 0.7). Also some minor path fixes. 2009-10-22 04:14:45 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
CaMer0n
3220a8efb3 Notice removal 2009-09-04 14:35:01 +00:00
CaMer0n
96cc442d50 Debug display tweaks 2009-08-17 15:45:20 +00:00
CaMer0n
d1cdf20899 Little debug fix 2009-07-21 14:20:13 +00:00