73 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
2b9c1cc5a4 MDL-45504 environment: define 2.8 requirements
No changes from 2.7, so this is a simple copy of them.

The MyISAM case (MDL-46064) will be considered for 2.9.
2014-10-06 01:11:41 +02:00
Tim Hunt
e4c20157c0 MDL-44118 new environment check are all quiz attempts upgraded.
In Moodle 2.1, there was a major DB upgrade relating to questions, and
it was possible to delay some of that upgrade. Now, those DB tables are
changing again, and the time has come to insist that all the updata has
been upgraded (or deleted).
2014-02-18 11:55:17 +00:00
Petr Škoda
d1a628e5fd MDL-42931 set new requirements for 2.7 2013-12-13 14:04:24 +08:00
Petr Škoda
8e0ba6aa4c MDL-39430 encourage admins to use opcache extension 2013-07-26 10:39:34 +02:00
Petr Škoda
17601a7e12 MDL-39985 add explicit MariaDB support 2013-07-24 10:45:20 +08:00
Petr Škoda
bb42e608b0 MDL-40679 mark zlib extension as recommended 2013-07-20 21:18:20 +02:00
Petr Škoda
f0fdbc5cc8 MDL-39754 copy 2.5 requirements to Moodle 2.6
Optional features and warnings may be added later,
but we need at least required environment for 2.5.1

