Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -4/+0 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> | ||||
* | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -3/+3 |
| | | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> | ||||
* | Use triple (in)equalities when type compatibility is ensured | Bruno Perel | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-23 | 1 | -6/+6 |
|\ | |||||
| * | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -5/+5 |
| | | | | | | | | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Merge branch 'master' into motranslator | Michal Čihař | 2017-01-06 | 1 | -14/+11 |
|\ \ | |/ | |||||
| * | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -14/+11 |
| | | |||||
* | | Use static method for translating | Michal Čihař | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | | Replace __( usage by Translator class | Michal Čihař | 2016-12-21 | 1 | -2/+3 |
|/ | | | | Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Clarify license | Michal Čihař | 2016-09-26 | 1 | -1/+1 |
| | | | | | | | | | - Add link to official license text - Use SPDX identifier for license - Clarify that the code is GPL or later - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Remove @author from comment metadata | Michal Čihař | 2016-09-26 | 1 | -1/+0 |
| | | | | | | | | - We're doing this for ages in phpmyadmin repo - The comments get outdated over time - See issue #89 Signed-off-by: Michal Čihař <michal@cihar.com> | ||||
* | Updated coding style to follow PSR-2 coding standards. | Dan Ungureanu | 2015-09-25 | 1 | -1/+0 |
| | |||||
* | Fixed minor style issues in generated queries.v1.0.0 | Dan Ungureanu | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | | | Introduced options for builders. Data types are lower case in CREATE TABLE statements, but in any other case they continue to be upper case. Formatter uses 2 spaces instead of 4 for indentation as specified in the MySQL Coding Guidelines. https://dev.mysql.com/doc/internals/en/indentation-spacing.html. | ||||
* | Consistent PHPDoc style. | Dan Ungureanu | 2015-08-15 | 1 | -4/+7 |
| | |||||
* | Finished builders for components. | Dan Ungureanu | 2015-08-14 | 1 | -0/+10 |
| | |||||
* | Refactoring. | Dan Ungureanu | 2015-07-22 | 1 | -4/+7 |
| | |||||
* | Improved localization. | Dan Ungureanu | 2015-07-21 | 1 | -1/+5 |
| | |||||
* | Avoid processing the alias twice and generate an error. | Dan Ungureanu | 2015-07-19 | 1 | -10/+1 |
| | | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring. | ||||
* | Better error detection. Fixed some of the old messages. | Dan Ungureanu | 2015-07-15 | 1 | -2/+2 |
| | | | | Minor coding style fixes. | ||||
* | Improved error messages. | Dan Ungureanu | 2015-07-15 | 1 | -45/+40 |
| | | | | | Achieved 100% code coverage. Some refactoring. | ||||
* | Mass renaming. Using 'component' instead of 'fragment'. | Dan Ungureanu | 2015-07-10 | 1 | -0/+128 |