[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / ProblemSet.pm Repository:
ViewVC logotype

Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/ProblemSet.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1364 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 20:01:56 2003 UTC (9 years, 10 months ago) by gage
File length: 7679 byte(s)
Diff to previous 1359
More cosmetic tweaks to the siblings macro
--Mike

Revision 1359 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 19:02:23 2003 UTC (9 years, 10 months ago) by gage
File length: 7664 byte(s)
Diff to previous 1354
I've trade speed for usefulness and convenience.  The sibling links are
now sorted by name and all links are active.  On webwork3 this cuts the
loading time for the page by a factor of 5 (11 seconds to 2)

We can reverse this when the process of collecting all of the relevant
sets is faster (this process took 8 seconds).
--Mike

Revision 1354 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 17:26:32 2003 UTC (9 years, 10 months ago) by gage
File length: 6967 byte(s)
Diff to previous 1347
Added link to edit set header.  Available only to instructors
--Mike

Revision 1347 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 13:11:26 2003 UTC (9 years, 10 months ago) by gage
File length: 6397 byte(s)
Diff to previous 1228
Changed the variable pointing to  the text accompanying the list of
problems from problem_header to set_header.  I believe this is what was
intended originally, since the default is snippets/setHeader.pg
I don't believe we have a use for problem header yet.
--Mike

Revision 1228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 20 01:19:00 2003 UTC (9 years, 11 months ago) by sh002i
File length: 6401 byte(s)
Diff to previous 1148
housekeeping in siblings()

Revision 1148 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 12 19:35:56 2003 UTC (9 years, 11 months ago) by sh002i
File length: 6423 byte(s)
Diff to previous 1133
removed debugging output -sam

Revision 1133 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 11 20:41:56 2003 UTC (9 years, 11 months ago) by gage
File length: 6496 byte(s)
Diff to previous 1111
Fixed a bug in ordering the siblings. (again :-) )
--Mike

Revision 1111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 10 23:05:57 2003 UTC (9 years, 11 months ago) by sh002i
File length: 6482 byte(s)
Diff to previous 1109
Added sortByName($field, @items) to WeBWorK::Utils. It uses the method
named $field to sort the objects in @items. Modified ProblemSets to call
it.
-sam

Revision 1109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 10 20:34:08 2003 UTC (9 years, 11 months ago) by gage
File length: 6496 byte(s)
Diff to previous 1107
Fixed bug in sorting in siblings subroutine
--Mike

Revision 1107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 10 19:40:45 2003 UTC (9 years, 11 months ago) by gage
File length: 6413 byte(s)
Diff to previous 1096
Siblings for problem set are sorted by date.   Those sets which
are still open are listed first, followed by sets which are now
closed.  Within each group the problems are sorted by due date in
increasing order.
This responds to bug #57bis (request for ordering by due-date)
--Mike

Revision 1096 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 9 23:25:09 2003 UTC (9 years, 11 months ago) by sh002i
File length: 6102 byte(s)
Diff to previous 1063
*** empty log message ***

Revision 1063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 8 21:15:30 2003 UTC (9 years, 11 months ago) by gage
File length: 6122 byte(s)
Diff to previous 1034
Modified sibiling macro to sort alphabetically by name of the set.
(this may not be the best permanet solution but itis useful
for those editing this summer.)
--Mike

Revision 1034 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 22:41:47 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5883 byte(s)
Diff to previous 919
the % done status indicators now round to the nearest whole percent.
Fixes Bug #47
-Dennis

Revision 919 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 00:24:27 2003 UTC (9 years, 11 months ago) by sh002i
File length: 5846 byte(s)
Diff to previous 818
changed ->id to ->whatever_id
-sam

Revision 818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 25 04:51:37 2003 UTC (10 years, 1 month ago) by sh002i
File length: 5836 byte(s)
Diff to previous 809
modev more content generators over to the new WWDBv2 API. fixed some
bugs.
-sam

Revision 809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 17 21:30:57 2003 UTC (10 years, 1 month ago) by sh002i
File length: 6178 byte(s)
Diff to previous 795
changed the name of the "courseEnvironment" field in the
ContentGenerator object to "ce", to match the style and conciesness of
the existing "r" and new "db" fields.
-sam

Revision 795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 21 21:40:01 2003 UTC (10 years, 2 months ago) by malsyned
File length: 6283 byte(s)
Diff to previous 758
Hit the #nav macro with a cluebat
RE: webworkURLs->htdocs vs. imageprefix=""
-Dennis

