onli
43f5181b6a
bump nl2br version to 2.21.2
2019-03-08 23:45:28 +01:00
Stephan Brunker
0d60caab07
fixed missing 'strike' tag and fixed tag recognition
2019-03-08 23:44:27 +01:00
onli
acc87400eb
fix nl2br: $textarray could be null on category pages
2019-03-07 21:06:18 +01:00
onli
a93b232c68
Document nl2br change and bumb version
2019-02-22 16:21:31 +01:00
Stephan Brunker
04cc9d0699
event_nl2br: fixed isolation issue for pre-tags. Updated description.
2019-02-22 16:19:25 +01:00
Stephan Brunker
e09b2600c6
improved nl2br to make it more intelligent
...
tag clean recognizes quotes in tags and escapes all non-tags
bugfixes in explode along tags
uses now simple <p>-tags normally and only in special cases margin=0
converts double newlines to paragraphs and single newlines to br-tags
but only inside text, not in tags and only where it is allowed by html standards
2018-07-03 17:04:34 +02:00
Stephan Brunker
7bc9067674
allowed nested lists, svg XML elements and fixed bugs in tag_clean
2018-01-02 14:46:45 +01:00
Stephan Brunker
bac3e5fb41
added iframe to allowed singleton tags
2017-12-20 00:06:57 +01:00
Stephan Brunker
967935195c
Fixed a small bug in isolation feature
2017-12-14 21:25:12 +01:00
Stephan Brunker
43b9f607d3
NL2P operation completely new written, works now from front to back according to tags
2017-12-14 21:25:12 +01:00
Stephan Brunker
b837adde3c
Changed behavior between body and extended part of article.
...
The body part now has never a whiteline at the bottom, the extended part has one at the top if it begins with a newline or the body ends with a newline.
2017-12-14 21:25:12 +01:00
Ian
b73214abba
consistent plugin usage - nl2br
...
this and followup commits touches:
use load_languiage API
class method parenthesis "\n{\n <code>\n}\n",
case break switches,
consistent boolean usage,
append css to eventData
and other cleanups
2016-01-26 14:10:11 +01:00
Ian
3fb15d74a8
lang cleanup core nl2br plugin
2016-01-21 17:57:19 +01:00
Ian
e6077f5ac7
nl2br - try to fix commit fe6fc9eb74e6be8d6fae33c428e4fd587720dfbf
...
which accidently disabled nl2br to run true
2016-01-08 10:56:36 +01:00
Ian
fe6fc9eb74
fix POST properties 'disable_markups' check(s)
...
see guestbook sidebar plugin and plugin_nugget_multilinugual
2015-12-01 11:35:48 +01:00
Ian
43fb606b3c
note
2015-07-13 14:35:19 +02:00
Ian
a5d7dbc081
upport 2efc58c cleanup nl2br
2015-01-20 16:50:36 +01:00
Garvin Hicking
9bf64cccda
example() method needs to RETURN not echo.
2014-03-05 13:28:26 +01:00
Ian
f37e0db153
upport last nl2br changes
2014-02-08 17:08:59 +01:00
Ian
d858fc8eb3
nl2br restore() better callback - see Issue #67
...
to match all PHP version since 5.2.6
2013-10-08 20:08:06 +02:00
Ian
74e699e560
Fixed deprecated /e modifier with PHP >= 5.5 in nl2br plugin restore method
2013-09-01 14:09:28 +02:00
Grischa Brockhaus
e72c90a69d
Merged branch 'master' into 2.0 (compatibility fixes)
2012-06-13 15:12:35 +02:00
Grischa Brockhaus
1f9630b394
Compatibility fixes.
2012-06-13 14:24:45 +02:00
Garvin Hicking
d7ef7a7a04
port everything so that 2.0 and 1.7 have the same features
2012-06-12 19:39:11 +02:00
Ian
a3f03a40af
forward thinking - added error / success / notice classes and
...
removed their img inline styles to default/admin/style.css
2012-05-23 19:23:41 +02:00
Martin Matuska
513f61399d
Unify Copyright
2012-05-13 12:18:05 +02:00
Martin Matuska
bc5c862ec5
Add Slovak translation
2012-05-13 11:49:35 +02:00
Ian
55d45031a9
nl2br better config mismatch check
2012-05-04 09:43:07 +02:00
Ian
e6596b3c5d
nl2br better config mismatch check
2012-05-04 09:40:49 +02:00
Ian
6b8062d1ed
check for config mismatch p_tags vs ISOBR
2012-05-03 19:31:16 +02:00
Ian
8522cc99a8
check for config mismatch p_tags vs ISOBR
2012-05-03 19:27:19 +02:00
Ian
0652e01780
if set, $isobr now hooks to global Serendipity var
...
to get also used by plugins, like staticpages
2012-04-21 16:20:15 +02:00
Ian
25312f6fdf
if set, $isobr now hooks to global Serendipity var
...
to get also used by plugins, like staticpages
2012-04-21 16:15:13 +02:00
Vladimir Ajgl
7fc4979ff4
Update of czech translation and documentation
2012-01-08 21:00:49 +01:00
Ian
85610d925c
nl2br - solved iso2br hook into serendipity_printEntryForm()
...
additional [NoBR] buttons added to templates/default/admin/entries.tpl
2011-11-25 10:51:15 +01:00
Garvin Hicking
000f77224c
nl2br plugin by ophian
2011-11-24 12:21:40 +01:00
Garvin Hicking
8ca7f04b8f
* Implemented suggestion of removing boilerplate code in plugin API:
...
Change hack protection, introduce unified language loading, see
http://board.s9y.org/viewtopic.php?f=11&t=16921
Thanks to mt2!
2010-08-20 09:07:42 +00:00
Vladimir Ajgl
36be598dc1
Fix of badly formated language files
2009-08-15 08:38:47 +00:00
Vladimir Ajgl
d1500a6c6b
Update of czech translation files for plugins, bulletproof theme and system language file
2009-08-12 20:58:39 +00:00
Garvin Hicking
b6b3ee78bc
enhance nl2br plugin to also use p tags
2009-03-24 10:41:50 +00:00
Garvin Hicking
1856be9aec
Czech update by Vladimir Ajgl
2007-12-04 09:11:39 +00:00
Garvin Hicking
5304923dd0
chinese language update by Demin Yin (work in progress)
2007-11-20 12:05:07 +00:00
Tadashi Jokagi
b91764fca1
* translation updated.
2007-06-06 04:23:06 +00:00
Garvin Hicking
5c255ef5dc
Polish update by Costa
2007-02-06 08:35:09 +00:00
Garvin Hicking
58b9711569
Remove utf8 bom
2007-01-29 13:49:03 +00:00
Garvin Hicking
48870c3682
Commit polish update by costa
2006-12-20 18:26:17 +00:00
Garvin Hicking
9b67bdd517
Make plugins bail out if called directly
2006-12-01 08:58:47 +00:00
Ivan Cenov
0e88f488ce
1) BG translation of new strings in serendipity_event_nl2br plugin.
2006-11-16 17:39:33 +00:00
Garvin Hicking
e2632879ec
Properly disable markup when previewing
2006-11-16 08:21:25 +00:00
Garvin Hicking
d9d2317f23
Remove errenous commit
2006-11-14 10:02:28 +00:00