sam_marshall
|
977b3d3145
|
MDL-15263 Fixed numeric entities remaining after html_to_text
|
2008-06-16 14:07:47 +00:00 |
|
skodak
|
0537d4a071
|
MDL-15094 removed remaining references to $db
|
2008-06-15 12:34:08 +00:00 |
|
skodak
|
b1f93b1512
|
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
|
2008-06-15 10:32:50 +00:00 |
|
skodak
|
e4c033a9dd
|
MDL-15194 adodb separation, dml database creation support
|
2008-06-09 20:22:11 +00:00 |
|
skodak
|
245ac55791
|
MDL-14679 last forgotten bits of dml conversion
|
2008-06-09 19:48:24 +00:00 |
|
skodak
|
c7da43571b
|
MDL-14679 converted some count_records
|
2008-06-02 21:47:31 +00:00 |
|
skodak
|
50c5bef452
|
MDL-14679 towards enrol conversion
|
2008-06-02 21:02:52 +00:00 |
|
nicolasconnault
|
da3801e84b
|
MDL-14967 Upgraded gradebook code and unit tests. 4 failing tests in grade_item to fix.
|
2008-05-23 14:52:50 +00:00 |
|
stronk7
|
a8cb94f66f
|
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
|
2008-05-20 23:24:40 +00:00 |
|
dongsheng
|
2f137aa130
|
"MDL-14129, fix print_error"
|
2008-05-20 02:53:46 +00:00 |
|
tjhunt
|
d33725bd2d
|
New convinience function in accesslib: get_parent_contextid. Also, the start of some unit tests for accesslib, but only this trivial funciton, and the get_parent_contexts function it is based on. Still, it is a start.
|
2008-05-12 15:28:34 +00:00 |
|
dongsheng
|
5a2a53316f
|
MDL-14129, remove all the other error() call
|
2008-04-04 02:54:20 +00:00 |
|
nicolasconnault
|
5bbb6fed88
|
MDL-14081 Adding the fullname value to test grade_outcomes. Merging from MOODLE_19_STABLE
|
2008-04-02 06:37:55 +00:00 |
|
nicolasconnault
|
95c2d696c4
|
MDL-14065 Commented out buggy backuplib tests, and replaced E_ALL with DEBUG_DEVELOPER in dmllib tests
|
2008-03-27 17:08:55 +00:00 |
|
nicolasconnault
|
27c9bf2445
|
MDL-12182 fixing fixtures
|
2008-03-06 14:55:10 +00:00 |
|
stronk7
|
5383636fbb
|
Changing wrong UNSIGNEDs to nulls in tests. MDL-11662
Merged from MOODLE_19_STABLE
|
2007-12-08 18:54:24 +00:00 |
|
nicolasconnault
|
f3ac8eb40c
|
MDL-12182 Reverting to pre-upgrade in order to prepare a patch instead
|
2007-11-22 05:42:46 +00:00 |
|
nicolasconnault
|
9a68cffcbb
|
Restoring some of the static calls which were converted unnecessarily
|
2007-11-13 13:44:27 +00:00 |
|
nicolasconnault
|
aaefeda438
|
More fine-tuning of gradebook classes
|
2007-11-13 10:31:08 +00:00 |
|
nicolasconnault
|
795bee3460
|
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).
|
2007-11-13 09:08:43 +00:00 |
|
nicolasconnault
|
4fc9ec1ec0
|
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).
|
2007-11-13 07:36:00 +00:00 |
|
nicolasconnault
|
1f0e492171
|
Unit test refactoring using mock objects. NOT FINISHED: testgradecategory and testgradeitem are incomplete. The other tests work great however, and no longer a need for DB data
|
2007-11-07 17:59:33 +00:00 |
|
nicolasconnault
|
a8caf69d3a
|
Minor changes in unit tests
|
2007-10-31 14:55:23 +00:00 |
|
tjhunt
|
c7fd861b8e
|
Unit tests for MDL-9295 - clean_param with PARAM_URL/PARAM_LOCALURL. Merged from MOODLE_18_STABLE.
|
2007-10-30 10:46:26 +00:00 |
|
nicolasconnault
|
1994d890c9
|
Fixing unit test failures
|
2007-10-27 10:13:25 +00:00 |
|
nicolasconnault
|
ddaadc7c78
|
MDL-8605 More changes to upgrade and restore, and some unit tests with db and rs mock objects
|
2007-10-12 19:13:18 +00:00 |
|
nicolasconnault
|
56a1a88228
|
MDL-8605 New user directories implemented
|
2007-10-11 09:01:29 +00:00 |
|
nicolasconnault
|
b7064779f5
|
Updated copyright notice in header
|
2007-10-10 05:25:14 +00:00 |
|
skodak
|
d926630485
|
MDL-11504 fixed defaults in grade_items/display; added decimals and display to grade_items_history
|
2007-09-28 21:00:31 +00:00 |
|
skodak
|
fcac8e513a
|
MDL-11357, MDL-11358 cleanup and improvements in public grade API - new function grade_get_grades() that returns all grading information (grade item data, outcomes and user grades); other minor improvements and bugfixes; updated assignment to use new grade API
|
2007-09-22 20:21:44 +00:00 |
|
skodak
|
3f2b0c8aba
|
MDL-11363 merged tables grade_grades with grade_grades_text - it is now possible to define fields as required and optional
finally fixed formula validation in calculation edit form
|
2007-09-22 11:39:59 +00:00 |
|
nicolasconnault
|
e480c18cf1
|
MDL-11312 Added new grade_letters table, and new grade_items.display field.
|
2007-09-18 14:26:15 +00:00 |
|
skodak
|
c2efb50142
|
MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option
|
2007-09-05 19:15:21 +00:00 |
|
skodak
|
cb5105a872
|
MDL-9960 more support for NULLs in db values + unittests
|
2007-07-29 15:20:51 +00:00 |
|
skodak
|
23207a1a6a
|
MDL-10563 item excluding implemented;
improved/fixed grade edit page;
some other improvements and cleanup
|
2007-07-21 14:24:39 +00:00 |
|
skodak
|
9acbd7269c
|
MDL-10364 improved internal formula format
|
2007-07-21 08:43:51 +00:00 |
|
skodak
|
2a8c101f69
|
MDL-10065 move lib/simpletest/grade/simpletest elsewhere
+ fixed categroy locking unittest and minor problem with return value
|
2007-07-17 14:25:20 +00:00 |
|
skodak
|
c86caae78a
|
MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements
|
2007-07-10 18:08:24 +00:00 |
|
skodak
|
98353ff194
|
MDL-9137 new grade_grades field overridden
|
2007-07-10 08:55:06 +00:00 |
|
skodak
|
6b6f345266
|
MDL-6855 fixing id in new grade tables to be unsigned in unut tests
|
2007-07-10 07:57:58 +00:00 |
|
skodak
|
004081182d
|
MDL-10226 fixed item unit tests
|
2007-07-08 15:14:26 +00:00 |
|
skodak
|
5656785b6f
|
MDL-10226 fixed categroy unit tests
|
2007-07-08 15:07:16 +00:00 |
|
skodak
|
aaff71daf4
|
MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part
|
2007-07-06 12:49:28 +00:00 |
|
skodak
|
c3146da7ac
|
complete unit tests for grade_item + minor cleanup in insert and update
|
2007-07-04 17:52:43 +00:00 |
|
skodak
|
6639ead31e
|
complete unit tests for grade_category, minor API cleanup, fixed forced regrading in grade_category
|
2007-07-03 10:06:08 +00:00 |
|
skodak
|
f13002d53e
|
MDL-9629 fixed regressions in grade reports caused by my previous commits, added unfinished forms for category and item edit
|
2007-06-30 21:12:47 +00:00 |
|
jamiesensei
|
7856a8c384
|
removing file that mistakenly was committed to HEAD
|
2007-06-30 04:22:51 +00:00 |
|
jamiesensei
|
c28245d7e5
|
test for questionlib on MOODLE_19_QUESTIONS branch
|
2007-06-30 03:50:52 +00:00 |
|
skodak
|
b3ac6c3ef0
|
MDL-10224 total course grade implemented + lots of other changes and improvements; there are still some regressions and bugs - going to fix them ASAP; some unit tests still missing too
|
2007-06-28 13:20:30 +00:00 |
|
skodak
|
22e23c78a0
|
MDL-10251 finished hiding implementation for grades, items and categories + unit tests
|
2007-06-25 15:29:31 +00:00 |
|