jerome
338bf5a741
web service MDL-12886 implement authentication token systemprototype
2009-01-23 05:31:02 +00:00
tjhunt
b7a9dc5193
question bank: MDL-17992 and MDL-17397. Put back questiontext as a separate row option, and increase consistenscy between stand-alone qbank and the display in the quiz editing page.
2009-01-23 05:01:37 +00:00
jerome
89b8ce51d9
web service MDL-12886 implement authentication token systemprototype
2009-01-23 04:55:56 +00:00
tjhunt
bcda961144
matching qtype: MDL-17981 extra distractors feature was not working on MS SQL server, since MDL-14420 was fixed.
2009-01-23 02:19:30 +00:00
tjhunt
cbe2a956eb
admin: xhtml strict problems.
2009-01-23 02:11:27 +00:00
tjhunt
714aaf918a
shortanswer qtype: MDL-17800 Fix merge problem. Thanks to Oleg for spotting this.
2009-01-23 01:11:21 +00:00
moodlerobot
ab6c8aa0d6
Updated the HEAD build version to 20090123
2009-01-22 23:55:17 +00:00
moodlerobot
a4480726b0
Automatic installer.php lang files by installer_builder (20090123)
2009-01-22 23:29:12 +00:00
tjhunt
e4d1d5e010
question bank: MDL-17871 finish refactor of code into one class per column.
...
Needs tidying up, but basically there, so checking it in.
2009-01-22 09:19:37 +00:00
jerome
b721783ad4
web service MDL-12886 manage optional parameters
2009-01-22 08:03:33 +00:00
tjhunt
971c6fca06
question bank: MDL-17871 Kill most of the duplicated code between mod/quiz/editlib.php and question/editlib.php
2009-01-22 05:38:18 +00:00
jerome
5e9d857e97
web service MDL-12886 rename moodlewsapi.php into moodleexternal.php
2009-01-22 05:25:37 +00:00
jerome
8a8e146c3f
web service MDL-12886 rename wsapi.php into external.php
2009-01-22 05:23:58 +00:00
jerome
b1a1879c26
web service MDL-12886 rename lib.php into locallib.php
2009-01-22 05:22:57 +00:00
jerome
e6bdd12899
web service MDL-12886 few TODO comments
2009-01-22 05:22:05 +00:00
jerome
9d9af8fa8c
web service MDL-12886 rename wsapi.php as external.php, function tmp_delete_user don't use api.php anymore and include capability checking
2009-01-22 04:58:50 +00:00
tjhunt
0ff5afdfbf
question bank: MDL-17871 Possibility for tool tips on column headings.
2009-01-22 02:32:39 +00:00
moodlerobot
00f5afd5bd
Updated the HEAD build version to 20090122
2009-01-21 23:55:46 +00:00
moodlerobot
422fded204
Automatic installer.php lang files by installer_builder (20090122)
2009-01-21 23:30:11 +00:00
wildgirl
e0cb48507a
scorm lang string: MDL-16651 added scorm:deleteresponses
2009-01-21 16:21:56 +00:00
tjhunt
babdcb4024
question bank: MDL-17302 fix errors in the previous commit.
2009-01-21 08:52:42 +00:00
tjhunt
b221dc6f23
question bank: MDL-17302 refactor question bank display code into a class.
...
Step 3. Start working ot the code to initialise things from a list of columns, and build the corresponding SQL query.
2009-01-21 08:49:15 +00:00
jerome
874b756b70
web service MDL-12886 remove personal function call
2009-01-21 07:50:03 +00:00
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