1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

1636 Commits

Author SHA1 Message Date
Cameron
d26012d0c2 Fixes #462 - Corrected broken SEF Page URL. 2014-01-01 17:36:31 -08:00
Cameron
e0bdc525f0 Bootstrap3 comment styling fixes 2014-01-01 05:20:46 -08:00
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
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
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
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
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
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
6baeb189c5 Added Rebuild option for SEF Urls. 2013-11-22 20:46:45 -08:00
Cameron
aaf193375a Fix for admin language change URL. 2013-11-12 14:36:39 -08:00
Cameron
ca1e52ee33 Generic javascript-disabled message added. 2013-11-11 03:36:54 -08:00
Cameron
1e50e577a0 Modified admin language navigation to use elan=xx 2013-11-08 23:03:34 -08:00
Cameron
dd22369ed5 Switched to elan=xx as default, instead of elan=Xxxxxxx 2013-11-07 23:23:40 -08:00
Cameron
474df4948e Fix for duplicate e_MENU lans in query. 2013-11-06 17:47:58 -08:00
SecretR
510828467e Block bbcode fix and improvements 2013-11-04 12:39:36 +02:00
Cameron
d4de0a4af9 news-summary auto-gen correction. 2013-11-03 20:11:05 -08:00
Cameron
b9353e8a17 Auto-generate news-summary when missing. 2013-11-03 19:38:29 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
Cameron
cd8ea2f67c Language file cleanup 2013-10-29 12:20:23 -07:00
Cameron
bdf3fdef13 Fixed - admin language perms were not being checked. 2013-10-28 12:57:27 -07:00
Cameron
0955c25265 Open {ADMINOPTIONS} news edit in new browser window by default 2013-10-28 10:44:44 -07:00
SecretR
f56e9799b2 New navigation routine fix - link_open setting added to shortcodes
and templates
2013-10-24 11:33:37 +03:00
SecretR
a29ec4735a Possible extract issue 2013-10-24 01:43:47 +03:00
SecretR
31c31c36ee Handle missing plugin icons (override bbcodes) 2013-10-24 01:32:42 +03:00
SecretR
a44401202b Plugin bbcodes fix 2013-10-24 01:04:40 +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
SecretR
3e11f03137 Make menu title shortcode work without bootstrap/.glyph 2013-10-03 12:09:35 +03:00
SecretR
3e043ab4e2 Adminstration Language navigation fix 2013-10-03 12:04:13 +03:00
Cameron
fa9d8fd2ad Merge pull request #449 from Axeia/master
Added alt text to news category icons and fixed double ID bug (so at least that part is valid HTML)
2013-10-01 12:21:00 -07:00
Cameron
c9284edcf3 #448 - Support for news avatar - requires testing. 2013-10-01 12:19:29 -07:00
Axeia
a38cf55506 {NEWSCATICON} Now has the news category title as alt text
The alt attribute of the news category icon now has the title of the news category as its alt text.
2013-09-26 15:57:53 +02:00
Cameron
5a9f367f8d Issue #421 - added more {LINK_ICON} to default template. 2013-07-18 07:24:32 -07:00