[system] / trunk / webwork2 / conf / barebones.template Repository:
ViewVC logotype

Log of /trunk/webwork2/conf/barebones.template

Parent Directory Parent Directory


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

Revision 1017 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by malsyned
File length: 2469 byte(s)
Diff to previous 948
Instructor pages now only let instructors view and edit the database.
phew.

NOTE that there are new directives in global.conf.dist.  You won't be
able to use the professor pages until you've made that change.

Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis

Revision 948 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 17:44:04 2003 UTC (9 years, 11 months ago) by sh002i
File length: 2368 byte(s)
Diff to previous 932
changed </hr /> to <hr /> (after the bugzilla link)
-sam

Revision 932 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 28 19:26:10 2003 UTC (9 years, 11 months ago) by gage
File length: 2369 byte(s)
Diff to previous 907
Changed the link to bugzilla to bring you directly to the page for
reporting a webwork2.0 bug.  No url is entered automatically -- that
would require, I believe, implementing this link inside a link method
in content generator.  We'll see if that is needed.
-- Mike

Revision 907 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 27 00:41:43 2003 UTC (9 years, 11 months ago) by gage
File length: 2328 byte(s)
Diff to previous 905
Added target window "_bugzilla" to the links in these two templates

Revision 905 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 27 00:30:06 2003 UTC (9 years, 11 months ago) by gage
File length: 2307 byte(s)
Diff to previous 795
Added "Report bugs" link to these two templates.  These link
to webwork3.math.rochester.edu

-- Mike

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

Revision 765 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 28 23:56:35 2003 UTC (10 years, 2 months ago) by malsyned
File length: 2238 byte(s)
Diff to previous 761
removed "nowrap" from barebones.template because it wasn't doing
anything anyway, and every byte counts ;-)

Changed "Logged in as:" to "User:" in ContentGenerator and killed the
CGI::br calls in that message and the "Acting as:" message

Added more context to the context URL in Feedback, and properly
obfuscated some code.

--Dennis

Revision 761 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 28 21:26:54 2003 UTC (10 years, 2 months ago) by malsyned
File length: 2245 byte(s)
Diff to previous 760
I made a few cosmetic changes to classic.template and reworked
barebones.template to reduce the amount of vertical screen real-estate
used by the header information.
-Dennis

Revision 760 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 28 20:46:44 2003 UTC (10 years, 2 months ago) by malsyned
File length: 2117 byte(s)
Diff to previous 748
Added CSS rules to arrange the answer result feedback so as to reduce
vertical screen space usage
-Dennis

Revision 748 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 26 18:39:07 2003 UTC (10 years, 2 months ago) by malsyned
File length: 1712 byte(s)
Diff to previous 675
Added the <!--#if loggedin="1"--> template escape.  It evaluates to true
on every content generator except Login.pm and Logout.pm.  Used it to
make the barebones template look cleaner on the login page.
-Dennis

Revision 675 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 13 21:14:54 2002 UTC (10 years, 5 months ago) by sh002i
File length: 1553 byte(s)
Diff to previous 647
made some improvements to Feedback, added loginStatus escape.
-sam

Revision 647 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 23 00:30:55 2002 UTC (10 years, 5 months ago) by sh002i
File length: 1475 byte(s)
Diff to previous 618
removed annoying comment.
-sam

Revision 618 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 1 20:40:49 2002 UTC (10 years, 6 months ago) by malsyned
File length: 1555 byte(s)
Diff to previous 596
Fixed a syntax error
--dennis

Revision 596 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 18 19:09:53 2002 UTC (10 years, 7 months ago) by malsyned
File length: 1554 byte(s)
Diff to previous 562
Added some ifs to the barebones template to prevent it from drawing the hard rule unless necessary.

Removed init.pl.  It is no longer used.

--Dennis

Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 27 23:53:42 2002 UTC (10 years, 7 months ago) by sh002i
File length: 1398 byte(s)
Diff to previous 558
- created macros/IO.pl, which is loaded with no opmask by PG.pm. It is a copy
  of WeBWorK::PG::IO.pm, with some changes to make it work as a macro package.
  The translator no longer shares IO.pm's functions with the safe compartment.
  This is a BAD THING, and should be reconsidered when the Translator is
  revised.
- Changed many (but not all) checks for HTML or HTML_tth modes to match /^HTML/
  in the macros.
- changed &header to &head in Problem.pm
- Added problem environment variables for gif2eps and png2eps and modified
  &dangerousMacros::alias to use them
- fixed MOST of the harmless warnings in the system. there's still the "Use
  of uninitialized value in null operation" warning in template(), tho.

Still to come:

- make images in PDFs work
- fix TTH mode character encodings on mac (maybe)
- have logout button invalidate key
- Pretty die messages (from outside of the translator)
- Feedback - need nice modular way of sending email
- Options - email address and password

Revision 558 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 22:47:22 2002 UTC (10 years, 8 months ago) by sh002i
File length: 1443 byte(s)
Diff to previous 555
* fixed multiple-calls-to-&handler problem
* fixed if-else-endif code in &template
* added code to catch warnings in PG evaluation
* added "pink screen" and warning reporting
* started work on logging code (see Utils.pm, commented out)
-sam & dennis

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

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

Revision 506 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 22:04:07 2002 UTC (10 years, 8 months ago) by malsyned
File length: 1145 byte(s)
Diff to previous 474
Matches the template escapes again
-dennis`

Revision 474 - (view) (download) (annotate) - [select for diffs]
Added Tue Aug 20 01:04:25 2002 UTC (10 years, 9 months ago) by sh002i
File length: 1192 byte(s)
added PG/TeX snippets and corresponding lines in global.conf
added a new template -- barebones.template
-sam

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