You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(486) |
Jul
(201) |
Aug
(194) |
Sep
(87) |
Oct
(72) |
Nov
(72) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(6) |
Feb
(41) |
Mar
(22) |
Apr
(4) |
May
(12) |
Jun
|
Jul
|
Aug
(42) |
Sep
(21) |
Oct
(14) |
Nov
(10) |
Dec
|
2007 |
Jan
(14) |
Feb
(34) |
Mar
(61) |
Apr
(54) |
May
(140) |
Jun
(184) |
Jul
(164) |
Aug
(130) |
Sep
(241) |
Oct
(175) |
Nov
(148) |
Dec
(96) |
2008 |
Jan
(5) |
Feb
(38) |
Mar
(30) |
Apr
(46) |
May
(25) |
Jun
(22) |
Jul
(5) |
Aug
(17) |
Sep
(2) |
Oct
(100) |
Nov
(83) |
Dec
(33) |
2009 |
Jan
(127) |
Feb
(43) |
Mar
(86) |
Apr
(34) |
May
(50) |
Jun
(168) |
Jul
(48) |
Aug
(66) |
Sep
(38) |
Oct
(75) |
Nov
(113) |
Dec
(72) |
2010 |
Jan
(123) |
Feb
(68) |
Mar
(26) |
Apr
(11) |
May
(39) |
Jun
(131) |
Jul
(56) |
Aug
(79) |
Sep
(69) |
Oct
(17) |
Nov
(166) |
Dec
(32) |
2011 |
Jan
(21) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(8) |
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Chris S. <san...@us...> - 2005-07-14 18:20:07
|
Update of /cvsroot/stack/stack-1-0/maximadocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/maximadocs Modified Files: functions.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/maximadocs/functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions.php 20 Jun 2005 15:42:53 -0000 1.7 --- functions.php 14 Jul 2005 18:19:58 -0000 1.8 *************** *** 18,23 **** <?php ! ! // File containing all definitions include("{$stack_root}/scripts/maxima/maximafun.php"); --- 18,24 ---- <?php ! /** ! * File containing all definitions ! */ include("{$stack_root}/scripts/maxima/maximafun.php"); |
From: Chris S. <san...@us...> - 2005-07-14 18:20:07
|
Update of /cvsroot/stack/stack-1-0/lang/nl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang/nl Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/nl/stack.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stack.php 22 Jun 2005 12:30:41 -0000 1.3 --- stack.php 14 Jul 2005 18:19:58 -0000 1.4 *************** *** 1,4 **** --- 1,13 ---- <?php + /** + * Strings which STACK uses to display to the user. + * + * @package languages + * @subpackage Stack + */ + /** + * Strings associated with quizzes. + */ //////////////////////////////////////// // NEDERLANDS |
From: Chris S. <san...@us...> - 2005-07-14 18:20:05
|
Update of /cvsroot/stack/stack-1-0/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/html Modified Files: help_popup.php pagehead.php Log Message: Index: pagehead.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/pagehead.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pagehead.php 3 Jul 2005 14:20:23 -0000 1.9 --- pagehead.php 14 Jul 2005 18:19:57 -0000 1.10 *************** *** 8,11 **** --- 8,14 ---- */ + /** + * + */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Index: help_popup.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/help_popup.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help_popup.php 14 Jul 2005 11:28:14 -0000 1.1 --- help_popup.php 14 Jul 2005 18:19:57 -0000 1.2 *************** *** 19,23 **** window.focus(); </script> ! <?php include('../stackstd.php'); // HACK for now. --- 19,26 ---- window.focus(); </script> ! <?php ! /** ! * ! */ include('../stackstd.php'); // HACK for now. |
From: Chris S. <san...@us...> - 2005-07-14 18:20:05
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/frontend_general Modified Files: edit_quiz_util.php editquiz_display.php front_end_display.php frontend_util.php Log Message: Index: frontend_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/frontend_util.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** frontend_util.php 8 Jul 2005 16:36:09 -0000 1.7 --- frontend_util.php 14 Jul 2005 18:19:56 -0000 1.8 *************** *** 31,35 **** ! /* * @param array $err * @return string --- 31,35 ---- ! /** * @param array $err * @return string *************** *** 39,43 **** } ! /* * @param array $err, The user * @return string --- 39,43 ---- } ! /** * @param array $err, The user * @return string *************** *** 48,52 **** ! /* * Returns TRUE if the user is logged in, FALSE otherwise * @param $user, The user --- 48,52 ---- ! /** * Returns TRUE if the user is logged in, FALSE otherwise * @param $user, The user *************** *** 61,65 **** } ! /* * Returns TRUE if the user is the guest user, FALSE otherwise * @param $user, The user --- 61,65 ---- } ! /** * Returns TRUE if the user is the guest user, FALSE otherwise * @param $user, The user *************** *** 74,78 **** } ! /* * Returns TRUE if the user is the admin user, FALSE otherwise * @param $user, The user --- 74,78 ---- } ! /** * Returns TRUE if the user is the admin user, FALSE otherwise * @param $user, The user *************** *** 87,91 **** } ! /* * Gets the questionbank filter if this has been set. * TO DO: This also sets $SESSION['bank_filter']. This should really --- 87,91 ---- } ! /** * Gets the questionbank filter if this has been set. * TO DO: This also sets $SESSION['bank_filter']. This should really *************** *** 98,103 **** $question_bank_filter['name'] = ''; $question_bank_filter['kw'] = ''; ! $question_bank_filter['case_sense'] = FALSE; ! $question_bank_filter['show_descript'] = TRUE; $question_bank_filter['any'] = 'Any'; $question_bank_filter['order1'] = 'questionName'; --- 98,103 ---- $question_bank_filter['name'] = ''; $question_bank_filter['kw'] = ''; ! $question_bank_filter['case_sense'] = TRUE; ! $question_bank_filter['show_descript'] = FALSE; $question_bank_filter['any'] = 'Any'; $question_bank_filter['order1'] = 'questionName'; Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** editquiz_display.php 14 Jul 2005 17:59:12 -0000 1.5 --- editquiz_display.php 14 Jul 2005 18:19:56 -0000 1.6 *************** *** 24,28 **** */ ! /* * Displays the list of quizzes for the admin to edit * @param array $quizstore The store of quizzes --- 24,28 ---- */ ! /** * Displays the list of quizzes for the admin to edit * @param array $quizstore The store of quizzes *************** *** 65,69 **** } ! /* * Displays a message saying that are no quizzes to edit * @param string $PostTo The page that the info from the form should be posted to --- 65,69 ---- } ! /** * Displays a message saying that are no quizzes to edit * @param string $PostTo The page that the info from the form should be posted to *************** *** 77,81 **** } ! /* * Displays the page for editting a quiz * @param array $quiz The quiz to edit --- 77,81 ---- } ! /** * Displays the page for editting a quiz * @param array $quiz The quiz to edit *************** *** 91,95 **** } ! /* * Displays any quiz editting erros * @param array $errors The errors string --- 91,95 ---- } ! /** * Displays any quiz editting erros * @param array $errors The errors string *************** *** 101,105 **** } ! /* * Displays a message saying that the user is not the admin so cannot edit quizzes * @param array $user The user --- 101,105 ---- } ! /** * Displays a message saying that the user is not the admin so cannot edit quizzes * @param array $user The user Index: front_end_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/front_end_display.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** front_end_display.php 14 Jul 2005 17:46:58 -0000 1.4 --- front_end_display.php 14 Jul 2005 18:19:56 -0000 1.5 *************** *** 1,4 **** <?php - /** * --- 1,3 ---- *************** *** 19,27 **** * @author Juliette White jv...@jv... * * This file contains dispaly functions used by index.php */ ! /* * Displays the login screen * @param string $username --- 18,28 ---- * @author Juliette White jv...@jv... * + * @package frontend + * @subpackage Stack * This file contains dispaly functions used by index.php */ ! /** * Displays the login screen * @param string $username *************** *** 60,64 **** } ! /* * Displays the update user info form. * @param array $user The array containing the information about the user. --- 61,65 ---- } ! /** * Displays the update user info form. * @param array $user The array containing the information about the user. *************** *** 77,81 **** ! /* * Displays the registration screen * @param string $username --- 78,82 ---- ! /** * Displays the registration screen * @param string $username *************** *** 93,99 **** echo '</table><input type="hidden" name="action" value="register" /><input type="submit" value="Register" /></form>'; } - - - ?> --- 94,97 ---- Index: edit_quiz_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/edit_quiz_util.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** edit_quiz_util.php 14 Jul 2005 17:46:57 -0000 1.3 --- edit_quiz_util.php 14 Jul 2005 18:19:56 -0000 1.4 *************** *** 20,24 **** */ ! /* * Gets the question bank filter * @param string $source - Must be 'post' or 'session' --- 20,24 ---- */ ! /** * Gets the question bank filter * @param string $source - Must be 'post' or 'session' *************** *** 34,38 **** } ! /* * Sets the session question bank field * @param array $question_bank_filter --- 34,38 ---- } ! /** * Sets the session question bank field * @param array $question_bank_filter *************** *** 45,49 **** // $quizid only set if $sourc eis 'database' ! /* * Gets the quiz * @param string $source - Must be 'post' or 'database' --- 45,49 ---- // $quizid only set if $sourc eis 'database' ! /** * Gets the quiz * @param string $source - Must be 'post' or 'database' *************** *** 61,65 **** } ! /* * Gets the quiz id * @param string $source - Must be 'post', 'database' or 'quiz' --- 61,65 ---- } ! /** * Gets the quiz id * @param string $source - Must be 'post', 'database' or 'quiz' |
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2261/lang/en/doc Modified Files: author_commonsyntax.php author_factsformula.php author_gettingstarted.php author_options.php author_potresp.php author_questionfields.php Log Message: Index: author_factsformula.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_factsformula.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** author_factsformula.php 14 Jul 2005 11:44:55 -0000 1.3 --- author_factsformula.php 14 Jul 2005 18:05:04 -0000 1.4 *************** *** 7,11 **** */ ! // Uncomment the next two lines to run this as a stand alone file. //include_once('../../../stackstd.php'); //$options = stack_options_set(array()); --- 7,13 ---- */ ! /** ! * Uncomment the next two lines to run this as a stand alone file. ! */ //include_once('../../../stackstd.php'); //$options = stack_options_set(array()); Index: author_potresp.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_potresp.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_potresp.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_potresp.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 6,9 **** --- 6,13 ---- * @subpackage Stack */ + + /** + * + */ include('en_doc.php'); ?> Index: author_gettingstarted.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_gettingstarted.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** author_gettingstarted.php 14 Jul 2005 11:44:55 -0000 1.2 --- author_gettingstarted.php 14 Jul 2005 18:05:05 -0000 1.3 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ require('html/trypopupform.html'); include_once("$stack_root/scripts/stackAuthor.php"); Index: author_options.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_options.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_options.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_options.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ include('en_doc.php'); Index: author_questionfields.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_questionfields.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_questionfields.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_questionfields.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ include('en_doc.php'); Index: author_commonsyntax.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_commonsyntax.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** author_commonsyntax.php 14 Jul 2005 17:46:58 -0000 1.2 --- author_commonsyntax.php 14 Jul 2005 18:05:04 -0000 1.3 *************** *** 32,36 **** <?php ! include($stack_root.'/scripts/maxima/stackfun.php'); --- 32,38 ---- <?php ! /** ! * ! */ include($stack_root.'/scripts/maxima/stackfun.php'); |
From: Chris S. <san...@us...> - 2005-07-14 17:59:24
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv883/lang/en/doc Modified Files: author_answertest.php Log Message: Index: author_answertest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_answertest.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_answertest.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_answertest.php 14 Jul 2005 17:59:13 -0000 1.2 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ include('en_doc.php'); |
From: Chris S. <san...@us...> - 2005-07-14 17:59:23
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv883 Modified Files: chat_mathml.php documentation.php editquiz.php Log Message: Index: chat_mathml.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/chat_mathml.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** chat_mathml.php 5 Jul 2005 13:35:52 -0000 1.5 --- chat_mathml.php 14 Jul 2005 17:59:11 -0000 1.6 *************** *** 8,15 **** * @subpackage Stack */ session_start(); include('stackstd.php'); - // Deal with slahes in input if (get_magic_quotes_gpc()) { --- 8,18 ---- * @subpackage Stack */ + + /** + * + */ session_start(); include('stackstd.php'); // Deal with slahes in input if (get_magic_quotes_gpc()) { Index: editquiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/editquiz.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** editquiz.php 21 Jun 2005 14:52:23 -0000 1.12 --- editquiz.php 14 Jul 2005 17:59:12 -0000 1.13 *************** *** 27,30 **** --- 27,33 ---- */ + /** + * + */ session_start(); Index: documentation.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/documentation.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** documentation.php 14 Jul 2005 11:28:13 -0000 1.5 --- documentation.php 14 Jul 2005 17:59:11 -0000 1.6 *************** *** 23,29 **** */ - // This file displays documentation - the variable $action indicates the - // item of documentation to be displayed. /////////////////////////////////////////////////////////////// --- 23,31 ---- */ + /** + * This file displays documentation - the variable $action indicates the + * item of documentation to be displayed. + */ /////////////////////////////////////////////////////////////// |
From: Chris S. <san...@us...> - 2005-07-14 17:59:23
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv883/frontend_general Modified Files: editquiz_display.php Log Message: Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** editquiz_display.php 14 Jul 2005 17:46:58 -0000 1.4 --- editquiz_display.php 14 Jul 2005 17:59:12 -0000 1.5 *************** *** 1,4 **** <?php - /** * --- 1,3 ---- *************** *** 19,22 **** --- 18,24 ---- * @author Juliette White jv...@jv... * + * @package frontend + * @subpackage Stack + * * This file contains display functions used by edit_quiz.php */ |
From: Chris S. <san...@us...> - 2005-07-14 17:50:30
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31720/frontend_general Modified Files: loginregister.php Log Message: Index: loginregister.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/loginregister.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loginregister.php 14 Jul 2005 07:27:03 -0000 1.5 --- loginregister.php 14 Jul 2005 17:49:56 -0000 1.6 *************** *** 27,30 **** --- 27,35 ---- */ + + /* + * Begin the script. + */ + // Log user into STACK if ('login' == $action) { |
From: Chris S. <san...@us...> - 2005-07-14 17:50:05
|
Update of /cvsroot/stack/stack-1-0/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31720/lang Modified Files: languages.php Log Message: Index: languages.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/languages.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** languages.php 13 Jun 2005 12:58:23 -0000 1.1 --- languages.php 14 Jul 2005 17:49:56 -0000 1.2 *************** *** 1,3 **** --- 1,9 ---- <?php // languages.php, from Moodle. + /** + * This file contains country code definitions for languages. + * + * + * @package Stack + */ $LANGUAGES = array ( |
From: Chris S. <san...@us...> - 2005-07-14 17:47:16
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158/lang/en/doc Modified Files: author_commonsyntax.php author_testsuite.php student_assessmentmode.php student_forbidden.php student_input.php student_overview.php student_practicemode.php student_understandingoutput.php Log Message: Index: student_understandingoutput.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_understandingoutput.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_understandingoutput.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_understandingoutput.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="output"><h2>Understanding Stack's output</h2></a> Index: author_commonsyntax.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_commonsyntax.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_commonsyntax.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_commonsyntax.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 35,40 **** include($stack_root.'/scripts/maxima/stackfun.php'); function disp_cas($type){ ! global $stack_cmd; echo "<table>\n"; --- 35,45 ---- include($stack_root.'/scripts/maxima/stackfun.php'); + /** + * Displays a table of documentation on a type of CAS commands defined in STACK. + * + * @param $type The type of CAS commands. + */ function disp_cas($type){ ! global $stack_cmd; echo "<table>\n"; Index: author_testsuite.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_testsuite.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** author_testsuite.php 14 Jul 2005 16:18:17 -0000 1.3 --- author_testsuite.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 1,7 **** <?php /** - * This file runs a testsuite against a particular answer test. * */ require_once($stack_root.'/scripts/stackAuthor.php'); --- 1,26 ---- <?php + <?php /** * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack */ + + + ?> require_once($stack_root.'/scripts/stackAuthor.php'); Index: student_assessmentmode.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_assessmentmode.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_assessmentmode.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_assessmentmode.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,2 **** --- 1,25 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + + + ?> *************** *** 59,62 **** If you access the test after the due date, then Stack will tell you your marks and give the solutions to the questions. - - --- 82,83 ---- Index: student_forbidden.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_forbidden.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_forbidden.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_forbidden.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="forbid"><h2>Forbidden words</h2></a> Index: student_input.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_input.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_input.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_input.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="entry"><h2>How do I enter my answers?</h2></a> Index: student_practicemode.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_practicemode.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_practicemode.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_practicemode.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,4 **** --- 1,26 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + ?> + <a name="practice"><h2>Practice mode</h2></a> Index: student_overview.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/student_overview.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** student_overview.php 14 Jul 2005 08:46:53 -0000 1.1 --- student_overview.php 14 Jul 2005 17:46:58 -0000 1.2 *************** *** 1,3 **** --- 1,25 ---- + <?php + /** + * + * STACK: A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package documentation + * @subpackage Stack + */ + + ?> <H1>Help with STACK</H1> |
From: Chris S. <san...@us...> - 2005-07-14 17:47:10
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158/frontend_general Modified Files: edit_quiz_util.php editquiz_display.php front_end_display.php Log Message: Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** editquiz_display.php 21 Jun 2005 14:52:24 -0000 1.3 --- editquiz_display.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 18,22 **** * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... - * @package Stack * * This file contains display functions used by edit_quiz.php --- 18,21 ---- Index: front_end_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/front_end_display.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** front_end_display.php 8 Jul 2005 16:36:09 -0000 1.3 --- front_end_display.php 14 Jul 2005 17:46:58 -0000 1.4 *************** *** 18,22 **** * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... - * @package Stack * * This file contains dispaly functions used by index.php --- 18,21 ---- Index: edit_quiz_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/edit_quiz_util.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit_quiz_util.php 20 Jun 2005 15:42:57 -0000 1.2 --- edit_quiz_util.php 14 Jul 2005 17:46:57 -0000 1.3 *************** *** 1,3 **** --- 1,22 ---- <?php + /** + * + * Welcome to STACK. A system for teaching and assessment using a + * computer algebra kernel. + * <br> + * This file is licensed under the GPL License. + * <br> + * A copy of the license is in your STACK distribution called + * license.txt. If you are missing this file you can obtain + * it from: + * http://www.stack.bham.ac.uk/license.txt + * <br> + * Copyright (c) 2005, Christopher James Sangwin + * + * @author Chris Sangwin C.J...@bh... + * + * @package quiz + * @subpackage Stack + */ /* |
From: Chris S. <san...@us...> - 2005-07-14 17:47:08
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/index.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.php 14 Jul 2005 07:27:03 -0000 1.21 --- index.php 14 Jul 2005 17:46:58 -0000 1.22 *************** *** 30,34 **** session_start(); ! include('stackstd.php'); $default_action = 'loginscreen'; include_once($stack_root.'/frontend_general/front_end_display.php'); --- 30,41 ---- session_start(); ! ! if (file_exists('stackstd.php')) { ! include('stackstd.php'); ! } else { ! echo "STACK is not correctly installed."; ! die(); ! } ! $default_action = 'loginscreen'; include_once($stack_root.'/frontend_general/front_end_display.php'); |
From: Chris S. <san...@us...> - 2005-07-14 17:47:08
|
Update of /cvsroot/stack/stack-1-0/scripts/maxima In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31158/scripts/maxima Modified Files: initmaxima.php Log Message: Index: initmaxima.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/maxima/initmaxima.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** initmaxima.php 12 Jun 2005 09:13:28 -0000 1.5 --- initmaxima.php 14 Jul 2005 17:46:59 -0000 1.6 *************** *** 43,46 **** --- 43,49 ---- // Details of which functions are allowed are kept in these files. + /** + * + */ include("{$stack_root}/scripts/maxima/maximafun.php"); include("{$stack_root}/scripts/maxima/stackfun.php"); |
Update of /cvsroot/stack/stack-1-0/api/stackRQP/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/stackRQP/Stack Removed Files: RQPError.html RQPInput.html RQPOutput.html RQPVar.html XMLSchema.html _rqp_client_php.html _rqp_server_php.html _scripts_rqp_nusoap_php.html _scripts_rqp_rqp_calls_php.html _scripts_rqp_service_php.html _scripts_rqp_uni_soap_php.html nusoap_base.html soap_client.html soap_fault.html soap_parser.html soap_server.html soap_transport_http.html soapclient.html soapval.html wsdl.html Log Message: --- _scripts_rqp_nusoap_php.html DELETED --- --- XMLSchema.html DELETED --- --- _scripts_rqp_uni_soap_php.html DELETED --- --- soapclient.html DELETED --- --- soap_parser.html DELETED --- --- RQPError.html DELETED --- --- _rqp_client_php.html DELETED --- --- RQPInput.html DELETED --- --- soap_fault.html DELETED --- --- soapval.html DELETED --- --- RQPVar.html DELETED --- --- _scripts_rqp_rqp_calls_php.html DELETED --- --- soap_client.html DELETED --- --- nusoap_base.html DELETED --- --- _scripts_rqp_service_php.html DELETED --- --- _rqp_server_php.html DELETED --- --- wsdl.html DELETED --- --- soap_transport_http.html DELETED --- --- soap_server.html DELETED --- --- RQPOutput.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:47
|
Update of /cvsroot/stack/stack-1-0/api/stackunix/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/stackunix/Stack Removed Files: _scripts_stackUnix_php.html Log Message: --- _scripts_stackUnix_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:45
|
Update of /cvsroot/stack/stack-1-0/api/scripts/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/scripts/Stack Removed Files: _scripts_CASpool_startsocket_php.html _scripts_CASpool_stopsocket_php.html _scripts_stackAuthor_php.html _scripts_stackData_php.html _scripts_stackQuestion_php.html _scripts_stackSocketSend_php.html _scripts_stackUser_php.html _scripts_stackUtility_php.html _scripts_stackXML_php.html Log Message: --- _scripts_stackAuthor_php.html DELETED --- --- _scripts_CASpool_startsocket_php.html DELETED --- --- _scripts_stackData_php.html DELETED --- --- _scripts_stackUtility_php.html DELETED --- --- _scripts_stackXML_php.html DELETED --- --- _scripts_stackSocketSend_php.html DELETED --- --- _scripts_stackQuestion_php.html DELETED --- --- _scripts_stackUser_php.html DELETED --- --- _scripts_CASpool_stopsocket_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:44
|
Update of /cvsroot/stack/stack-1-0/api/install/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/install/Stack Removed Files: _scripts_install_stackInstall_php.html Log Message: --- _scripts_install_stackInstall_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:44
|
Update of /cvsroot/stack/stack-1-0/api/media In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/media Removed Files: banner.css stylesheet.css Log Message: --- stylesheet.css DELETED --- --- banner.css DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:44
|
Update of /cvsroot/stack/stack-1-0/api/maxima/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/maxima/Stack Removed Files: _scripts_maxima_genmaximadata_php.html _scripts_maxima_initmaxima_php.html _scripts_maxima_maximafun_php.html Log Message: --- _scripts_maxima_maximafun_php.html DELETED --- --- _scripts_maxima_initmaxima_php.html DELETED --- --- _scripts_maxima_genmaximadata_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:44
|
Update of /cvsroot/stack/stack-1-0/api/lib/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/lib/Stack Removed Files: Axiom.html CASProcess.html Maxima.html StackCAS.html StackProcess.html StackRequest.html StackResponse.html StackSocket.html TexProcess.html _scripts_CASpool_stackCAS_php.html _scripts_CASpool_stackProcess_php.html _scripts_CASpool_stackRequest_php.html _scripts_CASpool_stackSocket_php.html Log Message: --- TexProcess.html DELETED --- --- _scripts_CASpool_stackProcess_php.html DELETED --- --- CASProcess.html DELETED --- --- _scripts_CASpool_stackRequest_php.html DELETED --- --- StackRequest.html DELETED --- --- Maxima.html DELETED --- --- StackProcess.html DELETED --- --- _scripts_CASpool_stackCAS_php.html DELETED --- --- StackSocket.html DELETED --- --- Axiom.html DELETED --- --- StackResponse.html DELETED --- --- StackCAS.html DELETED --- --- _scripts_CASpool_stackSocket_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:43
|
Update of /cvsroot/stack/stack-1-0/api/frontend/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/frontend/Stack Removed Files: _analysis_php.html _chat_mathml_php.html _chat_php.html _editquiz_php.html _html_pagefoot_php.html _html_pagehead_php.html _html_qselectform_php.html _main_php.html _quiz_php.html Log Message: --- _editquiz_php.html DELETED --- --- _analysis_php.html DELETED --- --- _chat_mathml_php.html DELETED --- --- _html_pagehead_php.html DELETED --- --- _html_qselectform_php.html DELETED --- --- _quiz_php.html DELETED --- --- _chat_php.html DELETED --- --- _main_php.html DELETED --- --- _html_pagefoot_php.html DELETED --- |
Update of /cvsroot/stack/stack-1-0/api/documentation/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/documentation/Stack Removed Files: _doc_aboutSTACK_php.html _doc_author_php.html _doc_develop_php.html _doc_help_php.html _doc_index_php.html _doc_install_php.html _doc_stackAnswerTest_php.html _doc_stackCommonSyntax_php.html _doc_stackHelp_php.html _doc_stackOptions_php.html _doc_stackQuestionPotResp_php.html _doc_stackQuestion_php.html _html_helpform_php.html _maximadocs_functions_php.html _maximadocs_index_php.html _pics_index_php.html Log Message: --- _html_helpform_php.html DELETED --- --- _doc_stackQuestion_php.html DELETED --- --- _maximadocs_index_php.html DELETED --- --- _doc_aboutSTACK_php.html DELETED --- --- _doc_author_php.html DELETED --- --- _pics_index_php.html DELETED --- --- _doc_stackOptions_php.html DELETED --- --- _doc_stackAnswerTest_php.html DELETED --- --- _doc_help_php.html DELETED --- --- _doc_install_php.html DELETED --- --- _doc_index_php.html DELETED --- --- _doc_stackCommonSyntax_php.html DELETED --- --- _doc_stackQuestionPotResp_php.html DELETED --- --- _doc_develop_php.html DELETED --- --- _doc_stackHelp_php.html DELETED --- --- _maximadocs_functions_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:42
|
Update of /cvsroot/stack/stack-1-0/api/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/default Removed Files: _doc_stackQuestionPotResp_php.html _scripts_maxima_CASkeywords_php.html Log Message: --- _scripts_maxima_CASkeywords_php.html DELETED --- --- _doc_stackQuestionPotResp_php.html DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 16:53:41
|
Update of /cvsroot/stack/stack-1-0/api/data/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17465/api/data/Stack Removed Files: _scripts_stackDatabase_php.html Log Message: --- _scripts_stackDatabase_php.html DELETED --- |