aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
* just whitespace to trigger a new build testMario Vavti2019-03-201-1/+0
|
* VideoMario2019-03-201-0/+22
|
* Update bbcodeMario2019-01-071-14/+3
|
* remove some fancy formatting.phani002018-12-181-1/+0
|
* new fix for dark themephani002018-12-171-1/+2
| | | | | | | | change implementation of hl-tags in include/bbcode.php insert class='default-highlight' instead of background-color: 'yellow' into span add span.default-highlight definition to view/theme/redbasic/css/style.css this works for all schemas incl. dark.
* fix css issues in bbcode conversion and focus-light schemaMario Vavti2018-11-121-6/+6
|
* Remove servicelevel logicM. Dent2018-09-291-3/+0
|
* issue with mdpost addon and archive.org links which contain a full url as a ↵zotlabs2018-08-131-0/+2
| | | | path/query component
* where possible strip zid parameter from links that get pasted into posts so ↵zotlabs2018-04-261-3/+5
| | | | that they will get a correct zid when rendered
* channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-111-2/+2
| | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
* bbcode() - ensure that $options is always an array, as the interface has ↵zotlabs2018-04-041-0/+4
| | | | changed slightly
* allow the link target attribute to be modified in bbcode() from much further ↵zotlabs2018-04-041-26/+18
| | | | up the call stack in prepare_page() which will usually refer to a local item.
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-3/+16
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* do not always zid share links. add missing <Mario Vavti2018-03-151-4/+4
|
* more work on federated pollszotlabs2018-03-031-0/+30
|
* do not show summary if it is equal to body and some styling for the ↵Mario Vavti2018-02-191-1/+1
| | | | summary/article toggle links
* Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵Andrew Manning2018-02-181-2/+8
| | | | code render nicely.
* provide a default video image if nothing else is available. Allow sites to ↵zotlabs2018-01-281-1/+5
| | | | change it.
* don't do any bbcode translation within code blocks (except baseurl, ↵zotlabs2018-01-251-14/+28
| | | | observer, and linefeeds)
* add summary bbcode tagzotlabs2018-01-151-0/+15
|
* remove additional linebreaks after headingsMario Vavti2017-12-211-0/+7
|
* hubzilla-addons issues #73zotlabs2017-12-091-1/+1
|
* render installable elements as buttons instead of linkszotlabs2017-12-031-2/+2
|
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-3/+5
| | | | also some extra checking of server headers in upload functions
* article featurezotlabs2017-11-221-0/+2
|
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-3/+3
| | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
* card embed improvedzotlabs2017-09-041-1/+6
|
* escape 'http' inside code blocks so it doesn't trigger an oembedzotlabs2017-08-291-0/+3
|
* minor activitypub rendering stuffzotlabs2017-08-021-1/+1
|
* add rel=noopener to all external target _blank linkszotlabs2017-06-131-16/+16
|
* move code syntax highlighting to pluginzotlabs2017-05-301-4/+1
|
* re-arrange a few functionszotlabs2017-05-301-0/+60
|
* this looks like a slightly cleaner solution to the unicode dl issuezotlabs2017-05-141-1/+1
|
* hubzilla issue #777zotlabs2017-05-141-1/+1
|
* handle mastodon urls in markdown/bbcode conversionzotlabs2017-05-081-1/+1
|
* typozotlabs2017-05-011-1/+1
|
* some event workzotlabs2017-03-051-0/+1
|
* consolidate hubloc storagezotlabs2017-01-301-1/+1
|
* observer.language!={something} for completenessHubzilla2017-01-201-0/+17
|
* language aware contentHubzilla2017-01-201-0/+20
|
* Zot structures doco integrated into the Zot page. Added nowrap option to ↵Andrew Manning2016-12-281-0/+19
| | | | [code] BBcode tag.
* Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵Andrew Manning2016-12-261-5/+27
| | | | parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set.
* allow tel: links on mobile deviceszotlabs2016-12-191-2/+2
|
* deprecate bb_iframezotlabs2016-12-181-9/+9
|
* leave toc title for the authorMario Vavti2016-12-041-2/+2
|
* fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-4/+6
|
* bb_highlight: if somebody enters an unsupported language for code syntax ↵zotlabs2016-12-011-3/+3
| | | | highlighting (like fortran or cobol or whatever) use 'php' instead of returning a completely unformatted code block. This choice was somewhat arbitrary. It could be difficult to analyse the intention which could be literally anything and provide the closest match.
* issue #607 parens not recognised inside urlszotlabs2016-12-011-1/+1
|
* highlightzotlabs2016-11-291-0/+6
|
* Integrating lots of member guide contentAndrew Manning2016-11-271-0/+3
|