Up to Laravel 11 + Fix table text color, some Links & Changelog ID's#50
Open
sudwebdesign wants to merge 11 commits intoInvoicePlane:masterfrom
Open
Up to Laravel 11 + Fix table text color, some Links & Changelog ID's#50sudwebdesign wants to merge 11 commits intoInvoicePlane:masterfrom
sudwebdesign wants to merge 11 commits intoInvoicePlane:masterfrom
Conversation
composer install or upgrade vendor/bin/rector process --dry-run vendor/bin/rector process https://dev.to/nasrulhazim/automating-code-refactoring-in-laravel-with-rector-2151
Fix Target class [WikiController] does not exist.
npm run build (Ok) --- Note node-sass v9.0.0 (deprecated) popper.js v1.16.1 (deprecated) --- npm audit report bootstrap 4.0.0 - 4.6.2 Severity: moderate Bootstrap Cross-Site Scripting (XSS) vulnerability - GHSA-vc8w-jr9v-vj7f fix available via `npm audit fix --force` Will install bootstrap@5.3.6, which is a breaking change node_modules/bootstrap postcss <=8.4.30 Severity: moderate Regular Expression Denial of Service in postcss - GHSA-566m-qj78-rww5 PostCSS line return parsing error - GHSA-7fh5-64p2-3v2j fix available via `npm audit fix --force` Will install autoprefixer@10.4.21, which is a breaking change node_modules/autoprefixer/node_modules/postcss node_modules/grunt-postcss/node_modules/postcss autoprefixer 1.0.20131222 - 9.8.8 Depends on vulnerable versions of postcss node_modules/autoprefixer grunt-postcss * Depends on vulnerable versions of postcss node_modules/grunt-postcss 4 moderate severity vulnerabilities
For headlineLink() & $article_pagination var
Same for all (don't reload the page on headlineLink (#)
C + commit ID PR + Pull Request ID IP + (old?) ID (search in gh & archive)
Restore before 6e13d1b
sudwebdesign
commented
May 8, 2025
| $table-dark-border-color: lighten($gray-900, 7.5%) !default; | ||
| $table-dark-color: $body-bg !default; | ||
| $table-color: $table-dark-color; | ||
| $table-color: $body-color; |
Author
There was a problem hiding this comment.
This make text color to black in tables
sudwebdesign
commented
May 8, 2025
| $btn_class = ($article_pagination['previous']['type'] == 'section' ? 'btn-primary' : 'btn-secondary'); | ||
| echo ' | ||
| <a href="' . $article_pagination['previous']['url'] . '" class="btn ' . $btn_class . ' pull-left"> | ||
| <a href="' . url($article_pagination['previous']['url']) . '" class="btn ' . $btn_class . ' pull-left"> |
Author
There was a problem hiding this comment.
Make an absolute url in relation with APP_URL from .env
sudwebdesign
commented
May 8, 2025
| <div class="sidebar-top"> | ||
| <a href="{{ config('app.url') }}">@lang('global.wiki')</a> | ||
| <a href="#" class="sidebar-toggle pull-right"><i class="fa fa-close"></i></a> | ||
| <a href="#" class="sidebar-toggle pull-right d-lg-none d-xl-none"><i class="fa fa-close"></i></a> |
Author
There was a problem hiding this comment.
Hide sidebar X on large screen
Author
|
After run I encountered an I solved by deletion of |
This file contains hidden or 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
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.
Checklist
Description
For work locally, I commented this in my `.htaccess` file to fix: `Invalid command 'ExpiresActive', perhaps misspelled or defined by a module not included in the server configuration`Note for htaccess:
Related Issue(s)
None
Motivation and Context
At first time, just for correct text
tablecolorbut not worked locally. after some research & some refactoring, It's work with Laravel 11.Big thank to rector.
Issue Type (Check one or more)
Xon large screen)Screenshots (Change-log links)