Revision 758 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 28 20:32:25 2003 UTC (10 years, 2 months ago) by malsyned
File length: 6280 byte(s)
Diff to previous 750
Matched the calling semantics for navMacro
-dennis

Revision 750 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 27 12:31:06 2003 UTC (10 years, 2 months ago) by malsyned
File length: 6275 byte(s)
Diff to previous 738
Added the <!--#nav--> macro to ProblemSet.pm.  When I made a template
that didn't include the <!--#path--> macro to satisfy some old timers on
the mailing list, I noticed that there was no other way to get back to
the problem sets page from a problem set.
-Dennis

Revision 738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 21 19:09:28 2003 UTC (10 years, 3 months ago) by sh002i
File length: 5989 byte(s)
Diff to previous 737
ProblemSet and Problem no longer allow problem sets that are "not yet
open" to be viewed. oopsies.
-sam

Revision 737 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 18 07:04:13 2003 UTC (10 years, 3 months ago) by sh002i
File length: 5092 byte(s)
Diff to previous 720
merged changes from rel-2-0-pr1-hardcopy-changes
-sam

Revision 720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 31 20:38:44 2003 UTC (10 years, 3 months ago) by malsyned
File length: 5179 byte(s)
Diff to previous 693
effectiveUser audit complete on all the content generators except
Hardcopy
-Dennis

Revision 693 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 8 15:41:39 2003 UTC (10 years, 4 months ago) by sh002i
File length: 5035 byte(s)
Diff to previous 669
&info now respects screen set header file in database.
-sam

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 6 17:42:02 2002 UTC (10 years, 5 months ago) by sh002i
File length: 5063 byte(s)
Diff to previous 555
added feedback links to a bunch of modules.
-sam

Revision 555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 18 19:25:42 2002 UTC (10 years, 8 months ago) by sh002i
File length: 4614 byte(s)
Diff to previous 526
fixed image centering, added head escape.
-sam

Revision 526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 29 19:56:24 2002 UTC (10 years, 8 months ago) by sh002i
File length: 4707 byte(s)
Diff to previous 494
HTML_img mode ("images" mode in the HTML interface) now uses dvipng to
generate images. ProblemSet now has a link to Hardcopy.
-sam

Revision 494 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 21 18:31:20 2002 UTC (10 years, 9 months ago) by sh002i
File length: 3086 byte(s)
Diff to previous 476
updated copyright header.
-sam

Revision 476 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 20 01:07:18 2002 UTC (10 years, 9 months ago) by sh002i
File length: 3108 byte(s)
Diff to previous 469
fixed problem with deciding when to generate images in math2img mode
finished adding template escapes to ProblemSets, ProblemSet, and Problem

fixed a problem where modules were removed from the courseEnv while
being loaded (whups.)
-sam

Revision 469 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 16 20:43:38 2002 UTC (10 years, 9 months ago) by sh002i
File length: 3005 byte(s)
Diff to previous 455
pretty much implemented the whole thing.

yeah.
-sam

Revision 455 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 5 21:34:18 2002 UTC (10 years, 9 months ago) by sh002i
File length: 1098 byte(s)
Diff to previous 443
"normalized" files:
- (c) header on all files
- standard order of preamble lines:
	1. (c) header
	2. package PACKAGENAME;
	3. short summary of the package (pod's NAME section)
	4. use - pragmatic modules
	5. use - standard perl modules
	6. use - CPAN modules
	7. use - webwork modules
- ALWAYS use strict and use warnings
- use "use base" rather than "our @ISA"
so now we can be happy.
-sam

Revision 443 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 31 18:14:05 2002 UTC (10 years, 9 months ago) by sh002i
File length: 747 byte(s)
Diff to previous 441
converted CGI calls to "CGI->" style to avoid import conflicts with
&title and &body.
-sam

Revision 441 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 25 21:58:22 2002 UTC (10 years, 10 months ago) by malsyned
File length: 750 byte(s)
Diff to previous 353
Added use strict and use warnings, then cleaned up much of the mess that
revealed.
--Dennis

Revision 353 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jun 7 23:35:59 2002 UTC (10 years, 11 months ago) by malsyned
File length: 724 byte(s)
All of the content generators now work with the template system
Moved the content generators into the WeBWorK::ContentGenerator namespace
Added the default template and a few global.conf entries

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9