655 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
98acc58597
Merge pull request #969 from anaggh/master
Update bootstrap to v4.3.1
2019-03-02 19:46:32 +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
54868df652 include sticky and static pages to the categories 2019-02-28 19:44:46 +01:00
Diego Najar
c72f936017 changed metadata for 3.8.1 2019-02-28 15:59:59 +01:00
Diego Najar
c14e86f96f bug fix, prevent lost tags 2019-02-28 15:32:08 +01:00
Diego Najar
820b1c7207 include tags in json function 2019-02-26 00:47:34 +01:00
Diego Najar
75ec5f32f3 include slug for the API 2019-02-25 16:32:29 +01:00
Diego Najar
6b1020f0c4 check if autosave exists 2019-02-25 16:32:00 +01:00
Diego Najar
0f867720a5 Prevent content to be empty if not passed as argument 2019-02-24 16:38:18 +01:00
Anaggh S
c8af1c1d4d Update bootstrap to v4.3.1 2019-02-24 15:19:23 +05:30
Diego Najar
ef9a99f4b1 metadata for 3.8.0 2019-02-22 18:53:48 +01:00
Diego Najar
f2e12e6821 bug fix for #961 2019-02-22 18:42:27 +01:00
Diego Najar
3500813695 Bug fix for #962 2019-02-22 18:34:51 +01:00
Diego Najar
3fc2c2bb74 bug fix for #959 2019-02-22 18:26:42 +01:00
Diego Najar
ff5df92944 remove a few lines not used 2019-02-22 16:43:00 +01:00
Diego Najar
ea81099b59 remove grizzly 2019-02-22 16:36:56 +01:00
Diego Najar
dea1e09b30 remove grizzly 2019-02-22 16:35:45 +01:00
Diego Najar
c98864733a bug fix for #965 2019-02-22 14:25:40 +01:00
Diego Najar
c39922d95d new page and draft 2019-02-20 23:13:59 +01:00
Diego Najar
a5180135f6 API Improve and Pages class 2019-02-20 08:45:55 +01:00
Diego Najar
3058904fd2 API improves 2019-02-19 08:38:17 +01:00
Diego Najar
721099aa4f grizzly admin theme 2019-02-08 08:53:56 +01:00
Diego Najar
78cacae128 Bug fixes for API plugin 2019-02-08 08:53:26 +01:00
Diego Najar
56eb4a3a93 remove Blocks classes 2019-02-03 20:05:32 +01:00
Diego Najar
8b0ff80efb define function if the editor is not enabled 2019-02-03 14:29:37 +01:00
Diego Najar
2643c9ff1f comments 2019-02-02 16:16:13 +01:00
Diego Najar
43923882cd Button plus with color, more cool 2019-02-02 16:15:01 +01:00
Diego Najar
785965db35 Pages with differents dates after installation 2019-02-02 16:14:00 +01:00
Diego Najar
088179f1fb Media manager improves, alert when the file type is not supported and maximum load file 2019-02-02 16:11:36 +01:00
Diego Najar
7335196208
Update index.php 2019-02-01 18:00:45 +01:00
Diego Najar
e1f32f3462
Include header X-Powered-By 2019-02-01 17:58:12 +01:00
Diego Najar
ec7e0aaf4c Ajax response improves 2019-01-31 20:07:59 +01:00
Diego Najar
79095de5ca returns empty list if there are not images 2019-01-30 23:27:19 +01:00
Diego Najar
8f7ee3fec1 Improves in Media manager and Ajax responses 2019-01-30 23:15:36 +01:00
Diego Najar
eb31e298da Bug fix to prevent jQuery add extra code 2019-01-30 17:53:10 +01:00
Diego Najar
36f26aad35
Merge pull request #937 from ltGuillaume/patch-3
Autofocus username field on login
2019-01-28 22:23:10 +01:00
Diego Najar
6db9c59dd5 change metadata for Bludit v3.7.1 2019-01-28 22:20:15 +01:00
Diego Najar
7a2a8e85d6 Remove alert about complete fields after POST method 2019-01-28 22:12:33 +01:00
Diego Najar
bf061d6fff Bug fix when select the type of the page 2019-01-28 20:30:52 +01:00
Diego Najar
0a7d63c512 Delete button in small devices 2019-01-28 20:30:18 +01:00
Edi
060dc2fd29
Fix of wrong label 2019-01-27 23:14:56 +01:00
Guillaume
1dae01c021
Autofocus username field on login 2019-01-27 18:07:38 +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
a1a7a7fd38 Migrate private variables to protected to allow to extend classes 2019-01-26 12:50:48 +01:00
Diego Najar
8ff877bf37 Removed Write role from the role list 2019-01-26 12:36:42 +01:00
Diego Najar
c13b8f903e Bug fix for #921 2019-01-26 11:13:53 +01:00
Diego Najar
1dc3f067dc include languages files 2019-01-25 16:26:55 +01:00