Anika Kaiser
77b1c119e9
Update Code and shortend it
...
the new code allows mutliple plugins using the custom hook instead of overwriting the existing array
2019-03-17 11:46:44 +01:00
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
5e5957cca1
removed magic_quotes_gpc :D
2019-02-28 20:01:11 +01:00
Diego Najar
e548d75e3e
comments, bug fixes for buildpages by tags
2019-02-28 19:55:06 +01:00
Diego Najar
c72f936017
changed metadata for 3.8.1
2019-02-28 15:59:59 +01:00
Diego Najar
ef9a99f4b1
metadata for 3.8.0
2019-02-22 18:53:48 +01:00
Diego Najar
e1f32f3462
Include header X-Powered-By
2019-02-01 17:58:12 +01:00
Diego Najar
6db9c59dd5
change metadata for Bludit v3.7.1
2019-01-28 22:20:15 +01:00
Diego Najar
1255cddf7d
Changes in metadata for Bludit v3.7.0
2019-01-27 13:38:53 +01:00
Diego Najar
03e035cb98
Remote content try webhook button
2019-01-27 12:46:34 +01:00
Diego Najar
c0d3b86355
Bludit v3.6.1 labels updated
2019-01-16 13:03:45 +01:00
Diego Najar
346d573197
bludit v3.6
2019-01-15 19:53:04 +01:00
Diego Najar
ba800b9bd4
Merge branch 'master' of github.com:dignajar/bludit
2019-01-08 18:23:14 +01:00
Diego Najar
640dd1560e
change from trace to info
2019-01-08 18:23:02 +01:00
anaggh
0bf63ed78b
Remove deprecated track_errors
2019-01-05 00:18:07 +05:30
Diego Najar
9eb5d583b6
trace mode for debug
2018-12-26 20:43:20 +01:00
Diego Najar
be5a8ad517
redirect /blog to /blog/
2018-12-26 19:17:30 +01:00
Diego Najar
2eea4cd3ba
improves for Blocks
2018-12-17 22:13:15 +01:00
Diego Najar
e7412d0534
Blocks for themes
2018-12-12 18:18:48 +01:00
Diego Najar
14c893bb77
Bludit v3.5
2018-12-01 18:20:12 +01:00
Diego Najar
21661f0b83
Bludit v3.5 IPA
2018-11-29 19:27:17 +01:00
Diego Najar
19a747227d
Bludit v3.5-beta-1
2018-11-25 17:54:26 +01:00
Diego Najar
41f4658bce
Thumbnail parameters defined by the user. #867
2018-11-25 17:52:22 +01:00
Diego Najar
da25701e44
Bludit v3.4
2018-11-10 11:18:57 -03:00
Diego Najar
b2f79c2030
bludit v3.4 beta
2018-11-07 11:42:14 -03:00
Diego Najar
7227b85086
Tinymce 4.8.4
2018-10-30 22:33:02 +01:00
Diego Najar
a5b7bacfb6
languages updated, search plugin fix where Am I variable
2018-10-23 20:15:10 +02:00
Diego Najar
ce3b22e3b9
autosave only when the content changed
2018-10-21 15:00:15 +02:00
Diego Najar
bfabd248ac
Changes in metastore for Bludit v3.2
2018-10-20 21:34:04 +02:00
Diego Najar
f39cc831b1
Execute plugins with the hook afterPageCreate after the scheduler
2018-10-20 13:36:13 +02:00
Diego Najar
8e7a2f93b9
improves in editor area
2018-10-17 22:35:30 +02:00
Diego Najar
5619eaf321
Bludit v3.1
2018-10-08 18:09:02 +02:00
Diego Najar
682dc5788f
minor fix for restricted images
2018-10-07 15:54:28 +02:00
Diego Najar
fbb63123f1
Bludit v3.1
2018-10-07 14:03:58 +02:00
Diego Najar
0657c55191
domain base
2018-10-06 19:59:12 +02:00
Diego Najar
7d16e13903
Image per pages, removed convert relative to absolute path, media manager improves
2018-10-06 19:39:34 +02:00
Diego Najar
74687b0e65
search function
2018-10-01 16:34:28 +02:00
Diego Najar
8dfdd16fb4
fix download backup zip
2018-09-21 11:06:25 +02:00
Diego Najar
b25cf15a2d
Bludit v3.0.0
2018-09-21 10:37:46 +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
53dbb3c25f
Added Mastodon Social Network
2018-09-10 22:04:24 +02:00
Diego Najar
3d20f1cb36
Re enable plugins from rc2
2018-09-10 20:23:37 +02:00
Diego Najar
d62e19707b
workspaces directory for plugins
2018-09-05 22:55:14 +02:00
Diego Najar
a4336e5905
bludit v3.0.0 rc2
2018-09-02 19:03:15 +02:00
Diego Najar
9676e995ef
redirect pages with trailing slash
2018-08-27 22:19:42 +02:00
Diego Najar
8a5aa64d53
Bludit v3.0.0 rc1
2018-08-21 20:57:24 +02:00
Diego Najar
e674327a25
Remove reserved characters from URL, changes on labels
2018-08-20 22:32:14 +02:00