1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-19 22:14:45 +01:00

40 Commits

Author SHA1 Message Date
Cameron
729d65407a Debug alert added for misconfigured theme.php files. 2016-02-05 21:09:06 -08:00
Cameron
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08:00
Cameron
23b7de8d4e Fixes #1223 - Adds the missing {ALERTS} shortcode to old themes - informing users of incorrect passwords etc. Essential for when the login menu is within the navigation bar.
Fixes #1077 - Online Menu was displaying the user as online when the username was correct, even if the password was not.
Corrected styling of the online-menu.
2015-11-13 18:04:47 -08:00
Cameron
7cfcd1fd23 Experimental JS and CSS caching for improved performance. Currently disabled by default. 2015-06-03 15:44:07 -07:00
Cameron
a7cc11f5ee Removed globals from meta-tag method in header. 2015-05-31 09:25:59 -07:00
Cameron
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07:00
Cameron
4c7c3dfd47 Fixes #751 - Meta-tag issues. 2015-04-08 22:05:32 -07:00
Cameron
c2927344d4 Tweak last commit 2015-02-14 01:16:31 -08:00
Cameron
b8280cdddb Fix for members-only areas 2015-02-14 01:12:49 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
e36b68933c Usersettings error message styling and general cleanup. 2015-01-27 11:32:09 -08:00
Cameron
af465d2a5e Fix for html5 validation issues in Safari etc. 2015-01-25 20:27:45 -08:00
SecretR
39e3e6ae97 Fixes #661- welcome message auto-shown on front page only 2014-07-24 19:08:55 +03:00
Cameron
de3cbe913d Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only. 2014-07-03 19:45:50 -07:00
Cameron
d3940eafd9 Avoid checking _header_ and _footer_ layouts for divider shortcode. ie. {---} 2014-02-21 06:30:25 -08:00
Cameron
0df0f49cc0 HTML5 meta tag 'copyright' fix. 2014-01-09 04:23:55 -08:00
Cameron
b8724bc4bc Fixes #465 - Bootstrap3 layout with sidebar panel added. Menu Preset added. Bootstrap3 styling tweaks to news menus. 2013-12-30 06:23:12 -08:00
Cameron
512a2e307b $LAYOUT splitter shortcode correction. {---} 2013-12-21 21:55:33 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08:00
Cameron
e2d67d8ecd Issue #435 - Initial Bootstrap3 theme added. 2013-12-21 01:32:39 -08:00
Cameron
7874cd1060 Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional

e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
ca1e52ee33 Generic javascript-disabled message added. 2013-11-11 03:36:54 -08:00
SecretR
e6146ae068 e-iframe css class 2013-10-18 14:14:42 +03:00
Cameron
e5e5c1d12c New notify script added to front end. You can test with forum 'quick reply' for now. 2013-06-21 01:26:30 -07:00
Cameron
2d21d0e7d2 Fixes #326, #331 and corrects markup issues with pull-request #390.
Also added check for theme_shortcodes.php for including batches of theme shortcodes.
theme_config.php is now the correct file name for a theme config.
2013-06-19 22:50:51 -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
SteveD
a877a2bf89 Issue #343 start of fix to make CHAP login via user pages work again (more to do) 2013-06-07 22:43:03 +01:00
Cameron
ce939d1fff Support for {e_PAGETITLE} usage in $HEADER. 2013-05-29 01:42:35 -07:00
Cameron
7d6688d760 Page support for single page with anchor navigation. 2013-05-29 01:29:53 -07:00
Cameron
94f4906987 Added check for "SetEnv E_DEV true" in .htaccess 2013-05-25 18:24:02 -07:00
Cameron
348c26a6a0 Closes #330 2013-05-25 16:52:45 -07:00
Cameron
5f264b10af Issue #293 - missing modal on front-end. 2013-05-17 17:34:05 -07:00
Cameron
75aa12609e Install alert styling 2013-05-06 16:37:20 -07:00
Moc
72cb8882d9 Added check for presence of install_.php (in addition to the 'install.php' check) 2013-05-06 12:17:48 +02:00
Cameron
ba6ebf7438 Removal of colorbox modal. 2013-04-17 22:07:15 -07:00
Cameron
75e0344efe Load Signup JS code only when needed. 2013-03-27 19:38:42 -07:00
Cameron
ba2cdad282 Added support for define("DEMO_CONTENT",true); - for theme testing purposes - updates all the href and src paths in the HTML to point to the theme folder. To provide true demo content when releasing a theme - use an /install folder with content. 2013-03-26 20:13:34 -07:00
Moc
8d6d54a38f Code clean-up (globals, $e107->, $mes, headers) 2013-03-24 13:07:15 +01:00
Cameron
1cbfeb96f0 Auto-detection of {WMESSAGE} 2013-03-22 19:54:37 -07:00
Cameron
3b953d1315 Template-path changes. 2013-03-20 16:58:39 -07:00