php-censor/PHPCI
Alex Russell 4133bb7905 Extended phpcs plugin to allow for extra commandline arguments.
- Now accepts paths in the --standards argument (and correctly prepends
  the build directory) so it actually works

- Now accepts the --tabwidth argument so that if your project favours tabs
  over spaces you can still just use PSR2 and you don't have to sacrifice
  using the Generic.WhiteSpace.ScopeIndent rule because it is spaces-only

- Now accpets the --encoding argument. I haven't used this before, but
  looking in the phpcs documentation it looks like a very useful one to
  have as most people code in utf-8 but phpcs defaults to iso-8859-1 and
  it can apparently "cause double-encoding problems when generating UTF-8
  encoded XML reports"
2013-07-30 14:58:00 +01:00
..
build Replacing .gitkeep with .gitignore, so that artifacts created in the build directories are properly ignored, and don't end up being committed to the repo on accident. 2013-05-16 12:55:29 +01:00
Command added smtp_encryption config parameter 2013-07-18 14:14:22 +03:00
Controller Added new controller to accept Gitlab-like webhooks 2013-07-29 17:34:21 +01:00
Helper Refactoring to support updated b8framework. 2013-05-22 16:36:55 +01:00
Model Final Version. 2013-07-01 00:17:41 +10:00
Plugin Extended phpcs plugin to allow for extra commandline arguments. 2013-07-30 14:58:00 +01:00
Store Initial summary changes 2013-06-05 06:23:47 +01:00
View removed inline JS, added e.preventDefault to avoid redirecting to 'false' URL 2013-07-26 00:48:08 +03:00
Application.php Added new controller to accept Gitlab-like webhooks 2013-07-29 17:34:21 +01:00
Builder.php Added basic body and title for the email notifications. 2013-06-04 21:47:45 +01:00
BuildFactory.php Allow arbitrary repository URL 2013-06-19 17:47:25 +02:00
Controller.php Refactoring to support updated b8framework. 2013-05-22 16:36:55 +01:00
Plugin.php Initial work on PSR2 compliance for issue #18 2013-05-16 02:57:30 +01:00