| Commit message (Expand) | Author | Age | Files | Lines |
* | set minversion and maxversion for themes in view/theme/themename/php/theme.ph... | Mario Vavti | 2017-02-27 | 1 | -0/+2 |
* | 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 incorrect... | zotlabs | 2017-02-19 | 1 | -11/+21 |
* | 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 |
* | 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 to... | redmatrix | 2016-06-11 | 1 | -11/+23 |
* | provide a sort of mutex lock around db logging so it can't possibly recurse. ... | redmatrix | 2016-05-31 | 1 | -9/+12 |
* | 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 and... | redmatrix | 2016-05-30 | 1 | -11/+11 |
* | code cleanup | redmatrix | 2016-05-24 | 1 | -6/+5 |
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 1 | -2/+0 |
* | support work for a long-term fix for issue #390, essentially one can specify ... | redmatrix | 2016-05-17 | 1 | -2/+3 |
* | this should work to call a hook for a string class method | redmatrix | 2016-04-23 | 1 | -2/+12 |
* | Class method support for hooks | redmatrix | 2016-04-23 | 1 | -2/+3 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-21 | 1 | -5/+11 |
|\ |
|
| * | add querystring to css and js which is added via head_add_{css, js} | Mario Vavti | 2016-04-19 | 1 | -5/+11 |
* | | new hook interface (the old one still works but requires handlers to have two... | redmatrix | 2016-04-21 | 1 | -13/+13 |
|/ |
|
* | static App | redmatrix | 2016-03-31 | 1 | -27/+27 |
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -2/+2 |
* | add 'requires' field to plugin info to list other dependent plugins/addons an... | redmatrix | 2016-02-24 | 1 | -1/+18 |
* | Provide Zotlabs\Project and System class for querying details about the proje... | redmatrix | 2016-02-18 | 1 | -11/+0 |
* | whitespace | redmatrix | 2016-02-11 | 1 | -1/+1 |
* | minversion issue | redmatrix | 2016-01-17 | 1 | -2/+2 |
* | logic reversal in version checking | redmatrix | 2016-01-11 | 1 | -3/+3 |
* | plugin version compatibility checking. To use, set MinVersion, MaxVersion or ... | redmatrix | 2016-01-11 | 1 | -5/+32 |
* | start on refactor of plugin/theme/widget info block parsing | redmatrix | 2015-12-22 | 1 | -8/+8 |
* | use realpath to bypass symlinks and check actually directory | redmatrix | 2015-12-18 | 1 | -0/+10 |
* | use the channel blacklist for items and mail, still todo: directory and stuff | redmatrix | 2015-12-03 | 1 | -0/+9 |
* | introduce STD_VERSION and get_std_version() [in include/plugin.php], we begin... | redmatrix | 2015-12-02 | 1 | -0/+11 |
* | make use of http_host vs. server_name configurable in script_path() | redmatrix | 2015-10-25 | 1 | -2/+10 |
* | Better handling for SSL reverse proxy | Stefan Krauth | 2015-10-25 | 1 | -7/+2 |
* | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -21/+23 |
* | Fix SQL query for removing orphan hooks. | Klaus Weidenbach | 2015-03-10 | 1 | -31/+58 |
* | detect https coming through reverse proxy or load balancer using x-forwarded-... | friendica | 2015-01-05 | 1 | -0/+2 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -3/+3 |
* | allow site specific templates, css, js, whatever | friendica | 2014-09-30 | 1 | -0/+1 |
* | implement service class for feed polling frequenecy, fixed a service class bu... | friendica | 2014-09-03 | 1 | -87/+0 |
* | rename friendica_smarty | friendica | 2014-07-13 | 1 | -1/+3 |
* | Documented include/plugin.php a bit and removed an annoying default | Klaus Weidenbach | 2014-07-01 | 1 | -107/+114 |
* | load main.js last | friendica | 2014-06-13 | 1 | -1/+15 |
* | some backend stuff for apps | friendica | 2014-05-15 | 1 | -0/+11 |
* | always load css and js sources using the same url as the page that is being v... | friendica | 2013-12-12 | 1 | -2/+24 |