1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Commit Graph

469 Commits

Author SHA1 Message Date
Cameron
d3940eafd9 Avoid checking _header_ and _footer_ layouts for divider shortcode. ie. {---} 2014-02-21 06:30:25 -08:00
Cameron
ae2811aa10 Reduce size of pagination on mobile-devices. (Bootstrap only) 2014-02-18 13:18:04 -08:00
Cameron
12f44ee207 Corrected default css class on page template 2014-02-17 07:32:01 -08:00
Cameron
2fae296023 Added titles to main navigation template. 2014-02-08 16:56:57 -08:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
fedf63f1f5 Include a unique ID for every 'page' 2014-01-31 04:30:56 -08:00
Cameron
104b8ee8c7 BC Fix on Page-Template when [newpage] (now deprecated) was used. 2014-01-28 06:00:26 -08:00
Cameron
f4cb7f94d1 Added more providers to social-share shortcode. Now works independently from Font-Awesome. 2014-01-25 05:18:31 -08:00
Cameron
07950a1af2 More media-manager bbcode fixes. 2014-01-23 17:23:38 -08:00
Cameron
16dc9d39b6 Added new e_related addon and updated default news and page templates to utilize. 2014-01-22 06:14:23 -08:00
Cameron
f1c2f523b2 Removed bg bbcode (included in the 'format' menu) 2014-01-21 06:55:19 -08:00
Cameron
56b7bdc42b Removed old icons. If you find broken image paths, please post an issue about it. 2014-01-21 06:40:46 -08:00
Cameron
852bd59597 Deprecated file and folder cleanup 2014-01-19 03:55:07 -08:00
Cameron
58d2aa8ad3 GUI Glyph fixes and Bbcode button styling fixes. 2014-01-17 06:49:55 -08:00
Cameron
67cef013f3 Search page completed. Bootstrap3 template functional. e-expandit can now accept multiple target IDs using the data-target attribute. 2014-01-14 06:09:12 -08:00
Cameron
7d0fb5afa0 Fixes #494 - usersettings URL and template fix. 2014-01-09 06:46:44 -08:00
Cameron
0df0f49cc0 HTML5 meta tag 'copyright' fix. 2014-01-09 04:23:55 -08:00
Cameron
42c3588e29 Search upgrades - new e_search.php standard added. 2014-01-05 11:25:30 -08:00
Cameron
a790848bdb Book and Chapter SEF Url support added. 2014-01-04 10:14:38 -08:00
Cameron
dd140d8e69 Allow Custom Menu-Images to be used in page-navigation template. 2014-01-04 06:02:24 -08:00
Cameron
99ec761bc2 Bootstrap3 Forget-password template added. 2014-01-03 02:43:16 -08:00
Cameron
e0bdc525f0 Bootstrap3 comment styling fixes 2014-01-01 05:20:46 -08:00
Cameron
5a4d97ca9a Bootstrap3 news and search-menu template fixes.
New thumb.php placeholder feature added.
New {GLYPH} shortcode added. Usage: {GLYPH=time}
2013-12-31 09:59:19 -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
cd2e699638 Issue #460 - MembersOnly-mode fix. 2013-12-29 09:31:52 -08:00
Cameron
3316c0aecc Added bootstrap3 css to comments 2013-12-24 03:48:14 -08:00
Cameron
512a2e307b $LAYOUT splitter shortcode correction. {---} 2013-12-21 21:55:33 -08:00
Cameron
54f41b788a Bootstrap usersettings template added. 2013-12-21 21:54:23 -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
590add3c4a List pages by chapter may now include the chapter title and chapter description. 2013-12-19 22:46:24 -08:00
Cameron
62509f09fb Issue #435 - More Bootstrap 3 tweaks 2013-12-19 22:45:09 -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
f56e9799b2 New navigation routine fix - link_open setting added to shortcodes
and templates
2013-10-24 11:33:37 +03:00
SecretR
f60b8f6e81 Error 403/404 templates;
Not Found redirect - set 404 error code;
404/403 actions - send proper HTTP status code;
Front controller now sets render mode to
module-controller-action by default (override from within individual
actions via setRenderMod() still possible)
2013-10-23 17:39:44 +03:00
SecretR
c3f9d98898 Missing 2 alt navigations in template/shortcode 2013-10-21 17:48:06 +03:00
SecretR
e6146ae068 e-iframe css class 2013-10-18 14:14:42 +03:00
SecretR
48f41709c8 Menu renders 'start' and 'end' templates now;
Comment about usage of SETIMAGE sc in menu template;
SETIMAGE: default - reset to default (TODO - site prefs)
2013-10-18 11:03:01 +03:00
SecretR
c49756982f Menu template fixes; Page template lan 2013-10-18 10:50:12 +03:00
Cameron
5a9f367f8d Issue #421 - added more {LINK_ICON} to default template. 2013-07-18 07:24:32 -07:00
Cameron
475e46e748 Renamed {LINK_IMAGE} to {LINK_ICON} - more consistent with description in admin -> Site links. 2013-07-12 07:50:25 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07: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
518abe69fe Bootstrap styling fixes. 2013-06-20 15:12:56 -07:00
Cameron
9d2f54ebf9 Fixes #365 for now until new method found. 2013-06-20 01:31:03 -07:00
Cameron
15a9805069 Fix for comment-avatar size issue. 2013-06-20 00:10:52 -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
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