aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
Commit message (Expand)AuthorAgeFilesLines
* set minversion and maxversion for themes in view/theme/themename/php/theme.ph...Mario Vavti2017-02-271-0/+2
* 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 incorrect...zotlabs2017-02-191-11/+21
* 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
* 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
* remove debuggingredmatrix2016-06-111-1/+0
* Work supporting issue #411, add an optional priority (int) as a second arg to...redmatrix2016-06-111-11/+23
* provide a sort of mutex lock around db logging so it can't possibly recurse. ...redmatrix2016-05-311-9/+12
* don't remove missing hooks while update_r1169 is happpening - temp fixredmatrix2016-05-311-5/+8
* start removing reserved words from database column names (this run: addon and...redmatrix2016-05-301-11/+11
* code cleanupredmatrix2016-05-241-6/+5
* move template stuff to zotlabs/renderredmatrix2016-05-201-2/+0
* support work for a long-term fix for issue #390, essentially one can specify ...redmatrix2016-05-171-2/+3
* this should work to call a hook for a string class methodredmatrix2016-04-231-2/+12
* Class method support for hooksredmatrix2016-04-231-2/+3
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-211-5/+11
|\
| * add querystring to css and js which is added via head_add_{css, js}Mario Vavti2016-04-191-5/+11
* | new hook interface (the old one still works but requires handlers to have two...redmatrix2016-04-211-13/+13
|/
* static Appredmatrix2016-03-311-27/+27
* deprecate $a->get_baseurl()redmatrix2016-03-301-2/+2
* add 'requires' field to plugin info to list other dependent plugins/addons an...redmatrix2016-02-241-1/+18
* Provide Zotlabs\Project and System class for querying details about the proje...redmatrix2016-02-181-11/+0
* whitespaceredmatrix2016-02-111-1/+1
* minversion issueredmatrix2016-01-171-2/+2
* logic reversal in version checkingredmatrix2016-01-111-3/+3
* plugin version compatibility checking. To use, set MinVersion, MaxVersion or ...redmatrix2016-01-111-5/+32
* start on refactor of plugin/theme/widget info block parsingredmatrix2015-12-221-8/+8
* use realpath to bypass symlinks and check actually directoryredmatrix2015-12-181-0/+10
* use the channel blacklist for items and mail, still todo: directory and stuffredmatrix2015-12-031-0/+9
* introduce STD_VERSION and get_std_version() [in include/plugin.php], we begin...redmatrix2015-12-021-0/+11
* make use of http_host vs. server_name configurable in script_path()redmatrix2015-10-251-2/+10
* Better handling for SSL reverse proxyStefan Krauth2015-10-251-7/+2
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-21/+23
* Fix SQL query for removing orphan hooks.Klaus Weidenbach2015-03-101-31/+58
* detect https coming through reverse proxy or load balancer using x-forwarded-...friendica2015-01-051-0/+2
* PostgreSQL support initial commitHabeas Codice2014-11-131-3/+3
* allow site specific templates, css, js, whateverfriendica2014-09-301-0/+1
* implement service class for feed polling frequenecy, fixed a service class bu...friendica2014-09-031-87/+0
* rename friendica_smartyfriendica2014-07-131-1/+3
* Documented include/plugin.php a bit and removed an annoying defaultKlaus Weidenbach2014-07-011-107/+114
* load main.js lastfriendica2014-06-131-1/+15
* some backend stuff for appsfriendica2014-05-151-0/+11
* always load css and js sources using the same url as the page that is being v...friendica2013-12-121-2/+24