Commit graph

958 commits

Author SHA1 Message Date
Benjamin Bellamy
8f92793742
fix(symlink): remove target directory upon symlink creation
For some shared hosting (such as ovh's), having the full target link will raise 403 errors.
The target directory is she same as the link directory so it is useless.
2023-09-14 11:10:20 +02:00
Diego Najar
573dc27447
Merge pull request #1511 from belomaxorka/minor-fixes-themes
Minor improvements in default themes
2023-07-10 19:39:29 +02:00
Roman Kelesidis
0020afe6d1 Minor improvements in default themes 2023-04-25 13:16:52 +07:00
Sebastian
b0013d5d2c
Comma Seperated Tags List Walker Feature
Commit adds support of adding a list with commas to the tag field.
2023-02-28 21:11:49 +01:00
Diego Najar
08f5522e62
Merge pull request #1495 from basteyy/fix_1494
Fix #1494
2023-02-22 22:49:53 +01:00
Diego Najar
a4654ce0ae
Merge pull request #1497 from basteyy/fix_1496
Fix Deprecated message
2023-02-22 22:49:00 +01:00
Sebastian
550a46f10f
Update simple-image.class.php
Fix float to int deprecation message
2023-02-22 21:48:18 +01:00
Sebastian
027c85e968
Fix handling array as object
At this line, the  `$user ` is a `array` and not the User Object `User`.
2023-02-14 20:57:52 +01:00
Sebastian
5c260d82f4
Fix Deprecated message
Instead of adding a new dynamic property to the DateInterval-Object, a new var is created which stores the weeks. Inside the `foreach` a handler is created by checking, if the current `$key` is `w` for weeks.
2023-02-13 20:58:10 +01:00
Sebastian
fb0f974580
Fix #1494
Handle `checkbox`different than other `input` elements (such as text, password ...), by using a different selector and check, if the `checkbox` is checked.
2023-02-13 20:22:01 +01:00
Vadim Ushakov
387e62ea7e Display the user name in the title of page /admin/edit-user/$username
Display the user name in the title of page `/admin/edit-user/$username`, in the same way as it's implemented for `/admin/edit-category/$category`.
2022-09-19 15:43:48 +07:00
Diego Najar
93b840f063 logo refactor 2022-09-05 09:40:11 +02:00
Diego Najar
29563c8add
Merge pull request #1427 from gaincoder/main
check if the user of the session is in the database
2022-05-26 23:05:09 +02:00
Emanuele Goldoni
fb4b65a4c7 show parent page in modal 2022-05-11 22:51:07 +02:00
Tim Moritz
4a72c5968e check if the user of the session is in the database - change method 2022-05-09 08:42:24 +02:00
Diego Najar
16bb662cce Improve function preview #1438 2022-05-08 15:03:39 +02:00
Diego Najar
cafc2630d4 Change more options order for #1423 2022-05-07 18:33:56 +02:00
Diego Najar
847c59e233 Fix for blog filter #1370 2022-05-07 18:27:22 +02:00
Emanuele
825bd5f509
Merge branch 'bludit:main' into preview 2022-05-04 09:32:11 +02:00
Diego Najar
299c334655 Remove HTML entities when generate the URL base on title, fix for #1428 2022-05-03 20:27:30 +02:00
Diego Najar
a3abf8e135 Remove autocomplete for inputs fields, fix for #1430 2022-05-03 19:58:33 +02:00
Diego Najar
66ff89c3ab check json format for custom fields, add position menu for custom fields, fix issues with boolean types 2022-05-03 19:45:01 +02:00
Emanuele
5285ab78af
Merge branch 'bludit:main' into preview 2022-05-03 19:12:44 +02:00
Diego Najar
9e07add22d
Merge pull request #1413 from gaincoder/fixDeleteUser
fix User cannot be deleted #1407
2022-05-03 15:32:36 +02:00
Tim Moritz
35826189ec check if the user of the session is in the database 2022-04-14 16:40:15 +02:00
Tim Moritz
774348fe02 add delete user function for V4 2022-03-17 15:09:20 +01:00
Emanuele Goldoni
a128e603ca enable content Preview - fixes #1383 2022-03-07 23:12:58 +01:00
Emanuele
1e486574ef
UUID for deleting pages files 2022-03-02 22:23:07 +01:00
Diego Najar
1d6e1d8fc0 Page URL from title, UUID for pages files 2022-02-23 14:15:10 +01:00
Diego Najar
93eb607e35 minor ui change 2022-02-22 14:40:08 +01:00
Diego Najar
0a76a7785b Tooltip for cover image 2022-02-22 14:39:25 +01:00
Diego Najar
ae5e1fc59a Remove Cover image via double click 2022-02-22 14:36:15 +01:00
Diego Najar
da39fd6ce8 Add delete file from Filemanager #1384 2022-02-22 14:26:54 +01:00
Diego Najar
52ecf89b77 Add custom fields 2022-02-21 16:21:32 +01:00
Diego Najar
8e7a7eaf18 set min position to 0 #1397 2022-02-09 10:04:16 +01:00
Diego Najar
320f9a2f0c Bug fix in Session handler for multiples Bludit installation in the same root folder 2021-11-25 20:17:38 +01:00
Diego Najar
9bf2663353 remove theme's plugins from the list 2021-11-21 18:50:58 +01:00
Diego Najar
642d07151e Fix for sub-pages #1380 2021-11-11 13:37:06 +01:00
Tim Moritz
2b17019bd5 rename plugin interface 2021-10-27 07:54:39 +02:00
Tim Moritz
54bc55f1cf Merge remote-tracking branch 'origin/v4.0' into v4.0 2021-10-26 11:27:03 +02:00
Tim Moritz
336cffe777 add the possibility to use independend classes in plugins 2021-10-26 11:25:05 +02:00
Diego Najar
f8366bb6c8 change label on the active theme 2021-10-25 18:40:42 +02:00
Diego Najar
90a4f304c8 Open website in new tab 2021-10-25 09:24:28 +02:00
Diego Najar
865fd124b7 remove backtrace 2021-10-25 09:15:45 +02:00
Diego Najar
c81b34eeca bug fix for page autosave 2021-10-23 18:15:03 +02:00
Diego Najar
a5390963fb move vendors to vendors folder, include tinymce languages, update vendors, include vendors in the helper 2021-10-23 18:07:15 +02:00
Diego Najar
f6a6660f48 Fix for #1347, display navbar for mobiles 2021-10-16 16:17:00 +02:00
Diego Najar
594ba12ea3 fix for #1356 2021-10-13 21:50:54 +02:00
Diego Najar
1f6dd0b6e7 include page position, and fix deprecated warninings for PHP8 2021-10-13 21:20:32 +02:00
Diego Najar
a0681985c0 fix for #1364 2021-10-13 21:18:50 +02:00