1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

7530 Commits

Author SHA1 Message Date
Cameron
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
Cameron
b64033a2a1 Improved backtrace debug info when using xdebug. Added forum e_status.php and e_latest.php to the deprecated list. 2016-02-12 12:58:44 -08:00
Cameron
ad0bc1376d Issue #1349 MySQL class fixes and install.php corrections. 2016-02-11 20:57:30 -08:00
Cameron
9fe58ba256 Additional info added to install log when failures happen. 2016-02-11 13:07:59 -08:00
Cameron
afe608da8b Empty lib folder added. 2016-02-11 12:55:46 -08:00
Cameron
3cfeb987af Support for IDs in toGlyph() 2016-02-11 12:47:49 -08:00
Cameron
84ed4705a1 Merge pull request #1350 from lonalore/master
Allow Ajax API for dropdowns.
2016-02-11 12:46:55 -08:00
Lóna Lore
4958a76a36 Allow Ajax API for dropdowns. 2016-02-11 21:31:57 +01:00
Cameron
5e62f383cf toGlyph() enhancements. Support for spin and rotate.
Example 1: $tp->toGlyph('fa-spinner', array('spin'=>1));
Example 2: $tp->toGlyph('fa-shield', array('rotate'=>90, 'size'=>'2x'));
2016-02-11 12:01:26 -08:00
Cameron
579bf52090 Merge pull request #1347 from lonalore/master
Ajax API enhancements.
2016-02-11 11:36:56 -08:00
Cameron
5ce1ee4a24 Fixes #1337 - newforumposts_menu configuration rewrite. 2016-02-11 11:21:03 -08:00
Lóna Lore
7b77ed14b6 Ajax API - fixed comment next/prev issue. 2016-02-11 13:14:41 +01:00
Lóna Lore
92d5da7710 Ajax API - fixed comment next/prev issue. 2016-02-11 13:14:11 +01:00
Lóna Lore
009345a4cf Ajax API enhancements. 2016-02-11 11:27:08 +01:00
Cameron
550968d78a Issue #1336 and Forum menu prefs upgrade and newforumpost_menu fix. e_menu.php pending. 2016-02-10 19:51:32 -08:00
Cameron
a9eb2bd727 Clear JS/CSS Cache after theme change. 2016-02-10 19:38:03 -08:00
Lóna Lore
14aa88d74c Ajax API enhancements. 2016-02-10 22:49:57 +01:00
Cameron
4ed708f2fc Issue #1329 - Possible fix for panel width issue. 2016-02-10 12:01:51 -08:00
Cameron
8ae42f56c7 Issue #1342 - toImage() fixes. Gallery thumb now using it. 2016-02-09 22:53:03 -08:00
Cameron
fc1dfdaae8 Fixes #1311 - tablestyle() $style was not available in single page view. 2016-02-09 19:13:25 -08:00
Cameron
69417752b1 Fixes #1345 - Confusion over js cache. Use debug mode to enable if still required for some reason. 2016-02-09 18:17:41 -08:00
Cameron
e7f5155703 Issue #1336 - Allow forum update to continue if empty tables found. 2016-02-09 17:41:18 -08:00
Cameron
fee3764dff Fixes #1344 - ejs_preload legacy javascript removed. Replaced with e107::link($attributes); for adding 'prefetch' and other <link> tags to the head. 2016-02-09 15:57:07 -08:00
Cameron
61f2712c09 Issue #1342 - Correction for encoded urls. 2016-02-09 12:21:37 -08:00
Cameron
2ccb18696a Issue #1342 toImage() method updated. 2016-02-09 11:02:08 -08:00
Cameron
bd57c0109c Experimental parser method added: thumbSrcSet(); 2016-02-08 21:33:55 -08:00
Cameron
c5ca2b3ba1 PHP Warning Fix 2016-02-08 21:20:14 -08:00
Cameron
05ed9a7090 Banner and News e_menu.php (config.php replacement) upgrades. 2016-02-08 13:54:44 -08:00
Cameron
a2fef504a2 JS Minifier upgraded to 1.1.0 and PHP Warning Fix made. 2016-02-08 12:08:57 -08:00
Cameron
ce7d4ae66c List New Interface cleanup. 2016-02-08 12:08:13 -08:00
Cameron
e92c2a4d2a Merge pull request #1338 from lonalore/master
Behavior to enable Smooth Scrolling if URL has a fragment.
2016-02-08 10:28:49 -08:00
Tijn Kuyper
9a89036671 Fixes #1315 - Sync with Github on localhost now functional 2016-02-08 13:14:42 +01:00
Lóna Lore
ec414893e2 Behavior to enable Smooth Scrolling if URL has a fragment. 2016-02-08 10:02:21 +01:00
Cameron
706e79af1f Cron Test email function updated to use new mailing method. 2016-02-07 23:35:38 -08:00
Cameron
cff27bf17a Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible. 2016-02-07 22:25:12 -08:00
Cameron
3c43d07d83 Include width/height attributes in img tags with cropped thumbnails. toImage() and toIcon() methods. 2016-02-07 13:37:45 -08:00
Cameron
8660d2d890 Include width/height attributes in img tags with cropped thumbnails. 2016-02-07 13:28:55 -08:00
Cameron
3074814d42 Use https for Youtube links. 2016-02-07 12:54:03 -08:00
Cameron
b45ca19720 Placeholder for news e_menu.php added. 2016-02-07 12:40:34 -08:00
Cameron
00fb5fdadc More 'camera' code removal. 2016-02-07 12:39:27 -08:00
Cameron
2e0cb4b8a8 'camera' removed from core. May be added by third-party themes if required. 2016-02-07 12:39:25 -08:00
Tijn Kuyper
82969eaa1c #1196 - Check for dependencies on plugin installation (cleanup)
More cleaning needed
2016-02-07 20:17:56 +01:00
Cameron
2976754d29 Compress the secureImg. TinyMce also decoding theme SEF image URLs now. 2016-02-07 11:16:00 -08:00
Cameron
831ef22ad9 Added compression to generated PNG thumbnails. Additional module configurations added to e107.htaccess 2016-02-07 10:53:15 -08:00
Cameron
b182f463cb Disable JS/CSS Cache in menu-manager. 2016-02-06 20:24:17 -08:00
Cameron
30b288c338 Corrected default prefs 2016-02-06 20:05:55 -08:00
Cameron
ed1078d625 SEF URL supported for theme images (within media-manager) added. LOGO resizing is now on by default when pref is used. 2016-02-06 19:33:23 -08:00
Cameron
0e2c7ad2e7 Fixed: Latest News Menu was not using {SETIMAGE} value. 2016-02-06 18:33:35 -08:00
Cameron
5daaaedf99 Corrected CSS url paths. 2016-02-06 18:32:48 -08:00
Cameron
87ce418e14 Fix for missing line-breaks in submitted 'contact form' messages. 2016-02-06 11:32:31 -08:00