Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update bbcode | Mario | 2019-01-07 | 1 | -14/+3 |
| | |||||
* | remove some fancy formatting. | phani00 | 2018-12-18 | 1 | -1/+0 |
| | |||||
* | new fix for dark theme | phani00 | 2018-12-17 | 1 | -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 schema | Mario Vavti | 2018-11-12 | 1 | -6/+6 |
| | |||||
* | Remove servicelevel logic | M. Dent | 2018-09-29 | 1 | -3/+0 |
| | |||||
* | issue with mdpost addon and archive.org links which contain a full url as a ↵ | zotlabs | 2018-08-13 | 1 | -0/+2 |
| | | | | path/query component | ||||
* | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-26 | 1 | -3/+5 |
| | | | | that they will get a correct zid when rendered | ||||
* | channel delegation: push current identity and pop it on logout from the ↵ | zotlabs | 2018-04-11 | 1 | -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 ↵ | zotlabs | 2018-04-04 | 1 | -0/+4 |
| | | | | changed slightly | ||||
* | allow the link target attribute to be modified in bbcode() from much further ↵ | zotlabs | 2018-04-04 | 1 | -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 ↵ | zotlabs | 2018-03-15 | 1 | -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 Vavti | 2018-03-15 | 1 | -4/+4 |
| | |||||
* | more work on federated polls | zotlabs | 2018-03-03 | 1 | -0/+30 |
| | |||||
* | do not show summary if it is equal to body and some styling for the ↵ | Mario Vavti | 2018-02-19 | 1 | -1/+1 |
| | | | | summary/article toggle links | ||||
* | Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵ | Andrew Manning | 2018-02-18 | 1 | -2/+8 |
| | | | | code render nicely. | ||||
* | provide a default video image if nothing else is available. Allow sites to ↵ | zotlabs | 2018-01-28 | 1 | -1/+5 |
| | | | | change it. | ||||
* | don't do any bbcode translation within code blocks (except baseurl, ↵ | zotlabs | 2018-01-25 | 1 | -14/+28 |
| | | | | observer, and linefeeds) | ||||
* | add summary bbcode tag | zotlabs | 2018-01-15 | 1 | -0/+15 |
| | |||||
* | remove additional linebreaks after headings | Mario Vavti | 2017-12-21 | 1 | -0/+7 |
| | |||||
* | hubzilla-addons issues #73 | zotlabs | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | render installable elements as buttons instead of links | zotlabs | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | change to bbcode calling parameters: important: will require pulling addons; | zotlabs | 2017-11-23 | 1 | -3/+5 |
| | | | | also some extra checking of server headers in upload functions | ||||
* | article feature | zotlabs | 2017-11-22 | 1 | -0/+2 |
| | |||||
* | hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵ | zotlabs | 2017-11-09 | 1 | -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 improved | zotlabs | 2017-09-04 | 1 | -1/+6 |
| | |||||
* | escape 'http' inside code blocks so it doesn't trigger an oembed | zotlabs | 2017-08-29 | 1 | -0/+3 |
| | |||||
* | minor activitypub rendering stuff | zotlabs | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | add rel=noopener to all external target _blank links | zotlabs | 2017-06-13 | 1 | -16/+16 |
| | |||||
* | move code syntax highlighting to plugin | zotlabs | 2017-05-30 | 1 | -4/+1 |
| | |||||
* | re-arrange a few functions | zotlabs | 2017-05-30 | 1 | -0/+60 |
| | |||||
* | this looks like a slightly cleaner solution to the unicode dl issue | zotlabs | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | hubzilla issue #777 | zotlabs | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | handle mastodon urls in markdown/bbcode conversion | zotlabs | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | typo | zotlabs | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | some event work | zotlabs | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | observer.language!={something} for completeness | Hubzilla | 2017-01-20 | 1 | -0/+17 |
| | |||||
* | language aware content | Hubzilla | 2017-01-20 | 1 | -0/+20 |
| | |||||
* | Zot structures doco integrated into the Zot page. Added nowrap option to ↵ | Andrew Manning | 2016-12-28 | 1 | -0/+19 |
| | | | | [code] BBcode tag. | ||||
* | Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵ | Andrew Manning | 2016-12-26 | 1 | -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 devices | zotlabs | 2016-12-19 | 1 | -2/+2 |
| | |||||
* | deprecate bb_iframe | zotlabs | 2016-12-18 | 1 | -9/+9 |
| | |||||
* | leave toc title for the author | Mario Vavti | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | fixes for toc bbcode and bbcode wiki toc | Mario Vavti | 2016-12-04 | 1 | -4/+6 |
| | |||||
* | bb_highlight: if somebody enters an unsupported language for code syntax ↵ | zotlabs | 2016-12-01 | 1 | -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 urls | zotlabs | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | highlight | zotlabs | 2016-11-29 | 1 | -0/+6 |
| | |||||
* | Integrating lots of member guide content | Andrew Manning | 2016-11-27 | 1 | -0/+3 |
| | |||||
* | Add some identity-aware parsing to HTML content using parseIdentityAwareHTML() | Andrew Manning | 2016-11-27 | 1 | -0/+39 |
| | |||||
* | only turn [] and [x] into checkboxes if it is found inside a checklist | Mario Vavti | 2016-11-16 | 1 | -4/+15 |
| |