Commit graph

34952 commits

Author SHA1 Message Date
tjhunt
285b83adf5 Fix incorrect comment. 2009-01-21 07:41:09 +00:00
tjhunt
5bd22790c4 question bank: MDL-17871 refactor the code that displays particular information about each question into classes.
More work in progress. Print column headers, and improve sorting. These classes are still not used.
2009-01-21 07:21:43 +00:00
Jonathan Newman
4d933beb8a cvsimport fixups 2009-01-20 23:53:34 +00:00
Jonathan Newman
2a02fa4abe cvsimport fixups 2009-01-20 23:53:34 +00:00
moodlerobot
cb938c4e18 Updated the HEAD build version to 20090121 2009-01-20 23:53:34 +00:00
moodlerobot
e39f2240c7 Automatic installer.php lang files by installer_builder (20090121) 2009-01-20 23:27:44 +00:00
pilpi
c79d9bc662 quiz editing: MDL-17977 show content of the random question -link always visible 2009-01-20 20:44:33 +00:00
pilpi
fefb7c9a33 quiz editing: MDL-17334 further space for grading box 2009-01-20 20:41:41 +00:00
wildgirl
c51ec212aa forum lang string: MDL-17364 small rewording 2009-01-20 10:44:52 +00:00
tjhunt
46795afcbd question bank: MDL-17871 refactor the code that displays particular information about each question into classes.
Work in progress. Most required classes are writted, but nothing uses them yet, and I have not dealt with column headers yet.
2009-01-20 10:11:23 +00:00
moodler
5138378ab3 forum/css MDL-16749 added a div named "posting" around the posting (merged from 1.9) 2009-01-20 07:55:49 +00:00
tjhunt
cf7093e4f0 upgrade reload icon MDL-17924 unobfuscate Martin's reload icon. 2009-01-20 06:56:38 +00:00
moodler
04f1715ee2 calendar/ical MDL-17964 Better hostname for UID, merged from 1.9 2009-01-20 06:22:51 +00:00
moodler
f3a36b620d maintenance mode MDL-15700 Just some little tidyups of the maintenance mode page 2009-01-20 06:01:05 +00:00
tjhunt
80829be920 quiz backup: MDL-17970 MSSQL text / varchar compare issue.
Commiting this fix so it gets into 1.9.4. I've tested and it does not break sensible databases, and probably fixes the problem on MSSQL.
2009-01-20 04:24:07 +00:00
tjhunt
d0b76e95d3 Merge whchang's typo fix to HEAD. 2009-01-20 03:58:35 +00:00
tjhunt
d61f7b7641 backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
2009-01-20 03:16:30 +00:00
moodler
8805fa94b6 calendar/export MDL-17964 explicitly define a non-random UID for each event (merged from 1.9) 2009-01-20 03:09:10 +00:00
moodlerobot
ebb760849f Updated the HEAD build version to 20090120 2009-01-19 23:53:31 +00:00
moodlerobot
61e2c52155 Automatic installer.php lang files by installer_builder (20090120) 2009-01-19 23:27:00 +00:00
sam_marshall
ee8d825f70 MDL-17965: Prevent forum move to forum you can't start discussions in 2009-01-19 14:20:36 +00:00
tjhunt
5b5e5ab20c question bank: MDL-17302 refactor question bank display code into a class.
Step 2. Remove as many as possbile of the differences between the two classes. This is mostly whitespace and irrelevant code formatting issues, but there are also a few changes to the generated output, taking the best of both views.
2009-01-19 08:50:48 +00:00
skodak
34e9457e30 MDL-17942 fixed incorrect mysql setting name 2009-01-19 08:13:56 +00:00
skodak
b9fb71030f MDL-17942 reimplemented detection of mysql max_packet_size problems 2009-01-19 08:03:55 +00:00
moodler
4de945410f Added headers for javascript dump 2009-01-19 07:57:49 +00:00
moodler
3de54d4307 Just minor tweaking for appearance 2009-01-19 07:52:23 +00:00
dongsheng
1e285d0a10 "REPOSITORY/MDL-13766, fix js path" 2009-01-19 07:49:15 +00:00
skodak
3b50631d7f MDL-17942 fixed session regeneration 2009-01-19 07:25:12 +00:00
dongsheng
7983d5e776 "REPOSITORY/MDL-13766, merge js files into one file" 2009-01-19 07:07:54 +00:00
moodler
034cd164be repository/picasa MDL-17473 Added a preview link 2009-01-19 06:42:09 +00:00
jerome
ff80eb9bd3 web service MDL-12886 use named parameters in tmp_get_users 2009-01-19 06:28:02 +00:00
moodler
d44cee76fa repository/picasa MDL-17473 Use picasa description as the filename if it exists 2009-01-19 06:19:26 +00:00
moodler
5d2ee15194 repository/picasa MDL-17473 Hardcode image heights and widths for nicer display 2009-01-19 05:59:47 +00:00
tjhunt
f4b879ddea question bank: MDL-17302 refactor question bank display code into a class.
Step 1. Just convert the existing functions quiz_question_showbank and question_showbank and friends into methods of a class and subclass.

More to come.
2009-01-19 05:30:01 +00:00
moodler
ff49c389ad Messaging MDL-3321 Searching for empty string returns all messages 2009-01-19 04:53:26 +00:00
moodler
3d14359585 Messaging MDL-17581 Various fixes to use the new fields names 2009-01-19 04:35:09 +00:00
dongsheng
9133d4ad58 "FILTER/MDL-17703, use classname instead of inline style, merged from 1.9" 2009-01-19 01:57:02 +00:00
dongsheng
aba28cbafe "FORUM/MDL-17709, replace p with div in forum summary, merged from 1.9" 2009-01-19 01:38:07 +00:00
jerome
26c5f1b78b web service MDL-12886 remove some outdated comments 2009-01-19 00:42:06 +00:00
moodlerobot
e218fb5e0c Updated the HEAD build version to 20090119 2009-01-18 23:51:32 +00:00
moodlerobot
83776ea6ce Automatic installer.php lang files by installer_builder (20090119) 2009-01-18 23:25:41 +00:00
skodak
200f26cf18 MDL-17942 improved mysql truncation prevention 2009-01-18 23:12:14 +00:00
skodak
64d69e966c MDL-17942 lot more session refactoring 2009-01-18 23:06:52 +00:00
skodak
ad76d18475 MDL-17942 yet more session refactoring 2009-01-18 20:30:54 +00:00
skodak
e8656befac MDL-17942 more session refactoring 2009-01-18 18:00:44 +00:00
skodak
27d41812c3 MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore 2009-01-18 17:37:56 +00:00
skodak
88fdd846f6 MDL-17942 fixed gc regressions, added gc after deleting users and similar cases 2009-01-18 12:20:55 +00:00
skodak
dd9e22f871 MDL-17942 implemented gc and timeouts for db sessions 2009-01-18 11:19:40 +00:00
moodlerobot
30c733eb29 Updated the HEAD build version to 20090118 2009-01-18 00:01:49 +00:00
moodlerobot
d71becc1d3 Automatic installer.php lang files by installer_builder (20090118) 2009-01-17 23:35:18 +00:00