Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove left overs of old array syntax | William Desportes | 2019-12-31 | 1 | -1/+1 |
* | Remove useless comments and annotations | Maurício Meneghini Fauth | 2019-12-14 | 1 | -4/+4 |
* | Remove unnecessary string concatenation | Maurício Meneghini Fauth | 2019-12-14 | 1 | -130/+130 |
* | Reference classes via a use statement | Maurício Meneghini Fauth | 2019-12-14 | 1 | -1/+2 |
* | Fix merge conflicts for pull request #242 | Isaac Bennetch | 2019-05-09 | 1 | -0/+42 |
|\ | |||||
| * | Recognize question mark as parameter, add formatter for parameters | Radosław Kowalewski | 2019-04-19 | 1 | -0/+42 |
* | | Fix errors detected by PHPStan at level 0 | Maurício Meneghini Fauth | 2019-05-08 | 1 | -1/+1 |
* | | Enable strict mode on PHP files | Maurício Meneghini Fauth | 2019-01-16 | 1 | -0/+1 |
* | | Apply phpmyadmin/coding-standard | Maurício Meneghini Fauth | 2019-01-16 | 1 | -125/+124 |
|/ | |||||
* | Merge commit 'bb384a13abf5b8e96c2b50fef29e6be3b5ba9d04' | Michal Čihař | 2017-05-17 | 1 | -16/+16 |
|\ | |||||
| * | Don't print duplicated cli formatting characters | Damian Dlugosz | 2017-05-17 | 1 | -16/+16 |
* | | Inline CREATE PROCEDURE | Damian Dlugosz | 2017-05-16 | 1 | -6/+3 |
|/ | |||||
* | Improved format of INSERT queries. | Dan Ungureanu | 2017-05-16 | 1 | -9/+3 |
* | Fix BEGIN/END indentation | Michal Čihař | 2017-02-20 | 1 | -12/+12 |
* | Inline JOINs | Damian Dlugosz | 2017-02-16 | 1 | -0/+7 |
* | Merge remote-tracking branch 'origin/pull/137' | Michal Čihař | 2017-02-14 | 1 | -0/+9 |
|\ | |||||
| * | Apply cs fixes | Damian Dlugosz | 2017-02-12 | 1 | -0/+7 |
* | | Order imports | Damian Dlugosz | 2017-02-12 | 1 | -1/+1 |
|/ | |||||
* | Run php-cs-fixer | Michal Čihař | 2017-02-06 | 1 | -85/+43 |
* | Fix expected format for BEGIN/END | Michal Čihař | 2017-02-06 | 1 | -6/+12 |
* | Remove old tests and fix method names 'formatQueries' and 'testFormat' | Damian Dlugosz | 2017-02-05 | 1 | -148/+3 |
* | Testing typical | Damian Dlugosz | 2017-02-01 | 1 | -1/+46 |
* | Fix test create table | Damian Dlugosz | 2017-02-01 | 1 | -7/+7 |
* | Testing minimal and simply | Damian Dlugosz | 2017-02-01 | 1 | -6/+30 |
* | Testing create table | Damian Dlugosz | 2017-02-01 | 1 | -1/+35 |
* | Testing escaping cli and escaping html | Damian Dlugosz | 2017-02-01 | 1 | -4/+36 |
* | Testing string as alias | Damian Dlugosz | 2017-02-01 | 1 | -3/+15 |
* | Testing distinct count | Damian Dlugosz | 2017-02-01 | 1 | -0/+12 |
* | Testing Insert | Damian Dlugosz | 2017-02-01 | 1 | -6/+12 |
* | Testing create procedure | Damian Dlugosz | 2017-02-01 | 1 | -6/+42 |
* | Testing keywords | Damian Dlugosz | 2017-02-01 | 1 | -1/+13 |
* | Testing strip comments | Damian Dlugosz | 2017-02-01 | 1 | -11/+41 |
* | Rebased on top of master | Damian Dlugosz | 2017-02-01 | 1 | -25/+17 |
* | Testing comments | Damian Dlugosz | 2017-02-01 | 1 | -9/+31 |
* | select with comment | Damian Dlugosz | 2017-02-01 | 1 | -0/+13 |
* | Begin writing new format queries tests | Damian Dlugosz | 2017-02-01 | 1 | -13/+52 |
* | Added PhpMyAdmin namespace prefix to follow PSR-4. | Michal Čihař | 2017-01-23 | 1 | -4/+4 |
* | Fix comment parsing | Damian Dlugosz | 2017-01-10 | 1 | -12/+24 |
* | Fix comment parsing | Damian Dlugosz | 2017-01-08 | 1 | -4/+2 |
* | Fix indentation on html format | Damian Dlugosz | 2017-01-06 | 1 | -27/+33 |
* | Apply php-cs-fixer | Damian Dlugosz | 2017-01-06 | 1 | -12/+11 |
* | Simplify rules merging | Michal Čihař | 2017-01-03 | 1 | -0/+6 |
* | Handling merging formats arrays | Damian Dlugosz | 2016-12-30 | 1 | -0/+214 |
* | Add tests for #83 and #84 | Michal Čihař | 2016-09-20 | 1 | -0/+10 |
* | fix default options in Formater constructor | Remi Collet | 2016-09-13 | 1 | -34/+34 |
* | Add test for formatting with indentation | Michal Čihař | 2016-09-13 | 1 | -0/+17 |
* | Add test for comments removal | Michal Čihař | 2016-09-13 | 1 | -0/+6 |
* | Allow to specify all options in tests | Michal Čihař | 2016-09-13 | 1 | -12/+12 |
* | Add test for comment highlighting | Michal Čihař | 2016-09-13 | 1 | -0/+7 |
* | Test console highligting of more complex queries | Michal Čihař | 2016-09-13 | 1 | -0/+5 |
* | Do not use \e as it's not supported on PHP 5.3 | Michal Čihař | 2016-09-13 | 1 | -1/+1 |
* | Improve formatting of non indented groupsv3.4.2 | Michal Čihař | 2016-04-07 | 1 | -0/+13 |
* | Reset console formatting at the end of query | Michal Čihař | 2016-03-18 | 1 | -1/+1 |
* | Test formatting for INSERT | Michal Čihař | 2016-02-19 | 1 | -0/+10 |
* | Test cli formatting as well | Michal Čihař | 2016-02-19 | 1 | -0/+5 |
* | Allow to specify output type to format test | Michal Čihař | 2016-02-19 | 1 | -7/+12 |
* | Add formatter test for procedure | Michal Čihař | 2016-02-19 | 1 | -0/+11 |
* | Test formatting of comments in SQL | Michal Čihař | 2016-02-19 | 1 | -0/+6 |
* | Add more formatter tests | Michal Čihař | 2016-02-19 | 1 | -0/+14 |
* | Add very basic test for Formatter | Michal Čihař | 2016-02-19 | 1 | -0/+32 |