Parent Directory
|
Revision Log
Revision 4265 - (view) (download)
| 1 : | gage | 4153 | This module is undergoing rapid change as of June 2006. It starts with code written by Peter Snoblin at |
| 2 : | gage | 4265 | Truman University. It has been modified to work with WeBWorK release 2.2.1 and later. |
| 3 : | gage | 4153 | |
| 4 : | gage | 4177 | |
| 5 : | |||
| 6 : | 6/27/2006 | ||
| 7 : | The two moodle modules wwmoodle and wwmoodleset have been replaced by one module called wwassignment. | ||
| 8 : | |||
| 9 : | gage | 4153 | For webwork make sure that you are updated to HEAD (cvs update -A -d ). In particular make sure that there is a directory |
| 10 : | gage | 4265 | lib/WeBWorK/DB/Schema/Moodle and that it contains files. This current HEAD will soon be tagged as rel-2-2-2 |
| 11 : | gage | 4153 | |
| 12 : | Update global.conf and database.conf from the corresponding distribution files. In particular database.conf should have | ||
| 13 : | a schema labeled sql_moodle. | ||
| 14 : | |||
| 15 : | The files in the WeBWorK subdirectory of this module are for historical purposes. They have been superceeded by new files in | ||
| 16 : | gage | 4265 | the HEAD (aka rel-2-2-2) version of WeBWorK. |
| 17 : | gage | 4153 | |
| 18 : | gage | 4177 | Move wwassigment to moodle/mod in the moodle tree. |
| 19 : | |||
| 20 : | If you transfer the CVS directories then you will still be able to update wwassignment | ||
| 21 : | from the CVS in its new location. | ||
| 22 : | |||
| 23 : | Transfer | ||
| 24 : | wwassigment/help to ...../moodle/lang/en/help/wwassigment | ||
| 25 : | wwassigment/lang.php to ...../moodle/lang/en/wwassigment.php | ||
| 26 : | |||
| 27 : | These two files will need to be updated by hand everytime they change in the CVS. | ||
| 28 : | |||
| 29 : | gage | 4186 | If you are using the new utf8 encoding then transfer the files above to: |
| 30 : | gage | 4177 | |
| 31 : | gage | 4186 | wwassigment/help to ...../moodle/lang/en_utf8/help/wwassigment |
| 32 : | wwassigment/lang.php to ...../moodle/lang/en_utf8/wwassigment.php | ||
| 33 : | |||
| 34 : | |||
| 35 : | |||
| 36 : | |||
| 37 : | |||
| 38 : | gage | 4177 | ################################################################################# |
| 39 : | The instructions below are mostly obsolete. | ||
| 40 : | ################################################################################# | ||
| 41 : | 6/24/2006 | ||
| 42 : | |||
| 43 : | |||
| 44 : | gage | 4153 | From the Moodle directory of this module: |
| 45 : | Move wwmoodle and wwmoodleset to moodle/mod in the moodle tree. wwmoodle_set is for historical purposes only and will not | ||
| 46 : | be used. | ||
| 47 : | gage | 4154 | ATTENTION: this next section is not correct |
| 48 : | gage | 4153 | Use symlinks to link wwmoodle/help to the alias ...../moodle/lang/en/help/wwmoodle |
| 49 : | wwmoodleset/help to ...../moodle/lang/en/help/wwmoodleset | ||
| 50 : | wwmoodle/lang.php ...../moodle/lang/en/wwmoodle.php | ||
| 51 : | wwmoodleset/lang.php ...../moodle/lang/en/wwmoodleset.php | ||
| 52 : | |||
| 53 : | (the ..... refers to the nodes above where the moodle tree starts) | ||
| 54 : | gage | 4154 | Moodle WILL NOT FOLLOW SYMLINKS. Hence you will need to actually copy the files to their new locations. |
| 55 : | This also means that you will not be able to automatically update the wwmoodle.php and wwmoodleset.php files | ||
| 56 : | in lang from the CVS. The help files can still be updated. | ||
| 57 : | gage | 4153 | |
| 58 : | If you transfer the CVS directories then you will still be able to update wwmoodle and wwmoodleset from the CVS in their new | ||
| 59 : | locations. |
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |