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

200 Commits

Author SHA1 Message Date
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
Cameron
73bb794b67 Better bootstrap detection. 2013-03-19 19:05:58 -07:00
Cameron
fa3a2fa842 Wysiwyg bbcode-selection and introduction of <bbcode> tag for conversion of bbcodes within html. 2013-03-18 22:14:05 -07:00
Cameron
4dbc400c86 Fix for thumbUrl() error. 2013-03-18 03:41:05 -07:00
SecretR
4a30c7a2ca thumbUrl method now converts shortcode paths (testing required) 2013-03-18 12:27:13 +02:00
Cameron
bba822d5ce Modal styling and size fixes. 2013-03-17 05:40:26 -07:00
Cameron
3430c31048 New {SETIMAGE} shortcode for theme developers. Using this prior to a media-manager image being called will allow one to set the default size for the image (ie. when not specified otherwise). eg. {SETIMAGE|w=293} will set the width of the images to 293px. 2013-03-08 20:16:49 -08:00
Cameron
f32a641ad5 parser and file-class fixes 2013-03-06 01:24:04 -08:00
Cameron
bf435ceb03 Parser improvements. 2013-03-05 23:46:51 -08:00
Cameron
1fc48b7f38 Fixes for the new parser. 2013-03-05 15:14:43 -08:00
Cameron
ae1f60f42f Tiny syntax fix 2013-03-01 18:22:27 -08:00
Cameron
0df1013fe3 Corrected <code> and <pre> handling. Added utf-8 support. Added attribute white-list per tag. 2013-03-01 18:17:03 -08:00
SecretR
757b52fb09 Performance improvements of output parser, few test cases added 2013-03-01 17:24:33 +02:00
SecretR
9c1d799bf9 Solving issues with new experimental output parser 2013-03-01 16:26:29 +02:00
Cameron
c9bdf62739 New parser extends existing one. 2013-03-01 03:46:15 -08:00
Cameron
997d11a982 First draft of new text/html parser 2013-03-01 00:19:53 -08:00
Cameron
0d963eaff5 TinyMce fixes and support for raw html or bbcodes. (depending on Html posting preference) 2013-02-28 03:42:29 -08:00
Cameron
9554145500 Issue #81 - fix for {e_UPLOAD} appearing in generated plugin site-links. 2013-01-17 21:35:43 -08:00
SteveD
8c4432b4b2 Keep HTML abuse filter in line with 1.x.
Remove isutf8 flag - no longer relevant.
2013-01-05 09:42:34 +00:00
Cameron
97d4ea731c Fix for Image Import previews. 2012-12-22 02:11:03 -08:00
Cameron
4bd6cd3dee Issue #57 - fixes the error but doesn't correct a general issue with the way the mailout section is coded. Admin navigation is currently broken on some pages. Perhaps @e107steved has some answers. 2012-12-16 13:19:52 -08:00
Cameron
a23d845054 Files directory no longer created during install. ( Issue #45 ) 2012-12-16 13:02:19 -08:00