-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from johanvanhelden/develop
Develop
- Loading branch information
Showing
4,178 changed files
with
2,146,772 additions
and
217,531 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"extends": [ | ||
"stylelint-config-standard", | ||
"stylelint-config-recommended-scss" | ||
], | ||
"rules": { | ||
"no-descending-specificity": null, | ||
"no-duplicate-selectors": null, | ||
"block-closing-brace-newline-after": ["always", { | ||
"ignoreAtRules": ["if", "else"] | ||
}], | ||
"at-rule-empty-line-before": ["always", { | ||
"except": [ | ||
"blockless-after-same-name-blockless", | ||
"first-nested" | ||
], | ||
"ignore": ["after-comment"], | ||
"ignoreAtRules": ["else"] | ||
}] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
phpMyAdmin - Readme | ||
=================== | ||
|
||
Version 4.8.4 | ||
Version 5.0.0-dev | ||
|
||
A web interface for MySQL and MariaDB. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
phpMyAdmin | ||
========== | ||
|
||
A web interface for MySQL and MariaDB. | ||
|
||
https://www.phpmyadmin.net/ | ||
|
||
Code status | ||
----------- | ||
|
||
.. image:: https://travis-ci.org/phpmyadmin/phpmyadmin.svg?branch=master | ||
:alt: Build status | ||
:target: https://travis-ci.org/phpmyadmin/phpmyadmin | ||
|
||
.. image:: https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg | ||
:alt: Translation status | ||
:target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget | ||
|
||
.. image:: https://codecov.io/gh/phpmyadmin/phpmyadmin/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/phpmyadmin/phpmyadmin | ||
|
||
.. image:: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/badges/quality-score.png?s=93dfde29ffa5771d9c254b7ffb11c4e673315035 | ||
:target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/ | ||
|
||
.. image:: https://bestpractices.coreinfrastructure.org/projects/213/badge | ||
:alt: CII Best Practices | ||
:target: https://bestpractices.coreinfrastructure.org/projects/213 | ||
|
||
.. image:: https://www.browserstack.com/automate/badge.svg?badge_key=V1ppZHdzTThicjY4Ujk5akxYT2xYUT09LS1PVncrNCtkUW9BZXE1Q2xCQkdTMFZRPT0=--91913a0e155fda6f7c942e9dd2da64b3da571c30 | ||
:alt: BrowserStack | ||
:target: https://www.browserstack.com/automate/public-build/V1ppZHdzTThicjY4Ujk5akxYT2xYUT09LS1PVncrNCtkUW9BZXE1Q2xCQkdTMFZRPT0=--91913a0e155fda6f7c942e9dd2da64b3da571c30 | ||
|
||
|
||
Download | ||
-------- | ||
|
||
You can get the newest release at https://www.phpmyadmin.net/. | ||
|
||
If you prefer to follow the git repository, the following branch and tag names may be of interest: | ||
|
||
* ``STABLE`` is the current stable release. | ||
* ``master`` is the development branch. | ||
* Releases are tagged, for example version 4.0.1 was tagged as ``RELEASE_4_0_1``. | ||
|
||
Note that phpMyAdmin uses Composer to manage library dependencies, when using git | ||
development versions you must manually run Composer. | ||
Please see `the documentation <https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git>`_ for details. | ||
|
||
More Information | ||
---------------- | ||
|
||
Please see the documentation in the doc folder or at https://docs.phpmyadmin.net/. | ||
|
||
For support or to learn how to contribute code or by translating to your language, | ||
visit https://www.phpmyadmin.net/ |
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.