741 Commits

Author SHA1 Message Date
skodak
58fa5d6f75 MDL-16483 - renamed MoodleUnitTestCase to FakeDBUnitTestCase; MDL-17841 removed bogus remove lib/simpletest/slowcodetest.php 2009-01-10 13:47:26 +00:00
nicolasconnault
7d10995c86 MDL-13778 Added 6 "composite" grade display types for the grader report Merged from MOODLE_19_STABLE 2009-01-08 08:53:20 +00:00
skodak
e128388f0b MDL-17811 fixed typos, thanks James Riggs; merged from MOODLE_19_STABLE 2009-01-07 19:52:24 +00:00
skodak
973d2660e6 MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +00:00
skodak
c7d45f6da0 MDL-17226 reverted incorrect fix 2009-01-01 23:55:20 +00:00
skodak
d1aa1e4855 MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
skodak
bba9b20e0e MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE 2008-12-29 20:21:01 +00:00
dongsheng
771dc7b298 "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
skodak
fd01125fc2 MDL-17547 added missing param type; merged from MOODLE_19_STABLE 2008-12-07 21:32:01 +00:00
nicolasconnault
aaf54d21ba grrr... 2008-11-20 15:44:36 +00:00
nicolasconnault
87c53ef598 CONTRIB-775 reverting 2008-11-20 15:26:40 +00:00
nicolasconnault
7f304262ba MDL-17226 Hiding the group show/hide settings and toggle for grader report. Merging from MOODLE_19_STABLE 2008-11-13 15:44:01 +00:00
tjhunt
5db2027e7b Fix alphabetical order among the cannot... strings, and fix one typo. 2008-11-05 03:55:44 +00:00
nicolasconnault
ba1891d290 MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE 2008-10-22 09:31:49 +00:00
nicolasconnault
376592d54a MDL-13702 Added language help file. Merging from MOODLE_19_STABLE 2008-10-17 14:56:06 +00:00
nicolasconnault
36c2832ed4 MDL-16917 small semantic change Merged from MOODLE_19_STABLE 2008-10-17 14:33:28 +00:00
nicolasconnault
1f93ed2a2d MDL-13259 Redirecting to creation of new scale when none exists. Merging from MOODLE_19_STABLE 2008-10-17 14:33:05 +00:00
nicolasconnault
976bf10efa MDL-16917 Fixed Merged from MOODLE_19_STABLE 2008-10-17 14:03:28 +00:00
nicolasconnault
9cb67db66b MDL-15680 emoving weights interface (now in contrib). 2008-10-16 06:54:29 +00:00
skodak
000067553c MDL-16881 gradebook: overview report does not ignore hidden grades if user can not view them; merged from MOODLE_19_STABLE 2008-10-14 20:36:04 +00:00
nicolasconnault
50df226425 MDL-15680 merged in all the functionality of the Edit categories and items page 2008-10-14 17:15:52 +00:00
nicolasconnault
a84ce52ecf MDL-15680 Redesigned the weights interface using table layout. It will eventually replace the current "Edit categories and items" page 2008-10-13 14:38:36 +00:00
nicolasconnault
252d14db78 MDL-16568 Hiding courses with showgrades set to 0. Merging from MOODLE_19_STABLE 2008-10-13 12:35:23 +00:00
nicolasconnault
aea45e7ef1 MDL-15887 Merging from MOODLE_19_STABLE 2008-10-13 08:44:10 +00:00
nicolasconnault
4dc81cc70d MDL-15680 Added grade category aggregation settings and weights, plus correct handling of 3 types of weights. 2008-10-10 07:18:19 +00:00
skodak
c69b02bbdf MDL-14840 trimming scale options - the spaces should not be there in the first place (to be addressed later MDL-16832) - credit goes to Mike Corb and Dan Marsden; merged from MOODLE_19_STABLE 2008-10-08 18:53:28 +00:00
nicolasconnault
699da6b5d5 MDL-15887 Implemented new setting, Merged from MOODLE_19_STABLE 2008-10-08 11:06:05 +00:00
tjhunt
ac324e05ea MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves. 2008-09-25 06:40:52 +00:00
moodler
afb7a3c462 MDL-16649 Call to wrong function, should be __construct I think. 2008-09-24 06:24:18 +00:00
tjhunt
7264519e3f MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js 2008-09-23 07:00:59 +00:00
nicolasconnault
e58fcb3517 MDL-15680 Began implementing a simple YUI treeview of the grade items in their categories. Will tweak this to become a form with weights in input fields, and possible drag and drop also 2008-09-22 15:51:27 +00:00
nicolasconnault
b9c639d6c2 MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class. 2008-09-16 12:19:43 +00:00
moodler
b467ee7539 MDL-16474 Modifications to allow definition of 1-point scales 2008-09-12 07:33:49 +00:00
tjhunt
0acbdf846c XHTML Strict! 2008-09-09 02:48:54 +00:00
wildgirl
3a3931d546 MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporting this issue 2008-09-05 13:53:49 +00:00
skodak
b50371da1d MDL-16238 improved SQL - see tracker for details, merged from MOODLE_19_STABLE + DML conversion updates 2008-08-28 17:42:49 +00:00
thepurpleblob
670710966d MDL-16221
Specify both width and height for user image

Merged from STABLE_19
2008-08-28 12:46:31 +00:00
skodak
20ec8cb100 MDL-16085 fixed typo -thanks John Ryan 2008-08-17 20:18:30 +00:00
skodak
f6f2f42dae MDL-16011 send_temp_file() now used in grades xml export 2008-08-12 15:16:06 +00:00
skodak
013578c1f6 MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE 2008-07-05 16:14:08 +00:00
mudrd8mz
b62aaf07b5 MDL-15077 Fixed link to admin section. Merged from 1.9 2008-07-05 11:19:47 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
4889285be4 MDL-15372 fixed comment typo 2008-06-25 07:36:37 +00:00
nicolasconnault
0fd8bc0044 MDL-15253 Changed setup_group access from private to protected. 2008-06-16 09:30:44 +00:00
dongsheng
bd8ee7c1c4 "MDL-14129, fix print_error" 2008-06-15 12:02:43 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
ea1e551da6 MDL-15100 gradebook conversion 2008-06-05 14:08:58 +00:00
skodak
655b09ca8a MDL-15117 wiki converted and other regressions fixed 2008-06-04 21:34:14 +00:00
skodak
785720d662 MDL-14967 fixed syntax error 2008-06-03 21:58:44 +00:00
nicolasconnault
5c75a0a3b4 MDL-14967 DB upgrades. All done. Just bug fixing now ;) 2008-06-03 16:10:57 +00:00