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
e09688788c Fixes #732 - Custom Emoticon packs were being ignored. 2015-08-24 09:51:19 -07:00
Cameron
990fa623bc Fixed #1163 - Allow hr tag to be used. 2015-07-30 12:31:26 -07:00
Cameron
d7d81f9bb8 Fix for bbcodes showing in news rss feed. 2015-07-16 18:12:41 -07:00
Cameron
64f9a747e2 Language admin ui fixes. 2015-07-07 12:03:45 -07:00
Cameron
cb212417a8 Fixes #1103 - html parser issue with table colspan. 2015-06-30 19:44:33 -07:00
Cameron
872be15668 Prevent filtering of audio and video tags. 2015-06-28 16:31:02 -07:00
Cameron
f2116a5d24 Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected. 2015-06-26 20:24:53 -07:00
Cameron
9964def818 Parser fix and FAQ 'ask a question' permissions fix. 2015-06-19 09:52:29 -07:00
Cameron
1e174e2169 RSS validation fixes. 2015-06-17 11:26:48 -07:00
Cameron
4414495b04 PHP Notice/Warning removal. 'field-help' containers may now be customized with: data-placement="[top|right|bottom|left]" 2015-06-11 12:29:19 -07:00
Cameron
f89ff13572 toText() method now strips HTML correctly. 2015-06-07 18:16:06 -07:00
Cameron
de3f80f9ab Fix for toEmail() method encoding of quotes. 2015-05-21 21:49:32 -07:00
Cameron
85dc35db26 Fixes #1007 - toDB() was breaking {e_XXX} paths when HTML was used. 2015-05-14 09:20:11 -07:00
Cameron
06d9075c9d Forum styling changes/fixes. 2015-05-07 20:55:12 -07:00
Cameron
9fb268e7e4 Fixes #559 - installer issue when no database found or created. 2015-04-29 10:22:46 -07:00
Cameron
0e41e6e7a3 New methods added to parser: addAllowedTag() and addAllowedAttribute() to use with the cleanHtml() method. 2015-04-16 15:23:21 -07:00
Cameron
67d62ce723 Fix for toDB() in 'no_html' mode. Admin-log now detects table in remarks. 2015-04-14 11:39:35 -07:00
Cameron
0d86f9a42f Updated failed-login message to include variable. 2015-04-12 22:45:13 -07:00
Cameron
2f46c967da Minor parsing issue corrected. Debug info removed from newspost 'update'. 2015-04-12 19:45:55 -07:00
Cameron
f358cdf856 Removed unnecessary conversion from within cleanHtml() 2015-04-11 16:56:46 -07:00
Cameron
0b2879278c Issue #895, Issue #847 - Parser improvements. 2015-04-11 12:33:21 -07:00
Cameron
33e7c4a1b2 Fixes #895 - encoding issue on prefs. 2015-04-11 11:47:40 -07:00
Cameron
5fe04faba1 MAJOR cleanup of toDB(), toHTML() and toForm(). Requires extensive testing on different server environments.
Has potential to break backward compatibility, so please backup your DBs. May be tested using: echo $tp->test();
2015-04-11 02:53:51 -07:00
Cameron
507308208b Fix for forgot password and activation links. Fix for news-edit button. Fix for html5 validation of html code using '&'. 2015-04-10 12:36:35 -07:00
Cameron
1df3d1a2b0 HTML5 validation fixes. 2015-04-09 01:39:37 -07:00
Cameron
30e806b91d RSS News feeds upgraded and corrected. 2015-04-05 20:24:51 -07:00
Cameron
f5ea27d637 Tweaks to the banner menu rendering. 2015-04-04 16:24:10 -07:00
Cameron
80c9e440e4 Video thumbnail fix. Use bootstrap css as default on Tinymce tables. 2015-04-02 03:36:45 -07:00
Cameron
7c602253be Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk 2015-03-31 14:48:07 -07:00
Cameron
899281eaaf Debug info cleanup 2015-03-29 20:26:35 -07:00
Cameron
4514a98016 Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc. 2015-03-28 14:10:28 -07:00
Cameron
85f30c0292 PHP Notice removal 2015-03-07 16:31:13 -08:00
Cameron
91418c61d3 Issue #899 - path fix for emoticons. 2015-02-21 13:20:41 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
f0a5c73621 Fixes #882 - White screen caused by "PHP Fatal error: Cannot redeclare utf8_to_unicode() " 2015-02-11 22:46:20 -08:00
Cameron
4572cd7ceb Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced. 2015-02-04 20:36:56 -08:00
Cameron
274069184f Fixes #850 - Gallery missing description when using simple brackets. Fixes #607 - embedded English text. 2015-02-01 17:27:05 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
SecretR
f88f3f5494 Merge remote-tracking branch 'origin/master' 2014-11-18 21:39:10 +02:00
SecretR
aebaa923a0 Typo fix 2014-11-18 21:11:26 +02:00
Cameron
65ffea010d Admin-UI: fix for boolean inline editing style. Disabled link-image replacement while in the admin area. 2014-11-15 13:30:55 -08:00
Cameron
a3bb284031 Mailout bounce handling fixes. 2014-10-22 17:58:20 -07:00
Cameron
280f100190 Admin->mailout embedded video thumbnail styling. 2014-10-19 14:44:41 -07:00
Cameron
65b44a8abb Added support for embedded mail media in mailouts. 2014-10-18 15:00:40 -07:00
Cameron
ce539d82c4 Mailing now considered to be 'frontend' when loading templates. Fixes consistency issues. (eg. login notifications etc.) 2014-09-03 14:09:10 -07:00
Cameron
ceb0fff60d Fixes problem where {e_PLUGIN}, {THEME} etc. are replaced with empty values when using parseTemplate(). Now retains theme for use by replaceConstants() etc. 2014-08-18 22:57:18 -07:00
Cameron
f4bb971696 More email templates cleanup. /signup.php?preview working again. 2014-08-17 20:53:44 -07:00
SecretR
ad52e0a673 Broken stristr utf8 support 2014-08-17 15:15:40 +03:00
SecretR
632e85745f Simple parser supports arrays in a proper way 2014-07-09 16:32:17 +03:00