Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | friendica | 2014-09-03 | 1 | -87/+0 |
| | | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand | ||||
* | 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 |
| | | | | logging. Changed it to LOGGER_DEBUG. | ||||
* | 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 ↵ | friendica | 2013-12-12 | 1 | -2/+24 |
| | | | | visited so there is no http/https mismatch. | ||||
* | 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. ↵ | friendica | 2013-11-28 | 1 | -2/+35 |
| | | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); } | ||||
* | fix plugin and them toggles for the colourblind, add theme info block and ↵ | friendica | 2013-11-18 | 1 | -2/+2 |
| | | | | recent screenshot to redbasic | ||||
* | Service class | Christian Vogeley | 2013-09-08 | 1 | -7/+12 |
| | | | | identity, follow, photo upload, att upload | ||||
* | 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 ↵ | friendica | 2013-04-15 | 1 | -1/+1 |
| | | | | means we can zidify them) | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | smarty support in intltext, fix old pending accounts query in ping, log ↵ | friendica | 2013-02-09 | 1 | -3/+13 |
| | | | | failed email register notify | ||||
* | reduce number of template include paths, which were needed during the theme ↵ | friendica | 2013-01-15 | 1 | -3/+0 |
| | | | | restructure but no longer required. | ||||
* | 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 |
| | |||||
* | a bit of e_all cleanup | friendica | 2012-12-08 | 1 | -2/+5 |
| | |||||
* | finish basic item encoding, add plugin compatibility tag, notes on improving ↵ | friendica | 2012-11-16 | 1 | -1/+5 |
| | | | | $global_perms for edge cases | ||||
* | note about extending the hook system for application wrappers | friendica | 2012-11-03 | 1 | -2/+5 |
| | |||||
* | rev update | friendica | 2012-09-02 | 1 | -3/+13 |
| | |||||
* | That's better | friendica | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | improvements in js localisation/translation | friendica | 2012-08-13 | 1 | -0/+26 |
| | |||||
* | cleanup all the theme include stuff - this could make Friendica themes work ↵ | friendica | 2012-08-11 | 1 | -12/+35 |
| | | | | out of the box, maybe. | ||||
* | more theme modularisation and css/js management | friendica | 2012-08-09 | 1 | -4/+3 |
| | |||||
* | merge comment threading, provide plugin/theme functions to handle css/js ↵ | friendica | 2012-08-09 | 1 | -0/+61 |
| | | | | includes | ||||
* | Bring get_theme_screenshot and get_theme_info up to date. | Thomas Willingham | 2012-08-06 | 1 | -4/+4 |
| | |||||
* | implement page update modes | friendica | 2012-07-23 | 1 | -0/+1 |
| | |||||
* | convert all network search params to get requests (no url path args) | friendica | 2012-07-23 | 1 | -4/+5 |
| | |||||
* | typos in bbcode, add service class restrictions to jot uploads | friendica | 2012-06-25 | 1 | -9/+12 |
| | |||||
* | more service class functionality | friendica | 2012-06-25 | 1 | -0/+5 |
| | |||||
* | service limits for photo uploads | friendica | 2012-06-25 | 1 | -0/+25 |
| | |||||
* | implement "follow" service limits | friendica | 2012-06-24 | 1 | -1/+14 |
| | |||||
* | service class basics | friendica | 2012-06-24 | 1 | -0/+38 |
| | |||||
* | plugin optimisation - don't loop through every single plugin callback for ↵ | friendica | 2012-06-19 | 1 | -17/+18 |
| | | | | every hook call, only those registered for that hook | ||||
* | moderated comment templates | friendica | 2012-05-11 | 1 | -0/+11 |
| | |||||
* | hidden plugins (add .hidden file to dir) | friendica | 2012-04-30 | 1 | -1/+11 |
| | |||||
* | ignore removed plugins | friendica | 2012-04-06 | 1 | -2/+9 |
| | |||||
* | fix messed up config tables w/ duplicate entries | friendica | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+11 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php |