Petr Škoda
550790153a
MDL-35904 send notifications from main admin and improve coding style
2012-10-13 09:52:45 +02:00
Aparup Banerjee
1adb060a87
Merge branch 'MDL-32329-all-plugins-ok' of git://github.com/mudrd8mz/moodle
2012-05-30 16:48:23 +08:00
David Mudrak
f1753a5b10
MDL-32329 CLI install and upgrade scripts display plugins with unsatisfied dependencies
2012-05-30 10:35:28 +02:00
David Mudrak
2da7fbc0c2
MDL-33382 CLI install and upgrade scripts display hint on --allow-unstable in non-interactive mode
2012-05-28 10:59:22 +02:00
Aparup Banerjee
ed01233ace
MDL-28134 General : added branch variable to version.php for reliable docs versioned links.
2012-05-03 16:30:20 +08:00
Eloy Lafuente (stronk7)
daf714ef12
MDL-31832 CLI upgrade will return 0 exit status if no upgrade is needed
...
Discussed with David, both points were valid but finally
we agreed about to consider the "no upgrade needed" exit
a normal/succesful one, mainly because it keeps previous
behavior the same (exit non-zero only for real errors).
2012-03-07 10:58:56 +01:00
David Mudrak
91c038f932
MDL-31832 CLI upgrade checks if the upgrade is actually needed
2012-03-07 10:58:07 +01:00
Petr Skoda
c1f55426ee
MDL-29474 fix cli upgrade regression
2011-10-27 14:04:19 +02:00
Tim Hunt
777781d16e
MDL-29474 plugin dependencies: fix misspelling dependancies.
2011-10-20 11:13:45 +01:00
Tim Hunt
faadd32696
MDL-29474 prevent install/upgrade if plugin dependancies not met.
2011-10-20 11:13:41 +01:00
Tim Hunt
cc359566fe
MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer.
2011-10-20 11:13:39 +01:00
Petr Skoda
1c71748dd1
MDL-27121 fix incorrect check_moodle_environment() version parameter
...
This prevents Moodle 2.0 from using environment info for 2.1 in the installer and CLI upgrade.
2011-04-09 17:43:52 +02:00
David Mudrak
1a4d6a5b60
MDL-26609 Display information about the current version during the upgrade
...
As Eloy Lafuente noticed in the tracker discussion, we display the
information about the current version in the browser window title but
not at the screen itself. The patch fixes that by displaying the
information in the page heading instead of the page title.
Eloy's original idea to put the information into the grey message box
would require a change of [upgradesure,core_admin] string because
unfortunately it does not expect $a as an object but as a plain string.
2011-03-04 05:59:08 +01:00
David Mudrak
dc41abd808
MDL-26609 Provide a link to a docs page for more help with Moodle versions and their maturity
...
Thanks Martin Dougiamas for this suggestion.
2011-03-04 05:59:08 +01:00
David Mudrak
3d673fc474
MDL-26609 Admins are warned if they try to install or upgrade to unstable version
...
The commit introduces four new constants that can be used to declare a
maturity level of Moodle core and, in the future, of extension plugins.
If the administrator is about to install or upgrade Moodle to a version
that is not considered as production-ready yet, a warning is displayed
before any change in the database.
2011-03-04 05:59:08 +01:00
Petr Skoda
deba811a9c
fixed comment typo
2010-09-05 19:19:40 +00:00
Petr Skoda
80380bd79b
MDL-24089 preventing any plugin upgrades if downgraded core detected; localising error message
2010-09-05 19:16:42 +00:00
Petr Skoda
28bd3d9ad3
MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins
2010-08-17 12:33:30 +00:00
Petr Skoda
30f581598a
new php docs style
2010-07-30 11:14:36 +00:00
Eloy Lafuente
054d3924f2
NOBUG: On upgrade, cli must not override current config. Just set undefined (new) ones
2010-01-21 10:04:03 +00:00
skodak
16ae08537b
MDL-15249 support for environment test in cli scripts
2009-06-03 16:24:00 +00:00
skodak
71d549933b
MDL-15249 yet more localization fixes
2009-05-31 12:38:39 +00:00
skodak
1494616faa
MDL-15249 localization fixes
2009-05-31 12:04:51 +00:00
skodak
6b997b07dd
MDL-15249 localized cli upgrade
2009-05-31 11:57:33 +00:00
skodak
3b596dbf0b
MDL-15249 sample cli scripts - sample implementation only, no localization - ideally we should now decide what parameters we need - let the heated discussion begin ;-)
2009-05-27 09:52:25 +00:00