]> git.mjollnir.org Git - moodle.git/commit
Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz...
authornicolasconnault <nicolasconnault>
Wed, 18 Jul 2007 21:13:53 +0000 (21:13 +0000)
committernicolasconnault <nicolasconnault>
Wed, 18 Jul 2007 21:13:53 +0000 (21:13 +0000)
commit064105e357fb5dc12e2b8f4ac3389bef2edbbfe3
treeacbf88d01ac0164f568b484edc395272b9fbc39d
parent77840256721d8fafefcdb15d54d861b8c16c9029
Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz Garo, First commit.
33 files changed:
lang/en_utf8/assignment.php
mod/assignment/config.html
mod/assignment/type/program/assignment.class.php [new file with mode: 0644]
mod/assignment/type/program/db/mysql.sql [new file with mode: 0644]
mod/assignment/type/program/js/tests.js [new file with mode: 0644]
mod/assignment/type/program/languages/bash.sh [new file with mode: 0644]
mod/assignment/type/program/languages/c.sh [new file with mode: 0644]
mod/assignment/type/program/languages/cpp.sh [new file with mode: 0644]
mod/assignment/type/program/languages/haskell.sh [new file with mode: 0644]
mod/assignment/type/program/languages/java.sh [new file with mode: 0644]
mod/assignment/type/program/languages/pascal.sh [new file with mode: 0644]
mod/assignment/type/program/languages/perl.sh [new file with mode: 0644]
mod/assignment/type/program/mod.html [new file with mode: 0644]
mod/assignment/type/program/source.html [new file with mode: 0644]
mod/assignment/type/program/source.php [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/clipboard.swf [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushCSharp.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushCpp.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushCss.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushDelphi.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushJScript.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushJava.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushPhp.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushPython.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushRuby.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushSql.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushVb.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shBrushXml.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shCore.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Scripts/shCore.uncompressed.js [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Styles/SyntaxHighlighter.css [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Styles/TestPages.css [new file with mode: 0644]
mod/assignment/type/program/syntaxhighlighter/Templates/Test.dwt [new file with mode: 0644]