| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
|
|
| |
Currently translated at 93.1% (41 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 93.1% (41 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 15.9% (7 of 44 strings)
[CI skip]
|
|\
| |
| | |
Replace apigen with Sami in CI
|
| |
| |
| |
| |
| |
| | |
- Added phpdoc for $options as requested by Sami
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Removed apigen/apigen
- Added sami/sami
- Generated a configuration and added it in /tools/ as config-sami.php
- Modified .travis.yml
Closes: #194
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
|/
|
|
|
|
| |
Currently translated at 2.2% (1 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 95.4% (42 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 20.4% (9 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 18.1% (8 of 44 strings)
[CI skip]
|
|\
| |
| | |
Add CodeTriage badge to phpmyadmin/sql-parser
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a badge showing the number of people helping this repo on CodeTriage.
[](https://www.codetriage.com/phpmyadmin/sql-parser)
## What is CodeTriage?
CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed
[Read more about the CodeTriage project](https://www.codetriage.com/what).
## Why am I getting this PR?
Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 8 months ago, [nijel](https://github.com/nijel) added this project to CodeTriage in order to start contributing.
## What does adding a badge accomplish?
Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project.
You can see an example of a CodeTriage badge on these popular OSS READMEs:
- [](https://www.codetriage.com/rails/rails) https://github.com/rails/rails
- [](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal
## Have a question or comment?
While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics.
If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again.
Thanks for making your project Open Source! Any feedback is greatly appreciated.
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 22.7% (10 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 20.4% (9 of 44 strings)
[CI skip]
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 79.5% (35 of 44 strings)
[CI skip]
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|\ |
|
| |\
| | |
| | | |
Fixes from PHPStan
|
| | | |
|
| |/ |
|
|/
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|\
| |
| | |
Refactoring tests
|
|/ |
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
It is not supported there
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
This easies the setup
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Newer phpunit versions pass parameters to __construct
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
We still support 5.3 here.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
|
|
|
|
| |
- add fallback in case there is no version match
- do not zero one by one, byt by two to match version parts
- better handle corner cases
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13728
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 50.0% (22 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 75.0% (33 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Fixes #182
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|\
| |
| | |
Use PSR-1 for PHPUnit TestCase
|
|/ |
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 9.0% (4 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Issue #177
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Fixes #174
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
|
|
| |
This seems to work just fine.
Issue #174
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
We're using Symfony polyfill now to be in line with phpMyAdmin.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
It runs much faster, see https://github.com/ApiGen/ApiGen/issues/1015
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Those can not be satisfied on older than php 7.1
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
|
|
| |
This ensures there are no errors in the doc syntax.
We're currently using dev-master, see https://github.com/ApiGen/ApiGen/issues/1012
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Wildcards really can not work here, list the constants.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
| |
|
|\ |
|
| |\
| | |
| | | |
Fix #172 Support parameter binding
|
| | |
| | |
| | |
| | | |
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
Currently translated at 65.9% (29 of 44 strings)
[CI skip]
|
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|/
|
|
|
|
| |
Currently translated at 47.7% (21 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 81.8% (36 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 77.2% (34 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 75.0% (33 of 44 strings)
[CI skip]
|
|\ |
|
| |
| |
| |
| |
| |
| | |
See https://github.com/probot/stale/
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|/
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
|
|
| |
This avoids problems later when using it to detect handling of query.
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13640
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Currently translated at 75.0% (33 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 100.0% (44 of 44 strings)
[CI skip]
|
|
|
|
|
|
| |
Currently translated at 9.0% (4 of 44 strings)
[CI skip]
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
| |
Fixes #166
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
|
|
|
|
| |
This also includes INTERSECT and EXPECT reserved words.
Issue #166
Signed-off-by: Michal Čihař <michal@cihar.com>
|
|
|
|
| |
Signed-off-by: Michal Čihař <michal@cihar.com>
|