1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

40 Commits

Author SHA1 Message Date
e107steved
e2cbb1b9ca Bugtracker #4560 - fix regex for link substitution (and no doubt break something else) 2008-11-01 18:00:36 +00:00
e107steved
568740cdc4 Move email obfuscation function somewhere sensible 2008-10-30 22:42:41 +00:00
e107steved
276cf7e01c Bugtracker #4492 - eliminate word wrap lockup on badly formed utf-8 2008-09-04 19:50:18 +00:00
e107steved
ea125d2657 Correct parser hooking logic 2008-08-17 15:04:20 +00:00
e107steved
f44af2bebc More on bugtracker #4457 - CHARSET could be upper case 2008-07-17 19:17:54 +00:00
e107steved
fb73982717 Bugtracker #4457 - handle entities when truncating text 2008-07-15 21:18:39 +00:00
e107steved
736d10fe44 Bugtracker #4403, #4080, #3626, #4332, possibly #4190 and probably #3808 and #3625 - restructure parser to resolve various bbcode decoding problems 2008-06-14 21:01:04 +00:00
e107steved
b7f2e6b1b3 Bugtracker #4415 - add extra checking 2008-05-26 17:58:29 +00:00
e107steved
c954aa4e1b Bugtracker #4415 - fix non-utf-8 wrap 2008-05-23 20:29:12 +00:00
e107steved
089d734839 Bugtracker #3835 - the other half of the fix! 2008-03-17 21:02:09 +00:00
e107steved
b239ff08ce Bugtracker #4353 - need to look for utf-8 whitespace 2008-03-15 12:33:21 +00:00
e107steved
8e15f74300 Bugtracker #4301 - rewrite htmlwrap() so it works - thanks marj for testing 2008-02-25 22:15:24 +00:00
mcfly
76c552459a Now processing e_tohtml files, old method deprecated. Linkwords updated to use new method. More plugin.xml supporting changes 2008-02-01 18:09:02 +00:00
e107steved
391b775568 Bugtracker #4241, #4274 - decode image paths in forum (only affects TinyMCE) 2008-01-04 19:54:16 +00:00
e107steved
ab8aa3ee78 Committed wrong version of file earlier 2007-12-30 23:31:18 +00:00
e107steved
bb3b2cf34c Initialise shortcode handler later than main parser - requires that $pref is valid, otherwise shortcodes from plugins not loaded. Needs review of best way to do it 2007-12-30 16:54:31 +00:00
e107steved
47c6faff35 Bugtracker #3972 - strip empty HTML tags in wordwrap 2007-12-30 09:49:46 +00:00
e107steved
ff675f4780 Bugtracker #4213 - parse absolute constants {e_THEME_ABS} and {e_IMAGE_ABS} 2007-12-07 21:24:55 +00:00
CaMer0n
851f8cc320 Bugfix: internal link detection was failing. Also added support for [link=url rel=internal] for overriding default preference. 2007-11-13 07:38:55 +00:00
mcfly
74ffda4223 Additional [php] protection 2007-11-10 19:24:42 +00:00
e107steved
9ed05a2995 Bugtracker #4191 - moving bbcode translation messed up link translation 2007-11-08 22:46:49 +00:00
e107steved
c2480a88cf Possible fix for wrap problems on email addresses 2007-11-04 20:25:02 +00:00
e107steved
0131596d38 Make toDB() parameter list backward compatible 2007-11-04 09:05:13 +00:00
e107steved
f29882c73f Bugtracker #4149 - handle utf-8 in toAttribute() 2007-10-16 19:05:32 +00:00
e107steved
06f3e2f89d Bugtracker #4108 - workaround for bug in Zend Optimiser 3.3.0 with PHP 5.2.4 - crashes on '::' in defined() 2007-10-04 19:08:38 +00:00
CaMer0n
202de28639 bugfix: contact page - cleaned user input 2007-09-09 07:05:06 +00:00
mcfly
ceb7ece5eb Beginning of new shortcodes, now able to be functions insead of .sc files or batch sc files. Will be done in new forum code for example usage 2007-06-13 02:53:21 +00:00
e107steved
75e61bb9f4 Speed up utf-8 truncate 2007-06-07 19:19:37 +00:00
e107steved
bff82ee583 Bugtracker #3963 - proper utf-8 truncate - thanks verant 2007-06-06 19:28:25 +00:00
e107steved
ed97494830 Bugtracker #3583 - hardcoded LAN 2007-05-28 18:02:47 +00:00
e107steved
d27ad1867b Sitelinks for plugins using {e_XXX} weren't always decoded properly. Notice removal. 2007-05-16 20:24:44 +00:00
e107steved
3076a9eefa Change display options in forum thread and chatbox 2007-04-30 20:17:05 +00:00
CaMer0n
eba031ef6e Bug #3861 - Fixed constants from being changed in email subject. 2007-03-26 06:34:56 +00:00
e107steved
31174c8056 Bugtracker #3592, #3835 - modify matching on clickable www links 2007-03-11 20:52:47 +00:00
CaMer0n
ae04b798f1 Bug #3755 - Use of " & " wasn't validating. Added a search/replace with spaces either side to avoid problems with entities. 2007-02-18 01:17:25 +00:00
mrpete
091e68526f remove incompatible hook= code; replace w/ new support for "SuperModifiers" as designed
by team
2007-01-20 16:19:43 +00:00
e107steved
3733a94ce9 Bugtracker #2827, #3576, #3577 - stop linkwords appearing in places they shouldn't (code now has to explicitly enable them in various areas), match complete word/phrase only (no partials), fully case-insensitive match and display case exactly as found, don't process on admin pages 2007-01-17 21:29:28 +00:00
e107steved
591863a72d Comment: Bugtracker #3679 - don't make links clickable in emails 2007-01-15 22:06:18 +00:00
sweetas
2a93473b99 Parser stability, security updates and clean up 2007-01-12 21:05:20 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00