tjhunt
1332ce5397
quiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib.php - and fix the bugs they revealed!
2008-11-23 12:46:51 +00:00
tjhunt
1499ce3185
unit test reliability: For some reason this does not work on my laptop. because the standard function getrempteadr returns '', so just skip this test.
2008-11-23 11:53:21 +00:00
tjhunt
941e427680
unittests: MDL-17367 Fix regressions caused when admin/report/simpletest was renamed to unittest.
Why was this done anyway? Some explanation in MDL-17001 might be nice.
2008-11-23 11:39:41 +00:00
tjhunt
b75f0f82b4
quiz lang: MDL-17335 Alphabetize lang/en_utf8/quiz.php
2008-11-23 11:09:28 +00:00
moodlerobot
ae2b1770fb
Updated the HEAD build version to 20081123
2008-11-23 01:48:47 +00:00
moodlerobot
fc1a8ccbaa
Automatic installer.php lang files by installer_builder (20081123)
2008-11-23 01:29:10 +00:00
stronk7
4d8cd7dc9f
Add one smaller version on the loading animated gif.
2008-11-23 00:04:13 +00:00
mudrd8mz
74b937f484
Fixed a typo
2008-11-22 21:50:00 +00:00
skodak
54e79bc3ff
MDL-15461 fixed DML conversion typos
2008-11-22 19:42:20 +00:00
skodak
082ae8215e
MDL-15837 more dml unit tests
2008-11-22 19:32:16 +00:00
pilpi
3c5221cfa2
quiz editing: MDL-17284 shortened the basic ideas of quiz-making
2008-11-22 18:37:55 +00:00
pilpi
cafabd6341
quiz editing: MDL-17334 Fixed CSS: grading box in editing view explodes if font made smaller in Firefox
2008-11-22 17:59:16 +00:00
pilpi
4070210d93
quiz editing: MDL-17293 Added a default value to avoid error messages
...
Added a default value to the function that passes a page number to avoid error messages.
2008-11-22 17:30:12 +00:00
pilpi
721efa237d
quiz editing: MDL-17298 removed debugging code forgotten there in the previous revision
2008-11-22 17:26:13 +00:00
pilpi
12e6b459c6
quiz editing: MDL-17298 use onDOMReady instead of onload.
...
In the previous commit to this file (1.2) I accidentally tried to do this already, but did it wrong, so javascript dialogs did not work.
2008-11-22 17:20:18 +00:00
pilpi
e81702f83a
quiz editing: MDL-17362 Cleaned away the js code related to MDL-17362 question bank javascript collapsing until that is done
2008-11-22 16:57:50 +00:00
skodak
6ff835b79e
MDL-15837 improved dml unit testing
2008-11-22 16:48:34 +00:00
pilpi
5c8505d034
quiz editing: MDL-17293 changed how the page number to add on is passed to the form for creating a random question
2008-11-22 16:32:36 +00:00
pilpi
9fa363896e
quiz editing: MDL-17293 removed two lines of code that did nothing good but some bad, showing an extra form where it should have not been.
2008-11-22 15:52:17 +00:00
pilpi
414d5bfb7e
quiz editing: MDL-17290 doc comments were updated
2008-11-22 15:28:46 +00:00
pilpi
3fd9edf010
quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts
2008-11-22 13:45:45 +00:00
pilpi
8bccba71e6
quiz editing: MDL-17299 Moved function definitions from mod/quiz/edit.php to mod/quiz/editlib.php
2008-11-22 12:36:14 +00:00
pilpi
78219d15c8
quiz editing: MDL-17284 converted tabs to space in CSS
...
my eclipse CSS editor does not seem to respect my setting here
2008-11-22 11:47:47 +00:00
pilpi
d9daa35ca9
quiz editing: MDL-17297 Got rid of editcss.js and adjusted stylesheets accordingly
2008-11-22 11:42:06 +00:00
pilpi
1cdbd5e46f
quiz editing: MDL-17301 avoid inline CSS in mod/quiz/edit.php
2008-11-22 11:29:20 +00:00
moodlerobot
54d20c2b56
Updated the HEAD build version to 20081122
2008-11-22 02:01:05 +00:00
moodlerobot
11af70a670
Automatic installer.php lang files by installer_builder (20081122)
2008-11-22 01:41:11 +00:00
skodak
ce1526061c
MDL-17317 DML: more exceptions - now in connect too
2008-11-22 01:16:52 +00:00
mudrd8mz
2dccc890a2
MDL-17357 Removed duplicate string definition. Merged from 1.9
2008-11-21 23:13:24 +00:00
skodak
758ba89a63
MDL-17347 reintroduced duplicate tests in get_records_sql()
2008-11-21 22:35:21 +00:00
skodak
be415e95be
MDL-17354 moved reset_sequence into dbmanager
2008-11-21 21:40:50 +00:00
skodak
3eae57b74e
MDL-17353 native drivers are now default instead of obsoleted adodb drivers
2008-11-21 20:42:28 +00:00
skodak
22d77567a9
MDL-17317 DML: Exceptions used by all drivers now :-) expect some more commits/cleanup soon
2008-11-21 20:09:13 +00:00
pilpi
f0fbea15ba
quiz editing: MDL-17292 made it possible to delete an empty page from a quiz with attemtps
2008-11-21 19:48:57 +00:00
pilpi
ca63fb8b31
quiz editing: MDL-17291 Move selected questions to page is now disabled when Questions per page is set
2008-11-21 17:22:08 +00:00
pilpi
218dfb9127
quiz editing: MDL-17291 Question moving functionality to a user-selected page now manipulates an array instead of string
...
The old implementation was string-based and flawed, so switched to a more readable array-based one.
Also removed strpos2() since it was only used in edit.php locally and due to this change became unused.
2008-11-21 17:08:36 +00:00
pilpi
47a8933f62
quiz editing: MDL-17288 Lang string issues
...
questionsperpageselected and shufflequestionsselected from lang/en_utf8/quiz.php now use a $a, rather than concatenation.
2008-11-21 13:35:15 +00:00
jamiesensei
a832c5e151
MDL-5241 edited comments that had not been updated.
2008-11-21 10:02:49 +00:00
tjhunt
74f6cf8037
roles / profile: MDL-14937 A the user's roles report from contrib to core.
...
This is work in progress. I have integrated it into the profile tabs. Now I just need to make it work again.
2008-11-21 08:23:57 +00:00
jerome
cc89b9905c
database: MDL-16999 clean SQL from {$CFG->prefix}
2008-11-21 08:16:21 +00:00
jerome
c861f079e4
database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously (partially merged from 1.9)
2008-11-21 07:19:00 +00:00
dongsheng
b23b4638e8
"REPOSITORY/MDL-13766, remove background color of file title"
2008-11-21 07:17:20 +00:00
dongsheng
4026d72487
"REPOSITORY/MDL-15488, send 'search_result' flag to file picker"
2008-11-21 07:07:04 +00:00
dongsheng
3178967f69
"MDL-13766, display paging bar both top and bottom of the page"
2008-11-21 07:04:41 +00:00
tjhunt
e6a3587c59
role assign: MDL-17323 Show users from parent contexts ... Refine group labels again.
2008-11-21 06:26:42 +00:00
tjhunt
490740d6cb
role assign: MDL-17323 Show users from parent contexts ... Refine group labels.
2008-11-21 06:19:52 +00:00
tjhunt
a792ac1d7a
define roles: MDL-16966 etc. more UI polishing
...
* Remove inconistently placed and unnecessary heading, moving help icon.
2008-11-21 06:19:01 +00:00
tjhunt
698ae7eb24
role assign: MDL-17323 Show users with the role in a parent context as disabled opitons in the existing users box
2008-11-21 05:46:45 +00:00
dongsheng
6b2a6c9088
"MDL-15488, improve flickr plugin"
2008-11-21 04:19:51 +00:00
moodlerobot
6c042cc539
Updated the HEAD build version to 20081121
2008-11-21 02:07:40 +00:00