Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -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 Weidenbach | 2019-01-18 | 1 | -14/+12 |
| | | | | Remove unused variables and a wrong function name. | ||||
* | add item.uuid to relevant places | zotlabs | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | Override helpfiles | M. Dent | 2018-08-14 | 1 | -38/+61 |
| | |||||
* | allow the link target attribute to be modified in bbcode() from much further ↵ | zotlabs | 2018-04-04 | 1 | -1/+1 |
| | | | | up the call stack in prepare_page() which will usually refer to a local item. | ||||
* | :arrow_up: Update Text_LanguageDetect. | Klaus Weidenbach | 2017-10-29 | 1 | -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 Manning | 2017-08-25 | 1 | -1/+7 |
| | | | | hierarchical TOC loading. | ||||
* | Added language selector menu for Help pages | Andrew Manning | 2017-08-24 | 1 | -1/+24 |
| | |||||
* | Fixed incorrect language path when choosing the language from browser preference | Andrew Manning | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Repaired and extended support for help page translations including table of ↵ | Andrew Manning | 2017-08-23 | 1 | -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 detection | zotlabs | 2017-05-24 | 1 | -5/+8 |
| | |||||
* | grrr. stop making branding assumptions. | zotlabs | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | :arrow_up: :hammer: Upgrade PHP Markdown library. | Klaus Weidenbach | 2017-02-27 | 1 | -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 consumption | zotlabs | 2016-12-19 | 1 | -2/+2 |
| | |||||
* | Remove classes from the doco content region to simplify the appearance. ↵ | Andrew Manning | 2016-12-03 | 1 | -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 Manning | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | Add ability to include page assets in documentation pages such as images. ↵ | Andrew Manning | 2016-11-27 | 1 | -1/+1 |
| | | | | Updated Personal Channel tutorial to use local images using this new capability. | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -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 files | redmatrix | 2016-09-26 | 1 | -1/+4 |
| | |||||
* | sidebar table of contents for help hierarchies; note that these should ↵ | redmatrix | 2016-09-04 | 1 | -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 ↵ | redmatrix | 2016-09-04 | 1 | -0/+93 |
| | | | | library so that it can be re-used by widgets | ||||
* | Display text around the searched query in documentation search | Andrew Manning | 2016-08-27 | 1 | -2/+7 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -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 cleanup | redmatrix | 2016-05-24 | 1 | -2/+0 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+150 |