2007-07-03 |
nicolasconnault | MDL-9268
|
commit | commitdiff | tree |
2007-06-28 |
nicolasconnault | MDL-10211 Added all icons.
|
commit | commitdiff | tree |
2007-06-28 |
nicolasconnault | MDL-10209 MDL-10211
|
commit | commitdiff | tree |
2007-06-28 |
nicolasconnault | MDL-10211 Show/hide and lock/unlock of final grades
|
commit | commitdiff | tree |
2007-06-27 |
nicolasconnault | MDL-10211 First set of icons
|
commit | commitdiff | tree |
2007-06-26 |
nicolasconnault | MDL-10211 Added edit, show/hide and lock/unlock icons...
|
commit | commitdiff | tree |
2007-06-26 |
nicolasconnault | Changed grade_item so that its grademax is count(scale_items...
|
commit | commitdiff | tree |
2007-06-26 |
nicolasconnault | MDL-10210 MDL-10207 Fixed small issues in tabs. Removed...
|
commit | commitdiff | tree |
2007-06-26 |
nicolasconnault | MDL-10210 MDL-10207 Tabs implemented.
|
commit | commitdiff | tree |
2007-06-25 |
nicolasconnault | MDL-10210 MDL-10207 Tabs implemented.
|
commit | commitdiff | tree |
2007-06-22 |
nicolasconnault | MDL-10207 Tabs added to category admin page and grader...
|
commit | commitdiff | tree |
2007-06-20 |
nicolasconnault | MDL-9629 Added student names at left of grades table.
|
commit | commitdiff | tree |
2007-06-20 |
nicolasconnault | First draft of the grader report
|
commit | commitdiff | tree |
2007-06-20 |
nicolasconnault | Started adding PHPDoc to flexible_table
|
commit | commitdiff | tree |
2007-06-16 |
nicolasconnault | MDL-9506 MDL-9629 Added code to grade_category::delete...
|
commit | commitdiff | tree |
2007-06-07 |
nicolasconnault | grade_item idnumber now self generated if needed.
|
commit | commitdiff | tree |
2007-06-05 |
nicolasconnault | MDL-9629 Changed grade_item.gradetype default to 1...
|
commit | commitdiff | tree |
2007-06-05 |
nicolasconnault | Added some strings
|
commit | commitdiff | tree |
2007-06-05 |
nicolasconnault | MDL-9972 Removed the __destruct() method, which was...
|
commit | commitdiff | tree |
2007-06-05 |
nicolasconnault | MDL-9629 Category edit page now supports creation of...
|
commit | commitdiff | tree |
2007-06-01 |
nicolasconnault | MDL-9137 Almost finished the edit category page. The...
|
commit | commitdiff | tree |
2007-06-01 |
nicolasconnault | MDL-9137 Removed hidden field from grade_categories...
|
commit | commitdiff | tree |
2007-06-01 |
nicolasconnault | MDL-9629 Category edit page now implements delete,...
|
commit | commitdiff | tree |
2007-05-31 |
nicolasconnault | MDL-9628 Move work on the category edit page
|
commit | commitdiff | tree |
2007-05-31 |
nicolasconnault | MDL-9506 MDL-9137 MDL-9629
|
commit | commitdiff | tree |
2007-05-30 |
nicolasconnault | Implemented a test version of the gradebook category...
|
commit | commitdiff | tree |
2007-05-30 |
nicolasconnault | MDL-9506 Added ksort() of each level of categories...
|
commit | commitdiff | tree |
2007-05-30 |
nicolasconnault | MDL-9506 Refactored grade_tree::get_tree by doing the...
|
commit | commitdiff | tree |
2007-05-29 |
nicolasconnault | MDL-9506 Resolved recursion issues in grade_tree:renumber...
|
commit | commitdiff | tree |
2007-05-29 |
nicolasconnault | MDL-9317 Applying Petr's second patch
|
commit | commitdiff | tree |
2007-05-28 |
nicolasconnault | MDL-9506 Category and Item now set their own courseid...
|
commit | commitdiff | tree |
2007-05-28 |
nicolasconnault | MDL-9137 Applied parts of Petr's patch on the gradebook...
|
commit | commitdiff | tree |
2007-05-28 |
nicolasconnault | MDL-9506 Corrected a number of small errors in unit...
|
commit | commitdiff | tree |
2007-05-28 |
nicolasconnault | Removed non-standard :endif notation.
|
commit | commitdiff | tree |
2007-05-25 |
nicolasconnault | MDL-9506 WOrking on grade_tree edit tree
|
commit | commitdiff | tree |
2007-05-24 |
nicolasconnault | MDL-9629 Beginning the edit category page. Also added...
|
commit | commitdiff | tree |
2007-05-24 |
nicolasconnault | MDL-9506 Added grademax extrapolation from scale info...
|
commit | commitdiff | tree |
2007-05-24 |
nicolasconnault | MDL-9889 Fixed a couple of bugs that were only detected...
|
commit | commitdiff | tree |
2007-05-23 |
nicolasconnault | Added set_time_limit(0) at beginning.
|
commit | commitdiff | tree |
2007-05-22 |
nicolasconnault | MDL-9506 Changed grade_tree fullobjects param (not...
|
commit | commitdiff | tree |
2007-05-22 |
nicolasconnault | MDL-9506 Implemented grade_tree->update_db, fixed bugs...
|
commit | commitdiff | tree |
2007-05-21 |
nicolasconnault | MDL-9506 Extracted the code that applies droplow and...
|
commit | commitdiff | tree |
2007-05-21 |
nicolasconnault | MDL-9506 New grade_tree->build_tree_filled method called...
|
commit | commitdiff | tree |
2007-05-21 |
nicolasconnault | MDL-9506 Removed the debugging message for the fetch...
|
commit | commitdiff | tree |
2007-05-21 |
nicolasconnault | MDL-9506 Resolved a small bug in grade_category that...
|
commit | commitdiff | tree |
2007-05-18 |
nicolasconnault | MDL-9506 New grade_category::set_as_parent($children...
|
commit | commitdiff | tree |
2007-05-18 |
nicolasconnault | MDL-9506 Fixed up the grade_tree and its unit tests...
|
commit | commitdiff | tree |
2007-05-17 |
nicolasconnault | MDL-9506 Elements of the array returned by grade_category...
|
commit | commitdiff | tree |
2007-05-17 |
nicolasconnault | MDL-9506 Successfully implemented the grade_tree methods...
|
commit | commitdiff | tree |
2007-05-17 |
nicolasconnault | MDL-9506 Refactored some of the category methods into...
|
commit | commitdiff | tree |
2007-05-16 |
nicolasconnault | MDL-9506 Created new grade_tree object for working...
|
commit | commitdiff | tree |
2007-05-16 |
nicolasconnault | MDL-9506 Fixed a couple of failing unit tests, due...
|
commit | commitdiff | tree |
2007-05-16 |
nicolasconnault | MDL-9506 Reorganised unit tests a bit, added some stubs...
|
commit | commitdiff | tree |
2007-05-16 |
nicolasconnault | MDL-9506 grade_category::display_grades() and grade_category...
|
commit | commitdiff | tree |
2007-05-15 |
nicolasconnault | MDL-9506 Experimental development of numbering and...
|
commit | commitdiff | tree |
2007-05-14 |
nicolasconnault | MDL-9506 Added some unit tests, found some errors,...
|
commit | commitdiff | tree |
2007-05-14 |
nicolasconnault | MDL-9506 Finally cracked the category aggregation....
|
commit | commitdiff | tree |
2007-05-11 |
nicolasconnault | MDL-9506 Almost completed category aggregation, including...
|
commit | commitdiff | tree |
2007-05-11 |
nicolasconnault | MDL-9506 Finished implementing the propagation of needsupdat...
|
commit | commitdiff | tree |
2007-05-11 |
nicolasconnault | MDL-9506 Fixed a bug with the fetch method. This method...
|
commit | commitdiff | tree |
2007-05-10 |
nicolasconnault | MDL-9506 small fix
|
commit | commitdiff | tree |
2007-05-10 |
nicolasconnault | MDL-9506
|
commit | commitdiff | tree |
2007-05-10 |
nicolasconnault | MDL-9506
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | MDL-9506 Replaces grade_grades_text.gradesid by composite...
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | MLD-9506 Grade_grades_raw object now infers grademax...
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | MDL-9506 Added grade_grades_text object to grade_grades_fina...
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | Fixed incorrect paths to config.php and preset_class...
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | MDL-9506 Unit test tables are now created and emptied...
|
commit | commitdiff | tree |
2007-05-09 |
nicolasconnault | Removed breaking unit test, originally set up to test...
|
commit | commitdiff | tree |
2007-05-08 |
nicolasconnault | MDL-9506 Stuck on grade_category->generate_grades....
|
commit | commitdiff | tree |
2007-05-08 |
nicolasconnault | MDL-9506 Issue 1: adjusting a gradeitem's value would...
|
commit | commitdiff | tree |
2007-05-08 |
nicolasconnault | *** empty log message ***
|
commit | commitdiff | tree |
2007-05-07 |
nicolasconnault | MDL-9506 Added category's associated grade_item object...
|
commit | commitdiff | tree |
2007-05-07 |
nicolasconnault | MDL-9506 Removed implicit loading of associated objects...
|
commit | commitdiff | tree |
2007-05-04 |
nicolasconnault | MDL-9506 Fixed some small issues.
|
commit | commitdiff | tree |
2007-05-04 |
nicolasconnault | MDL-9506 Moved unit tests in a simpletest subfolder...
|
commit | commitdiff | tree |
2007-05-04 |
nicolasconnault | MDL-9506 Reorganised the gradebook unit tests into...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 Added grade_outcome.php. Also added unit test...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 See previous revision. This adds same functionality...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 Added grade_item::toggle_locking and unit...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 Upgraded grade_item::adjust_grade with Darlene...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 Removed childrentype after discussion with...
|
commit | commitdiff | tree |
2007-05-03 |
nicolasconnault | MDL-9506 Added childrentype field to grade_categories...
|
commit | commitdiff | tree |
2007-05-02 |
nicolasconnault | MDL-9506 Finished all unit test stubs, another batch...
|
commit | commitdiff | tree |
2007-05-01 |
nicolasconnault | MDL-9506 Implemented category path and depth, and wrote...
|
commit | commitdiff | tree |
2007-05-01 |
nicolasconnault | MDL-9506 Forgot to add the grade_scale.php file.
|
commit | commitdiff | tree |
2007-05-01 |
nicolasconnault | MDL-9506 Finished grade_item::adjust_grade, which now...
|
commit | commitdiff | tree |
2007-05-01 |
nicolasconnault | MDL-9506 Implemented rescaling and grade adjustment...
|
commit | commitdiff | tree |
2007-04-30 |
nicolasconnault | MDL-9506 Lots more unit tests, and work on grade_item...
|
commit | commitdiff | tree |
2007-04-30 |
nicolasconnault | MLD-9506 Corrected update_final_grades() in grade_item...
|
commit | commitdiff | tree |
2007-04-30 |
nicolasconnault | MDL-9506 Removed redundant portion of code.
|
commit | commitdiff | tree |
2007-04-30 |
nicolasconnault | MDL-9506 Added grade_grades_raw as a proper object...
|
commit | commitdiff | tree |
2007-04-30 |
nicolasconnault | MDL-9506 Implemented get_raw and get_final, plus added...
|
commit | commitdiff | tree |
2007-04-27 |
nicolasconnault | MDL-9506 Added raw and final grade objects, plus more...
|
commit | commitdiff | tree |
2007-04-27 |
nicolasconnault | MDL-9506 Number of important changes, restored unit...
|
commit | commitdiff | tree |
2007-04-27 |
nicolasconnault | MDL-9506 Renamed lib/gradebook to lib/grade (bug MDL...
|
commit | commitdiff | tree |
2007-04-27 |
nicolasconnault | MDL-9506 Added a function that checks an object for...
|
commit | commitdiff | tree |
2007-04-27 |
nicolasconnault | MDL-9506 gradebook classes
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 More work in the unit tests
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 Refactored gradelib.php: an abstract class...
|
commit | commitdiff | tree |