-
Notifications
You must be signed in to change notification settings - Fork 16
Up to Laravel 11 + Fix table text color, some Links & Changelog ID's #50
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
base: master
Are you sure you want to change the base?
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 [email protected], 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 [email protected], 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
| $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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This make text color to black in tables
| $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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make an absolute url in relation with APP_URL from .env
| <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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hide sidebar X on large screen
|
After run I encountered an I solved by deletion of |
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)