[system] / branches / rel-2-4-dev / webwork2 / lib / WeBWorK / ContentGenerator / Home.pm Repository:
ViewVC logotype

Log of /branches/rel-2-4-dev/webwork2/lib/WeBWorK/ContentGenerator/Home.pm

Parent Directory Parent Directory


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

Revision 5318 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:53:51 2007 UTC (5 years, 9 months ago) by sh002i
File length: 3391 byte(s)
Diff to previous 5243
updated copyright dates

Revision 5243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 22:35:14 2007 UTC (5 years, 9 months ago) by
File length: 3398 byte(s)
Diff to previous 4235
This commit was manufactured by cvs2svn to create branch 'rel-2-4-dev'.

Revision 4235 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 12 01:23:54 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3398 byte(s)
Diff to previous 4202
Converting from use CGI to use WeBWorK::CGI

The only substantial change is in Hardcopy where set_id was changed to "sid"

I believe that change is correct.

Revision 4202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 8 14:07:35 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3374 byte(s)
Diff to previous 4007
Try using the -nosticky pragma to see if this fixes the problem.

Revision 4007 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 3 00:22:15 2006 UTC (7 years, 3 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3364 byte(s)
Diff to previous 3973
forward-port from rel-2-2-dev: (disable editFileSuffix since it is not
used and is dumb.)

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3217 byte(s)
Diff to previous 3937
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)

Revision 3937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 22 02:41:44 2006 UTC (7 years, 4 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3217 byte(s)
Diff to previous 3925
forward-port (Don't output DIV tag in info() unless there's something to
display.)

Revision 3925 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 20 00:17:39 2006 UTC (7 years, 4 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3079 byte(s)
Diff to previous 3835
forward-port to head (partial clean up rendering of the info box. it
will now not show up unless it has content, and the headings will be
rendered more nicely.)

Revision 3835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 19 03:42:12 2005 UTC (7 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3094 byte(s)
Diff to previous 3796
removed cruft

Revision 3796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 02:31:34 2005 UTC (7 years, 5 months ago) by apizer
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3164 byte(s)
Diff to previous 3788
Allow the admin course to be hidden by the hide_directort technique

Revision 3788 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 2 23:35:15 2005 UTC (7 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3112 byte(s)
Diff to previous 3748
1-liner adding course hiding support. place a file named
"hidden_directory" in a course directory and it will not show up in the
courses list on the WeBWorK home page. it will still appear in the
CourseAdmin module. The file can be added/removed via UNIX access or by
using the FileManager module.

Revision 3748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 7 21:30:46 2005 UTC (7 years, 6 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3056 byte(s)
Diff to previous 3608
don't override loginstatus/links (they can handle not being logged in
now). also, stop using CGI::Pretty.

Revision 3608 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 8 17:52:51 2005 UTC (7 years, 8 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 3068 byte(s)
Diff to previous 3438
Display the information in site_info.txt on the webwork2 homepage as
well
as on login pages.

Revision 3438 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 31 18:13:50 2005 UTC (7 years, 9 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 2349 byte(s)
Diff to previous 3032
Sort course names without regard to case.

Revision 3032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 16:55:04 2004 UTC (8 years, 5 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 2326 byte(s)
Diff to previous 2123
No need to show options on the Home.pm page

Revision 2123 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 17 15:39:35 2004 UTC (9 years ago) by jj
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 2310 byte(s)
Diff to previous 2100
If there is an admin course, make it appear only once.

Revision 2100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 13 19:58:32 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 2255 byte(s)
Diff to previous 2025
separate link for course management

Revision 2025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 13:47:59 2004 UTC (9 years ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 1885 byte(s)
Diff to previous 1958
sort the courses before you print them.

Revision 1958 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 20:18:29 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 1880 byte(s)
Diff to previous 1894
now uses listCourses

Revision 1894 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 23:04:00 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 1891 byte(s)
Diff to previous 1803
updated for new request format and URLpath

Revision 1803 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 14 00:54:56 2004 UTC (9 years, 3 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Home.pm
File length: 2139 byte(s)
added "Home" content generator to give a list of courses

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