Log of /trunk/webwork2/conf/templates
Directory Listing
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