aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* improvements in js localisation/translationfriendica2012-08-131-0/+26
* cleanup all the theme include stuff - this could make Friendica themes work o...friendica2012-08-111-12/+35
* more theme modularisation and css/js managementfriendica2012-08-091-4/+3
* merge comment threading, provide plugin/theme functions to handle css/js incl...friendica2012-08-091-0/+61
* Bring get_theme_screenshot and get_theme_info up to date.Thomas Willingham2012-08-061-4/+4
* implement page update modesfriendica2012-07-231-0/+1
* convert all network search params to get requests (no url path args)friendica2012-07-231-4/+5
* typos in bbcode, add service class restrictions to jot uploadsfriendica2012-06-251-9/+12
* more service class functionalityfriendica2012-06-251-0/+5
* service limits for photo uploadsfriendica2012-06-251-0/+25
* implement "follow" service limitsfriendica2012-06-241-1/+14
* service class basicsfriendica2012-06-241-0/+38
* plugin optimisation - don't loop through every single plugin callback for eve...friendica2012-06-191-17/+18
* moderated comment templatesfriendica2012-05-111-0/+11
* hidden plugins (add .hidden file to dir)friendica2012-04-301-1/+11