Commit Graph

3001 Commits

Author SHA1 Message Date
SamBrishes
0ee3548ceb camelCased variables 2020-05-15 13:41:25 +02:00
SamBrishes
2e486f6d33 Additional Check for the file 2020-05-14 17:59:29 +02:00
SamBrishes
3dca6efcdc Allow custom names 2020-05-14 17:56:22 +02:00
SamBrishes
b0a8231ce1 Remove console.log from JavaScript 2020-05-14 17:38:38 +02:00
SamBrishes
6d21fe7f5b Add Backup Features
Backup Features as described in #605 and #1137
2020-05-14 17:35:46 +02:00
dignajar
a5dc0addea Bug fix for 1177, get sub-pages via API 2020-05-12 23:05:29 +02:00
dignajar
134ac64e07 improve preview function 2020-05-12 22:24:03 +02:00
dignajar
0337402acd Merge branch 'master' of github.com:bludit/bludit 2020-05-12 18:24:15 +02:00
dignajar
41b5531fa2 Custom hooks for plugins 2020-05-12 18:24:06 +02:00
Diego Najar
98b7cf95df
Merge pull request #1183 from CaiMiao/patch-2
Update zh_CN.json
2020-05-12 17:51:01 +02:00
Diego Najar
5b85f90f72
Merge pull request #1185 from lightmat/master
Core plugin language da.json
2020-05-04 14:29:28 +02:00
Steen Jakobsen
5eb834c51d Core plugin language da.json
Danisk translations for core plugins
2020-05-02 19:48:34 +02:00
Diego Najar
e2bfe73ea8
Merge pull request #1179 from hide-me/patch-1
Some minor fixies in Russian translation
2020-05-01 21:26:02 +02:00
Diego Najar
a10a0b3df5
Merge pull request #1184 from lightmat/master
Create da.json
2020-05-01 21:25:42 +02:00
Steen Jakobsen
b240e8c138 Create da.json
Danish translation
2020-05-01 20:05:36 +02:00
Fumii Chuu
226c60eb92
Update zh_CN.json 2020-04-29 23:49:57 +09:00
hide-me
3817907eed
Some minor fixies in Russian translation
Also, I updated the URL of my personal site 🆒
2020-04-23 17:01:27 +03:00
Diego Najar
442a8ca1db
Merge pull request #1175 from nogajun/japanese
Fixed Japanese translation
2020-04-22 11:12:06 +02:00
Jun NOGATA
7e4410f713 fix ja_JP.json 2020-04-20 18:32:08 +09:00
Diego Najar
c1db51b1ce
Merge pull request #1165 from hide-me/patch-23
Update RU lang
2020-04-10 13:07:02 +02:00
Diego Najar
96e315521e
Merge pull request #1166 from hide-me/patch-24
Translation a bit improved
2020-04-10 13:06:54 +02:00
Diego Najar
63c0dc6da1
Merge pull request #1167 from hide-me/patch-25
Translation a bit improved
2020-04-10 13:06:45 +02:00
Diego Najar
f1d970bb3d
Merge pull request #1172 from mhancoc7/patch-2
Allow passing in attributes for Theme js files
2020-04-10 13:06:30 +02:00
Jereme Hancock
9a1ff17545
Allow passing in attributes for Theme js files
This is a follow up to a previous PR. The async attribute can cause issues with some js files. For instance I added the lozad.js (https://github.com/ApoorvSaxena/lozad.js) for lazy loading and included it via my theme. However, with the current automatic inclusion of "async" things didn't work. 

So this update allows Theme developers to prevent the async attribute by passing in "null".

Example: ```<?php echo Theme::javascript('js/lozad.min.js', DOMAIN_THEME, null); ?>```

If the Theme developer doesn't include "null" the default will be to use "async".
2020-04-05 20:15:09 -05:00
Diego Najar
0021d7920c
Merge pull request #1163 from hide-me/patch-22
Translation improved
2020-03-30 13:45:29 +02:00
Diego Najar
f959cc338b
Merge pull request #1162 from hide-me/patch-21
Translation a bit improved
2020-03-30 13:45:18 +02:00
Diego Najar
ad2dd5af45
Merge pull request #1161 from hide-me/patch-20
Translation a bit improved
2020-03-30 13:45:09 +02:00
Diego Najar
6cfa2fc423
Merge pull request #1160 from hide-me/patch-19
Updated translation
2020-03-30 13:44:59 +02:00
Diego Najar
ef2da05473
Merge pull request #1159 from hide-me/patch-18
Trying to add tanslatable string
2020-03-30 13:44:47 +02:00
Diego Najar
7834d9d193
Merge pull request #1158 from hide-me/patch-17
Translation a bit improved
2020-03-30 13:44:33 +02:00
Diego Najar
1016e982c9
Merge pull request #1157 from hide-me/patch-16
Fix small mistake
2020-03-30 13:44:22 +02:00
Diego Najar
061f7c1b13
Merge pull request #1164 from mhancoc7/patch-1
Add the "async" parameter to script tags
2020-03-27 12:53:08 +01:00
Jereme Hancock
380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05:00
Diego Najar
63ccd77af5 Bug fixed, set a homepage and enable the filter /blog/ 2020-03-25 21:25:00 +01:00
hide-me
1db714be71
Translation a bit improved 2020-03-24 18:19:59 +03:00
hide-me
632f2e58a8
Translation a bit improved 2020-03-24 18:16:37 +03:00
hide-me
3eaafb87bd
Update RU lang 2020-03-24 18:14:52 +03:00
Edi
8171cf23b7
Update de_AT.json 2020-03-24 13:20:42 +01:00
Edi
50a4ad363e
Update de_DE.json 2020-03-24 13:19:47 +01:00
Edi
ecec740961
Update de_CH.json 2020-03-24 13:18:48 +01:00
Jereme Hancock
12bbef14a6
Add the "async" parameter to script tags
In my testing this has improved my Page Insights score pretty significantly especially for mobile. See: https://web.dev/render-blocking-resources/
2020-03-23 14:04:54 -05:00
Diego Najar
f46de71aa7
Merge pull request #1156 from hide-me/patch-15
Translated new strings
2020-03-22 14:51:18 +01:00
Diego Najar
6079d338d4
Merge pull request #1155 from hide-me/patch-14
Create ru_RU.json
2020-03-22 14:50:48 +01:00
hide-me
e00a6c10c5
Translation improved
Translated new string
2020-03-22 16:23:25 +03:00
hide-me
2848ca7344
Translation a bit improved 2020-03-22 01:10:32 +03:00
hide-me
58b831b95c
Translation a bit improved 2020-03-22 01:08:18 +03:00
hide-me
9ff5a3c69a
Updated translation 2020-03-22 01:05:11 +03:00
hide-me
9833141c13
Trying to add tanslatable string
Please check it. I tested on my site and it's working perfectly, but maybe I did some mistakes.
2020-03-22 01:00:17 +03:00
Diego Najar
b156c9e576 remove social network theme 2020-03-21 22:34:16 +01:00
Diego Najar
eb4111aa96 Remove theme social network is not finished 2020-03-21 22:33:20 +01:00