1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

287 Commits

Author SHA1 Message Date
Cameron
f9658c529e Automated clickable links can now be glyphs. eg. enter the following replacement text: 'fa-external-link.glyph' 2014-07-05 20:51:22 -07:00
Cameron
5d46ffe410 Issue #619 - media-manager icon issue on non-image files. 2014-07-05 20:27:03 -07:00
Cameron
673bec02e3 added numbered list 'ol' to allowed tags. 2014-06-27 23:11:51 -07:00
SecretR
f786bb56f0 New parser is able to secure attribute values, attributes loop bugfix; e_parser made available for auto-loading 2014-06-09 21:45:40 +03:00
Cameron
27c47f77e3 Better BC fix for sitelink images. 2014-05-31 16:10:54 -07:00
Cameron
9e880b7718 Fixes #558 - Font Awesome tag corrected. 2014-05-13 19:45:01 -07:00
Luca Filosofi
59ab6d1d55 FIX #411 - Sitedisclaimer issue
Sitedisclaimer issue #411
2014-03-13 00:31:54 +01:00
Cameron
a2235cfd39 Media-Manager Youtube video default prefs added. 2014-03-12 14:09:48 -07:00
Cameron
c7cb6d2975 PHP Notice removal 2014-02-07 07:03:23 -08:00
Cameron
8d689f2d94 Improved control over news images and video. Separate css classes added for each. eg. news-image-1 , news-video-3 2014-02-04 06:21:05 -08:00
Cameron
d5231b3d8c Multiple Image/Video fix for news_carousel_menu.php 2014-01-31 07:09:34 -08:00
Cameron
4e3217c79b Fix for "Change theme" hover icons. 2014-01-31 04:13:30 -08:00
Cameron
cc07dac897 Basic support for news videos.
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
a57faeb3b9 Fix for google-plus icon on Social plugin. {EXTENDED} may now have a class added. Debug info added when Featurebox returns nothing. 2014-01-29 11:10:05 -08:00
Cameron
d5e6dd0366 Corrected processing of Glyph-types. 2014-01-28 05:59:40 -08:00
Cameron
7679b5e075 Corrected .glyph detection in toIcon() function. 2014-01-22 06:12:54 -08:00
Cameron
99af352647 Corrected outdated icon paths 2014-01-22 06:10:44 -08:00
Cameron
bf952897ed More BC Fixes. Search, and News Category titles. 2014-01-20 10:21:44 -08:00
Cameron
58d2aa8ad3 GUI Glyph fixes and Bbcode button styling fixes. 2014-01-17 06:49:55 -08:00
Cameron
4081d7936b Use Font-Awesome4 for all Glyphs. 2014-01-16 02:42:26 -08:00
Cameron
3982066b1d Log missing legacy icons 2014-01-15 04:06:14 -08:00
Cameron
e323418ab2 Fix for Icon paths. 2014-01-15 04:02:05 -08:00
Cameron
712379f52e Featurebox now accepts videos. Some minor tweaking to the Bootstrap3 template. 2014-01-14 12:19:06 -08:00
Cameron
4c3f3288ce Gallery Portfolio Thumbnails added. 2014-01-14 08:16:12 -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
7bebfc1901 New SEF-URL for book/chapter/page (a few bugs remain) 2014-01-10 18:27:42 -08:00
Cameron
dc542c58d8 Media-Manager fixes and enhancements. Glyphs are now searchable. 2014-01-09 04:42:13 -08:00
Cameron
3688924e42 Media-Manager Youtube browser added. 2014-01-08 15:51:14 -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
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
470b043739 Fixes #466 Download Category Icons path. 2013-12-30 03:56:27 -08:00
Cameron
2e7232aa9a Improved check for Bootstrap3 2013-12-24 02:24:14 -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
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
SecretR
5bae035cf6 UTF-8 aware search rendering
Search view supports glyph (former bullet)
Some old paths corrected
2013-10-24 04:15:25 +03:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
Cameron
caa936f75e Issue #450 - YouTube iframe arc attribute fix. 2013-10-04 14:13:23 -07:00
Cameron
ddbbfef54f Fix for font-awesome overlay issue. Renamed glyph() as toGlyph() for consistency. 2013-07-12 13:52:39 -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
fdf647c8bb More [code] parsing work. 2013-06-15 03:58:47 -07:00
Cameron
aef9b631c3 More [code] bbcode work. 2013-06-15 02:18:15 -07:00
Cameron
c6cec3cf61 Quick fix for trailing line-breaks on block-level elements. 2013-06-14 16:26:56 -07:00
Cameron
ce1192ac40 Fix for <?php inside [code][/code] 2013-06-11 18:29:59 -07:00
Cameron
46955b8e68 Issue #372 - I have added toDate() to the text-parser - for returning dates formatted for HTML. It should be backwards compatible and currently supports Livestamp.js . Example usage: echo $tp->toDate(1370234650); 2013-06-02 21:48:20 -07:00
Cameron
4581b9986c Consolidate parsing classes into single file. 2013-05-20 17:10:38 -07:00
Cameron
11d87f18ff Notice removal 2013-05-20 04:51:45 -07:00
Cameron
9dd4d0c666 Issue #317 - specific path has been added for importing into media-manager. e_IMPORT. 2013-05-17 18:17:04 -07:00