aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* 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 ↵friendica2011-11-271-1/+21
| | | | large data sizes.
* bbcode list stylesFriendika2011-11-091-6/+10
|
* bbcode listsFriendika2011-11-031-1/+4
|
* Merge remote-tracking branch 'friendika/master'Fabio Comuni2011-10-261-0/+1
|\
| * some dspr fixesFriendika2011-10-251-0/+1
| |
* | oembed: wrap in iframe only html from remote serviceFabio Comuni2011-10-251-1/+1
|/
* use iframe for oembed - untrusted contentFriendika2011-10-241-2/+1
|
* fix vimeo oembed bbcode regexpFabio Comuni2011-10-241-2/+2
|
* try to use oembed on vimeo tagFabio Comuni2011-10-241-0/+3
|
* Use oembed for bookmark, audio, video, youtubeFabio Comuni2011-10-241-5/+36
|
* stuffFriendika2011-10-111-0/+3
| | | | | | | | | | | | - background the external network notifications (Facebook, Twitter, Statusnet) - add vimeo support - consolidate editor video options (insert video, regardless of source) - add "Connector Settings" page purely for configuring connectors - moved mailbox settings to Connectors - Move the "Connect/Follow" dialogue out of "find people" and move to top. - Add "Find People" dialogue - minor theme edits on duepuntozero and testbubble to make all this stuff work - A bit of theming on duepunto notifications to eliminate the gigantic Diaspora profile photos.
* more multiline regex fixesFriendika2011-09-201-5/+5
|
* again fix bbcode image sizesFriendika2011-09-181-1/+1
|
* fix bbcode image sizeFriendika2011-09-181-2/+3
|
* bloody ampersandsFriendika2011-09-141-2/+3
|
* bug #146 - br HTML tags showing up in eventsFriendika2011-09-111-5/+7
|
* match bbcode multilineFriendika2011-09-031-41/+41
|
* youtube redirect fixesFriendika2011-08-301-2/+4
|
* don't allow fullscreen for youtube iframe - this makes it hard to visit the ↵Friendika2011-08-261-1/+1
| | | | network page when they throw an error
* one more little tweak to linkificatorFriendika2011-08-251-1/+1
|
* tweak to bbcode linkificatorFriendika2011-08-251-1/+1
|
* improved code blocksFriendika2011-07-181-0/+14
|
* missed some images, table border propertyFriendika2011-06-211-0/+4
|
* fix banding on logo, xhtml compliant list and basic table supportFriendika2011-06-211-1/+7
|
* iframesFriendika2011-06-151-0/+1
|
* event itemFriendika2011-06-091-0/+25
|
* event communication basicsFriendika2011-06-091-1/+1
|
* events, continued. Also better regex matching accounting for empty elementsFriendika2011-06-071-26/+26
|
* Add oembed user option for use oembed instead of standard yotube embedding.Fabio Comuni2011-05-231-2/+1
| | | | Remove global option and parse_url use of oembed.
* add config [system][embed_all] to use oembed with links and youtube. Url ↵fabrixxm2011-05-231-6/+11
| | | | parse fallback to default if url has not an oembed rappresentation.
* improved standards compliance of some of the tags and fixed an issue which ↵Chris Case2011-05-221-3/+3
| | | | caused text to bump-over youtube video embeds
* patches for youtube's change in link and embed formats, please testFriendika2011-05-201-1/+5
|
* fix private imagesFriendika2011-04-301-1/+1
|
* bug #34, line breaks double in retweet/shareFriendika2011-04-101-1/+4
|
* bug #29 - commas not linkifiedFriendika2011-03-301-1/+1
|
* fix youtube videos that use https:// urlsFriendika2011-03-151-1/+1
|
* more punctuation characters added to linkify patternsFriendika2011-02-201-1/+1
|
* Accept pretty much bloody anything inside a [url] tag as a legal URL.Friendika2011-02-091-3/+3
|
* Support bbcode size tag - I may regret this...Friendika2011-02-081-2/+2
|
* use microformat to mark html from [embed] tag, convert html with oembed ↵Fabio Comuni2011-01-311-1/+1
| | | | microformat to [embed] tag