aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* personal oembed black/white listredmatrix2015-08-041-0/+1
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-311-1/+8
|\ | | | | | | | | Conflicts: util/messages.po
| * escape $ in eventsredmatrix2015-07-301-1/+8
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-131-1/+5
|\|
| * Only let local logins install webpage elementsredmatrix2015-07-111-1/+5
| |
* | undo the disabling of browser_prefetch and for the time being revert the ↵redmatrix2015-06-251-43/+29
| | | | | | | | HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more.
* | remove all QR-code stuff from core - now in qrator addonredmatrix2015-06-251-14/+0
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-021-1/+1
|\|
| * error in directory bbcode image filterredmatrix2015-05-311-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-311-0/+16
|\|
| * some basic background work for activitystreams-json-ld-2.0 conversionsredmatrix2015-05-311-0/+8
| |
| * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-301-1/+4
| |\
| | * some fixes to make menu sharing work and expose it in the ui.Mario Vavti2015-05-291-0/+3
| | |
| * | strip images from directory text entriesredmatrix2015-05-301-0/+5
| |/
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-1/+18
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po
| * make design elements translateableMario Vavti2015-05-201-1/+18
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-191-1/+2
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * remove dbg codeMario Vavti2015-05-191-1/+1
| |
| * be verbose about what type of element (block, layout, webpage) is beeing ↵Mario Vavti2015-05-191-1/+2
| | | | | | | | installed
* | missed one...redmatrix2015-05-061-0/+2
| |
* | forgot to saveredmatrix2015-05-061-2/+0
| |
* | Hopefully this will make item_cache the defaultredmatrix2015-05-061-3/+43
|/
* remove obsolete linebreakMario Vavti2015-05-041-1/+1
|
* just a test, please do not try to implement this as there are severe ↵friendica2015-04-301-2/+10
| | | | security issues
* don't warn folks about the webaddress observer tag. We need it in ↵friendica2015-04-091-1/+1
| | | | constructed urls.
* Renamed some functions to match other names in bbcode.php.Klaus Weidenbach2015-04-071-191/+211
| | | | | | Some documentation. Removed unused variables. Removed empty spaces at line endings.
* make open tag work correctly for multiple invocations in the same textfriendica2015-04-061-3/+7
|
* open bbcode tagfriendica2015-04-011-0/+11
|
* make the channel item query match recent changes to network item query (and ↵friendica2015-03-181-1/+1
| | | | some slightly older changes in display item query), and allow '@' in linkified urls.
* turn parse_url into the definitive url attaching mechanismfriendica2015-03-111-1/+21
|
* allow urls using the zot: or zots: URL schemes to exist without getting ↵friendica2015-03-101-1/+1
| | | | filtered away.
* when fixing "naked links" make sure not to double link double urls as seen ↵friendica2015-03-061-1/+1
| | | | in archive.org - which has the complete unescaped target url, scheme and all, as part of its own.
* Merge pull request #900 from einervonvielen/doc_dev_beginner_correctionsRedMatrix2015-02-191-2/+7
|\ | | | | Changed bbcode [toc] and changed doc for beginning deveopers
| * Changed bb code [toc] to make it more flexibleEiner von Vielen2015-02-141-2/+7
| | | | | | | | | | | | | | | | | | | | This usage is know closer to the original usage of http://ndabas.github.io/toc/ Changed: - jquery.toc.js: Do not check for empty headings - bbcode.php: Added processing of [toc] with parameters - main.js: Use the default params for jquery.toc.js - bbcode.html: Added more help for [toc] and corrected some html
* | issue #860, replace br html element with linefeed between table rowsfriendica2015-02-151-0/+1
|/
* author profile photo in reshare wasn't linkedfriendica2015-02-051-1/+1
|
* bring back inline imagesfriendica2015-01-291-6/+15
|
* recognise opus as an audio filefriendica2015-01-251-1/+1
|
* Added a table of content as bbcode element [toc] for webpages2015-01-141-1/+1
| | | | | - Included jquery.toc.js (http://www.apache.org/licenses/LICENSE-2.0) - Modified jquery.toc.js to work with the webpages of the red#matrix - Added info to the help
* TestEiner von Vielen2015-01-131-0/+4
| | | | ...with table of content. jquery.tableofconent.js works bunt not properly
* Add title to bb_observer tags to further clarify a bit what's going onStefan Parviainen2015-01-061-1/+1
|
* Fix typoStefan Parviainen2014-12-281-1/+1
|
* Make spaces work in [audio] and [video]. Fixes #774Stefan Parviainen2014-12-281-2/+2
|
* provide last successful poll run time (using relative time) in siteinfo so ↵friendica2014-12-211-5/+0
| | | | that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly.
* ability to generate arbitrary map with [ map=lat/lon] and also free form ↵friendica2014-12-171-0/+19
| | | | location using [ map]somewhere[/map] but the second one currently has no plugins available to generate it.
* Add [ map ] element to bbcode, no closing tag. Requires a map generator ↵friendica2014-12-161-0/+8
| | | | plugin (like openstreetmap which was just updated) and also requires that the author has browser location enabled.
* theme the observer tags so they stick out like a sore thumb. Too much bad juju.friendica2014-11-241-4/+6
|
* allow (our own) ajax urls to pass through bbcode intact.friendica2014-10-091-2/+2
|
* shareable design elementsfriendica2014-10-061-0/+12
|
* BBCode - $1 wrote doesn't make sense as a spoiler. $1 spoiler does.Thomas Willingham2014-09-281-1/+1
|