Maurício Meneghini Fauth
1ef43f995b
Merge pull request #15550 from Tithugues/feature/use-ob-get-clean
...
Use ob_get_clean instead of ob_get_contents + ob_end_clean
2019-11-04 16:30:27 -03:00
William Desportes
519aeadbc8
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-03 15:58:13 +01:00
William Desportes
c7f7f9c6c0
Merge branch 'QA_4_9' into QA_5_0
...
Revert: 45d46a6316
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-03 15:52:51 +01:00
Hugues Peccatte
6cf621a52c
Use ob_get_clean instead of ob_get_contents + ob_end_clean
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-11-01 23:03:45 +01:00
William Desportes
45d46a6316
Remove typehints for hhvm
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-30 00:06:12 +01:00
William Desportes
a3d77ce84b
Fix #14184 - HTTPS/HTTP cookie separation issue (aka Failed to set session cookie. Maybe you are using HTTP instead of HTTPS)
...
Duplicate-of-pull-request: #14420
Fixes : #14184
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-30 00:06:12 +01:00
Isaac Bennetch
806a880be6
Prepare for 4.9.2-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-09-21 00:07:20 -04:00
Isaac Bennetch
a9329ec767
Prepare for version 4.9.1
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-09-20 18:22:47 -04:00
Maurício Meneghini Fauth
1a14b3e4d3
Remove vim modelines
...
These settings are no longer required as they are guaranteed through
other coding standard tools.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00
Maurício Meneghini Fauth
208b0e25e1
Use the router for the sql pages
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-03 21:25:27 -03:00
Maurício Meneghini Fauth
df48b1dab4
Fix some errors detected by PHPStan
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-08-01 03:26:28 -03:00
Hugues Peccatte
c233a4364a
Use right PHP function
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
41164d2904
Improve function calls order
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
598a4db588
Use short calculation/assignation syntax when possible
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Hugues Peccatte
0d8f6a3a93
Merge isset and unset calls
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-07-16 23:21:25 -03:00
Isaac Bennetch
20d17644ef
Prepare master for 5.1.0-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-07-10 17:44:13 -04:00
Isaac Bennetch
409dd22cbe
Reset version number to 5.0.0-dev for ongoing development
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-07-08 22:37:00 -04:00
Isaac Bennetch
7babd6203b
Prepare for version 5.0.0-alpha1
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-07-08 21:47:33 -04:00
William Desportes
a2268169ae
Use strict compare for count function
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-22 17:44:49 +02:00
Maurício Meneghini Fauth
e1f9ae00cd
Add a trailing comma in multi-line arrays
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-14 14:09:26 -03:00
Maurício Meneghini Fauth
7be0f6bfae
Reference class names in use statements
...
Sort use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-12 00:14:26 -03:00
Isaac Bennetch
e7b73831e5
Prepare for version 4.9.1
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04 12:21:25 -04:00
Isaac Bennetch
004848d93f
Prepare version 4.9.0.1
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04 12:05:18 -04:00
Isaac Bennetch
712e4a2d98
Prepare for 4.9.1-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04 11:34:38 -04:00
Isaac Bennetch
519c32bc08
Prepare for release 4.9.0
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-04 10:45:01 -04:00
Maurício Meneghini Fauth
422cd3ade2
Merge pull request #15258 from Tithugues/feature/use-strpos-instead-of-strstr
...
Use "strpos" instead of "strstr" to improve performances
2019-05-08 14:20:45 -03:00
Hugues Peccatte
69895e4bb1
Use "strpos" instead of "strstr" to improve performances
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-07 23:58:05 +02:00
Hugues Peccatte
4b628b6553
Replace class name as string by ":class"
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-07 22:56:59 +02:00
Isaac Bennetch
6d5af1b97d
Prepare for 4.8.6-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-01-25 22:43:24 -05:00
Isaac Bennetch
2210bdcb17
Prepare for version 4.8.5
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-01-25 20:33:18 -05:00
Maurício Meneghini Fauth
f9c168dbc1
Merge pull request #14850 from Tithugues/feature/group-str-replace
...
Group str_replace for performances
2019-01-16 02:55:53 -03:00
Hugues Peccatte
f1e140be05
Reduce nested ifs
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-12 23:06:04 +01:00
Hugues Peccatte
d0797fff4d
Group str_replace for performances
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-12 10:47:48 +01:00
Maurício Meneghini Fauth
ae20364830
Upgrade phpmyadmin/coding-standard to v1.0
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-08 01:26:26 -02:00
Maurício Meneghini Fauth
23c3579804
Format array declarations
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-07 14:31:39 -02:00
Maurício Meneghini Fauth
4cee0cbc12
Adds space after not (!) and type cast
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-05 21:56:34 -02:00
Maurício Meneghini Fauth
999b4d14f0
Fix some coding standard errors
...
- Fixes array identation
- Removes empty statements
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-05 21:25:08 -02:00
Maurício Meneghini Fauth
3a7e1503ac
Fix some coding standard errors
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-04 19:42:10 -02:00
Maurício Meneghini Fauth
38e5b12c1c
Define an absolute path to use for require statements
...
Fixes #6167
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-22 14:37:31 -02:00
William Desportes
fe587e05b4
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-12-21 17:10:11 +01:00
William Desportes
99cee9e389
Fix #14635 - Git revision error
...
See: #14762
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-12-21 15:02:13 +01:00
William Desportes
3ca6646137
Fix found by phpstan
...
See: cc2665121d
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-12-21 11:49:00 +01:00
William Desportes
a6b6792cfb
Added tests for Config::checkGitRevision and Config::isGitRevision
...
#14253
Cherry-Picked-From: 9687dfbfd2
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-12-21 11:48:59 +01:00
William Desportes
1ead268e42
Add support for commondir file in .git dir
...
- See : https://git-scm.com/docs/gitrepository-layout/2.5.1
- See : https://git-scm.com/docs/gitrepository-layout
#14391
Cherry-picked-from: 13e34b400a
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-12-21 11:48:49 +01:00
Isaac Bennetch
09c188497e
Prepare for 4.8.5-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-12-11 09:23:27 -05:00
Isaac Bennetch
bd0383ee71
Prepare for version 4.8.4
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-12-10 14:49:35 -05:00
William Desportes
cc2665121d
phpstan level 2 - fixes
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-11-25 13:57:57 +01:00
Maurício Meneghini Fauth
4c6993b2c2
Fix some tests on Windows
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-10-17 23:15:37 -03:00
Maurício Meneghini Fauth
c3e807b7f6
Fix PHP notice
...
Undefined index: git_location
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-09-28 22:20:28 -03:00
Isaac Bennetch
fb7e4f18e1
Prepare for 4.8.4-dev
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2018-08-22 09:48:23 -04:00