]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2010-01-04 David MudrakConstant name fixed and improved empty input check
2010-01-04 David MudrakFixed a table name
2010-01-04 David MudrakInitial commit of rubric code, copied from accumulative
2010-01-04 David MudrakFixed a phpDoc param type
2010-01-04 David MudrakGrading evaluation - best subplugin
2010-01-04 David MudrakRenamed unittest files and a small change due to evaluation
2010-01-04 David MudrakCall the parent's constructor in renderers
2010-01-04 David MudrakGrading report - columns sorting support
2010-01-04 David MudrakUnit tests for workshop::aggregate_submission_grades_pr...
2010-01-04 David Mudrakaggregate_submission_grades() refactoring to allow...
2010-01-04 David MudrakImproved the workshop constructor to support unit testing
2010-01-04 David MudrakMDL-20264 work in progress on grading evaluation support
2010-01-04 David MudrakMDL-20058 Grading report, aggregation of submission...
2010-01-04 David MudrakImproved context handling
2010-01-04 David MudrakAssessment weight DEFAULTs to 1
2010-01-04 David MudrakAdded an important documentation to a capability
2010-01-04 David MudrakDisplay a button to run aggregation process
2010-01-04 David MudrakAdded timeaggregated time stamp
2010-01-04 David MudrakAdded new helpfile (just for testing purposes)
2010-01-04 David MudrakWork in progress: grading report refactoring
2010-01-04 David MudrakAdding percent_to_value() helper + its unittests
2010-01-04 David MudrakFixed the id of the string from null to nullgrade
2010-01-04 David MudrakPreparing for the future feature to let the user to...
2010-01-04 David MudrakAdding new table workshop_aggregations
2010-01-04 David MudrakFixed an OUTPUT issue
2010-01-04 David MudrakFixed a bug caused by incorrect comparison of float...
2010-01-04 David MudrakWorkshop planner tool now correctly counts the submissi...
2010-01-04 David MudrakAllows to fake grading
2010-01-04 David MudrakMake sure we do not pass empty arrays to $DB->get_in_or...
2010-01-04 David MudrakAdded a column to store the assessment weight
2010-01-04 David MudrakAllow submission attachments to be stored in subfolders
2010-01-04 David MudrakMDL-20058 first prototype of the grading report renderer
2010-01-04 David MudrakA lot of work here and there
2010-01-04 David MudrakAdded workshop_evaluations to store aggregated grades...
2010-01-04 David MudrakMDL-19717 workshop manual allocator - pagination suppor...
2010-01-04 David MudrakScalability issues
2010-01-04 David MudrakInstructions for reviewers work
2010-01-04 David MudrakConform the new interface requirments
2010-01-04 David MudrakAdded and re-sorted strings
2010-01-04 David MudrakFixed "Edit submission" button link
2010-01-04 David MudrakFixed pluginfile support
2010-01-04 David MudrakAdded the skelet for grading evaluation subplugins
2010-01-04 David MudrakMDL-20236 overall codebase architecture cleanup and...
2010-01-04 David MudrakAdded instructions for submitting
2010-01-04 David MudrakDisplays all assigned submissions to be reviewed and...
2010-01-04 David MudrakRefactoring some critical parts
2010-01-04 David MudrakGo workshop, go!
2010-01-04 David MudrakDisplays the list of submissions
2010-01-04 David MudrakPhases can be switched from the Workshop plan tool
2010-01-04 David MudrakUses tabs for all actions, removed temporary links
2010-01-04 David MudrakMore work done on the Workshop Plan UI
2010-01-04 David MudrakMostly working on the view.php UI plus some changes
2010-01-04 David MudrakRefactored the Workshop API class
2010-01-04 David MudrakReviewed and modified the workshop capabilities
2010-01-04 David MudrakMDL-20183 Uses some of the new Navigation API
2010-01-04 David MudrakMDL-20192 Moving settings.php into suplugins and a...
2010-01-04 David MudrakDropping obsolete function call
2010-01-04 David MudrakMDL-20192 Allocators and grading strategies are proper...
2010-01-04 David MudrakRemoved the Dummy grading strategy
2010-01-04 David MudrakMDL-19931 Number of errors - grading strategy logic...
2010-01-04 David MudrakFixed SQL quoting - double quotes needed here
2010-01-04 David MudrakFixed a unittest bug
2010-01-04 David MudrakMDL-20192 Allocation and grading methods are proper...
2010-01-04 David MudrakWIP template for unit testing
2010-01-04 David MudrakGet rid of old navigation stuff (to finish yet) and...
2010-01-04 David MudrakReverts the double quotes surrounding SQL
2010-01-04 David MudrakBetter explanation of the returned value
2010-01-04 David MudrakDisplays the radio to evaluate the assertion
2010-01-04 David MudrakWork in progress on "Number of errors" grading strategy...
2010-01-04 David MudrakAdded a dummy grading strategy to demonstrate the basic...
2010-01-04 David MudrakPuttting a TODO note - return to this code once working...
2010-01-04 David MudrakFixing the rendering of remove icon
2010-01-04 David MudrakReverting Petr's suggestion - using stdClass instead...
2010-01-04 David MudrakFixed function name typo
2010-01-04 David Mudrakwip
2010-01-04 David MudrakFixing regression
2010-01-04 David MudrakFixing the type for grades to number(10,5)
2010-01-04 David MudrakDropping support for Workshop password
2010-01-04 David MudrakPetr's review: private member variables do not have...
2010-01-04 David MudrakEnglish string fixed, thank to Stephan Rinke
2010-01-04 David MudrakAdding new install.php file
2010-01-04 David MudrakPetr's review: Removing assignments by reference where...
2010-01-04 David MudrakFixing regression - $DB does not return objects() but...
2010-01-04 David MudrakPetr's review: use object instead of stdClass
2010-01-04 David MudrakPetr's review: Removing assignment by reference
2010-01-04 David MudrakAccumulative grading: calculation of grade given by...
2010-01-04 David MudrakAdded an unique index on workshop_grades
2010-01-04 David MudrakRemoving unittesting of implementation details
2010-01-04 David MudrakRefactoring and fixing
2010-01-04 David MudrakFixed wroing using of static cache
2010-01-04 David MudrakRemoving static variables. Double quoting SQL. Named...
2010-01-04 David MudrakPrepared a framework for calculating the grade for...
2010-01-04 David MudrakFixed regressions
2010-01-04 David MudrakAccumulative assessment saves (and loads already saved...
2010-01-04 David MudrakUse standard elements for setting the grades and scales
2010-01-04 David MudrakDisplays embeded files in assessment forms
2010-01-04 David MudrakRemoving TODO.txt file
2010-01-04 David MudrakMigrated deprecated popup_form()
2010-01-04 David MudrakReplacing deprecated print_user_picture()
2010-01-04 David MudrakDisplay "Edit submission" button at submission page
next