Commit graph

177 commits

Author SHA1 Message Date
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
594ba12ea3 fix for #1356 2021-10-13 21:50:54 +02:00
Marek Rost
79dd46eb1e renamed bootstrap_html -> boostrapHTML function in paginator helper class 2021-10-04 13:54:20 +02:00
Marek Rost
3dacf7378d Improvements to bootstrap pagination function. Maintaining full compatibility. Added missing classes to certain elements like page number links, slightly simplified the conditional logic for first+last page button display. Added first and last button text override parameters and option to not show them with default to invisible. Made the bootstrap_html actually use these parameters when configured. 2021-10-04 13:53:01 +02:00
Diego Najar
f529cd26cb rename function to check if the plugin is enabled 2021-09-25 20:29:31 +02:00
Diego Najar
452e621cb2 bug fixes in tags 2021-09-23 18:51:07 +02:00
Diego Najar
8439abbe97 add comments, and styling 2021-09-12 22:06:29 +02:00
Diego Najar
cf4e0cc755 bug fixes 2021-09-05 16:18:01 +02:00
Diego Najar
d2f7c79cf6 Update Simple Image Class to 3.6.3 2021-06-05 21:07:31 +02:00
Diego Najar
84baa2c16b change in metadata for Bludit v4.0, plugin for popeye theme updated, refactor 2021-06-02 22:48:30 +02:00
dignajar
6688d0bd49 PopEye theme improvments 2021-04-18 17:50:04 +02:00
dignajar
930dd9a01b Enable API when the user login, starting new default theme for Bludit v4 Popeye 2021-04-13 20:28:51 +02:00
Diego Najar
1c5992477f refactor to remove Theme helper 2021-03-19 16:48:04 -03:00
Diego Najar
ae1c99c813 refactor and delete old files 2021-03-19 16:42:17 -03:00
Diego Najar
adb84d792d plugin position for dashboard, new plugins for welcome message and visits 2021-03-19 15:54:09 -03:00
Diego Najar
a55ab5d2ec Refactor for Site logo 2021-03-09 11:55:08 -03:00
Diego Najar
5b64d3b2fa Move vendors to a proper folder, update Bootstrap, Icons and jQuery 2021-03-04 12:27:02 -03:00
dignajar
231a500a52 add some documentation to the readme, now all plugins print the description in the settings form its possible disable as well, clean up css, and refactor Categories plugin 2021-02-07 22:03:53 +01:00
dignajar
cd0446e080 Settings trough API, change user password via API, refactor code 2021-02-07 17:19:24 +01:00
dignajar
3b37cb2905 Refactor main clasess, add new library for manage images 2021-01-23 22:19:47 +01:00
dignajar
993a4f92d6 API create/edit/delete category, UI for manage categories, UI for manage users still in progress, improvments in dbList class, warn the user when didn't save the progress in the editor 2021-01-16 13:03:16 +01:00
dignajar
38bd6dd551 Create user via API, create category via API, Bootstrap icons v1.3, improve in creation content 2021-01-12 21:46:42 +01:00
dignajar
ff2a51fae8 New approach when the page is created, remove UUID, remove symlinks for upload images, modal for filemanager, and more 2021-01-01 23:13:01 +01:00
dignajar
39de732f3b port to Bootstrap v5 modals and change icons 2020-12-29 18:53:06 +01:00
dignajar
1e143270aa missing name field for floating labels 2020-12-29 14:57:20 +01:00
dignajar
70cefda593 Added floating labels and changed in login form 2020-12-29 14:55:55 +01:00
dignajar
5469ce51b1 bootstrap v5, bootstrap icons, cleaning css, cleaning classes 2020-12-29 14:39:47 +01:00
dignajar
e84df311c2 a few updates for the admin panel 2020-11-30 22:00:54 +01:00
dignajar
226750af09 init branch for Bludit v4 2020-11-01 11:55:34 +01:00
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
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
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
SamBrishes
bcbfe55e24 Allow to remove Session & Cookie Items
Allow to remove Session & Cookie Items
2020-06-16 00:32:08 +02:00
SamBrishes
06131d7f85 Bugfix - ZIP Paths may starts with an (back-) slash 2020-05-14 11:33:46 +02:00
eeagle
6be73c9776 Add Support for the german social-network Xing 2020-04-17 21:28:22 +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
Jereme Hancock
380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05: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
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
Diego Najar
bc4f532b97 add support for vk.com social network 2019-12-07 14:32:39 +01:00
Anaggh S
a39d3fff7f Add Disk Size to Simple Stats 2019-11-15 21:17:56 +05:30
Diego Najar
8a1338b186 remove shorcut to fix favicon. Related issue #1099 2019-10-24 20:08:54 +02:00
Diego Najar
4f3f40a6c4 Remove HTML and PHP tags from the users,categories and tags fields, prevent XSS 2019-10-12 11:35:35 +02:00