Commit graph

93 commits

Author SHA1 Message Date
Phoebus a270c740c3
php_code_sniffer not including phpcs.xml standard
I thought I had the standard path wrong but after updating php_codesniffer from composer it started reading phpcs.xml.

Ref:
https://github.com/squizlabs/PHP_CodeSniffer/issues/1660
2018-05-16 17:17:06 +01:00
Mark Amoin 3f56e4cc54
Web notifications. Issue #156. 2018-04-09 20:09:02 +07:00
Dmitry Khomutov 7abd3febc1
Refactored Csrf form widget. + Added unit tests for Csrt. 2018-03-13 19:56:05 +07:00
Dmitry Khomutov c015d8c58b
Refactored project structure. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov 8dc1e8e857
Added symfony/var-dumper component to the require-dev dependency
and updated dependencies.
2018-03-09 13:46:17 +07:00
Dmitry Khomutov c9087df799
Added PHPUnit DBUnit extension. 2018-02-28 23:01:40 +07:00
Dmitry Khomutov a61ed97a8d
Fixed frontend dependencies paths. Issue #152. 2018-02-21 18:49:00 +07:00
Dmitry Khomutov 1dc8acd263
Replace cache to Symfony/Cache component. 2018-02-21 10:46:55 +07:00
Dmitry Khomutov 8d249ec4c7
Fixed dependencies. 2018-01-13 16:50:19 +07:00
Dmitry Khomutov 7896f0f381
Updated dependencies. 2018-01-10 20:36:15 +07:00
Dmitry Khomutov 3ab04a6503
Added Paginator helper. Issue #123. 2017-10-26 20:38:22 +07:00
Dmitry Khomutov e25639c874 Updated dependencies. 2017-10-21 15:58:16 +07:00
Dmitry Khomutov a6a778711e
Fixed links and package settings for organization 'php-censor'. 2017-08-26 12:33:57 +07:00
Dmitry Khomutov 4b85c4859a
Updated dependencies (Fixes). 2017-08-17 19:38:03 +07:00
Dmitry Khomutov 9041457af4
Changed HttpClient to Guzzle library. 2017-06-28 12:42:56 +07:00
Dmitry Khomutov d847a21f63
Updated dependencies 2017-06-13 20:09:03 +07:00
Dmitry Khomutov 46ab25f9f8
Updated dependencies. Fixed SensioLabs Security Checker warning: squizlabs/php_codesniffer (2.7.1) - Arbitrary shell execution. 2017-04-17 20:22:26 +07:00
Dmitry Khomutov 4f58316e12
Added "suggest" section to composer.json + updated dependencies. Issue #53 2017-04-08 17:33:30 +07:00
Dmitry Khomutov e3e3cf5124
Added SensioLabs Security Checker Plugin. Issue #27 2017-04-04 21:17:48 +07:00
Dmitry Khomutov acfa89071c
Removed useless daterangepicker and datepicker (+ Updated dependencies). Issue #37 2017-03-17 23:34:27 +07:00
Dmitry Khomutov 91a8054fdd
Added highlighting for build config + updated dependencies 2017-02-10 23:18:07 +07:00
Dmitry Khomutov 0a4636a379
Refactored InstallCommand (+ removed localization from InstallCommand, because it doesn't works actually) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 327f442ebb
Small content fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov afd99c12b5
Removed MySQL references (MySQL changed to DB) 2017-01-29 18:53:00 +07:00
Dmitry Khomutov b7ff480e17
Fixed date localization + updated dependencies 2017-01-15 11:09:12 +07:00
Dmitry Khomutov 8fd81ce5aa Updated dependencies 2017-01-09 23:22:55 +07:00
Dmitry Khomutov 0d5e00b8fd Updated dependencies 2017-01-09 20:00:09 +07:00
Dmitry Khomutov 60267cc315 Small updates 2017-01-06 11:15:08 +07:00
Dmitry Khomutov d4da493f7f Updated assets (AdminLTE2) 2016-07-23 10:50:03 +06:00
Dmitry Khomutov 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Dmitry Khomutov 60d74b0b44 Fixed naming (PHPCI -> PHP Censor) 2016-07-19 22:35:21 +06:00
Dmitry Khomutov e5164ae1dd Refactored structure 2016-06-23 21:18:41 +06:00
Dmitry Khomutov ec0a23cb70 Updated dependencies 2016-06-23 21:18:41 +06:00
Dmitry Khomutov 550e93747c Added B8Framework to project 2016-06-23 21:18:41 +06:00
Stephen Ball 254b3adee1 Added missing dependencies to require 2015-10-15 10:11:21 +01:00
Dan Cryer 1bcdfbd2df Updating deps 2015-10-13 09:59:48 +01:00
Dan Cryer 3cbf9a1343 Adding support for beanstalkd-based workers. 2015-10-05 12:13:22 +01:00
Dan Cryer 07711a4e04 More composer.json cleanup 2015-10-05 09:57:50 +01:00
Dan Cryer d7e9d3621d Fixing composer.json 2015-10-05 09:56:36 +01:00
Dariusz Ruminski 9b5f3bb4ae PHP CS Fixer - fix name
Closed #1054
2015-10-02 13:54:25 +02:00
Petr Cervenka 811d6dc057 Adding Flowdock integration
Closed #954
2015-05-28 11:47:57 +02:00
Adirelle 7de9023810 Reworked the DaemonCommand.
* Accepts options for PID and log file.
* Uses posix_kill whenever available.
* Checks that the daemon actually started or stopped.
* Try to terminate then kill the daemon.
* Uses the logger or output instead of "echo".

Added a ProcessControl interface and implementations.

Closed #908
2015-05-28 10:55:59 +02:00
Adirelle cd1210e1e8 Updated the php_codesniffer required version and added a default phpcs.xml.
Added a PHPMD configuration file.
Updated phpci.yml to use the configuration files.

Close #913
2015-04-22 12:22:28 +02:00
Adirelle bc65445c05 Enforce "en" lang in tests.
Some tests compare the result to english strings.

Do not test UnixCommandExecutor on Windows.

PharTest: explain why PHAR writing test are skipped.

InstallCommandTest: mock checkRequirements to allow the tests to run.

Run php_parallel_lint before all other tests.

Close #846
2015-04-22 11:49:26 +02:00
Adirelle df5e378b8a Use sensiolabs/ansi-to-html to parse the build logs.
Added an AnsiConverter helper.

Use the AnsiConverter in the email and page templates that display the build log.

Use a dedicated stylesheet for the ANSI converter.

It can be customized.
It can be inlined in the notifications.

Do not use ProphecyTestCase when not needed.
2015-04-09 11:54:57 +02:00
Dan Cryer ae95ead53b Updating dependencies. 2015-02-26 08:08:45 +00:00
Dan Cryer 58e1188bed Updating dependencies. 2015-02-03 10:54:50 +00:00
Stephen Ball 5837c3a530 Add a plugin to handle sending notifications to Slack (https://slack.com/)
Closes #720
2014-12-22 16:03:09 +00:00
Stephen Ball 9ced5a4097 New plugin to support PHP TAL linting.
Closes #701
2014-12-18 09:45:17 +00:00
Dan Cryer a2a89df4c0 Removing apparently redundant requirement for mcrypt. 2014-12-11 14:35:07 +00:00