Ingo Schommer
|
2bbcde2b64
|
Avoid 100% CPU on curl_multi_exec
Never finishes (up to max_execlution_limit) on PHP 5.4.24.
See http://nz1.php.net/curl_multi_exec#113002
and http://www.adrianworlddesign.com/Knowledge-Base/php/Download-content-with-cURL/Doing-curlmultiexec-the-right-way
|
2014-05-12 17:11:03 +12:00 |
|
Sean Harvey
|
815a1ad6db
|
Merge pull request #8 from patbolo/deprecation-3.1.2
BUGFIX Use loop instead of control to avoid deprecation message in SS 3....
|
2013-12-01 18:22:25 -08:00 |
|
jean
|
dcf3746bfe
|
BUGFIX Use loop instead of control to avoid deprecation message in SS 3.1.2
|
2013-12-02 15:18:39 +13:00 |
|
Sean Harvey
|
3ff3b05692
|
Fixing deprecated usage of Director::addRules(), replace with YAML.
|
2013-09-20 11:26:21 +12:00 |
|
jean
|
82241b4f9d
|
Merge pull request #5 from candidasa
|
2013-06-21 15:36:45 +12:00 |
|
Julian Seidenberg
|
d16ca16e67
|
Merge pull request #7 from fpereira1/isssue/6
ENHANCEMENT DatabaseCheck returns a PHP error if the table doesn't exist...
|
2013-04-04 21:15:09 -07:00 |
|
Filype Pereira
|
a041a6b643
|
ENHANCEMENT DatabaseCheck returns a PHP error if the table doesn't exist (fixes #6)
|
2013-04-04 22:37:43 +13:00 |
|
Stig Lindqvist
|
7a4671962c
|
BUG EnvironmentChecker::init() calls non existing RequestHandler::init()
|
2013-01-30 12:08:37 +13:00 |
|
Ingo Schommer
|
0e8d61869a
|
BUGFIX Use httpError() in EnvironmentChecker
Security::permissionFailure() relies on the object extending Controller,
not RequestHandler, since it wants to use the redirect() API.
|
2013-01-09 18:59:22 +01:00 |
|
Ingo Schommer
|
edc433793b
|
NEW Cleaned up access checks, allow extension
Logic hasn't changed, but removed duplicate ADMIN check in DevCheckController.
|
2013-01-09 18:59:22 +01:00 |
|
Normann Lou
|
1862de0ee2
|
FEATURE: add one more Environment checker
|
2013-01-09 18:59:22 +01:00 |
|
Andrew O'Neil
|
38355adffd
|
Use ArrayList instead of DataObjectSet for SS3
|
2013-01-09 18:59:22 +01:00 |
|
Julian Seidenberg
|
b32e243c99
|
BUGFIX: fixing bug in FileAgeCheck when checking multiple files
|
2013-01-09 18:59:22 +01:00 |
|
Julian Seidenberg
|
fecf0979a9
|
ENHANCEMENT: clearer error message when dev/check fails
|
2013-01-09 18:59:21 +01:00 |
|
Julian Seidenberg
|
ce94e7584a
|
BUGFIX: fixing env check code error
|
2013-01-09 18:59:21 +01:00 |
|
Julian Seidenberg
|
b7ca70984d
|
NEW Adding a configuration option to get the Environment Checker to email its results
|
2013-01-09 18:59:07 +01:00 |
|
Sam Minnee
|
135126ac2e
|
Added composer config
|
2012-11-03 14:27:44 +13:00 |
|
Sam Minnée
|
b20867aa77
|
Merge pull request #2 from chillu/new-checks
New checks, some restructuring
|
2012-01-23 12:57:39 -08:00 |
|
Will Rossiter
|
f104ce825f
|
Merge pull request #3 from oddnoc/documentation
MINOR: Documentation
|
2012-01-20 12:23:42 -08:00 |
|
Fred Condo
|
a7d01e7637
|
DOC: Remove incomplete sentence
|
2012-01-20 09:33:59 -08:00 |
|
Fred Condo
|
ab96697cd3
|
DOC: Remove redundant word
|
2012-01-20 09:33:59 -08:00 |
|
Fred Condo
|
0ea3e23e38
|
DOC: Typo fix: mode -> module
|
2012-01-20 09:33:59 -08:00 |
|
Fred Condo
|
58258bee0a
|
MINOR: Added newline at EOF
|
2012-01-20 09:33:59 -08:00 |
|
Ingo Schommer
|
616f0d98c1
|
MINOR Consistent class naming and file<->class relationships (no functional changes)
|
2012-01-20 18:12:16 +01:00 |
|
Ingo Schommer
|
908a66b4ef
|
ENHANCEMENT Added ExternalURLCheck, FileAgeCheck, SMTPConnectCheck
|
2012-01-20 18:12:16 +01:00 |
|
Ingo Schommer
|
0946addf7e
|
MINOR Unified messages in URLCheck, removed "homepage" references
|
2012-01-20 18:12:16 +01:00 |
|
Ingo Schommer
|
5c13c1b7a5
|
MINOR Disabled default checks in _config.php, to enable custom ordering in own configuration without modifying the module files. Noted configuration settings in README.
|
2012-01-20 18:12:14 +01:00 |
|
Ingo Schommer
|
09ba044f5d
|
MINOR Allowing to register checks for multiple suites in one call to avoid repetition
|
2012-01-20 18:06:24 +01:00 |
|
Sam Minnee
|
8b84150acd
|
MINOR: Fixed a few typos
|
2012-01-10 19:31:03 +13:00 |
|
Sam Minnee
|
9426ffb12e
|
Initial release of the module, based on Sam and Will's work
|
2012-01-10 19:28:04 +13:00 |
|