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

5870 Commits

Author SHA1 Message Date
Cameron
3f0ee1673c Bootstrap3 styling fixes - news 2014-01-01 05:20:22 -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
bbb22c140f Bootstrap3 styling fixes 2013-12-31 02:07:14 -08:00
Cameron
d73fd69d1d Improved Menu-Preset display 2013-12-31 00:59:30 -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
b028fbb002 Fixes #464 - banner path issue corrected. 2013-12-30 04:16:01 -08:00
Cameron
470b043739 Fixes #466 Download Category Icons path. 2013-12-30 03:56:27 -08:00
Cameron
d34623a043 Issue #459 - some work on downloads pagination 2013-12-30 03:17:20 -08:00
Cameron
7fa6fb4daa Issue #459 related. Rating icon path fix. 2013-12-29 12:51:10 -08:00
Cameron
cd2e699638 Issue #460 - MembersOnly-mode fix. 2013-12-29 09:31:52 -08:00
Cameron
88188baec8 Menu Manager now also parses $LAYOUT 2013-12-25 02:00:46 -08:00
Cameron
540f60c249 Added {SITEURL} shortcode for consistency. 2013-12-25 01:59:32 -08:00
Cameron
c7552fbcc9 Download breadcrumb now uses SEF URLs 2013-12-25 01:59:00 -08:00
Cameron
9723c96fd1 Added jumbotron home and full to Bootstrap3 template 2013-12-25 01:58:28 -08:00
Cameron
24319d6984 Gallery made compatible with bootstrap3 2013-12-25 01:53:38 -08:00
Cameron
c42fe97454 Corrected bootstrap theme preview images. Added bootstrap3 default install options. 2013-12-24 04:13:14 -08:00
Cameron
547b1aea05 Login menu shortcodes now using SEF Urls. 2013-12-24 03:49:21 -08:00
Cameron
3316c0aecc Added bootstrap3 css to comments 2013-12-24 03:48:14 -08:00
Cameron
d54908e574 Download plugin Boostrap3 styling fixes 2013-12-24 02:45:40 -08:00
Cameron
86be4773f4 Initial work on Download SEF Urls 2013-12-24 02:33:14 -08:00
Cameron
2e7232aa9a Improved check for Bootstrap3 2013-12-24 02:24:14 -08:00
Cameron
7ac3f78dbf News Categories functions added to Sitelinks. 2013-12-23 04:52:32 -08:00
Cameron
332084d9c9 Add menu item of missing during page-menu update. BC fix for {e_IMAGE} path in [img] bbcode. 2013-12-23 03:56:25 -08:00
Cameron
23a30f3a10 Added username and language-code to admin navigation. 2013-12-21 21:57:09 -08:00
Cameron
442a96b7ef Bootstrap3 tweaks 2013-12-21 21:56:34 -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
3a15c026f6 Fix for default page navigation 2013-12-21 21:53:38 -08:00
Cameron
fcd1e941cd Fixes #415 - corrected mobile-device navigation issue. 2013-12-21 21:50:18 -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
e778a4483f Enable lowercase check for news url. 2013-12-20 10:12:23 -08:00
Cameron
34bbd17277 Fix for News SEF Url 'list/all' 2013-12-20 10:07:58 -08:00
Cameron
3030ca3570 News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used. 2013-12-20 09:45:27 -08:00
Cameron
71d6e81c8b Fix for news.php?all SEF URL. 2013-12-19 23:27:30 -08:00
Cameron
a6a28cb4e1 Auto-generated sub-links for news now using SEF URL 2013-12-19 22:50:40 -08:00
Cameron
791e62f85c Re-scan Theme layouts for changes during pref-saving. 2013-12-19 22:50:01 -08:00
Cameron
146fc7d079 Fix for SEF URL regeneration 2013-12-19 22:49:02 -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
ba18155c34 Fix for broken news category URL in news_categories_menu 2013-12-06 23:26:58 -08:00
Cameron
6e17a87a26 Fix - LAN support for newsfeed titles. 2013-12-06 23:23:36 -08:00
Cameron
d9f782b35f Multi-language table-notification in admin-ui. (help avoid default table overwrites) 2013-11-29 21:22:21 -08:00
Cameron
b0bbc1ea15 Update README.md 2013-11-26 01:06:24 -08:00
Cameron
82189dae0b Fixes #252 - Database creation issue during install. Added input validation on database name. 2013-11-23 20:22:41 -08:00
Cameron
6baeb189c5 Added Rebuild option for SEF Urls. 2013-11-22 20:46:45 -08:00
Cameron
20081edac9 Added CSS class to news-list footer. 2013-11-22 20:45:50 -08:00
Cameron
698bcc4e7c Increase the width of some text fields in admin. 2013-11-22 17:18:20 -08:00
Cameron
305d7d2ec9 News List caption option added to v2 template (same as $NEWSLISTTITLE in v1.x) 2013-11-22 17:08:38 -08:00