Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if addons have been removed from the filesystem and also remove them ↵ | Mario | 2022-04-22 | 1 | -3/+8 |
| | | | | from the db if that is the case | ||||
* | Remove now unused function script_path. | Harald Eilertsen | 2022-03-03 | 1 | -38/+0 |
| | |||||
* | Use correct base url for stylesheets and js. | Harald Eilertsen | 2022-03-03 | 1 | -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 ↵ | Mario | 2022-02-20 | 1 | -0/+73 |
| | | | | description and requirements (this is work in progress) | ||||
* | pwa improvements according to lighthouse | Mario | 2022-01-13 | 1 | -1/+3 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -3/+4 |
| | |||||
* | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -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 Weidenbach | 2019-01-19 | 1 | -36/+36 |
| | |||||
* | Set min/maxversion for plugins to STD_VERSION unless otherwise specified | DM42.Net (Matt Dent) | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | Fix template root redirection | M.Dent | 2018-10-17 | 1 | -1/+2 |
| | |||||
* | Fix order of assignment and get template file before return | ZotSocial Admin | 2018-10-12 | 1 | -2/+3 |
| | |||||
* | Add missing else clause | M.Dent | 2018-10-06 | 1 | -2/+3 |
| | |||||
* | Add structure to permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -0/+7 |
| | |||||
* | add hook: permit_hook | M.Dent (DM42.Net) | 2018-09-19 | 1 | -0/+12 |
| | |||||
* | detect and automatically repair duplicate plugin hook scenarios. | zotlabs | 2018-09-05 | 1 | -16/+40 |
| | |||||
* | Micro-optimization to call_hooks() | M.Dent | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Add support for overriding the default template location and individual ↵ | M.Dent | 2018-08-12 | 1 | -13/+42 |
| | | | | templates via .htconfig.php | ||||
* | this may conflict | zotlabs | 2018-07-29 | 1 | -14/+15 |
| | |||||
* | typo in unused function | zotlabs | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | allow uninstall of plugins which no longer exists via cmdline tool | zotlabs | 2018-05-05 | 1 | -1/+7 |
| | |||||
* | Remove remove plugin from \App::[] on uninstall | M.Dent | 2018-04-07 | 1 | -1/+4 |
| | |||||
* | Uninstall plugin on Exception on load. | M.Dent | 2018-04-07 | 1 | -1/+1 |
| | |||||
* | Add class for Exceptions | M.Dent | 2018-04-07 | 1 | -6/+6 |
| | |||||
* | Add error handler and try/catch for all () calls | DM42.Net (Matt Dent) | 2018-04-07 | 1 | -7/+53 |
| | |||||
* | trim non-existent/deprecated plugins from siteinfo plugin list | zotlabs | 2018-02-20 | 1 | -1/+11 |
| | |||||
* | decomplicate cont. | zotlabs | 2018-02-03 | 1 | -0/+60 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-01-12 | 1 | -2/+9 |
|\ | |||||
| * | :bulb: Add source documentation from recent conversations. | Klaus Weidenbach | 2018-01-05 | 1 | -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) widgets | zotlabs | 2018-01-12 | 1 | -0/+77 |
|/ | |||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -24/+46 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | don't allow html in plugin comment blocks | zotlabs | 2017-05-09 | 1 | -0/+1 |
| | |||||
* | set minversion and maxversion for themes in ↵ | Mario Vavti | 2017-02-27 | 1 | -0/+2 |
| | | | | view/theme/themename/php/theme.php instead of separate file. | ||||
* | bug in adding main.js as a js source | zotlabs | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | fix several places where head_add_(css|js) functions have been used ↵ | zotlabs | 2017-02-19 | 1 | -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 plugins | zotlabs | 2017-02-02 | 1 | -3/+29 |
| | |||||
* | provide plugin restrictions based on config settings | zotlabs | 2016-10-31 | 1 | -0/+7 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -22/+24 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | remove more backquotes | zotlabs | 2016-10-09 | 1 | -7/+7 |
| | |||||
* | optional server role compatibility checks for plugins | redmatrix | 2016-08-22 | 1 | -0/+12 |
| | |||||
* | issue #411 | redmatrix | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | fix absolute .js urls | Treer | 2016-06-26 | 1 | -1/+1 |
| | |||||
* | Allow absolute links to css and js files | Treer | 2016-06-25 | 1 | -8/+20 |
| | |||||
* | code optimisation | redmatrix | 2016-06-20 | 1 | -0/+6 |
| | |||||
* | remove debugging | redmatrix | 2016-06-11 | 1 | -1/+0 |
| | |||||
* | Work supporting issue #411, add an optional priority (int) as a second arg ↵ | redmatrix | 2016-06-11 | 1 | -11/+23 |
| | | | | | | to head_add_js to affect the load ordering, larger numbered priorities will be included after lower numbered ones. Default priority is 0.Note that we treat main.js differently and always add main.js to the page last, regardless of any other ordering. | ||||
* | provide a sort of mutex lock around db logging so it can't possibly recurse. ↵ | redmatrix | 2016-05-31 | 1 | -9/+12 |
| | | | | Previous attempts to do something similar using other methods haven't worked out satisfactorily. | ||||
* | don't remove missing hooks while update_r1169 is happpening - temp fix | redmatrix | 2016-05-31 | 1 | -5/+8 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -11/+11 |
| | | | | and hook) | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -6/+5 |
| | |||||
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 1 | -2/+0 |
| |