294 Commits

Author SHA1 Message Date
skodak
3483ea572a MDL-12817 logout before 1.9 upgrade in order to prevent weird upgrade problems; merged from MOODLE_19_STABLE 2008-01-03 16:37:09 +00:00
skodak
bca13de752 MDL-12717 use apply_default_exception_settings before other admin defaults; merged from MOODLE_19_STABLE 2007-12-23 12:05:54 +00:00
skodak
cb0e9fbdd2 MDL-12705 disabled guest autoogin in upgrade scripts; merged from MOODLE_19_STABLE 2007-12-22 18:17:15 +00:00
skodak
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
toyomoyo
e225e5fa2c MDL-12326, adding a missing footer 2007-11-28 01:25:29 +00:00
scyrma
b27b1473af MDL-11401, merged from 19_STABLE 2007-11-15 02:39:43 +00:00
toyomoyo
045fe536f8 MDL-8330, adding a warning to translators about updating of lang packs 2007-11-15 01:18:47 +00:00
tjhunt
93b2ed94a8 MDL-11061 - admin notifications about $CFG->wwwroot, which sometimes lead to obscure errors. Merged from MOODLE_19_STABLE. 2007-10-17 20:21:16 +00:00
skodak
8a4d32d8a3 MDL-11688 makes sure all course and user contexts exist during upgrade (all contexts when going from in 1.6) - this is needed for grade_letter upgrade; other minor tweaks - the USER->access is now loaded automatically, feedback parameters added 2007-10-10 08:33:06 +00:00
skodak
c626c2f460 MDL-11566 site summary now optional 2007-10-03 10:35:34 +00:00
skodak
8e5da17a44 MDL-11562 supportname and supportemail are are now initialized after admin user setup
MDL-11566 only site shortname, fullname and desc are required/displayed during installation
MDL-11567 fixed upgradesettings redirects if error in settings
MDL-11143 defaultfrontpageroleid moved to Frontpage settings page (easier to find), speedup
2007-10-02 21:38:53 +00:00
stronk7
d3bf058b69 Deleting the Db migrate to UTF-8 button. It isn't there anymore. 2007-09-22 09:52:35 +00:00
martinlanghoff
1d28d87b35 accesslib - Ensure newly-created categories have a context
New categories need a context immediately, and for top-level
categories, they also need to taint the "root" context to trigger
a reload of $USER->access.

This fixes problems with creation of initial courses(MDL-11178),
duplicate misc categories, etc.
2007-09-19 07:50:05 +00:00
martinlanghoff
67ab1aecfb admin/index: Populate the context path JIT for the new admin user
With this call to build_context_path() the admin rights of the new
user are loaded just before they are first needed.
2007-09-19 07:29:55 +00:00
nicolasconnault
f1af7aaaf5 MDL-10870 All files updated to new build_navigation() method. 2007-08-17 07:25:47 +00:00
skodak
2524b0f24c MDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick, Matt, Enrique and me 2007-08-14 00:50:00 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
moodler
c023ea03af Add some processing for message/output plugins MDL-10167 2007-06-19 02:18:59 +00:00
toyomoyo
ce34ed3a76 fix for MDL-9137, adding support for gradebook plugins for db, cron, events, permission structures etc 2007-05-24 02:16:31 +00:00
skodak
14488335e1 MDL-9840 - added missing installation of core event handlers during initial install 2007-05-17 14:04:22 +00:00
skodak
1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
skodak
e4be47a0de MDL-9217 rearanged groups installation and upgrade - roles require groups; merged from MOODLE_18_STABLE 2007-04-29 11:40:26 +00:00
toyomoyo
109463e480 event update code 2007-04-20 05:43:11 +00:00
poltawski
2acc1f9678 MDL-8209 - Force admin/index.php to redirect to upgrade settings screen
when some admin settings are not set.
2007-04-18 09:39:49 +00:00
skodak
5102d1fc18 MDL-9362 unattended upgrade fixed; merged from MOODLE_18_STABLE 2007-04-15 12:50:55 +00:00
skodak
4ed13ed8e0 notice_yesno install time fixes 2007-03-02 20:46:45 +00:00
toyomoyo
2ce10f2920 changing fieldset to div 2007-03-01 04:06:08 +00:00
skodak
177df3c6c5 email selfregistration enabled by default again - thanks Eloy for noticing the problem 2007-02-24 09:48:10 +00:00
moodler
29e05913b8 Merged upgrade environment check from stable MDL-8527 2007-02-15 06:30:35 +00:00
skodak
71eee5f216 MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings 2007-01-30 09:33:11 +00:00
skodak
ad6226fba2 MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
2007-01-25 00:04:02 +00:00
moodler
d53a487d65 FIxed site identifier 2007-01-23 04:58:50 +00:00
skodak
d02bc6ce69 MDL-8250 moved version include before main install to allow release info display before install 2007-01-22 22:32:00 +00:00
skodak
371a32e308 (MDL-8250) install/upgrade autopilot 2007-01-22 20:15:12 +00:00
stronk7
b6fd063054 Fixed typo causing mysql fail on install without prefix. MDL-8203 2007-01-16 17:41:58 +00:00
skodak
acdd790f74 print_footer('none') during install and upgrade to hide home link and xhtml strict fixes 2007-01-15 19:16:29 +00:00
stronk7
60b562c49e Adding some $CFG->dbfamily-s here and there. MDL-7061 2007-01-12 00:06:08 +00:00
moodler
0a8d5d7750 Tidying up some strict! 2007-01-09 12:32:12 +00:00
moodler
c7b8ac330b Fixes for copyright notice during install MDL-8114 2007-01-09 08:18:34 +00:00
martinlanghoff
13c9d7e082 mnet: Some very minor style (etc) fixes
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:32:55 +00:00
martinlanghoff
d14383e0a0 mnet/multienrol: admin area changes, including test for curl extension 2007-01-04 03:19:49 +00:00
Martin Langhoff
f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
skodak
f16242ce61 MDL-7887 Multilang upgrade to new tags in Moodle 1.8 2006-12-12 10:39:17 +00:00
sam_marshall
ae628043a0 MDL-7401 Course format database/backup/lang/stylesheet/capability support 2006-12-11 15:47:23 +00:00
skodak
3733f1e6c4 MDL-6332 fixed proper storing of unicodedb flag - after config table creation 2006-11-20 15:25:38 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
toyomoyo
83ab538806 added check to stop installation in admin/index.php if db is not unicode MDL-6858 2006-11-10 02:42:13 +00:00
moodler
d210e12e85 Merged MDL-7351 from stable 2006-11-06 12:51:27 +00:00
toyomoyo
a6eb09d977 merged added code to force mysql db to change default encoding during fresh installation 2006-10-18 07:26:04 +00:00
moodler
47bc16f607 It is now no longer possible to upgrade to 1.8 or later from non-Unicode
Moodle.   Admins get a message explaining they need to upgrade to 1.7.x first.

MDL-6857
2006-10-16 07:32:05 +00:00