Commit graph

458 commits

Author SHA1 Message Date
Dmitry Khomutov 11ef5ef302
Fixed Notice error. Issue #185. 2018-06-04 20:54:33 +07:00
Dmitry Khomutov b54af48bd7
Fixed content type check for Gogs webhook. Issue #185. 2018-06-04 18:52:52 +07:00
Dmitry Khomutov 7bc9d1ff12
Improved XML loading for Codeception. Issue #182. 2018-05-28 21:35:33 +07:00
Dmitry Khomutov bc63e2348e
CheckLocalizationCommand and PhpUnit command small fixes. Pull
request #174, #160.
2018-05-01 20:13:13 +07:00
SimonHeimberg 60b715e4bd
cleanup doc blocks of PhpUnit 2018-05-01 19:57:11 +07:00
SimonHeimberg 4c8398f68f
PhpUnitJunit tries to load invalid xml file
Work around outup from phpunit versions before 6.5.7/7.0.2 (before sebastianbergmann/phpunit#2974 was fixed).
2018-05-01 19:54:14 +07:00
SimonHeimberg 30349014b7
PhpUnitJunit explains clearly an empty output file 2018-05-01 19:54:14 +07:00
SimonHeimberg e4febf6d25
PhpUnitJunit loads file in a separate function 2018-05-01 19:54:14 +07:00
caouecs fdbc88b263 fix: isset 2018-05-01 11:08:11 +02:00
caouecs 65680b5536 fix: codes for PHP5 and PHPDoc 2018-05-01 10:53:10 +02:00
caouecs 35430b7011 feature: check localization command 2018-05-01 10:31:13 +02:00
Dmitry Khomutov 84b2fefd19
Now browser notifications are disabled by default. Issue #156. 2018-04-29 12:20:35 +07:00
Dmitry Khomutov ddc5cd6a25
Merge pull request #172 from caouecs/fix_fr_version
Fix fr version
2018-04-25 18:40:45 +07:00
caouecs 76a8fe7e57 fix: French version 2018-04-25 11:36:27 +02:00
Fred Delrieu 8ace897b8c
fix: Phan Plugin for PHP 5.6 2018-04-25 07:58:02 +02:00
caouecs 8f8c1e00af review 2018-04-24 23:42:27 +02:00
caouecs 0923f86a09 feature: Phan Plugin 2018-04-24 23:05:15 +02:00
Dmitry Khomutov 3cebeb784e
Fixed PHPDockblockChecker for PHP 7.2. Issue #170. 2018-04-20 07:40:15 +07:00
Fred Delrieu f44d48cd7b
Fix French version 2018-04-19 21:49:20 +02:00
Fred Delrieu 61e15810c5
Update lang.fr
I updated the French version, from English version. I added some tags, I deleted one.
2018-04-19 21:38:53 +02:00
Fred Delrieu 36dc40be81
Update lang.fr 2018-04-19 15:06:34 +02:00
Dmitry Khomutov b0e71cb3ad
Fixed SVN additional options. Issue #70. 2018-04-15 16:37:07 +07:00
Dmitry Khomutov 069026bc2d
Added ability to merge in-database project config over in-repository
config instead of only overwrite. This commit solve issues: #14, #70,
#106, #121.
2018-04-15 15:58:23 +07:00
Dmitry Khomutov f2a1ab39a2
Small fix for Github project. Issue #163. 2018-04-11 23:42:04 +07:00
Dmitry Khomutov 0fe0249490
Improved Github and Gitlab projects. Issue #163. 2018-04-11 23:28:48 +07:00
Dmitry Khomutov 347d05af01
Remove useless code. Issue #163. 2018-04-11 18:52:32 +07:00
Dmitry Khomutov c61602189a
Added "Github Enterprise" build type. Issue #163. 2018-04-10 00:29:12 +07:00
Dmitry Khomutov 8a29f5aefe
Code style fixes ('<?php Lang::out(' -> '<?= Lang::get('). 2018-04-09 20:35:13 +07:00
Dmitry Khomutov 2a3adf25af
Refactored ValidationException (-> InvalidArgumentException). 2018-04-09 20:35:01 +07:00
Dmitry Khomutov cdc926c62a
Refactored View. 2018-04-09 20:34:27 +07:00
Dmitry Khomutov 56fc76d4e5
Web notifications small fixes. Issue #156. 2018-04-09 20:09:02 +07:00
Mark Amoin 3f56e4cc54
Web notifications. Issue #156. 2018-04-09 20:09:02 +07:00
Dmitry Khomutov 8c69129c76
Small fixes. 2018-04-06 23:55:44 +07:00
Dmitry Khomutov 62974ec3ee
Fixed typo in russian translation ('Переодичный' -> 'Периодичный'). 2018-03-19 22:34:32 +07:00
Dmitry Khomutov 55bebf05dc
Finally fixed project directory for Build::writeSshKey and
Build::writeSshWrapper (Now files in system temp directory).
Issue #165.
2018-03-16 20:46:46 +07:00
Dmitry Khomutov 7747193c89
Fixed project directory for Build::writeSshKey and
Build::writeSshWrapper. Issue #165.
2018-03-16 07:08:35 +07:00
Kevin Andrews 0286880cce Populate object to object values instead of casting to array, fixes https://github.com/php-censor/php-censor/issues/164 2018-03-15 15:09:48 +00:00
Dmitry Khomutov ba0d9f14fa
Refactored Controllers. 2018-03-14 20:32:19 +07:00
Dmitry Khomutov 7abd3febc1
Refactored Csrf form widget. + Added unit tests for Csrt. 2018-03-13 19:56:05 +07:00
Dmitry Khomutov d3a390d3f8
Added status and source build fields validation. 2018-03-12 19:51:41 +07:00
Dmitry Khomutov 10d41dba81
Added constants for project types (git, hg, github...). 2018-03-12 00:34:48 +07:00
Dmitry Khomutov 2ed6377971
Removed useless field 'last_commit' from table 'project'. 2018-03-11 23:57:18 +07:00
Dmitry Khomutov ad7670e81e
Added unit tests for base models. 2018-03-11 22:38:00 +07:00
Dmitry Khomutov fb11ba4652
Refactored models. 2018-03-11 10:56:36 +07:00
Dmitry Khomutov 3783a9dea0
Code style fixes ('<?php print/echo ...' -> '<?= ...'). 2018-03-09 18:15:38 +07:00
Dmitry Khomutov 8d9c4824c7
Code style fixes (camelCased variables). 2018-03-09 13:46:19 +07:00
Dmitry Khomutov 4013fc76ff
Fixes after rebase. 2018-03-09 13:46:19 +07:00
Dmitry Khomutov ba11827340
Code style fixes (DIRECTORY_SEPARATOR -> '/'). 2018-03-09 13:46:18 +07:00
Dmitry Khomutov d5333b2b80
Code style fixes. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov 50b117455e
Code style fixes. 2018-03-09 13:46:18 +07:00