Maurício Meneghini Fauth
9a6f077975
Fix empty PMA_gotoWhitelist JavaScript array
...
Related to commit 738f527242
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:06:19 -03:00
Michal Čihař
8fbe46f3e8
Remove usage of get_scripts.js.php wrapper
...
- this adds significant overhead in sending static files from the server
- the benefit of joining requests is minimal since introduction of HTTP/2
- the onload handlers are now fired directly by individual scripts, what
makes them really execute when the script is loaded (it could be
previously executed earlier in case of chunked loading)
Fixes #13840
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
Michal Čihař
cedad5f931
Remove sprites from the themes
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-13 14:12:12 +01:00
Gabriel Caruso
45828153b6
Use PSR-1 for PHPUnit TestCase
...
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2017-11-06 06:29:04 -02:00
Michal Čihař
74174ed6eb
Test dynamic javascripts
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:38:35 +01:00
Michal Čihař
b5b869419f
Avoid nested output buffer problems in test
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:28:22 +01:00
Michal Čihař
b450e58dbb
Remove require of libraries included in test bootstrap
...
There is no need to specify them in every test when we already do it
globally.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 16:43:16 +01:00
Michal Čihař
d6546473c0
Add basic test for js messages
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-05 15:37:24 +01:00