1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-12 10:40:20 +01:00

55 Commits

Author SHA1 Message Date
secretr
9c219f52a9 more e107 class & API cahnges:
- magic __get() added to e107 and e_parse classes;
- resolved sch_load() related issues;
- more object getter;
2009-07-23 15:29:07 +00:00
marj
5e462df2c7 CHARSET deprecated 2009-07-19 11:44:30 +00:00
CaMer0n
3e75e6352f Added new iconpicker where appropriate. Some fixes in replaceConstant() and css/layout tweaks in admin->downloads 2009-07-17 02:28:49 +00:00
CaMer0n
56e5184bcf Bugfix: Corrected a bug which occurred when "Make URLs Clickable" was active and "Replace clickable URLs" was inactive.. email addresses were still being replaced with the default "-email-" or the replace-text preference value. 2009-03-08 18:48:12 +00:00
e107steved
2413b36923 Parser tweaks - hopefully speed up, simplify HTML rendering 2009-01-30 20:39:03 +00:00
e107steved
50b3654422 Restore some of the line break handling - ensures tables display properly 2009-01-23 21:18:37 +00:00
mcfly
feed586bcb Converting related core shortcodes to use batch class->method functionality. 2009-01-08 21:47:44 +00:00
e107steved
adce648182 Parser - first cut of restructuring of control logic 2009-01-03 22:32:54 +00:00
secretr
53cc80a9c0 Database Utilities administration ready;
Database Verification administration ready;
minor admin improvements
2008-12-30 13:51:41 +00:00
e107steved
5d25c47657 First cut of usersettings changes using common validation routines; more shared LANs, eliminate unused LANs 2008-12-28 22:37:43 +00:00
e107steved
baa13adc47 Bugtracker #4584 - fix link substitution from TinyMCE 2008-11-16 19:58:42 +00:00
e107steved
0bc018defa Start of utf-8 aware functions and handlers 2008-11-13 20:41:20 +00:00
e107steved
48331ac3ae Bugtracker #4570 - another go at fixing link substitution 2008-11-06 20:59:46 +00:00
e107steved
f4a7685f26 Bugtracker #4570 - last parser fix broke 'link' bbcode 2008-11-04 21:34:59 +00:00
e107steved
ae120a300c Tighten up regex on link substitution some more 2008-11-01 22:31:00 +00:00
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