aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* BBCode - $1 wrote doesn't make sense as a spoiler. $1 spoiler does.Thomas Willingham2014-09-281-1/+1
|
* bbcode sup and subfriendica2014-08-051-0/+7
|
* standards compliancefriendica2014-07-221-6/+6
|
* remove some code duplicationfriendica2014-07-141-19/+3
|
* Make [observer.baseurl] more reliable using connurl which will changeThomas Willingham2014-06-301-2/+2
| | | | | less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up.
* minor changesfriendica2014-06-291-0/+6
|
* fix space around brackets changing.friendica2014-06-191-3/+9
|
* start to build out the appsfriendica2014-05-181-0/+14
|
* Merge pull request #455 from encyclomundi/masterRedMatrix2014-05-111-1/+1
|\ | | | | correct minor typo
| * correct minor typoCharles2014-05-101-1/+1
| |
* | Merge branch 'master' of https://github.com/chriswinstead/redroot2014-05-101-0/+24
|\ \
| * | add support for h1, h2, etc. to bbcodeMichael Johnston2014-05-101-0/+24
| | |
* | | Made some changes to img tags to enforce max-width everywhere, and to the ↵root2014-05-071-6/+6
|/ / | | | | | | page headers to allow user scaling.
* / add message_id to reshared items so that we can eventually notify the ↵friendica2014-05-051-0/+6
|/ | | | original poster via an activity that their item was shared.
* this is a mess and makes a complicated security model that one can probably ↵friendica2014-03-311-4/+3
| | | | drive a truck through. It will have to be fixed. It does make youtubes work again.
* revise the sandboxfriendica2014-03-301-1/+1
|
* little fixes of hopefully nil significancefriendica2014-03-161-3/+6
|
* this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-101-7/+7
| | | | screens. also save some horizontal space.
* SECURITY: do not automatically open an iframe which points into the local ↵friendica2014-02-201-1/+8
| | | | website.
* oops - still using the !@#$ youtube bbcodesfriendica2014-02-121-29/+29
|
* remove some obsolete bbcode tagsfriendica2014-02-121-65/+30
|
* another bbcode addition for the demo, however this one is potentially useful ↵friendica2014-02-121-0/+14
| | | | for other purposes
* bbcode element of where you are on a site. perhaps this is less than ↵friendica2014-02-121-1/+1
| | | | generally useful but I plan to use it in a demo video where there is no other way to accomplish this
* Add class to bookmark links to make it better them ableChristian Vogeley2014-02-091-0/+4
| | | | | | | | | | | | | | | | | | E.g.: css (not yet included) .bookmark-identifier{ display:none; } .bookmark:hover:before{ text-decoration:none; content:"#^"; color:#000000; background:#FFFFFF; } .bookmark:hover{ color: #FFFFFF; background: #3465A4; }
* add a sanitized style tag to bbcodemarijus2014-02-051-0/+55
|
* minor whitespace cleanupmarijus2014-01-301-1/+0
|
* add image floating to bbcodemarijus2014-01-301-10/+40
|
* SECURITY: remove style and class bbcodesfriendica2014-01-281-8/+0
|
* add zid to audio/video (again)friendica2014-01-231-7/+44
|
* display a somewhat more pleasant hovertip on qr codesfriendica2014-01-231-1/+1
|
* fix marital partner linkingfriendica2014-01-231-0/+10
|
* fix table bbcodefriendica2014-01-091-1/+1
|
* qr enhancementsfriendica2014-01-081-1/+1
|
* qr code supportfriendica2014-01-071-0/+10
|
* bbcode convenience variables for producing documentation.friendica2014-01-061-0/+2
|
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-4/+7
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* display encrypted text inlinefriendica2013-11-111-2/+5
|
* Didn't finish it. Gotta' pee.friendica2013-11-101-9/+2
|
* more e2ee infrastructure - at this point if somebody wants it they're going ↵friendica2013-11-071-2/+39
| | | | to have to work for it.
* Use only one regex for title matching in rpost tagzottel2013-10-311-6/+5
|
* Allow setting of title in rpost tag with [rpost=title]body[/rpost]zottel2013-10-301-1/+6
|
* rpost bbcode tagfriendica2013-10-291-3/+10
|
* Slightly modify reshares so they can be themed as a whole.Thomas Willingham2013-10-021-2/+2
|
* Fix observer=1 tag. Using only observer without =1 won't work anymore now.zottel2013-09-241-2/+2
|
* spice this up a little bit...friendica2013-09-231-0/+8
|
* add [observer] tags and [observer.baseurl]zottel2013-09-231-0/+20
|
* encode and decode channel names containing HTML special characters and ↵friendica2013-09-061-21/+1
| | | | quotes so they will survive a reshare without mangling
* when using the bbcode mimetype a space is just a space. A return is a ↵friendica2013-08-271-0/+1
| | | | return. But as opposed to HTML, two spaces are now non-breaking. A tab (assuming you can figure out how to enter one in a text field) is now four non-breaking spaces. This should let us insert code snippets with much more readable indentation.
* fix profile change activity where the change is a solitary url - and ↵friendica2013-08-261-1/+1
| | | | includes a stray right quote
* regex patchfriendica2013-08-261-1/+1
|