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 |
2007-04-26 |
nicolasconnault | Upgraded simpletestlib from 1.0.1alpha3 to 1.0.1beta
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 Changed grade_calculations.usermodified type...
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 More implementation of gradebook API and more...
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 version.php
|
commit | commitdiff | tree |
2007-04-26 |
nicolasconnault | MDL-9506 Added timestamps to grade_categories
|
commit | commitdiff | tree |
2007-04-24 |
nicolasconnault | MDL-9506 Set up the unit test bed and continued to...
|
commit | commitdiff | tree |
2007-04-24 |
nicolasconnault | MDL-9506 Finished initial draft of gradebook API.
|
commit | commitdiff | tree |
2007-04-23 |
nicolasconnault | MDL-9506 First draft of gradelib, and the stubs for...
|
commit | commitdiff | tree |
2007-04-23 |
nicolasconnault | MDL-9457 Missed a few files
|
commit | commitdiff | tree |
2007-04-20 |
nicolasconnault | Fixed many xhtml errors
|
commit | commitdiff | tree |
2007-04-13 |
nicolasconnault | MDL-9322 Fixed non-compliant xhtml code for mnet pages...
|
commit | commitdiff | tree |
2007-04-13 |
nicolasconnault | MDL-9220 Only fixed 1.8, since 1.7 doesn't seem affected.
|
commit | commitdiff | tree |
2007-04-13 |
nicolasconnault | MDL-9273 Applied suggested fix
|
commit | commitdiff | tree |
2007-04-13 |
nicolasconnault | Fixed a typo inadvertently introduced by Tim Hunt in...
|
commit | commitdiff | tree |
2007-04-12 |
nicolasconnault | Added a few more comments
|
commit | commitdiff | tree |
2007-04-12 |
nicolasconnault | Typo, sorry
|
commit | commitdiff | tree |
2007-04-12 |
nicolasconnault | Converted all function comments to PHPdoc style, and...
|
commit | commitdiff | tree |
2007-04-12 |
nicolasconnault | MDL-9223 Fixed a coding error: $group->id changed to...
|
commit | commitdiff | tree |
2007-04-11 |
nicolasconnault | MDL-9241 Fixed a typo: used if($mimetype = 'application...
|
commit | commitdiff | tree |
2007-04-11 |
nicolasconnault | MDL-9213 Corrected $forum->format to $forum->type
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | MDL-8537 Added $CFG as the object to check for enrol...
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | MDL-9198: Embedded PDF now works fine in FF 1.5, FF...
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | Finally fixed XHTML error on this page.
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | MDL-9204 New submission wasn't given a timemodified...
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | Fixed broken XHTML
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | MDL-9207 Changed $extcourse to $coursefield in lines...
|
commit | commitdiff | tree |
2007-04-05 |
nicolasconnault | MDL-9090
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9124 Added a visual notification when group membership...
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | Added rows and cols to menu options textarea, fixing...
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9144
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9135
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9136: Added a $selected attribute to the profile_field_m...
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9138; Edited lib/xmlize.php to return false when...
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9192
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9193
|
commit | commitdiff | tree |
2007-04-04 |
nicolasconnault | MDL-9145 Fixed 1) and 2)
|
commit | commitdiff | tree |
2007-04-03 |
nicolasconnault | MDL-9147
|
commit | commitdiff | tree |
2007-04-03 |
nicolasconnault | MDL-9167 and MDL-9113 both solved
|
commit | commitdiff | tree |
2007-04-03 |
nicolasconnault | MDL-8774: Also an effort to refactorise the poorly...
|
commit | commitdiff | tree |
2007-03-30 |
nicolasconnault | MDL-9115 Added new strings to lang/en_utf8/group.php...
|
commit | commitdiff | tree |
2007-03-30 |
nicolasconnault | MDL-9118: The group/edit page now fetches the groupingid...
|
commit | commitdiff | tree |