Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some bb-to-markdown issues | zotlabs | 2017-08-03 | 1 | -5/+2 |
| | |||||
* | add options flag to bb_to_markdown so we can distinguish between diaspora ↵ | zotlabs | 2017-07-30 | 1 | -2/+4 |
| | | | | | | use and other use and therefore filter and adjust content selectively | ||||
* | improve the formatting of shares when converting from bbcode to markdown | zotlabs | 2017-07-26 | 1 | -0/+69 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -1/+0 |
|\ | |||||
| * | re-arrange a few functions | zotlabs | 2017-06-07 | 1 | -67/+0 |
| | | |||||
* | | re-arrange a few functions | zotlabs | 2017-05-30 | 1 | -67/+0 |
| | | |||||
* | | bring back html2markdown which went away in the merge | zotlabs | 2017-05-30 | 1 | -0/+30 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-30 | 1 | -5/+4 |
|\| | |||||
| * | Don't drop PHP5 support yet. | Klaus Weidenbach | 2017-05-27 | 1 | -1/+1 |
| | | | | | | | | Scalar Type Hints and Return Type Declarations were introduced in PHP7. | ||||
| * | :hammer::white_check_mark: Add html2markdown unit tests. | Klaus Weidenbach | 2017-05-27 | 1 | -9/+41 |
| | | | | | | | | | | | | A tiny refactoring to make HTML 2 markdown conversion testable. Add some unit tests to check the behavior of the now used HTML2Markdown library. There are some differences compared to the old pixel418/markdownify library. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 1 | -4/+6 |
|\| | |||||
| * | Replace Mardownify library with html-to-markdown library. | Klaus Weidenbach | 2017-05-23 | 1 | -4/+3 |
| | | |||||
| * | handle mastodon urls in markdown/bbcode conversion | zotlabs | 2017-05-10 | 1 | -2/+2 |
| | | |||||
* | | handle mastodon urls in markdown/bbcode conversion | zotlabs | 2017-05-08 | 1 | -2/+2 |
| | | |||||
* | | finish the red conversion of the markdown utilities considering their ↵ | zotlabs | 2017-05-02 | 1 | -0/+52 |
| | | | | | | | | relation to protocol plugins. | ||||
* | | move all the diaspora content hacks to the diaspora plugin | zotlabs | 2017-03-08 | 1 | -408/+9 |
| | | |||||
* | | DCV stuff | zotlabs | 2017-03-07 | 1 | -20/+6 |
|/ | |||||
* | :arrow_up: :hammer: Upgrade Markdownify library. | Klaus Weidenbach | 2017-03-05 | 1 | -6/+4 |
| | | | | | | | | The current version 2.0.0 (alpha) throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the HTML to Markdown converter for PHP to the current Markdownify 2.2.1. Used composer to manage this library. | ||||
* | :arrow_up: :hammer: Upgrade PHP Markdown library. | Klaus Weidenbach | 2017-02-27 | 1 | -20/+21 |
| | | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library. | ||||
* | remove per-page login css (home, login); add support for alternative ↵ | zotlabs | 2017-02-05 | 1 | -1/+36 |
| | | | | markdown mention format | ||||
* | rename bb2diaspora.php to markdown.php | zotlabs | 2017-02-02 | 1 | -0/+532 |