1028 Commits

Author SHA1 Message Date
stronk7
bc942ab58a Added support to retrofit tables without prefix 2006-09-05 17:55:59 +00:00
moodler
dbed4286da Cleaned up headers when editing roles for blocks 2006-09-05 09:15:52 +00:00
skodak
e778a40617 minor include cleanup 2006-09-05 08:27:14 +00:00
moodler
ccbdfdc720 Just changed the order around a bit 2006-09-05 06:13:53 +00:00
moodler
42093cca5c Added coursesperpage so paging can be controlled 2006-09-05 03:28:25 +00:00
vinkmar
8f5c4adbd7 Changed so that the settingpage titles are shown (see MDL-6402) 2006-09-04 21:38:23 +00:00
skodak
4b83ec33fe merging collisions cleanup 2006-09-04 20:32:59 +00:00
stronk7
71db9136fb Now the temp backup directory is properly created/cleaned
and indexes info are properly stored there.
2006-09-04 19:27:53 +00:00
toyomoyo
cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00
moodler
6ea5ff3ab7 Make Moodle Docs work for settings pages 2006-09-04 08:33:57 +00:00
stronk7
763989c0d6 Now, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
for each table, it fetches all the existing indexes from db, drop them all and, after
utf-8 conversion, rebuilds them.

With this, all the indexes will be exactly the same than the original present in DB, no matter
of their names nor anything else.

So, starting now, to provide a sucessful UTF8 migration we only have to keep updated the
fields .xml info. Bye, bye indexes info.
2006-09-03 19:18:00 +00:00
skodak
15ad37459a fixed language string 2006-09-03 19:13:53 +00:00
skodak
64c4f9c443 minor fix 2006-09-03 18:53:07 +00:00
skodak
08c15b68d7 removed useless includes 2006-09-03 18:49:13 +00:00
skodak
b1631fef28 add admin_tree to front page during install and upgrade 2006-09-03 18:37:41 +00:00
skodak
e9a207595c allow deleting of block when original code not present 2006-09-03 17:46:27 +00:00
moodler
72df7e1ebd Merging $CFG->disablestatsprocessing from stable 2006-09-03 15:46:21 +00:00
skodak
f21def1f11 fixed collisions in merges, sorry 2006-09-03 15:21:46 +00:00
moodler
11737b8bfa Fixed module links to suit new admin/*.php file page names 2006-09-03 15:13:53 +00:00
moodler
1ea1bcb36b New admin menu files 2006-09-03 14:52:43 +00:00
moodler
de093f77a6 Proper log index.php so that admin pages work correctly 2006-09-03 14:52:23 +00:00
moodler
bee4702d10 Various tidying up of the admin pages.
Reports now don't need mod.php but they should include the admin headers/footers.

There are undoubtedly bugs in this but this framework should be more sane
2006-09-03 14:45:57 +00:00
skodak
50999a0b94 new admin block fixes and reorganisation - I guess we need something more traditional for now 2006-09-03 13:10:56 +00:00
moodler
02bd14a7ed Tidy-ups 2006-09-03 08:03:02 +00:00
skodak
02cc05a708 fixes for new admin blocks 2006-09-02 23:55:56 +00:00
stronk7
b0c7d55893 Skeleton of the view_php helper. 2006-09-02 23:44:06 +00:00
stronk7
3430fb2993 Only launch the old upgrade if it exists. It doesn'texist for new DB
flavours and modules.
2006-09-02 23:40:13 +00:00
stronk7
ec87d0474f Don't asume that table and column exist in the migration process.
Just to avoid some warnings.
2006-09-02 23:38:16 +00:00
skodak
4672d9557d added prune() to admin tree class to prevent errors in applying of backup defaults 2006-09-02 19:30:54 +00:00
skodak
e0f6e99528 fixed frontpagesettings, install is not useing admin/site.php anymore 2006-09-02 15:29:52 +00:00
skodak
a4b473f452 fixed site defaults, reorganized administartion tree - new category legacy for obsoleted settings 2006-09-02 15:05:27 +00:00
skodak
e95b2c1c6d fixed missing } 2006-09-02 13:39:27 +00:00
skodak
6e4dc10f54 deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes 2006-09-02 13:14:57 +00:00
skodak
741fee9bb0 more install time fixes for new admin code 2006-09-02 11:26:33 +00:00
skodak
99c8a1004d fixed defaults for backups during installation 2006-09-02 11:10:10 +00:00
stronk7
803b4eeffe Now, not null fields are respected by the UTF-8 migration process. Also,
for those NULLable fields, if the default was '', convert it to null (i.e.
disable de default).
2006-09-02 10:04:22 +00:00
skodak
35a518c5de fixed admin defaults, some warnings during install and added trmporary hack to make $CFG->notloggedinroleid work 2006-09-02 10:03:30 +00:00
stronk7
681ba47a59 Only mysql and postgresql show the UTF-8 migration message. 2006-09-01 18:41:30 +00:00
toyomoyo
20aeb4b8e3 utf8 migrate support for site with roles active, resolved isstudent legacy problem, implemented $CFG->notloggedinroleid 2006-09-01 09:25:34 +00:00
skodak
441470ff03 fixed problem with applying of default settings during install - choices can not be constructed yet 2006-08-31 22:17:47 +00:00
skodak
dd04ab499e fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-) 2006-08-31 21:50:22 +00:00
skodak
3a25fa7286 'prefix' can only be defined in config.php, it can not be changed or stored in database ;-) 2006-08-31 21:15:12 +00:00
stronk7
015e946d98 Small rework of the main install/upgrade script. Everything should
continue working as before.
2006-08-30 23:13:43 +00:00
stronk7
b4f3a93b01 Improve save file, showing the proper error if not writeable. 2006-08-30 17:12:00 +00:00
skodak
02b22073b8 more appropriate type for locale setting 2006-08-30 07:42:42 +00:00
stronk7
13c2ed6410 Removing DTD and XMLSchema. It's under lib/xmldb 2006-08-30 00:11:36 +00:00
stronk7
758537ef2a relative+cleaned paths 2006-08-30 00:10:08 +00:00
stronk7
ee7de32ea3 relative+cleaned paths 2006-08-29 23:53:46 +00:00
stronk7
fc3221015d relative+cleaned paths 2006-08-29 23:45:08 +00:00
stronk7
2a05e82571 relative+cleaned paths 2006-08-29 23:33:55 +00:00