| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | head_remove_css, head_remove_js | friendica | 2013-12-11 | 1 | -1/+17 |
* | remove hook logging - too noisy | friendica | 2013-12-01 | 1 | -1/+1 |
* | hooks getting called twice | friendica | 2013-11-30 | 1 | -1/+3 |
* | allow themes to mess with the navbar contents without a custom template. It's... | friendica | 2013-11-28 | 1 | -2/+35 |
* | fix plugin and them toggles for the colourblind, add theme info block and rec... | friendica | 2013-11-18 | 1 | -2/+2 |
* | Service class | Christian Vogeley | 2013-09-08 | 1 | -7/+12 |
* | fix intltext template driver | friendica | 2013-05-15 | 1 | -1/+1 |
* | fix intltext templates - maybe | friendica | 2013-05-15 | 1 | -23/+4 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-08 | 1 | -18/+3 |
|\ |
|
| * | use smarty3 as default template engine. add pluggable template system | fabrixxm | 2013-05-08 | 1 | -18/+3 |
* | | small updates | friendica | 2013-05-08 | 1 | -3/+3 |
|/ |
|
* | change plugin_install to plugin_load, etc. | friendica | 2013-05-01 | 1 | -41/+76 |
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which mean... | friendica | 2013-04-15 | 1 | -1/+1 |
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
* | smarty support in intltext, fix old pending accounts query in ping, log faile... | friendica | 2013-02-09 | 1 | -3/+13 |
* | reduce number of template include paths, which were needed during the theme r... | friendica | 2013-01-15 | 1 | -3/+0 |
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -0/+1 |
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -29/+51 |
* | move all the final page construction to a construct_page() function | friendica | 2013-01-04 | 1 | -11/+3 |
* | bypass replace_macros and use template processor directly for theme includes | friendica | 2012-12-28 | 1 | -1/+3 |