mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #895] [MERGED] Added bootstrap files to optimized css/js files #1124
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/895
Author: @josaphatim
Created: 2/12/2024
Status: ✅ Merged
Merged: 2/13/2024
Merged by: @kroky
Base:
master← Head:fixed-duplicated-call-for-bootstrap-files📝 Commits (1)
a562026Added bootstrap files to optimized css/js files📊 Changes
6 files changed (+43 additions, -24 deletions)
View changed files
📝
modules/2fa/modules.php(+2 -2)📝
modules/core/functions.php(+3 -3)📝
modules/core/output_modules.php(+8 -10)📝
modules/core/site.css(+1 -4)📝
scripts/config_gen.php(+26 -2)📝
tests/phpunit/modules/core/modules.php(+3 -3)📄 Description
/site folder was missing bootstrap. I also fixed duplicated css files I mean bootstrap.min.css and bootstrap-icons.css were present twice in the head tag. Now accessing to /site will load all needed css/js files. This issue was impacting embedded tiki as bootstrap/bootstrap icons weren't loaded.
I also allowed css header and js files on login page to make bootstrap and js files available there. With this MR now clicking on close button in an alert message on login page will close it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.