aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
* fix bugsZach Prezkuta2012-07-071-3/+3
* allow more than one embedded private photoZach Prezkuta2012-07-071-17/+71
* fix small bug in lists and revert Diaspora list processing to non-Markdownify...Zach Prezkuta2012-07-051-2/+3
* fix !@#$ tinymce linebreaks for the thousandth timefriendica2012-07-041-1/+1
* fix double linesfriendica2012-07-021-1/+5
* try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up ...friendica2012-07-021-1/+5
* fix logic for nested lists--should be OR, not ANDZach Prezkuta2012-06-271-3/+3
* stray sfriendica2012-06-251-1/+1
* change required docofriendica2012-06-251-2/+5
* change event behaviour so that title is required but description is notfriendica2012-06-251-2/+2
* event summary/titlefriendica2012-06-251-0/+1
* Merge https://github.com/friendica/friendica into pullfriendica2012-06-251-0/+1
|\
| * fix typo and syntax errorSimon L'nu2012-06-251-1/+1
* | typos in bbcode, add service class restrictions to jot uploadsfriendica2012-06-251-1/+1
|/
* allow nested [ol] and [ul] lists tooZach Prezkuta2012-06-251-4/+5
* New option in the bbcode parser to disable oembed.Michael Vogel2012-06-181-16/+24
* webfinger profile linkerfriendica2012-06-021-0/+7
* [quote=somebody] was appearing as an extended spoiler tag.Thomas Willingham2012-06-011-1/+1
* allow bbcode representation of html symbols such as © by wrapping in bb ...friendica2012-04-231-0/+3
* Several improvementsMichael Vogel2012-03-311-1/+2
* Quotes with author are now having an "open/close" linkMichael Vogel2012-03-171-1/+12
* New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spo...Michael Vogel2012-03-171-0/+10
* bug #328friendica2012-03-101-3/+3
* GIT problems ...Michael2012-02-231-8/+1
* Merge remote branch 'upstream/master'Michael2012-02-231-0/+8
|\
| * nested quote check fails to account for strpos returning position 0friendica2012-02-221-2/+2
* | bbcode.php: A list or quote at the beginning wasn't detectedMichael2012-02-231-3/+3
|/
* Handling nested bbcodes. Some small design changes in html2bbcode. Change in ...Michael2012-02-191-7/+12
* Brand new html2bbcode. Some other changes in diaspora to bbcode handlingMichael2012-02-191-32/+29
* preliminary qcomment support, [nosmile] tag to disable smiley processingfriendica2012-02-141-1/+4
* hr bbcode tagfriendica2012-02-131-0/+1
* finish translation of 'xxxxx wrote:'friendica2012-02-121-2/+4
* Merge branch 'master' into bbcodeAbinoam P. Marques Jr2012-02-121-1/+1
|\
| * make 'x minutes ago' fully translateable with argument ordering. string update.friendica2012-02-121-1/+1
* | Added [th] bbcode tag support.Abinoam P. Marques Jr2012-02-121-0/+1
* | Fixed bbcode [li] and [*] handling.Abinoam P. Marques Jr2012-02-121-7/+2
* | Added [quote=Name] bbcode support.Abinoam P. Marques Jr2012-02-121-1/+7
* | Added [center] bbcode support.Abinoam P. Marques Jr2012-02-121-0/+3
* | BBCode [size=50] --> font-size: 50px (with the unit px).Abinoam P. Marques Jr2012-02-121-0/+2
* | Added support to [noparse], [nobb] and [pre] as bbcode escape tags.Abinoam P. Marques Jr2012-02-121-0/+34
* | Added support for [ol] standard ordered list bbcode.Abinoam P. Marques Jr2012-02-121-0/+2
* | Added support for [ul] standard unordered list bbcode.Abinoam P. Marques Jr2012-02-121-1/+3
* | Regexp fix for [LIST=i], [list=i], [LIST=I] and [LIST=i] bbcodesAbinoam P. Marques Jr2012-02-121-4/+8
|/
* add remove_user hook (it looks like dreamhost changed all my file permissions...friendica2012-01-181-0/+0
* sql optimisation cont.friendica2012-01-021-1/+1
* bug 244 multiple birthday reminders from Diaspora if profile changed repeatedlyfriendica2011-12-191-1/+1
* home_init hookfriendica2011-12-151-13/+10
* wrong length in image extractorfriendica2011-11-271-4/+5
* more readable private image extraction for bypassing preg limitsfriendica2011-11-271-8/+7
* extract private images before bbcode translation since preg has issues with l...friendica2011-11-271-1/+21