Commit Graph

117493 Commits

Author SHA1 Message Date
William Desportes
9e8c32ccd4
Merge #15801 - Ref #15792 - Fixed deprecated jquery selectors
Ref: #15792
Pull-request: #15801
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-22 19:13:04 +01:00
William Desportes
95eb48fc8e
Merge #15823 - Ref #15792 - Fixed deprecated jquery selectors
Ref: #15792
Pull-request: #15823
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-22 19:10:05 +01:00
William Desportes
1d67cb1bc3
Merge #15832 - Fix #15312 - Removed Online Transaction for table-creation
Fixes: #15312
Pull-request: #15832
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-22 19:09:04 +01:00
Kartik Kathuria
f27cae55a4 Removed Online Transaction for table-creation
Signed-off-by: Kartik Kathuria <kathuriakartik0@gmail.com>
2020-01-22 18:27:38 +05:30
Maurício Meneghini Fauth
e1c69c6a14 Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-22 00:26:45 -03:00
Maurício Meneghini Fauth
676f48349a Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-21 22:13:36 -03:00
Maurício Meneghini Fauth
42166cac37 Remove use statements within the same namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-21 19:47:56 -03:00
William Desportes
4604fee772
Merge branch 'QA_5_0'
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-21 19:05:15 +01:00
William Desportes
d297588777
Add ChangeLog entry for #15817
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-21 19:04:13 +01:00
William Desportes
b980aef52f
Merge #15828 - Fix #15817 - New Table - layout issue on original theme
Fixes: #15817
Pull-request: #15828
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-21 19:03:34 +01:00
Milos Terzic
9a6bca989c Fix for overlapping rows
Signed-off-by: Milos Terzic <terzic.milos.tm@gmail.com>
2020-01-21 18:06:11 +01:00
Maurício Meneghini Fauth
5e0f539d2f Fix invalid @var php doc annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-21 13:19:08 -03:00
Maurício Meneghini Fauth
7ca6705eaf
Merge pull request #15824 from mauriciofauth/php-docblock
Simplify PHP documentation blocks
2020-01-20 19:28:19 -03:00
Maurício Meneghini Fauth
585fdaea5a Fix PHP doc spacing and order
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 18:07:37 -03:00
Maurício Meneghini Fauth
f80d3e3bd4 Remove unnecessary annotations
@package, @subpackage and others.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 17:35:56 -03:00
Yash Bothra
5366772290 #15792 Fixed deprecated :nth-child selector
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-21 01:22:07 +05:30
Yash Bothra
e13b4aa79e #15792 Fixed deprecated :odd , :even selectors
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-21 01:20:10 +05:30
Yash Bothra
98dc941ce5 #15792 Fixed deprecated :eq selector
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-21 01:17:01 +05:30
Maurício Meneghini Fauth
6283caaabf Use one line for comments with a single line
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 16:04:09 -03:00
Maurício Meneghini Fauth
c231652c67 Remove useless comments in PHP docs
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 14:38:49 -03:00
Maurício Meneghini Fauth
88cfde2bed Remove empty comments
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 13:33:38 -03:00
Maurício Meneghini Fauth
50bc4ab37f Remove useless PHP docs for functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 13:20:01 -03:00
Maurício Meneghini Fauth
dcf87edbd1 Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 03:18:59 -03:00
Maurício Meneghini Fauth
f76499af7f Use Throwable instead of Exception
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 01:16:40 -03:00
Maurício Meneghini Fauth
8ec4209002 Fix some coding standard issues
- Inverts yoda comparisons
- Removes parentheses from return
- Removes useless ternary operators
- Adds paretheses to new instances
- Adds trailing array comma

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 00:38:34 -03:00
Maurício Meneghini Fauth
3f7204beb7 Add coding standard rule for self reference
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 23:31:20 -03:00
Maurício Meneghini Fauth
efcc167cbb Use null coalescing when setting MySQLi SSL
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 23:18:15 -03:00
Maurício Meneghini Fauth
3c22f5e7b2 Add conding standard rule for useless method overrides
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 22:56:23 -03:00
Maurício Meneghini Fauth
555d07bc30 Add coding standard rule for unnecessary string concat
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 22:42:44 -03:00
Maurício Meneghini Fauth
285907991e Add coding standard rules for whitespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 22:29:54 -03:00
Maurício Meneghini Fauth
63dbcd01d9 Remove or ignore side effects in PHP files
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 20:22:37 -03:00
Maurício Meneghini Fauth
33477fe024 Remove side effects from Config class
Moves the side effects to the common.inc.php file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-19 19:15:51 -03:00
Yash Raj Bothra
cd2079f88e
Merge branch 'master' into issue-15792 2020-01-19 22:34:20 +05:30
Yash Bothra
9888c507f6 Fixed some of :eq deprecated selectors
(Batch-2)

Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-19 22:22:05 +05:30
Yash Bothra
b93ae50044 Fixed some :first :last deprecated selectors
(Batch-1)

Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-19 20:25:59 +05:30
William Desportes
ae0577ab1e
Merge #15820 - Fix #15797 - Relation view broken
Fixes: #15797
Pull-request: #15820
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:43:59 +01:00
Jayati Shrivastava
5a03410cfa fixes url.
fixes #15797

Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-19 20:06:03 +05:30
William Desportes
3a947706bf
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:34:33 +01:00
William Desportes
899a63d2ce
Add ChangeLog entry for #15811
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:33:25 +01:00
William Desportes
448e6557a0
Merge #15819 - Fix #15811 - Browse foreign values doesn't work with grid edit
Fixes: #15811
Pull-request: #15819
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:30:18 +01:00
Rahul Gurung
67f6f2b69c
fixed browse foreign values modal with grid edit
Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
2020-01-19 15:27:06 +01:00
William Desportes
6812f54ce3
Add ChangeLog entry for #13864
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:06:55 +01:00
William Desportes
d0ae286b9d
Merge #15657 - Fix #13864 - prevent resetting of enum fields
Fixes: #13864
Pull-request: #15657
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 15:00:37 +01:00
Jayati Shrivastava
e7d47e840e
Fix #13864 - prevent resetting of enum fields
Fixes: #13864

Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-19 14:55:55 +01:00
William Desportes
d292855d69
Merge branch 'QA_5_0'
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 14:45:43 +01:00
William Desportes
712a3752fc
Add ChangeLog entry for #15818
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 14:45:09 +01:00
William Desportes
9ad3f663c6
Fix #15818 - Table borders missing on theme original
Fixes: #15818
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 14:45:09 +01:00
William Desportes
0f31520524
Add ChangeLog entry for #15802
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 14:11:24 +01:00
William Desportes
187194b7e6
Merge #15805 - Fix #15802 - removed SET AUTOCOMMIT=0 from export
Fixes: #15802
Pull-request: #15805
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 14:10:35 +01:00
William Desportes
fd036d7f4a
Merge #15808 - Fix #15312 - added LOCK=NONE to ALGORITHM=INPLACE
Fixes: #15312
Pull-request: #15808
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-19 13:53:25 +01:00