This includes database family cleanup and more realistic memory requirement.
2013-07-01 09:44:02 +02:00
Eloy Lafuente (stronk7)
6341d977a3 MDL-38659 environment: fix incorrect feedback messages 2013-03-26 15:34:50 +01:00
Damyon Wiese
81409525b9 MDL-37033 Environment - Fix indenting in XML 2013-03-25 09:20:53 +08:00
Eloy Lafuente (stronk7)
40b5cb2d71 MDL-37033 environment: add 2.5 brach details 2013-03-22 16:41:15 +01:00
Petr Škoda
949f3db40b MDL-34097 keep current requirements for Moodle 2.4 2012-09-02 11:52:58 +02:00
Eloy Lafuente (stronk7)
84874400c5 MDL-33984 mysql: take rid of old unicode & mysql 4.1 message on error. 2012-06-25 15:48:24 +02:00
Eloy Lafuente (stronk7)
95bcc6e2d3 MDL-33984 mysql - raise min version to 5.1.33.
Because of http://bugs.mysql.com/bug.php?id=42758 and other benefits.
2012-06-25 12:32:25 +02:00
Petr Skoda
6c0e5cd193 MDL-19071 test PCRE compatibility with unicode characters 2012-04-27 13:37:54 +02:00
Eloy Lafuente (stronk7)
db1475ddb0 MDL-31707 environment - add check for the hash extension 2012-03-01 12:51:51 +01:00
Petr Skoda
9676c7399b MDL-30610 new environment requirements for 2.3 2011-12-09 21:50:58 +01:00
Eloy Lafuente (stronk7)
77c36d4ce8 MDL-28170 environment - add new 2.2 section
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:09:46 +02:00
Petr Skoda
c904cbbdd2 MDL-26985 new Moodle 2.1 requirements
For now only extra PHP 5.3.2 requirement compared to 2.0.
2011-03-26 22:02:42 +01:00
Rossiani Wijaya
39f2bbf3fb MDL-25186: add environmental check to recommend PHP 5.3.3 2010-12-22 16:45:17 +08:00
Petr Skoda
1eb7e2290c MDL-20716 json PHP extension is required in Moodle 2.0 2010-10-16 18:02:33 +00:00
Petr Skoda
8b0846f7a2 MDL-23899 PHP Intl extension is recommended in 2.0 now because we use it for asort in textlib 2010-09-05 13:14:17 +00:00
Petr Skoda
2d4d77474a MDL-23974 dom and xml extensions are now required 2010-08-29 19:36:45 +00:00
Petr Skoda
14c87a1fe4 MDL-15057 PCRE is a required extension, looks like we do not need to add detailed feedback strings for required extensions - nice! 2010-08-29 19:28:03 +00:00
Petr Skoda
1f40915906 MDL-23222 marking spl as required php ext 2010-07-15 18:35:50 +00:00
Martin Dougiamas
ff7dd38622 MDL-22964 xmlrpc is no longer required, but still highly recommended if you want to appear cool to all your friends. 2010-07-08 09:05:18 +00:00
Martin Dougiamas
8ad590c2cb MDL-22964 XML-RPC is now required. We need it for hub communication, and it's useful for web services and Moodle networking 2010-06-28 07:47:47 +00:00
Petr Skoda
5552c5cc9d MDL-20900 iconv now required in 2.0 2009-11-18 22:26:16 +00:00
Petr Skoda
621c646403 MDL-20885 PHP soap lib now recommended 2009-11-18 10:12:53 +00:00
stronk7
2c51695987 MDL-20352 - raising oracle 2.0 min req. to 10.2 2009-10-08 14:46:00 +00:00
skodak
b004fca172 MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski 2009-06-03 21:15:47 +00:00
skodak
feb453e710 MDL-19388 removing mysql bypass from 1.8-2.0 - we require UTF8, no bypass possible any more 2009-06-03 16:53:14 +00:00
stronk7
d4e15ca389 MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; merged from 19_STABLE 2009-05-12 09:29:18 +00:00
skodak
c808379ef8 MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon ;-) 2009-02-01 16:20:59 +00:00
stronk7
6e66ecbe24 MDL-18073 environment - enforce PHP 5.2.8 req for Moodle 2.0 ; merged from 19_STABLE 2009-01-28 23:43:27 +00:00
skodak
3c67721aa1 MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427 2008-11-27 22:14:34 +00:00
jerome
c861f079e4 database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously (partially merged from 1.9) 2008-11-21 07:19:00 +00:00
skodak
627d326ade MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too 2008-11-19 09:46:09 +00:00
stronk7
354e55a748 Re-adding two Moodle 1.9 env checks that were deleted by MDL-14451 2008-08-04 23:03:40 +00:00
skodak
ed94cb66c6 MDL-15928 switched to zip PHP extensions 2008-08-04 16:45:08 +00:00
skodak
a49709851e MDL-15410 Require PHP 5.2.4 instead of 5.2.0 in HEAD because PHP 5.2.0 has many known problems :-( 2008-08-01 09:44:37 +00:00
dongsheng
2867b1161b "MDL-15349, in moodle 2.0, curl lib is required" 2008-06-30 11:12:23 +00:00
skodak
55946ffda6 MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes) 2008-06-22 21:35:07 +00:00
skodak
7c7b6f966a MDL-14451 removed pre 1.9 upgrade code - question upgrade related 2008-05-11 18:57:53 +00:00
skodak
f6c544eabe MDL-14451 removed pre 1.9 upgrade code - question upgrade related 2008-05-11 18:57:17 +00:00
scyrma
fc731c4d89 MDL-3381: keeping environement.xml in sync (from 1.8) 2008-05-01 08:10:55 +00:00
scyrma
bbbfc0579f MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9) 2008-04-24 03:07:59 +00:00
moodler
e4b89caac8 MDL-13489 Merged fixes from 1.9 2008-02-19 06:57:51 +00:00
stronk7
f7ca1b7edc Minor changes to custom check definition. MDL-12914 ; merged from 19_STABLE 2008-01-12 18:54:54 +00:00
stronk7
aa9c6b6ba6 Adding custom check to test MDL-12914 ; merged from 19_STABLE 2008-01-11 00:05:55 +00:00
stronk7
8baf4a77d0 Now Moodle >= 1.9 requires PostgreSQL >= 8.0. MDL-11033
Merged from MOODLE_18_STABLE
2007-08-28 15:35:48 +00:00