1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 12:06:29 +02:00
Commit Graph

456 Commits

Author SHA1 Message Date
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Achim Ennenbach
d01a97816f refactoring toNumber() into e_parse class 2018-05-04 19:27:00 +02:00
Cameron
8f91e42c40 Changed makeClickable to public, for testing. 2018-03-10 19:17:13 -08:00
Cameron
48b3318ecb Admin-UI: $field 'filter' attribute now accepts 'future' and 'both', defaults to 'past' when set to true. ie. search future dates, past/future dates or past dates. 2018-03-05 14:37:56 -08:00
Cameron
c377050945 Make sure livestamp' is only active when 'relative' is selected in toDate(). 2018-03-04 13:03:29 -08:00
Cameron
d0d4bcc1cd Use static URLs in compressed CSS when enabled. 2018-01-26 18:12:12 -08:00
Cameron
4d3ef86bb7 Fix for TinyMce image resize. Also disabled static URLs in the admin area. 2018-01-26 14:10:15 -08:00
Cameron
7764d6a378 Fix for staticUrl() conflict. 2018-01-19 14:16:15 -08:00
Cameron
b22b1c49cd staticUrl() parser method now converts media folder URLs also. 2018-01-19 14:05:02 -08:00
Cameron
2788e9745c Image to Bbcode routines and batch conversion option added to admin News area (when in debug mode) 2017-12-27 20:58:59 -08:00
Cameron
66cb38cb85 Convert images back to bbcode when using TinyMce to keep image src urls dynamic. Parse bbcode inside [html] in toHtml() 2017-12-27 12:28:29 -08:00
Cameron
f51d759be9 Fixes last commit. 2017-12-14 18:09:31 -08:00
Cameron
ae3c42d888 Fix for multiple <x-bbcode> tags. 2017-12-14 18:04:45 -08:00
Cameron
bad3a54eee Experimental: Insert e107 BBcodes using TinyMce (Insert Menu) 2017-12-14 17:44:29 -08:00
Cameron
bd27b8ec04 Possible HTML validation issue fix for Font-Awesome etc 2017-12-09 12:28:00 -08:00
Cameron
4bf1d4c97b Fixes #2863 Glyphicons becomes the fallback 2017-11-17 13:10:29 -08:00
Cameron
ab76e96e86 Issue #2863 Possible fix for Glyph issue (bootstrap2 icons while using bootstrap3) 2017-11-15 15:11:33 -08:00
Cameron
21875c0b24 Use "i" tag for Fontawesome by default. 2017-11-04 10:27:17 -07:00
Cameron
6947cedf88 toGlyph() speed optimization and fixes for custom glyphs set by theme.xml 2017-11-03 18:52:49 -07:00
Cameron
a70add174e Allow srcset to be disabled in toImage(). 2017-11-02 14:28:53 -07:00
Cameron
a1272e8dbe Allow toAvatar to receive the 'class' attribute. 2017-11-01 15:13:02 -07:00
Cameron
a98fe2a9ef Static Path fix. 2017-10-26 14:50:38 -07:00
Cameron
933691b93f Fix for static URLs on Emoticons 2017-10-26 11:08:49 -07:00
Cameron
27910c87c7 Issue #2827 Support for multiple static domains for distributed static URLs. 2017-10-25 19:02:10 -07:00
Cameron
a2d49a1ce5 Experimental Image-Caching performance enhancement. 2017-10-25 15:17:53 -07:00
Cameron
cfd6e42260 Thumbnail cache-file name-generation moved to e_parse_class.php as thumbCacheFile() 2017-10-24 11:19:06 -07:00
Cameron
8d95e4e176 Improved docs on toGlyph() method. 2017-10-20 11:38:31 -07:00
Cameron
2a1f3b0d61 Backward compatibility code for old plugins. 2017-10-11 11:39:18 -07:00
Cameron
02e80f50de Parser cleanup 2017-09-19 16:19:39 -07:00
Cameron
4c6f015fa8 Issue #2600 defining e_HTTP_STATIC now applies to images (using thumbUrl/toImage) as well as js/css.
eg. define('e_HTTP_STATIC', 'http://static.mydomain.com/');
2017-04-28 15:07:36 -07:00
Cameron
905fb0208b e_url detection moved to application.php . Resolved conflicts between older URL scheme and new one when rootnamespace is in use. 2017-04-19 13:20:59 -07:00
Cameron
d915d249ee Parser line-break fix. 2017-04-12 16:51:10 -07:00
Cameron
7448535178 Parser: Allow data-* attributes when 'scripts' pref is enabled. 2017-04-06 08:48:36 -07:00
Cameron
674fde0525 Admin-ui: Carousel option added for use with Grid. 2017-04-05 12:42:42 -07:00
Cameron
e17316eab7 Admin-ui: Grid mode mostly complete. Fixed admin-ui top navigation. 2017-04-04 18:41:34 -07:00
Cameron
fcbe12c5f6 PHP Notice fixes. mbstring function fallback. 2017-03-31 19:04:34 -07:00
Cameron
489fb66d65 Fixes #2527 - extra line-breaks were being added to HTML. 2017-03-26 13:03:58 -07:00
Eduardo Carísio
0ce81ef49c Patch for issue #2499 2017-03-08 11:05:58 -03:00
Cameron
aaa5db36ab tp->toImage() now accepts 'placeholder' parm. NewsGrid template now uses placeholder by default. 2017-03-04 10:06:53 -08:00
Lóna Lore
768176c5c3 Fix for inline editing. 2017-02-12 21:55:46 +01:00
Cameron
5d94c192b6 Styling fixes. 2017-01-31 16:39:00 -08:00
Cameron
d9fe5c8410 Fix for SVG icon import. 2017-01-31 14:50:55 -08:00
Cameron
b6d9507aca Optimization 2017-01-29 18:43:52 -08:00
Cameron
0b920163a6 Send field and field-type values to e_parse toDB 2017-01-29 11:08:43 -08:00
Cameron
375d019169 toDB fix. - e_parse hook. 2017-01-29 09:47:54 -08:00
Cameron
c552bb5a3f Plugins: e_parse can now also hook into toDB() to modify content before it is stored in the database 2017-01-29 08:42:18 -08:00
Cameron
1ae16a6898 Code cleanup and support for markdown language bbcode. 2017-01-28 17:34:47 -08:00
Cameron
ac0d82c2f7 Cleanup 2017-01-27 14:39:40 -08:00
Cameron
67df2db265 Load TinyMce editor CSS from library. 2017-01-27 14:18:12 -08:00
Cameron
ad7efe78a9 Correct library cache file name. 2017-01-27 13:50:44 -08:00