aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* head_remove_css, head_remove_jsfriendica2013-12-111-1/+17
* remove hook logging - too noisyfriendica2013-12-011-1/+1
* hooks getting called twicefriendica2013-11-301-1/+3
* allow themes to mess with the navbar contents without a custom template. It's...friendica2013-11-281-2/+35
* fix plugin and them toggles for the colourblind, add theme info block and rec...friendica2013-11-181-2/+2
* Service classChristian Vogeley2013-09-081-7/+12
* fix intltext template driverfriendica2013-05-151-1/+1
* fix intltext templates - maybefriendica2013-05-151-23/+4
* Merge https://github.com/friendica/red into zpullfriendica2013-05-081-18/+3
|\
| * use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-081-18/+3
* | small updatesfriendica2013-05-081-3/+3
|/
* change plugin_install to plugin_load, etc.friendica2013-05-011-41/+76
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which mean...friendica2013-04-151-1/+1
* start formatting for Doxygenfriendica2013-02-251-1/+1
* smarty support in intltext, fix old pending accounts query in ping, log faile...friendica2013-02-091-3/+13
* reduce number of template include paths, which were needed during the theme r...friendica2013-01-151-3/+0
* fix show-stopping bugsZach Prezkuta2013-01-061-0/+1
* implement Smarty3Zach Prezkuta2013-01-061-29/+51
* move all the final page construction to a construct_page() functionfriendica2013-01-041-11/+3
* bypass replace_macros and use template processor directly for theme includesfriendica2012-12-281-1/+3
* a bit of e_all cleanupfriendica2012-12-081-2/+5
* finish basic item encoding, add plugin compatibility tag, notes on improving ...friendica2012-11-161-1/+5
* note about extending the hook system for application wrappersfriendica2012-11-031-2/+5
* rev updatefriendica2012-09-021-3/+13
* That's betterfriendica2012-08-161-1/+1