Maurício Meneghini Fauth
|
0912a1f178
|
Fix missing parameter comment on RTE classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-20 23:20:25 -03:00 |
|
Maurício Meneghini Fauth
|
3516f4d410
|
Remove $GLOBALS['dbi'] from Rte\General
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-19 21:53:08 -03:00 |
|
Maurício Meneghini Fauth
|
96dc767efb
|
Remove $GLOBALS['dbi'] from Rte\Footer
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-19 21:46:35 -03:00 |
|
Maurício Meneghini Fauth
|
19476eab73
|
Remove $GLOBALS['dbi'] from Rte\Export
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-19 21:32:33 -03:00 |
|
Maurício Meneghini Fauth
|
bc2d5ea0d2
|
Remove $GLOBALS['dbi'] from Rte\RteList
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-19 21:05:36 -03:00 |
|
Maurício Meneghini Fauth
|
66bd8b4a86
|
Remove $GLOBALS['dbi'] from Rte\Events
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-19 12:44:02 -03:00 |
|
Maurício Meneghini Fauth
|
b9c0463d96
|
Use short array syntax instead of long array syntax
Replaces array() with [].
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 01:42:21 -03:00 |
|
Maurício Meneghini Fauth
|
56ce176752
|
Enable strict mode in Rte classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-16 03:20:45 -03:00 |
|
Maurício Meneghini Fauth
|
f6bf0dba3c
|
Refactor PhpMyAdmin\Rte\General methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
f078ed6b9f
|
Refactor PhpMyAdmin\Rte\Words methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
604441575a
|
Refactor PhpMyAdmin\Rte\RteList methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
67313b5e9d
|
Refactor PhpMyAdmin\Rte\Footer static methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
9775d43b35
|
Refactor PhpMyAdmin\Rte\Export static methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
7adffc0bc6
|
Refactor PhpMyAdmin\Rte\Events static methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-11 06:15:07 -03:00 |
|
Maurício Meneghini Fauth
|
01fd301003
|
Use 'elseif' keyword istead of 'else if'
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-12-04 13:31:25 -02:00 |
|
Michal Čihař
|
14e78f79bb
|
Avoid error when event is not really added
This can easily happen when it was scheduled in past, MySQL then just ignores it.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-29 12:44:41 +01:00 |
|
Maurício Meneghini Fauth
|
1d4125f15c
|
Add array type declarations
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-24 23:49:59 -03:00 |
|
Maurício Meneghini Fauth
|
1eac7bb3a2
|
Refactor rte_routines functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 22:03:07 -03:00 |
|
Maurício Meneghini Fauth
|
7a054c72e6
|
Refactor rte_words function to a static method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 18:54:57 -03:00 |
|
Maurício Meneghini Fauth
|
6be2bfebf0
|
Refactor rte_list functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 18:39:46 -03:00 |
|
Maurício Meneghini Fauth
|
fe1ac3b343
|
Refactor rte_general functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 16:37:37 -03:00 |
|
Maurício Meneghini Fauth
|
532f821463
|
Refactor rte_footer functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 16:24:22 -03:00 |
|
Maurício Meneghini Fauth
|
385942f7bd
|
Refactor rte_export functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 14:52:34 -03:00 |
|
Maurício Meneghini Fauth
|
2e52c0f1f8
|
Refactor rte_events functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-08 13:09:13 -03:00 |
|