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

621 Commits

Author SHA1 Message Date
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
Cameron
f874fc58da Issue #283 target attribute is valid in html5 2013-05-12 04:48:26 -07:00
Cameron
efa135c3f8 Closes #283 whitelist <script> attributes and noscript tag (when script posting is enabled) 2013-05-12 04:15:32 -07:00
Cameron
b8362372df Issue #257 , Issue #64, Issue #236 - usersettings and avatar upload issues. 2013-05-07 20:30:20 -07:00
Cameron
a47cadb9b9 Blurry avatar fix and usersettings template fix. Also added $tp->setThumbSize($w,$h,$crop); 2013-05-07 18:32:38 -07:00
SecretR
3fb1881cbe PHP warning removal 2013-05-07 16:33:31 +03:00
Cameron
d2a448c184 Issue #258 - Should help back-slashes issue 2013-05-07 03:48:45 -07:00
Cameron
e064ae2085 cleanHtml() was urlencoding {e_XXXX} paths in html. 2013-05-01 03:13:29 -07:00
Cameron
91a221262e post_script pref fix. 2013-04-30 13:56:35 -07:00
Cameron
a8a257f8d2 Clean toDB() handling of post_html and post_script preferences and abuse filtering. 2013-04-30 03:10:09 -07:00
Cameron
8f571a7360 Warning removal 2013-04-29 16:21:46 -07:00
Cameron
80ec0b9b40 Prevent hash disclosure. 2013-04-27 13:15:04 -07:00
Cameron
cfd0ffb7b8 Emoticon BBcode Fix 2013-04-22 20:46:06 -07:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
eae211fc63 Forum upgrade fixes. Forum-attachments now converted in batches. 2013-03-31 00:06:21 -07:00
Cameron
e2dffbe0f7 {SETIMAGE} can now set Height and also crop the image. eg. {SETIMAGE: w=300&h=200&crop=1} 2013-03-24 03:03:31 -07:00
Cameron
6188edd013 No line-breaks added when parsing HTML (between [html] bbcodes) 2013-03-23 03:49:49 -07:00