aboutsummaryrefslogtreecommitdiffstats
path: root/include/help.php
Commit message (Collapse)AuthorAgeFilesLines
* use new lang detect library which supports much more languagesMario2023-10-071-4/+5
|
* fix php warningsMario2022-10-201-1/+1
|
* do not overwrite the original rawmsg iconfig that came with the itemMario2021-05-311-0/+1
|
* get devHilmar R2021-03-011-0/+1
|
* fix some php8 fatal errorsMario2021-01-091-1/+1
| | | (cherry picked from commit 2522d42c71baee9caba181566948ae4c899885bd)
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
|
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-13/+17
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* Some fixes in include/help.php.Klaus Weidenbach2019-01-181-14/+12
| | | | Remove unused variables and a wrong function name.
* add item.uuid to relevant placeszotlabs2018-11-151-1/+2
|
* Override helpfilesM. Dent2018-08-141-38/+61
|
* allow the link target attribute to be modified in bbcode() from much further ↵zotlabs2018-04-041-1/+1
| | | | up the call stack in prepare_page() which will usually refer to a local item.
* :arrow_up: Update Text_LanguageDetect.Klaus Weidenbach2017-10-291-11/+17
| | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest.
* Removed duplicated table of contents (TOC) in Help pages by breaking ↵Andrew Manning2017-08-251-1/+7
| | | | hierarchical TOC loading.
* Added language selector menu for Help pagesAndrew Manning2017-08-241-1/+24
|
* Fixed incorrect language path when choosing the language from browser preferenceAndrew Manning2017-08-241-1/+1
|
* Repaired and extended support for help page translations including table of ↵Andrew Manning2017-08-231-10/+29
| | | | contents files at the top level. Moved help module javascript to mod_help.js.
* some minor help cleanup - add '-/foo' override of language detectionzotlabs2017-05-241-5/+8
|
* grrr. stop making branding assumptions.zotlabs2017-03-121-1/+1
|
* :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