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

344 Commits

Author SHA1 Message Date
Cameron
b095230a38 Fix for thumbnail generator with height value only 2016-04-13 19:44:46 -07:00
Cameron
ac7c95d7f8 Rework of the thumbnail routine for more consistent behavior. {SITELOGO} rendering improved. (requires testing on older themes) 2016-04-13 14:30:42 -07:00
Cameron
4a40104073 PHP7 fix for message_handler. Plugin Builder now includes specific keyword drop-down menu for use on e107.org 2016-04-12 19:56:29 -07:00
Cameron
7bd2621584 Parser correction for code and pre tags. 2016-04-04 12:44:40 -07:00
Cameron
2c18d90b9c Private Messages: Fixes #1485. Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph() 2016-04-03 14:37:37 -07:00
Cameron
10f0d80291 Issue #1460 - Fix crash in parser when posting code. 2016-04-01 11:27:06 -07:00
Cameron
f1a2c00160 Issue #1433 - Allow Images/Video posting with TinyMce for members (member.xml) and not for anonymous/public. (public.xml) 2016-03-23 09:16:54 -07:00
Cameron
f927e49e22 BC Fix for comment avatar size. Regexp for "makeClickable" now handles ' ' before URL correctly. 2016-03-16 09:21:12 -07:00
Cameron
583a11dca8 Issue #1423 - User Profile template upgrade tweaks. 2016-03-14 18:32:51 -07:00
Cameron
947badbf16 Fix for portfolio styling in Bootstrap3 template. 2016-03-13 12:41:08 -07:00
Cameron
fff539457c toImage() fix. 2016-03-13 12:34:58 -07:00
Cameron
3f6fe6cd85 PHP Notice removal. 2016-03-13 00:16:08 -08:00
Cameron
09923ad54b Banner width may now be set on a per-menu basis. 2016-03-12 00:15:29 -08:00
Cameron
4516bc910e TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed. 2016-03-10 13:33:52 -08:00
Cameron
eb6c6c3021 Fixes #1408 - Email Obfuscation issue in IE. 2016-03-09 12:12:15 -08:00
Cameron
cf90582418 Some User-Avatar cleanup. 2016-03-08 17:51:29 -08:00
Cameron
77ae461fc6 Remove error message when 0 records returned. 2016-03-03 15:24:59 -08:00
Cameron
8b83eeb914 Additional fix for shortcodes in pre and code tags. 2016-03-01 17:50:53 -08:00
Cameron
13d8254674 Fix for shortcodes within <code> and <pre> tags. 2016-03-01 13:29:50 -08:00
Cameron
881adeeeda Added more missing data from page vars. Precaution for if mb_convert_encoding() is missing. TinyMce member template added. 2016-02-29 22:01:58 -08:00
Cameron
b4c4352080 Login page template/shortcode fixes. 2016-02-29 15:13:32 -08:00
Cameron
ffa8c41846 Merge pull request #1385 from Serios/patch-4
Fixes #1362 - encoding in cleanHtml() method.
2016-02-25 19:03:10 -08:00
Cameron
a16ee111e9 Installation configuration fixes. RSS install now included default configuration correctly. 2016-02-25 18:45:20 -08:00
Serios
a8513581ab Propper fix for #1362
Should work now with both latin and non latin characters
2016-02-26 02:03:49 +02:00
Cameron
9f0007acdb Reverted "Fix for non Latin characters in textareas " - blank content. Admin-ui notice check fix. 2016-02-17 11:15:47 -08:00
Cameron
27d2ed718d Merge branch 'master' of https://github.com/e107inc/e107 2016-02-15 20:00:09 -08:00
Cameron
1e9da76395 Forum: PHP7 parser fix. 2016-02-15 19:59:47 -08:00
Serios
c6bfc97dc7 Fix for non Latin characters in textareas
Fixing and issue with non Latin characters breaking in textareas if html tags are used
2016-02-15 23:53:06 +02:00
Cameron
9f96a70e76 Issue #1356 - Installation and PHP notice fixes. 2016-02-15 11:09:58 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
3cfeb987af Support for IDs in toGlyph() 2016-02-11 12:47:49 -08:00
Cameron
5e62f383cf toGlyph() enhancements. Support for spin and rotate.
Example 1: $tp->toGlyph('fa-spinner', array('spin'=>1));
Example 2: $tp->toGlyph('fa-shield', array('rotate'=>90, 'size'=>'2x'));
2016-02-11 12:01:26 -08:00
Cameron
8ae42f56c7 Issue #1342 - toImage() fixes. Gallery thumb now using it. 2016-02-09 22:53:03 -08:00
Cameron
61f2712c09 Issue #1342 - Correction for encoded urls. 2016-02-09 12:21:37 -08:00
Cameron
2ccb18696a Issue #1342 toImage() method updated. 2016-02-09 11:02:08 -08:00
Cameron
bd57c0109c Experimental parser method added: thumbSrcSet(); 2016-02-08 21:33:55 -08:00
Cameron
3c43d07d83 Include width/height attributes in img tags with cropped thumbnails. toImage() and toIcon() methods. 2016-02-07 13:37:45 -08:00
Cameron
8660d2d890 Include width/height attributes in img tags with cropped thumbnails. 2016-02-07 13:28:55 -08:00
Cameron
ed1078d625 SEF URL supported for theme images (within media-manager) added. LOGO resizing is now on by default when pref is used. 2016-02-06 19:33:23 -08:00
Cameron
767b496c69 Issue #1257 Added SEF Thumb Urls for Avatar images. 2016-02-04 12:42:48 -08:00
Cameron
b3bb493f69 Fixes #1257 SEFURLs for thumb images. Needs testing. See e107.htaccess for required additions/modifications - Set HTTP_MOD_REWRITE_MEDIA to "On" 2016-02-03 18:17:14 -08:00
Cameron
84550d7390 Support for HTML/CSS sprites in toIcon() method. 2016-02-03 13:48:35 -08:00
Cameron
d159763747 Search Fixes. Forum search upgraded to v2.x spec. 2016-02-01 20:29:46 -08:00
Cameron
a31602108b HTML5 Validation fixes. 2016-01-30 18:39:01 -08:00
Cameron
0182c92517 Issue #1281 Include og:image meta for Page-Body content. 2016-01-27 12:05:15 -08:00
SecretR
0ec4a37bcb Merge branch 'master' of github.com:e107inc/e107 2016-01-15 13:50:50 +02:00
SecretR
a609a899cc A proper handling of RFC3986 network-path references 2016-01-15 13:50:41 +02:00
Cameron
b1c2e030d5 Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again. 2016-01-11 20:53:05 -08:00
Cameron
39cee385f7 Allow any constants passed to also be hooked, modified etc. 2016-01-04 23:10:58 -08:00
Cameron
be410ae0ea Merge pull request #1273 from lonalore/master
Forum post created event: Append last inserted ID to data array for passing…
2015-12-17 00:16:41 -08:00