Log of /trunk/wwmoodle
Directory Listing
Revision
4381 -
Directory Listing
Modified
Mon Aug 14 19:34:14 2006 UTC (6 years, 9 months ago) by
sh002i
move bridge creation to mod.html -- that way, the bridge is created the
first time someone asks to create a webwork set. this allows us to
provide the create/administer ww course links right away. cleanup,
formatting. the bridge creation is actually done in
_wwassignment_ensureBridgeExists in lib.php.
also, i hate php.
Revision
4314 -
Directory Listing
Modified
Fri Jul 28 03:21:30 2006 UTC (6 years, 9 months ago) by
sh002i
use IGNORE to throw away duplicate key errors when a config item already
exists (i.e. from removal and subsequent reinstallation). this preserves
existing values. another way to go would be to use REPLACE to overwrite
existing values. this would ensure that at installation time, the
defaults would be up-to-date.
Revision
4313 -
Directory Listing
Modified
Fri Jul 28 03:20:32 2006 UTC (6 years, 9 months ago) by
sh002i
refinements to ww course linking:
* move statement about the name of the corresponding webwork course
outside the table.
* don't say "link to" in link text.
* in link to webwork admin module, pre-select add course page, and
pre-fill course ID, and db layout
* clean up indentation slightly
Revision
4302 -
Directory Listing
Modified
Wed Jul 26 21:27:27 2006 UTC (6 years, 10 months ago) by
gage
Changed some instances of wwmoodle to wwassignment
Revision
4265 -
Directory Listing
Modified
Sat Jul 15 14:09:57 2006 UTC (6 years, 10 months ago) by
gage
Removing obsolete files
Revision
4264 -
Directory Listing
Modified
Sat Jul 15 14:08:02 2006 UTC (6 years, 10 months ago) by
gage
Removing absolete files
Revision
4215 -
Directory Listing
Modified
Tue Jul 11 02:53:40 2006 UTC (6 years, 10 months ago) by
gage
Modifications so that license and documentation now apply to wwassignment rather wwmoodle
(wwassignment is based on wwmoodle).
Revision
4189 -
Directory Listing
Modified
Thu Jun 29 17:54:28 2006 UTC (6 years, 10 months ago) by
gage
Fixed behavior of getProblemsForUser()
Now fetches all rows satisfying query, not just the first one.
Revision
4188 -
Directory Listing
Modified
Thu Jun 29 16:12:01 2006 UTC (6 years, 10 months ago) by
gage
Removed update code since I doubt that it will help in converting from wwmoodle to wwassignment.
Revision
4187 -
Directory Listing
Modified
Thu Jun 29 16:10:43 2006 UTC (6 years, 10 months ago) by
gage
changed grade_method to gradingmethod in the wwassignment_grades() subroutine.
Revision
4186 -
Directory Listing
Modified
Thu Jun 29 16:09:01 2006 UTC (6 years, 10 months ago) by
gage
Changes for installing in utf8 directories
Revision
4177 -
Directory Listing
Modified
Tue Jun 27 23:28:26 2006 UTC (6 years, 10 months ago) by
gage
updating instructions
Revision
4176 -
Directory Listing
Modified
Tue Jun 27 23:21:41 2006 UTC (6 years, 10 months ago) by
gage
Completed (?) revising the names of the subroutines.
The construction of the bridge between moodle and webwork courses now works fairly
smoothly, but doesn't do much yet. The shortname of the moodle course must match
exactly the name of the WeBWorK course.
We still need to create an editor that will allow you to adjust this.?
Revision
4175 -
Directory Listing
Modified
Tue Jun 27 20:08:02 2006 UTC (6 years, 10 months ago) by
gage
Adding more files for wwassignment
Revision
4174 -
Directory Listing
Modified
Tue Jun 27 20:04:11 2006 UTC (6 years, 10 months ago) by
gage
Combining wwmoodle and wwmoodleset into one module called wwassign
Revision
4173 -
Directory Listing
Modified
Tue Jun 27 12:47:43 2006 UTC (6 years, 11 months ago) by
gage
change wwmoodle_set to wwmoodleset to conform to moodle coding guidelines
Revision
4172 -
Directory Listing
Modified
Tue Jun 27 12:30:48 2006 UTC (6 years, 11 months ago) by
gage
Replacing the mysql.sql schema which somehow got lost when creating the CVS repository
Revision
4171 -
Directory Listing
Modified
Mon Jun 26 23:31:52 2006 UTC (6 years, 11 months ago) by
dpvc
Updates to use moodle theme to simplify the WW GUI when used in
moodle, and to resize the IFRAME to fit the size of its contents.
Revision
4156 -
Directory Listing
Modified
Sat Jun 24 16:00:36 2006 UTC (6 years, 11 months ago) by
gage
Restoring lang.php to wwmoodle-beta-4 original. (Somehow it had been erased.)
Revision
4155 -
Directory Listing
Modified
Sat Jun 24 15:53:39 2006 UTC (6 years, 11 months ago) by
gage
Updating icon for webwork sets
Revision
4154 -
Directory Listing
Modified
Sat Jun 24 14:32:09 2006 UTC (6 years, 11 months ago) by
gage
Alas, symlinks are not followed, hence you need to copy the help directory and language files to
new locations.
Revision
4153 -
Directory Listing
Modified
Sat Jun 24 14:19:42 2006 UTC (6 years, 11 months ago) by
gage
Install instructions. These will need to be updated as this module evolves.
Revision
4152 -
Directory Listing
Modified
Sat Jun 24 14:00:22 2006 UTC (6 years, 11 months ago) by
gage
Added README explaining why wwmoodleset was created (so that it complies with
Moodle module naming conventions). One substantial difference is that the database
calls in wwmoodleset use ADODB (the global $db database connection supplied by moodle)
rather than using a new database connection DB.pm (PEAR?). In my experience
the latter connection used to access webwork databases was killing the global connection
and calls to moodle databases were failing.
Revision
4151 -
Directory Listing
Modified
Sat Jun 24 13:57:05 2006 UTC (6 years, 11 months ago) by
gage
Prefaced some subroutines with _wwrpc instead of wwmoodleset. These subroutines
are internal to wwmoodleset (as far as moodle is concerned) and should eventually
be replaced by RPC calls to webwork.
Revision
4150 -
Directory Listing
Modified
Sat Jun 24 01:47:03 2006 UTC (6 years, 11 months ago) by
sh002i
merged in pre-CVS changes from Mike's wwmoodle tree
Revision
4148 -
Directory Listing
Modified
Sat Jun 24 01:34:48 2006 UTC (6 years, 11 months ago) by
sh002i
renamed wwmoodle_set to wwmoodleset
Revision
4133 -
Directory Listing
Added
Sat Jun 17 21:45:25 2006 UTC (6 years, 11 months ago) by
sh002i
Imported from beta 4