forked from egbot/Symbiota
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update branch with latest Developments #1562
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove dependence on $CSS_VERSION_RELEASE and v202209 directory path - Move all css files out of v202209 directory one directory down into css base directory - Add $CSS_VERSION to CSS imports within head_template.php, thus allowing force reload of CSS files when that variable is changed within symbbase.php file - Remove deprecated css/base.css file - Remove deprecated files within css/symb/directory - Reduce pixel size of Symbiota icon, which is much larger than a typical icon. Large version of icon is still conserved, but not used as the default icon.
- Move javascript code out of footer into separate js file. This will allow us to make adjustments to code without needing individual non-template footer files to be adjusted to code changes. - Remove code out of header_template file in preference to code run within symbbase.php file - Given condition at top of header page testing if language file is imported, individual isset statements for each LANG variable is not needed.
- Remap minimalheader_template.php to minimalheader.php in support of the currently supported template system - Add minimalheader_template.php to setup.sh file
Update CSS dev branch
- Bug fix: remove php code out of new js file - Standardize syntax within footer template file - Remove deprecated code within symbini config file
fixed the profile accessibility setting (#1534)
* adding variable to control menu font-size for easy customization * move font size control to be out of media query
Update Development branch
CSS structure refactoring
correct default header background image path.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.