aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
Commit message (Collapse)AuthorAgeFilesLines
* fix php errors and deprecation warningsMario Vavti2023-12-311-1/+1
|
* remove unused variableMario2023-11-201-2/+0
|
* the additional parameter has been deprecated there is no need to check the ↵Mario2023-11-201-4/+7
| | | | version anymore
* deprecate the ancient $a variableMario2023-09-201-2/+0
|
* also look for widgets in view/theme/themename/widgetMario2023-09-141-0/+1
|
* pdl editor for addon iitial commitMario2023-01-041-4/+15
|
* fix php warningsMario2022-10-261-0/+4
|
* check if addons have been removed from the filesystem and also remove them ↵Mario2022-04-221-3/+8
| | | | from the db if that is the case
* Remove now unused function script_path.Harald Eilertsen2022-03-031-38/+0
|
* Use correct base url for stylesheets and js.Harald Eilertsen2022-03-031-4/+2
| | | | | | Use z_root instead of script_path when formatting stylesheet and javascript links for the head section. script_path does not preserve information about the port if the site uses a nonstandard port.
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-0/+73
| | | | description and requirements (this is work in progress)
* pwa improvements according to lighthouseMario2022-01-131-1/+3
|
* get devHilmar R2021-03-011-3/+4
|
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-8/+9
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* Fix wrong variable name in include/plugin.php.Klaus Weidenbach2019-01-191-36/+36
|
* Set min/maxversion for plugins to STD_VERSION unless otherwise specifiedDM42.Net (Matt Dent)2018-12-141-2/+2
|
* Fix template root redirectionM.Dent2018-10-171-1/+2
|
* Fix order of assignment and get template file before returnZotSocial Admin2018-10-121-2/+3
|
* Add missing else clauseM.Dent2018-10-061-2/+3
|
* Add structure to permit_hookM.Dent (DM42.Net)2018-09-191-0/+7
|
* add hook: permit_hookM.Dent (DM42.Net)2018-09-191-0/+12
|
* detect and automatically repair duplicate plugin hook scenarios.zotlabs2018-09-051-16/+40
|
* Micro-optimization to call_hooks()M.Dent2018-08-291-1/+1
|
* Add support for overriding the default template location and individual ↵M.Dent2018-08-121-13/+42
| | | | templates via .htconfig.php
* this may conflictzotlabs2018-07-291-14/+15
|
* typo in unused functionzotlabs2018-05-301-1/+1
|
* allow uninstall of plugins which no longer exists via cmdline toolzotlabs2018-05-051-1/+7
|
* Remove remove plugin from \App::[] on uninstallM.Dent2018-04-071-1/+4
|
* Uninstall plugin on Exception on load.M.Dent2018-04-071-1/+1
|
* Add class for ExceptionsM.Dent2018-04-071-6/+6
|
* Add error handler and try/catch for all () callsDM42.Net (Matt Dent)2018-04-071-7/+53
|
* trim non-existent/deprecated plugins from siteinfo plugin listzotlabs2018-02-201-1/+11
|
* decomplicate cont.zotlabs2018-02-031-0/+60
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-121-2/+9
|\
| * :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-2/+9
| | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* | ability to parse info blocks in third-party (or system) widgetszotlabs2018-01-121-0/+77
|/
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-24/+46
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* don't allow html in plugin comment blockszotlabs2017-05-091-0/+1
|
* set minversion and maxversion for themes in ↵Mario Vavti2017-02-271-0/+2
| | | | view/theme/themename/php/theme.php instead of separate file.
* bug in adding main.js as a js sourcezotlabs2017-02-191-1/+1
|
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-11/+21
| | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library.
* move opensearch to pluginszotlabs2017-02-021-3/+29
|
* provide plugin restrictions based on config settingszotlabs2016-10-311-0/+7
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-22/+24
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* remove more backquoteszotlabs2016-10-091-7/+7
|
* optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+12
|
* issue #411redmatrix2016-07-191-0/+1
|
* fix absolute .js urlsTreer2016-06-261-1/+1
|
* Allow absolute links to css and js filesTreer2016-06-251-8/+20
|
* code optimisationredmatrix2016-06-201-0/+6
|