[system] / trunk / webwork-modperl / conf / templates Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/conf/templates

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 3829)

Revision 3377 - Directory Listing
Modified Thu Jul 14 13:15:27 2005 UTC (7 years, 10 months ago) by glarose
Preliminary commit of changes to add Gateway module.
This adds to WeBWorK
 - the ability to create versioned, timed problem sets ("gateway tests")
   for which all problems are displayed on a single page ("versioned"
   means that students can get multiple versions of the problem set),
 - the ability to create sets that draw problems from groups of
   problems, and
 - the ability to create sets that require a proctor login to start
   and grade.
Sets can be defined as gateway tests or proctored gateway tests from
the ProblemSetDetail page.

Not quite bug-free yet.  Known bugs include handling of problem values
on the Student Progress page (I think this may be a problem with
changing from sql database format where all entries were 'text' to
sql_single in ver 2.1, where they are integer), and a division by zero
error on the grades page (which may be the same problem).

Tests with a number of attempts per version greater than one haven't
been carefully tested, nor has scoring of gateway tests.

Revision 3190 - Directory Listing
Modified Wed Mar 16 02:47:04 2005 UTC (8 years, 2 months ago) by gage
Added a link from the logo to the home webpage for webwork.

Revision 3110 - Directory Listing
Modified Thu Jan 27 00:15:55 2005 UTC (8 years, 3 months ago) by sh002i
Moved stylesheet into a separate file. Created new htdocs/css directory,
added stylesheet to that directory (ur.css). Include stylesheet in
ur.template with new "url" template escape:

<!--#url type="webwork" name="stylesheet"-->

This is 132 lines that Template.pm doesn't have to parse and 4368 bytes
that don't have to get sent to the client with every request.

Revision 3038 - Directory Listing
Modified Fri Dec 17 17:10:05 2004 UTC (8 years, 5 months ago) by gage
Added some styles to use when editing a temporary file.  This alerts
the user that the file has not yet been permanently saved.

Revision 3014 - Directory Listing
Modified Wed Dec 1 21:54:54 2004 UTC (8 years, 5 months ago) by apizer
Add hack to get around MSIE peekaboo bug.

Arnie

Revision 2983 - Directory Listing
Modified Wed Nov 3 22:00:10 2004 UTC (8 years, 6 months ago) by dpvc
Added ability to control the "Missing TeX Fonts" message generated by
jsMath.  There are now two parameters in global.conf that control the
message.  You can set

	$pg{displayModeOptions}{jsMath}{reportMissingFonts}

to 0 if you want no font messages, and you can set

	$pg{displayModeOptions}{jsMath}{missingFontMessage}

to a string that should be issued when the fonts are missing.  This
can be an HTML string, so you can include a link to the jsMath font
page, as the current message does.  The message will be set in a <DIV>
of class NoFontMessage, so the style attributes can be controled in
the content-generators template file.

Revision 2822 - Directory Listing
Modified Thu Sep 23 20:29:28 2004 UTC (8 years, 7 months ago) by gage
Made some of the bold face type entries on the classlist page and the
homework page.

-- Mike

Revision 2767 - Directory Listing
Modified Fri Sep 10 22:40:52 2004 UTC (8 years, 8 months ago) by sh002i
applied dpvc's patch to clean up the answer results table, closing bug
#635.

Revision 2504 - Directory Listing
Modified Mon Jul 12 21:49:51 2004 UTC (8 years, 10 months ago) by sh002i
added light grey background to div.problem. helps to make it clear
what's part of the problem and what isn't. not sure if this is a good
idea UI-wise.

Revision 2382 - Directory Listing
Modified Thu Jun 24 17:22:02 2004 UTC (8 years, 10 months ago) by sh002i
indentation fix

Revision 2324 - Directory Listing
Modified Wed Jun 16 02:00:35 2004 UTC (8 years, 11 months ago) by gage
Updated ur.template to go with changes in "link"

Revision 2261 - Directory Listing
Modified Sun Jun 6 02:49:11 2004 UTC (8 years, 11 months ago) by gage
Tweaked the position of the help question mark.  Better default
addresses for link.

Revision 2258 - Directory Listing
Modified Sun Jun 6 00:21:50 2004 UTC (8 years, 11 months ago) by gage
Add minimal support for a help symbol to appear on each page.

Revision 2110 - Directory Listing
Modified Fri May 14 18:29:35 2004 UTC (9 years ago) by toenail
added div classes for Published, Unpublished, Audit, Drop, Enrolled

Revision 2052 - Directory Listing
Modified Sat May 8 18:02:21 2004 UTC (9 years ago) by gage
Added a message field at the bottom of the page.

This will catch result messages issued in the body of the page

It's not as quite as eye catching to have the message at the bottom, but it's better than nothing.

Errors issued during the initialization stage appear at both the top and the bottom of the screen.

--Mike

Revision 2033 - Directory Listing
Modified Fri May 7 18:45:33 2004 UTC (9 years ago) by sh002i
fixed some small formatting thingies

Revision 2028 - Directory Listing
Modified Fri May 7 14:13:40 2004 UTC (9 years ago) by gage
Added message escape.

Revision 2018 - Directory Listing
Modified Thu May 6 22:19:53 2004 UTC (9 years ago) by gage
Changed look of Instructor page

Revision 2010 - Directory Listing
Modified Thu May 6 18:41:25 2004 UTC (9 years ago) by toenail
added height constraint to top panel so that it wouldn't extend down

