Commit Graph

60 Commits

Author SHA1 Message Date
Madhura Jayaratne
34ffea28c0 recaptchalib.php has also been moved
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-07 17:28:45 +05:30
Madhura Jayaratne
37d50745f1 sql-formatter is no lognger used. Exclude sql-parser instead
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-07 17:22:18 +05:30
Hugues Peccatte
cdf84e9bad Excluse sql parser from PHPCS analysis.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-25 14:50:42 +02:00
Madhura Jayaratne
e4a3c69831 Properly exclude recaptcha and swekey
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 07:12:18 +05:30
Madhura Jayaratne
3fe20b3cdf Exclude sql-formatter
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-27 17:46:51 +05:30
Michal Čihař
88d2892f1e Supress success output from lint
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-12-04 15:52:47 +01:00
Michal Čihař
88ba587db8 Merge branch 'QA_4_2' 2014-11-05 09:43:58 +01:00
Michal Čihař
1ce3aa607c Add another target for jshint
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-11-05 09:43:41 +01:00
Michal Čihař
d8c7d8f018 Fix configuration for jshint to generate checkstyle compatible reports
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-11-05 09:27:57 +01:00
Michal Čihař
a2c5d82b9d Fix configuration for jshint to generate checkstyle compatible reports
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-11-05 09:27:08 +01:00
Michal Čihař
e7b0530fdb Exclude composer installation directory from code checks
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-09-08 16:10:10 +02:00
Chirayu Chiripal
20ab54ac9a use phpunit 4.1.x for testing
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-08-31 14:53:03 +05:30
Michal Čihař
0963473b34 Failure in generating locales is failure
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-04-22 13:51:51 +02:00
Michal Čihař
c3d43299ca Revert "Use long parameters for better readibility"
This reverts commit 826482b4c6.

Long params unfortunately do not work with PHP 5.3.
2014-03-26 18:04:02 +01:00
Michal Čihař
826482b4c6 Use long parameters for better readibility
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:27:04 +01:00
Michal Čihař
c3633bef2f Use ant to build locales
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:17:35 +01:00
Michal Čihař
549c9af064 No more silencing of lint output
It can cause timeout issue on Travis if run too long.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:28:58 +01:00
Michal Čihař
6b6e6dbf05 Create output dir before running lint
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:28:01 +01:00
Michal Čihař
2ed12092ec Show only errors from php lint
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-20 10:08:27 +01:00
Jeff Chan
0bfb660ad5 Add HHVM-specific phpunit configuration
- Up the timeout
- No selenium testing
- No coverage

Also update Travis and build.xml to support it

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-14 01:10:15 +00:00
Michal Čihař
6e43046b08 Allow to pass additional args to phpunit
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-26 11:54:08 +01:00
Madhura Jayaratne
1f6480e632 Exclude third party libraries but tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-18 07:43:42 +05:30
Michal Čihař
6c727b8e4e Test only our files by lint 2013-09-10 15:57:39 +02:00
Michal Čihař
3691b64493 Allow to override settings file fron environment 2013-08-26 08:50:05 +02:00
Michal Čihař
0dd6a9aa4a Make ant fail on testsuite failure 2013-08-12 17:13:12 +02:00
Michal Čihař
82a6cc59bb Include setup script JS in jshint as well 2013-07-30 14:36:43 +02:00
Michal Čihař
fc5eace830 Process only php files using phpcs 2013-07-29 15:50:36 +02:00
Michal Čihař
0af37bf05b Add missing comma 2013-07-29 15:34:57 +02:00
Michal Čihař
311af4c7e0 Use apply for jshint call to avoid problems with spaces in path 2013-06-12 10:50:09 +02:00
Michal Čihař
23141a05bd Add PHP lint to build.xml 2013-06-12 10:46:38 +02:00
Michal Čihař
30428449bb swekey.php is also external lib 2013-06-11 16:08:42 +02:00
Michal Čihař
ccea46327e We do not want to scan captcha lib for errors 2013-06-11 15:55:46 +02:00
Michal Čihař
b044cfc3b2 Use own jshint configuration 2013-04-15 16:20:04 +02:00
Michal Čihař
6aa7eaabef Include pmd files in checking 2013-04-15 12:17:41 +02:00
Marc Delisle
29b297f41f Fix bug "#3853 Blowfish implementation might be broken" by replacing the
library with phpseclib

I could not make PMA_blowfish_test.php work with the new library.
2013-04-01 07:04:25 -04:00
Michal Čihař
87b1635589 Add rule to build jshint 2013-02-20 16:00:50 +01:00
Dieter Adriaenssens
cc4c7a02b5 exclude blowfish.php from code quality checks, it is an external lib 2013-01-27 21:34:32 +01:00
Michal Čihař
7ce2420bfd Merge remote-tracking branch 'origin/QA_3_5' 2013-01-18 13:35:33 +01:00
Michal Čihař
d0b855040f Fix typo 2013-01-18 13:35:18 +01:00
Michal Čihař
91266113b6 Fix operation when path contains spaces
Conflicts:
	build.xml
2013-01-18 13:25:55 +01:00
Michal Čihař
cbdd92a30e Fix operation when path contains spaces 2013-01-18 13:23:54 +01:00
Marc Delisle
9671e65dac Fix merge conflicts 2012-09-22 06:48:24 -04:00
Marc Delisle
ab92682350 Remove Highcharts library and dead code still using it 2012-09-20 20:48:10 -04:00
Madhura Jayaratne
1924f342bc Merge branch 'QA_3_5'
Conflicts:
	build.xml
	po/ar.po
	po/pt_BR.po
2012-08-31 01:55:06 +05:30
Madhura Jayaratne
efafb8c156 Ignore jqplot files in CheckStyle analysis 2012-08-31 01:45:00 +05:30
Michal Čihař
b9e2bffec7 Add rule to test without coverage reports 2012-07-18 14:56:06 +02:00
Michal Čihař
eb8ebf4667 Exclude coding standard files 2012-04-26 16:05:57 +02:00
Michal Čihař
76041ce9ca Add custom coding standard for PHPCS 2012-04-26 15:38:13 +02:00
Michal Čihař
d1684d6d96 Ignore another external lib 2011-08-17 16:56:04 +02:00
Dieter Adriaenssens
b48b13d20f remove library/PHPExcel from build.xml 2011-08-11 20:57:34 +02:00