1013 Commits

Author SHA1 Message Date
stronk7
de12ca6a42 Now $CFG->unicodedb is sent to DB everytime we arrive to the
admin/index.php script (installation, upgrade...). This will
stop the encoding introspection code present in setup.php
2006-03-27 12:32:51 +00:00
patrickslee
8cf1d8949e Stripped out an unnecessary line in pg_dump output which causes error.
Also deletes the last temp file while duplicating database to save space
2006-03-26 21:47:49 +00:00
mjollnir_
effbd108a3 Fixing call to upgrade_plugins since questiontypes moved to question/type 2006-03-25 07:55:56 +00:00
gustav_delius
5bf3aee8bb Do the module upgrades before the qtype upgrades 2006-03-23 13:05:40 +00:00
gustav_delius
ead293420d Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
2006-03-22 10:44:54 +00:00
vyshane
1e9f3edb56 Added $CFG->pagepath for Moodle Doc link. 2006-03-22 04:15:00 +00:00
vyshane
3b26532171 Fixed preview link bug (Bug #4942). Made the preview popup use /help.php for a
real preview of what the help content will look like.
2006-03-22 03:13:31 +00:00
moodler
d799fa2d6c Checking in an old change 2006-03-21 09:03:30 +00:00
vyshane
5a1736e382 Added $CFG->pagepath for Moodle Docs. 2006-03-21 04:59:55 +00:00
moodler
5889c1bb64 Small fix for admin menu layout and also print_table 2006-03-20 15:33:18 +00:00
moodler
8e62501630 Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943) 2006-03-20 15:27:35 +00:00
moodler
a9743837bf SLightly more efficiency to help keep the cached_text table smaller see bug 4677 2006-03-20 02:33:41 +00:00
stronk7
c47a030a0b Email encoding only can be specified if $CFG->unicodedb=true 2006-03-19 20:42:34 +00:00
moodler
884dc7861a Fixed case for multiple grops 2006-03-17 17:17:51 +00:00
moodler
6b09974ba2 Added the missing support for typex fields! 2006-03-17 16:19:31 +00:00
skodak
e520147b60 fixed Bug #4855, too much info saved in db. 2006-03-16 10:22:40 +00:00
skodak
6381d41aba fixed problem when saving module settings 2006-03-16 10:11:06 +00:00
gustav_delius
5872b4cca3 Fixed typo giving sesskey error 2006-03-15 20:25:49 +00:00
moodler
6d74edf770 Link to logs now available through reports (SE) 2006-03-15 08:08:20 +00:00
moodler
ff6f951197 Log reporting. (SE) 2006-03-15 08:07:14 +00:00
ikawhero
7c4b2fb3c2 Removed redundant if statement 2006-03-15 06:38:28 +00:00
patrickslee
eca0392a2e Seperate postgres command line process for better error caching 2006-03-13 20:45:27 +00:00
patrickslee
ef03a260e5 PostgreSQL 7.x pg_dump command line options fix 2006-03-12 21:40:24 +00:00
gustav_delius
1bfdafd475 The box for the warning was too narrow. In future this should probably be controlled by CSS. 2006-03-12 19:14:56 +00:00
moodler
ce39b5f7b1 Questions have moved 2006-03-12 08:11:08 +00:00
moodler
6ac7e7c51a Tidy cron warning 2006-03-12 08:08:51 +00:00
moodler
0301965a28 Fix the cron help to point to the new help page in lang packs 2006-03-12 07:51:53 +00:00
skodak
df1931578a password handling refactoring and added conversion of passwords to unicode 2006-03-11 11:26:36 +00:00
moodler
c4d044b5e3 Updated copyright notice 2006-03-10 08:28:59 +00:00
ikawhero
20b4bd4358 A few minor changes 2006-03-10 08:25:03 +00:00
ikawhero
9dd5dabb61 Fixed typo 2006-03-10 08:21:59 +00:00
ikawhero
d33a06d554 Old admin reports is now a pluggable report type 2006-03-10 08:07:08 +00:00
ikawhero
27b5a24ad7 Moving files to new pluggable directory 2006-03-10 07:50:30 +00:00
ikawhero
eaad0cb614 Adding new pluggable reports 2006-03-10 07:46:24 +00:00
toyomoyo
89d38fdddc adding blog support (development code) 2006-03-10 06:50:37 +00:00
toyomoyo
ac60dc4c80 fixing missing global 2006-03-10 04:28:21 +00:00
patrickslee
cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
martinlanghoff
46a811142e [multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui
The admin UI still needs a bit of wordsmithing to make it easy to understand what the model we have is.
2006-03-09 05:06:18 +00:00
martinlanghoff
29f8533223 [multienrol]More changes to the internal->manual transition 2006-03-09 03:46:53 +00:00
martinlanghoff
c9e0b90be1 [multienrol]Make sure internal plugin is saved on the top so it will be called at the first place 2006-03-09 03:14:32 +00:00
martinlanghoff
4d3f4df562 [multienrol]Wrote some breif notices for the new enrolment configuration panel 2006-03-09 03:00:48 +00:00
martinlanghoff
b31c216293 [multi-enrol]Fixed a wrong URL 2006-03-09 02:54:40 +00:00
martinlanghoff
f9667a5aea [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
toyomoyo
5790c8998a took out some debug code for koen 2006-03-08 06:57:53 +00:00
toyomoyo
ffa5b35f6d counting is not sensible is not sorting by id asc 2006-03-08 05:08:44 +00:00
skodak
107e7612b5 short php tags once more 2006-03-07 21:46:34 +00:00
skodak
1b56f11102 fixed warning 2006-03-07 20:40:21 +00:00
skodak
7710da22bd parameter cleaup - round 7; corrected search in user.php, semicolon in case fixed in utfdbmigrate (I wonder if it caused any problems) 2006-03-07 16:42:30 +00:00
skodak
4abbb75c80 parameter cleaup - round 6; major cleanup and fixing in uploaduser.php 2006-03-07 11:13:57 +00:00
thepurpleblob
d9ca6d5550 Put $CFG->pagepath in a more logical position 2006-03-07 10:34:08 +00:00