From 6838e81d97b5ad43a24737e17575667d00fcc6b3 Mon Sep 17 00:00:00 2001 From: Darren-Lee Joseph Date: Thu, 15 Oct 2015 12:24:51 +0100 Subject: [PATCH] add contributors.txt + authors to composer.json --- composer.json | 4 +++- contributors.txt | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 contributors.txt diff --git a/composer.json b/composer.json index 591266b..a5e007c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,9 @@ ], "license": "BSD-3-Clause", "authors": [ - {"name": "Darren-Lee Joseph","email": "darrenleejoseph@gmail.com"} + {"name": "Darren-Lee Joseph","email": "darrenleejoseph@gmail.com"}, + {"name": "Patrick Nelson","email": "pat@catchyour.com"}, + {"name": "Myles Beardsmore","email": "mediabeastnz@gmail.com"} ], "support": { "issues": "http://github.com/thisisbd/silverstripe-maintenance-mode/issues" diff --git a/contributors.txt b/contributors.txt new file mode 100644 index 0000000..a4c43dd --- /dev/null +++ b/contributors.txt @@ -0,0 +1,24 @@ +People who have contributed to this SilverStripe Maintenance Mode module: + +Primary Author: +Darren-Lee Joseph + +Patrick Nelson + * Incorporating the ability to disable the redirect and instead render the maintenance mode (UtilityPage) immediately at any URL. + * Added task to enable/disable maintenance mode via 'sake dev/tasks/MaintenanceMode [on|off]' + * Documentation + +Myles Beardsmore + * Added the ability to allow specific IP addreses bypass the maintenance page + * Documentation + +Peter Thaleikis + * DocBlock Code formatting / cleanup + * Bug reporting + +Translation +Despina Tapaki +Lisa Frykman +Thomas Wahl + +Special thanks to Frank Mullenger - his previous work on the Holding Page Module and Under Construction Module paved the way for this SilverStripe Maintenance Mode module.