aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* add support for zmg bbcode tag (img with class=zrl) which will eventually ↵friendica2013-05-271-1/+3
| | | | get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
* turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-181-1/+0
|
* more Friendica removalsfriendica2013-04-141-1/+1
|
* IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵friendica2013-04-141-6/+9
| | | | privacy-is-more-important-than-ease-of-use folks.
* tell it like it isfriendica2013-03-121-2/+2
|
* tell it like it is.friendica2013-03-121-1/+0
|
* make reshares translateablefriendica2013-03-111-71/+79
|
* fix typosfriendica2013-03-111-2/+2
|
* class def for reshared contentfriendica2013-03-111-1/+1
|
* dangerous typo that removes all your hublocs, fix reshare formattingfriendica2013-03-111-10/+9
|
* xss attack vector in bbcode.php - check for proc_open being disabled for ↵friendica2013-02-261-11/+11
| | | | security reasons in install
* partial port of embedded sharesfriendica2013-02-251-0/+91
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* this seems to cut load times in halffriendica2013-02-091-0/+1
|
* remove recursive share tagsfriendica2012-11-031-1/+1
|
* more file cleanupfriendica2012-10-221-20/+11
|
* prevent tag recursion on shared postsfriendica2012-10-081-0/+4
|
* remove targeted windowsfriendica2012-09-091-3/+3
|
* trim a bit of fatfriendica2012-08-291-6/+0
|
* upstream fixesfriendica2012-08-201-0/+1
|
* reduce duplication - only provide one system language settingfriendica2012-08-121-0/+2
|
* the dynamic "show more" sort of works - but with a nagging delay. But I need ↵friendica2012-08-061-4/+4
| | | | to move on to bigger things. We'll leave it for now.
* updatesfriendica2012-08-051-0/+6
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-9/+46
|
* json notification popup mostly working in zerofriendica2012-07-171-0/+2
|
* 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 ↵Zach Prezkuta2012-07-051-2/+3
| | | | non-Markdownify version
* 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
| | | | to harder stuff
* 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
|\ | | | | | | | | Conflicts: include/bbcode.php
| * fix typo and syntax errorSimon L'nu2012-06-251-1/+1
| | | | | | | | Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
* | 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 &copy; by wrapping in bb ↵friendica2012-04-231-0/+3
| | | | brackets
* 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 ↵Michael Vogel2012-03-171-0/+10
| | | | "spoiler" elements
* bug #328friendica2012-03-101-3/+3
|
* GIT problems ...Michael2012-02-231-8/+1
|
* Merge remote branch 'upstream/master'Michael2012-02-231-0/+8
|\ | | | | | | | | Conflicts: include/bbcode.php