aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix a really disturbing comment Xanthor2019-05-171-2/+1
| | | (cherry picked from commit 823c0434ebcba7b7669203323f9cec4bbb9e0f4b)
* channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-111-0/+1
| | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* support tables in markdown posts/comments (but not table alignment); and do ↵zotlabs2018-01-141-8/+9
| | | | not support iframes from html source.
* html2bbcode: use headings bbcode for headingsMario Vavti2017-12-201-6/+6
|
* paths in xchan_addr no longer means RSS specifically but could be activitypubzotlabs2017-09-031-3/+0
|
* add another hookredmatrix2016-09-291-1/+1
|
* I'm speechless. This is just reckless. Set a context flag in text using a ↵friendica2014-10-231-2/+2
| | | | context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr.
* wall-e random signature failuresfriendica2014-10-191-1/+2
|
* doc updatesfriendica2014-06-061-1/+1
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up ↵friendica2012-07-021-1/+1
| | | | to harder stuff
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* html2bbcode: Disabled size conversionMichael Vogel2012-03-151-9/+9
|
* Merge commit 'upstream/master'Michael Vogel2012-03-091-1/+1
|\
| * unused replacement variable displays %1 in all html2bbcode 'code' blocksfriendica2012-03-041-1/+1
| |
| * call time pass by reference deprecatedfriendica2012-02-281-1/+1
| |
* | html2bbcode: don't convert sizes and fonts.Michael2012-03-021-3/+7
|/
* "vier": The contacts are now working again. Line break before closing ↵Michael2012-02-251-2/+2
| | | | bbcodes removed.
* fix img tag with size attributeTobias Diekershoff2012-02-231-1/+1
|
* Handling nested bbcodes. Some small design changes in html2bbcode. Change in ↵Michael2012-02-191-14/+21
| | | | poller.php is just for testing purposes.
* Brand new html2bbcode. Some other changes in diaspora to bbcode handlingMichael2012-02-191-119/+271
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* import image sizes from html sourceFriendika2011-09-131-0/+8
|
* iframesFriendika2011-06-151-0/+2
|
* preserve newlines inside <pre> tags when importing feedsFriendika2011-02-091-2/+49
|
* Support bbcode size tag - I may regret this...Friendika2011-02-081-0/+2
|
* be more forgiving about the order of link parameters in html->bbFriendika2011-02-021-2/+2
|
* fix some linebreak issuesFriendika2011-01-171-0/+6
|
* newlines were getting strippedFriendika2011-01-161-1/+1
|
* and slashes - sigh...Friendika2010-12-301-2/+2
|
* and right anglesFriendika2010-12-301-2/+2
|
* oops escape left angles in expressionsFriendika2010-12-301-2/+2
|
* html5 video/audio support - still needs multiple sourceFriendika2010-12-301-46/+56
| | | | selection, and check that it isn't blocked by html purifier
* plugin hooks for bbcode conversionsFriendika2010-12-301-0/+2
|
* preserve newlines on all networksFriendika2010-11-051-1/+3
|
* match patterns against the encoderMike Macgirvin2010-10-071-3/+1
|
* more fixes from landingMike Macgirvin2010-09-091-2/+2
|
* fixing typos from 2.0 landingMike Macgirvin2010-09-091-1/+1
|
* mistpark 2.0 infrasturcture landsMike Macgirvin2010-09-081-0/+50