Kazhnuz
62a64e21ca
✨ (user): add support for display name
2025-01-10 00:17:32 +01:00
Kazhnuz
63d0e7a14a
💄 (edit-users): add subtitles
2025-01-09 23:46:32 +01:00
Kazhnuz
6716a8bbe7
⚡ ️ (avatar): add a way to reduce avatar size
2025-01-09 20:06:11 +01:00
Kazhnuz
db47816aeb
✨ (users): Add support for personnal page
2025-01-09 19:28:48 +01:00
Kazhnuz
f9bf460018
✨ (users): Add support for pronouns
2025-01-09 19:20:44 +01:00
Kazhnuz
5bf9963052
✨ (edit-user): add a way to change description
2025-01-09 19:12:50 +01:00
Diego Najar
3c02c86498
feat: new bludit version with bug fix for php 5
2024-08-25 10:11:57 +02:00
Diego Najar
fa736d907b
chore: fix versioning number
2024-08-06 22:48:54 +02:00
Diego Najar
16c70204dc
Merge pull request #1572 from basteyy/patch-1
...
Fix 2 deprecated messages
2024-08-06 22:48:24 +02:00
Duncan Cameron
e17583fb63
Display correct welcome message when hour is exactly 6, 12 or 18
2024-07-07 13:50:14 +01:00
basteyy
593f5b3aed
Update pagex.class.php
...
Fix deprecated dynamic property creation and week calculation in relativeTime function
- Resolved deprecated warning by avoiding dynamic property creation on DateInterval object.
- Calculated weeks separately and included them correctly in the output string.
- Adjusted the logic to handle weeks within the string array without creating a dynamic property.
- Ensured compatibility with PHP 8.2 and higher, where dynamic properties are deprecated.
This fix prevents the "Deprecated: Creation of dynamic property DateInterval::$w is deprecated" warning and correctly formats the relative time string.
2024-07-06 23:05:51 +02:00
basteyy
4412f339cc
Update pages.class.php
...
Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /var/www/html/bludit/bl-kernel/pages.class.php on line 424
2024-07-06 23:03:12 +02:00
Diego Najar
49fb7f03b1
after save content redirect to the proper tab to avoid confusion if the content was created or not #1541
2024-06-30 21:59:24 +02:00
Diego Najar
437190fcbb
add telegram support #1565
2024-06-30 21:48:29 +02:00
Diego Najar
4bfa4a74a9
fix: page upload symlink
2024-06-23 21:46:43 +02:00
Diego Najar
e770d6a972
fix: password length when changed user password
2024-06-22 16:34:24 +02:00
Diego Najar
6248ea0a62
chore: add prettierrc and dir=auto to form inputs
2024-06-22 16:22:05 +02:00
Duncan Cameron
957663b48b
Use the page UUID to identify the upload directory when deleting a page
...
Fixes #1545
2024-03-24 20:40:15 +00:00
Diego Najar
d586fce4f2
Merge pull request #1553 from gaincoder/v3.0
...
Add .webp support and fix #1467
2024-01-28 20:13:39 +01:00
Tim Moritz
1c32692b2a
fix crash if no releated pages found
2024-01-12 11:36:08 +01:00
Tim Moritz
1868c63b93
Add .webp support
2024-01-12 10:56:39 +01:00
gentledawn
b05655717e
Update theme.class.php
...
Add missing Dribbble.
2023-10-14 14:52:53 +07:00
Diego Najar
0a9c21a1e8
release name krakow
2023-07-15 16:16:24 +02:00
Diego Najar
c65282334d
update license
2023-07-15 16:10:01 +02:00
Diego Najar
27415297e8
bludit v3.15.0
2023-07-15 15:59:51 +02:00
Diego Najar
2ab78beb8b
small changes for Bludit PRO
2022-09-08 21:35:32 +02:00
Diego Najar
e5a7735360
Fix deprecation warninigs
2022-09-07 17:03:45 +02:00
Diego Najar
b6c212337e
fix for #1327
2022-09-05 20:27:56 +02:00
Diego Najar
29b7d74ead
change metadata and compatibility with php8
2022-09-05 20:11:15 +02:00
Diego Najar
8636f6d6b8
refactor UI
2022-09-05 20:08:48 +02:00
Diego Najar
3a8fa7ab94
add compatibility with php8.1 #1452
2022-09-05 20:08:04 +02:00
Diego Najar
bda30ee9b0
change icon
2022-09-05 20:07:24 +02:00
Diego Najar
1b6a5587d6
show site name instead of Bludit
2022-09-05 20:07:02 +02:00
Diego Najar
a01a611990
add support to webp images, improve UI
2022-09-05 20:06:18 +02:00
Diego Najar
20c03011cb
update bootstrap
2022-09-05 20:05:19 +02:00
Diego Najar
f4f85ec3d4
bug fix on session and multiple paths
2021-11-28 13:43:55 +01:00
Diego Najar
a3555315b8
bug fix on session and multiple paths
2021-11-28 12:45:31 +01:00
Jens Rey
c8e83737e0
Feature: Allow images to be inserted as thumbnails or as linked thumbnails
2020-10-30 16:06:14 +01:00
Anaggh S
0c539edb11
Update Bootstrap v4.5.0 -> v4.5.2
2020-10-01 16:59:00 +05:30
Diego Najar
3efbd8cc08
Merge pull request #1174 from eeagle/master
...
Add Support for the german social-network Xing
2020-09-25 19:30:41 +02:00
Diego Najar
309b39e45e
Merge pull request #1262 from Tibinsunny/fix1
...
Fix for /issues/1254
2020-09-25 19:22:33 +02:00
Abhishek Verma
0a46630c6c
Removing unwanted mobile menu option for editor and author
...
Removed categories, users, settings, plugins, themes, about from mobile navebar. Kept all the adminSidebars for admin only.
2020-09-24 00:12:28 +05:30
Tibinsunny
b47b680e9d
Fix for /issues/1254
2020-08-29 22:33:01 -07:00
Diego Najar
d4653c3d33
return uuid in json method
2020-08-23 18:59:18 +02:00
Diego Najar
986a502281
metadata for 3.13.1
2020-07-29 19:48:30 +02:00
dignajar
86e0f69030
Fix bug with mime type checker
2020-07-24 10:37:30 +02:00
dignajar
f33466af01
Removed default async property for Javascript
2020-07-23 12:59:37 +02:00
Diego Najar
1e778b3b54
Add related pages function
2020-07-23 12:14:43 +02:00
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