aboutsummaryrefslogtreecommitdiffstats
path: root/include/help.php
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-8/+8
| | | | | | 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.
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-2/+2
|
* Remove classes from the doco content region to simplify the appearance. ↵Andrew Manning2016-12-031-0/+1
| | | | Instead of loading /doc/main.bb, redirect to /doc/about/about_hubzilla/. These edits are minimal for demo purposes and not the proper way to do it.
* Add some identity-aware parsing to HTML content using parseIdentityAwareHTML()Andrew Manning2016-11-271-1/+1
|
* Add ability to include page assets in documentation pages such as images. ↵Andrew Manning2016-11-271-1/+1
| | | | Updated Personal Channel tutorial to use local images using this new capability.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-41/+62
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* allow a site to over-ride the help table-of-contents filesredmatrix2016-09-261-1/+4
|
* sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-041-22/+29
| | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-041-0/+93
| | | | library so that it can be re-used by widgets
* Display text around the searched query in documentation searchAndrew Manning2016-08-271-2/+7
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-8/+9
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* code cleanupredmatrix2016-05-241-2/+0
|
* module updatesredmatrix2016-04-181-0/+150