Revision 1989 - Directory Listing
Modified Sun May 2 19:55:15 2004 UTC (9 years ago) by jj
Added new class for problems rendered out of context (i.e., away from Problem.pm).

Revision 1981 - Directory Listing
Modified Wed Apr 28 15:52:15 2004 UTC (9 years ago) by gage
fixed error in ur.template (the submit error hook)

Revision 1967 - Directory Listing
Modified Thu Apr 22 21:02:07 2004 UTC (9 years ago) by gage
Limited size of info panel to 30% so that sets with long names
display better.

Revision 1946 - Directory Listing
Modified Mon Apr 5 18:01:09 2004 UTC (9 years, 1 month ago) by gage
Added item for printing timestamp at the bottom of the page.

Revision 1944 - Directory Listing
Modified Mon Apr 5 03:56:16 2004 UTC (9 years, 1 month ago) by sh002i
css fix

Revision 1909 - Directory Listing
Modified Tue Mar 23 01:03:40 2004 UTC (9 years, 1 month ago) by sh002i
added ButtonRow class, child of FormLayout -- appropriate for your
centered submit button!

Revision 1907 - Directory Listing
Modified Fri Mar 19 21:56:10 2004 UTC (9 years, 2 months ago) by sh002i
the info box is no longer floating,

Revision 1904 - Directory Listing
Modified Wed Mar 17 08:18:29 2004 UTC (9 years, 2 months ago) by sh002i
fixed FormLayout style

Revision 1868 - Directory Listing
Modified Wed Mar 10 02:26:26 2004 UTC (9 years, 2 months ago) by sh002i
formatting improvements: template now uses tabs, just like everything
else. should be easier to edit in the future.

Revision 1864 - Directory Listing
Modified Tue Mar 9 15:40:18 2004 UTC (9 years, 2 months ago) by sh002i
more work on stylesheet

Revision 1860 - Directory Listing
Modified Sat Mar 6 21:47:05 2004 UTC (9 years, 2 months ago) by sh002i
the document title is now calculated using the "path" macro

Revision 1835 - Directory Listing
Modified Thu Mar 4 21:00:21 2004 UTC (9 years, 2 months ago) by sh002i
fixed some indentation problems (oddly, this file is indented with
spaces, one space per indent level) and reformatted some of the shorter
CSS rules to fit on one line.

added styles for "new standard classes" FormLayout, ResultsWithError,
and ResultsWithoutError.

added styles for ScrollingListRecord widget.

Revision 1752 - Directory Listing
Modified Sun Jan 25 18:46:56 2004 UTC (9 years, 3 months ago) by gage
Changed parsehilight to put
colored box around error.

Revision 1740 - Directory Listing
Modified Fri Jan 23 20:23:37 2004 UTC (9 years, 3 months ago) by gage
Changed orange hilighting to a yellow box by replacing
color : by background-color:

Revision 1737 - Directory Listing
Modified Fri Jan 23 13:12:45 2004 UTC (9 years, 3 months ago) by gage
Added CSS class parsehighlite to mark the error
in a string.

Revision 1708 - Directory Listing
Modified Mon Jan 5 13:51:51 2004 UTC (9 years, 4 months ago) by gage
removed <xml? line from the top of the file that is giving
the newest msie headaches.  The line is from bbedit and gives
info on the character set begin used.  msie tries to interpret
it as xml and gets confused.  Other browsers, including msie on
the mac ignore it.

--Mike

Revision 1666 - Directory Listing
Modified Thu Dec 11 22:04:08 2003 UTC (9 years, 5 months ago) by gage
removed <?xml   header from template which was confusing IE6 (but not
IE on the mac or mozilla etc.  apparently they ignore
<?xml version="1.0" encoding="utf-8"?>
at the beginning of a file.

--Mike

Revision 1663 - Directory Listing
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by sh002i
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.

Here is the new header:

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

Revision 1634 - Directory Listing
Modified Wed Nov 19 18:41:51 2003 UTC (9 years, 6 months ago) by sh002i
fixed some formatting and #if nesting.

Revision 1437 - Directory Listing
Modified Fri Jul 25 14:08:57 2003 UTC (9 years, 9 months ago) by gage
Tweaked the look slightly.  Corrected reference to webwork_files
to webwork2_files
--Mike

Revision 1279 - Directory Listing
Modified Thu Jun 26 17:40:52 2003 UTC (9 years, 10 months ago) by malsyned
Merged the translation optimization branch into the main branch

Revision 1131 - Directory Listing
Modified Wed Jun 11 20:40:11 2003 UTC (9 years, 11 months ago) by sh002i
Made many changes:

- turned off PG warning catching in conf/global.conf.dist
- added warning reporting to conf/templates/ur.template (but not to
  other templates!)
- modified a couple of error messages in WeBWorK.pm
- made failure to create course environment and failure to find course
  directory fatal errors in WeBWorK.pm
- added warning queueing and call stack storing to Apache::WeBWorK
- added "warnings" and "if_warnings" template escapes to
  WeBWorK::ContentGenerator
- removed warning handling from WeBWorK::ContentGenerator::Problem
- code tidying in WeBWorK::ContentGenerator::Problem
- code tidying in WeBWorK::PG::ImageGenerator

-sam

Revision 1100 - Directory Listing
Added Tue Jun 10 00:18:14 2003 UTC (9 years, 11 months ago) by sh002i
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9