80 Commits

Author SHA1 Message Date
Anika Kaiser
4f1c27255c
Update 60.plugins.php
With custom hooks, you can place your plugin's data anywhere you want. For example, you have a footer and you want to have links in your footer. There is a link plugin that displays links in the SiteBar with "<? Php Theme :: plugins ('siteSidebar');?>". If you put this code in your footer, all plugins that use "siteSidebar" will be placed in your footer. With my pull request you can now create your own hooks and it can be guaranteed that only a single plugin places its data there but only if its the only plugin implementing your custom hook.

How to create custom hooks:
in your plugin.php you have to place a  public function "registerHooks" returning an array of String.

´´´ public function registerHooks()
    {
        return array(
            "akLinks",
            "akBusinessHours"
        );
    }
```
2019-03-06 23:24:51 +01:00
Diego Najar
e1f32f3462
Include header X-Powered-By 2019-02-01 17:58:12 +01:00
Diego Najar
be5a8ad517 redirect /blog to /blog/ 2018-12-26 19:17:30 +01:00
Diego Najar
f39cc831b1 Execute plugins with the hook afterPageCreate after the scheduler 2018-10-20 13:36:13 +02:00
Diego Najar
74687b0e65 search function 2018-10-01 16:34:28 +02:00
Diego Najar
d5f27da946 Fix for admin redirect 2018-09-12 18:21:21 +02:00
Diego Najar
98464b2a10 New rule for routing URLs 2018-09-11 23:54:53 +02:00
Diego Najar
59c637bdc8 New rule for routing URLs 2018-09-11 23:54:32 +02:00
Diego Najar
2e33afda0c New rule for routing URLs 2018-09-11 23:37:45 +02:00
Diego Najar
3d20f1cb36 Re enable plugins from rc2 2018-09-10 20:23:37 +02:00
Diego Najar
9676e995ef redirect pages with trailing slash 2018-08-27 22:19:42 +02:00
Diego Najar
e674327a25 Remove reserved characters from URL, changes on labels 2018-08-20 22:32:14 +02:00
Diego Najar
942f3c04cb change amount for number 2018-08-06 21:46:58 +02:00
Diego Najar
d89e742fdf Change on variable name to , include new words to the dictionary 2018-08-05 17:54:20 +02:00
Diego Najar
96f44aa286 navbar for mobiles devices 2018-08-04 12:44:37 +02:00
Diego Najar
1caddac331 Changes on variables names for Language 2018-08-03 19:03:09 +02:00
Diego Najar
786f73cc5a Changes on variables names 2018-08-03 18:59:23 +02:00
Diego Najar
077bc21434 changes variables names 2018-08-02 22:33:53 +02:00
Diego Najar
bb481498be Bug fixes 2018-07-28 18:33:37 +02:00
Diego Najar
d852cada22 Title in database, improves on Page Object, Perfomance improvements, TinyMCE and Bootstrap updated 2018-07-17 19:13:01 +02:00
Diego Najar
02464b637b Simple stats, login, new roles for users 2018-06-10 13:54:55 +02:00
Diego Najar
2b050abaea Dashboard improves 2018-06-03 21:51:47 +02:00
Diego Najar
9b30b9aff6 More hooks for admin panel 2018-03-19 19:55:31 +01:00
Diego Najar
2a0d694756 Plugin position 2018-02-06 18:26:59 +01:00
Diego Najar
047afee2e8 Bug fixes with static content https://github.com/bludit/bludit/issues/533 2017-10-22 14:36:16 +02:00
Diego Najar
20151c7f05 Added comments about station content variable 2017-10-21 20:30:20 +02:00
Diego Najar
59f24c3fb2 Bug fixes https://github.com/bludit/bludit/issues/524 2017-10-19 00:05:02 +02:00
Diego Najar
9a7b17ef09 languges fixes 2017-10-15 18:06:56 +02:00
Diego Najar
0ebee8526a Tinymce changes on plugins, Dom Helper, changes on Clean Blog Theme 2017-10-13 23:38:24 +02:00
Diego Najar
63ed9cc11a Changes on themes 2017-10-13 00:15:13 +02:00
Diego Najar
4f21defa47 Bludit v2.0 Beta 7 2017-10-04 23:42:14 +02:00
Diego Najar
c2c25d2bec Minor fixes 2017-10-04 00:00:54 +02:00
Diego Najar
d4afe3b843 Pages for Content 2017-10-02 22:42:18 +02:00
Diego Najar
1bd75ac2ee API improves, fixed url router 2017-09-22 23:11:08 +02:00
Diego Najar
429ccadd2d Bug fixes on URL router 2017-09-21 20:42:03 +02:00
Diego Najar
1389b74493 Improve the router, added /blog/, minor changes on languages 2017-09-15 20:02:53 +02:00
Diego Najar
9798bbcd9b Improves on Manage pages and minor fixes 2017-09-10 23:09:44 +02:00
Diego Najar
caa96d4fa4 Updated language dictionaries and minor changes on CSS 2017-09-10 14:56:23 +02:00
Diego Najar
8e9578dcc4 Predefined pages, such as homepage and page not found 2017-09-04 19:09:37 +02:00
Diego Najar
3111c11ca3 plugins position 2017-07-30 23:15:33 +02:00
Diego Najar
139dfee1ec bug fixes on webhooks 2017-07-29 01:33:30 +02:00
Diego Najar
258e7304ab bug fixes 2017-07-29 00:08:19 +02:00
Diego Najar
32e453dd06 http code and message for http response 2017-07-28 19:37:06 +02:00
Diego Najar
bd1cef2741 New micro theme, fixed response code for 404 2017-07-26 01:17:13 +02:00
Diego Najar
219bee0b5f Parents by key 2017-07-23 00:25:20 +02:00
Diego Najar
cb0ddf9069 Fixed installer, kernel panic theme, fixed content pages 2017-07-15 15:47:37 +02:00
Diego Najar
0884a98649 jquery and font awasome for developers 2017-07-13 00:44:39 +02:00
Diego Najar
c3271298eb homepage, twitter card, improves 2017-07-11 23:53:53 +02:00
Diego Najar
325d6f79d5 page parents 2017-07-10 23:42:40 +02:00
Diego Najar
6e7613b181 page parents 2017-07-10 23:40:46 +02:00