Commit graph

829 commits

Author SHA1 Message Date
dignajar
12daf0fa8b rollback users with no-casesensitive 2020-07-13 20:36:11 +02:00
dignajar
cbf1b5ec1d Bug fix, permalink for page child, #1231 2020-07-13 20:18:52 +02:00
dignajar
b363a684f2 Store usernames in lowercases. #1225 2020-07-13 11:53:48 +02:00
dignajar
0f7a290b6a Store usernames in lowercases. #1225 2020-07-13 11:48:30 +02:00
dignajar
e33937ad88 Merge branch 'master' of github.com:bludit/bludit 2020-07-13 11:36:32 +02:00
dignajar
a1f0b4cabf Metadata for Bludit v3.13.0 2020-07-13 11:36:02 +02:00
Diego Najar
bbb714bb5a
Merge pull request #1227 from SamBrishes/patch-002
Allow dots in URL
2020-07-07 10:05:24 +02:00
SamBrishes
5790962dee Allow dots in URL 2020-07-07 09:14:45 +02:00
SamBrishes
9f7759d912 Extend plugins hook 2020-07-07 08:46:26 +02:00
dignajar
8528b08a42 Merge branch 'master' of github.com:bludit/bludit 2020-07-01 20:09:34 +02:00
dignajar
8bbb896740 improve conditional 2020-07-01 20:09:20 +02:00
Diego Najar
a28754c2e0
Merge branch 'master' into patch-001 2020-07-01 20:02:53 +02:00
SamBrishes
eb74980021 MIME Type Check for Issue #1218 and #1212
MIME Type Check for Issue #1218 and #1212
2020-06-28 10:36:41 +02:00
SamBrishes
bcbfe55e24 Allow to remove Session & Cookie Items
Allow to remove Session & Cookie Items
2020-06-16 00:32:08 +02:00
dignajar
e3abd64fe4 Support admin controller and view over plugins 2020-06-15 21:05:46 +02:00
dignajar
b092d3048a Support admin controller and view over plugins 2020-06-15 16:27:12 +02:00
Diego Najar
537cfbf616
Merge pull request #1196 from SamBrishes/patch-004
Add custom admin pages
2020-06-15 16:01:27 +02:00
anaggh
6a8d3e9d1f
Remove async for select2
Defaulting to async is leading to buggy behaviour https://github.com/bludit/bludit/pull/1172/files
2020-06-11 20:27:55 +05:30
Diego Najar
f928fe84c8
Merge pull request #1201 from anaggh/master
Update frontend dependencies
2020-06-08 14:16:56 +02:00
virtualmix
ec9db046e7 fix typos 2020-06-03 23:59:07 -07:00
Anaggh S
873fbab56b Move undefined check to correct place 2020-05-27 17:03:50 +05:30
Anaggh S
8d27f2a0c0 Fix "undefined" text on search 2020-05-26 19:20:34 +05:30
Anaggh S
caeef10df2 Update select2-bootstrap4 theme 1.4.0 2020-05-26 18:35:30 +05:30
Anaggh S
ff2dfe1175 Update select2 4.0.12 -> 4.0.13 2020-05-26 18:26:52 +05:30
Anaggh S
68fcbf1a49 Update jQuery 3.4.1 -> 3.5.1 2020-05-26 17:54:23 +05:30
Anaggh S
beaf06bb1c Update bootstrap 4.4.1 -> 4.5.0 2020-05-26 17:51:13 +05:30
Diego Najar
9095ef077a
Merge pull request #1199 from SamBrishes/patch-006
[BUGFIX] AJAX Error Message when uploading Images
2020-05-24 09:20:16 +02:00
SamBrishes
2e307339ab Remove Filesystem:rmfile completely 2020-05-23 18:48:14 +02:00
SamBrishes
c7f0393062 Repair Spaces 2020-05-23 00:04:16 +02:00
SamBrishes
1214b12bf7 Namespace Plugin Pages 2020-05-22 23:55:22 +02:00
SamBrishes
4ec9b47c96 Fix for Issue #1176
Fix for Issue #1176
2020-05-22 23:34:15 +02:00
SamBrishes
93fd4e0c83 Remove deprecated atuoComplete Function 2020-05-22 23:15:38 +02:00
SamBrishes
5187cbc4d0 Fix Space / Tabs 2020-05-15 07:54:51 +02:00
SamBrishes
7ea717200c Custom admin pages 2020-05-15 07:50:22 +02:00
SamBrishes
06131d7f85 Bugfix - ZIP Paths may starts with an (back-) slash 2020-05-14 11:33:46 +02:00
SamBrishes
80babfa850 Add prepare function 2020-05-13 10:37:09 +02:00
dignajar
134ac64e07 improve preview function 2020-05-12 22:24:03 +02:00
dignajar
41b5531fa2 Custom hooks for plugins 2020-05-12 18:24:06 +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
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
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
c4b3bdd77b Bludit v3.12.0 metadata 2020-03-21 15:44:27 +01:00
Diego Najar
46fa8a1fab Create directory for upload pictures for each new page 2020-03-20 19:48:44 +01:00
Diego Najar
0530aaa3b8 Merge branch 'master' of github.com:dignajar/bludit 2020-03-14 12:03:50 +01:00
Diego Najar
a8b4b26c57 get mimetype 2020-03-14 12:03:43 +01:00
Anaggh S
45ca449d5a Use try catch instead 2020-02-28 14:06:09 +05:30
Anaggh S
bbdc8afcaf Fix PHP 7.4 "Deprecated: Array and string offset access syntax with curly braces is deprecated" 2020-02-27 03:08:27 +05:30
Anaggh S
7ae53cfd63 Fix #1143 Add additional check to skip broken symlinks to avoid RuntimeException: SplFileInfo::getSize(): stat failed 2020-02-27 02:58:05 +05:30