-
Notifications
You must be signed in to change notification settings - Fork 705
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 V2 with bootstrap 4.5.x, bug corrected on horizontal filters, upgrade django version and more #774
Open
pulse-mind
wants to merge
60
commits into
darklow:v2
Choose a base branch
from
pulse-mind:v2
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
… run without error.
This reverts commit 1717af9
Migrate to bootstrap v4 * migrate to bootstrap v4 beta 3 : Input groups were rewritten with specific .input-group-{prepend|append} classes. The new approach allows us to support validation styles and messages within input groups, while also adding support for custom selects, custom file inputs, and multiple .form-controls. form-control-static becomes form-control-plaintext Adding padding px-2 on fields
Co-authored-by: Frédéric Ravetier <[email protected]>
* darklow#628 : manage addlink button with a lot of horizontal filters * Update travis and settings for tests
* Update to Django 3.0 * Update password form for bootstrap 4 * Added django 3.0 to travis
* Migrate to Django 3.1.x adjust css to keep the compatibility adjust messages
* Migrate to Django 3.1.x adjust css to keep the compatibility adjust messages Added color on errorlist when a mandatory field is in error
Migrate to Django 3.1.x * adjust css to keep the compatibility * adjust messages * Added color on errorlist when a mandatory field is in error
What is the problem with this PR? Is it breaking something? 🤔 |
Hello, I am sorry for the delay. Thank you for your commit!
Update gulp for new usages Update scss for last sass requirements Bug corrected in font-size (due to previous bootstrap migration) Bump version
Media query mixins parameters have changed for a more logical approach. media-breakpoint-down() uses the breakpoint itself instead of the next breakpoint (e.g., media-breakpoint-down(lg) instead of media-breakpoint-down(md) targets viewports smaller than lg).
…one styles (at least). Added in gulp for simple build
Load min version if debug (DEBUG=True and INTERNAL_IPS set to have it in template) Update documentation Bump version
…ut not for a user that has the add permission
Add github workflow instead of travis.ci
heroku deploy (#14)
* Upgrade to Django4.0 * Update to prepare deliver on pypi
* Remove by default the action on top + toggle * Remove pypy from python version github workflow * Bump version
…r zindex Upgrade dependencies
* update github workflow * Bump django version to 4.2
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.
In this pull request I've done a lot of improvements :
upgrade to bootstrap 4.5.x (with badges)
upgrade to django 2.2.x
upgrade node dependencies
upgrade gulp script
close #768
close #769
close #628
close #746
close #704
close #657
close #624
Work for #475
Please accept this pull request