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:52:36
|
Update of /cvsroot/stack/stack-1-0/api/stackwin/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14788/Stack Log Message: Directory /cvsroot/stack/stack-1-0/api/stackwin/Stack added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:52:02
|
Update of /cvsroot/stack/stack-1-0/api/quiz/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14604/Stack Log Message: Directory /cvsroot/stack/stack-1-0/api/quiz/Stack added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:51:51
|
Update of /cvsroot/stack/stack-1-0/api/moodlelib/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14522/Stack Log Message: Directory /cvsroot/stack/stack-1-0/api/moodlelib/Stack added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:51:31
|
Update of /cvsroot/stack/stack-1-0/api/media/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14438/images Log Message: Directory /cvsroot/stack/stack-1-0/api/media/images added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:51:05
|
Update of /cvsroot/stack/stack-1-0/api/languages/Stack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14298/Stack Log Message: Directory /cvsroot/stack/stack-1-0/api/languages/Stack added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:50:22
|
Update of /cvsroot/stack/stack-1-0/api/quiz In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14032/quiz Log Message: Directory /cvsroot/stack/stack-1-0/api/quiz added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:50:22
|
Update of /cvsroot/stack/stack-1-0/api/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14032/languages Log Message: Directory /cvsroot/stack/stack-1-0/api/languages added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:50:22
|
Update of /cvsroot/stack/stack-1-0/api/moodlelib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14032/moodlelib Log Message: Directory /cvsroot/stack/stack-1-0/api/moodlelib added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:50:22
|
Update of /cvsroot/stack/stack-1-0/api/stackwin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14032/stackwin Log Message: Directory /cvsroot/stack/stack-1-0/api/stackwin added to the repository |
From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/index.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** index.php 14 Jul 2005 17:46:58 -0000 1.22 --- index.php 14 Jul 2005 18:44:54 -0000 1.23 *************** *** 25,34 **** */ /////////////////////////////////////////////////////////////// // (1) Process Input - this sets $action, $user and $username /////////////////////////////////////////////////////////////// - session_start(); - if (file_exists('stackstd.php')) { include('stackstd.php'); --- 25,38 ---- */ + + /** + * + */ + session_start(); + /////////////////////////////////////////////////////////////// // (1) Process Input - this sets $action, $user and $username /////////////////////////////////////////////////////////////// if (file_exists('stackstd.php')) { include('stackstd.php'); |
From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829/scripts/install Modified Files: stackInstall.php stacktest.php Log Message: Index: stacktest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stacktest.php 14 Jul 2005 18:31:23 -0000 1.4 --- stacktest.php 14 Jul 2005 18:44:55 -0000 1.5 *************** *** 3,7 **** * Installs the various functions needed by STACK. * @package install ! * @subpackage STACK */ --- 3,7 ---- * Installs the various functions needed by STACK. * @package install ! * @subpackage Stack */ Index: stackInstall.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stackInstall.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** stackInstall.php 23 Jun 2005 10:19:16 -0000 1.11 --- stackInstall.php 14 Jul 2005 18:44:55 -0000 1.12 *************** *** 3,7 **** * Installs the various functions needed by STACK. * @package install ! * @subpackage STACK */ --- 3,7 ---- * Installs the various functions needed by STACK. * @package install ! * @subpackage Stack */ |
From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829/frontend_general Modified Files: editquiz_display.php qb_display.php question_bank_util.php Log Message: Index: qb_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/qb_display.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** qb_display.php 14 Jul 2005 18:26:02 -0000 1.4 --- qb_display.php 14 Jul 2005 18:44:54 -0000 1.5 *************** *** 15,25 **** * Copyright (c) 2005, Christopher James Sangwin * * @author Chris Sangwin C.J...@bh... * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... * ! * @package Stack * - * This file contains display functions used by question_bank.php */ --- 15,28 ---- * Copyright (c) 2005, Christopher James Sangwin * + * This file contains display functions used by question_bank.php + * + * * @author Chris Sangwin C.J...@bh... * @author Laura Naismith L.N...@bh... * @author Juliette White jv...@jv... * ! * @package frontend ! * @subpackage Stack * */ Index: question_bank_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/question_bank_util.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** question_bank_util.php 20 Jun 2005 15:42:58 -0000 1.2 --- question_bank_util.php 14 Jul 2005 18:44:54 -0000 1.3 *************** *** 26,30 **** ! /* * Gets the question that has been stored in the session * @return array $question Quiz question --- 26,30 ---- ! /** * Gets the question that has been stored in the session * @return array $question Quiz question *************** *** 49,53 **** } ! /* * Gets the question instance that has been stored in the session * @return array $questionInst Quiz question instance --- 49,53 ---- } ! /** * Gets the question instance that has been stored in the session * @return array $questionInst Quiz question instance *************** *** 65,69 **** ! /* * Gets the question instance that has been stored in $_POST * @return array $questionInst Quiz question --- 65,69 ---- ! /** * Gets the question instance that has been stored in $_POST * @return array $questionInst Quiz question *************** *** 89,93 **** ! /* * Gets the question instance that has been stored in $_POST * @param string $source. Must be 'database', 'new' or 'default' --- 89,93 ---- ! /** * Gets the question instance that has been stored in $_POST * @param string $source. Must be 'database', 'new' or 'default' *************** *** 117,121 **** } ! /* * Gets the selected questions * @return array $quiz The questions selected --- 117,121 ---- } ! /** * Gets the selected questions * @return array $quiz The questions selected *************** *** 136,140 **** } ! /* * Gets the seed variable that should be used * @return array $seed The seed variable --- 136,140 ---- } ! /** * Gets the seed variable that should be used * @return array $seed The seed variable Index: editquiz_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/editquiz_display.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** editquiz_display.php 14 Jul 2005 18:31:18 -0000 1.7 --- editquiz_display.php 14 Jul 2005 18:44:54 -0000 1.8 *************** *** 2,6 **** /** * ! * Welcome to STACK. A system for teaching and assessment using a * computer algebra kernel. * <br> --- 2,6 ---- /** * ! * Welcome to STACK. A system for teaching and assessment using a * computer algebra kernel. * <br> *************** *** 14,25 **** * Copyright (c) 2005, Christopher James Sangwin * * @author Chris Sangwin C.J...@bh... - * @author Laura Naismith L.N...@bh... - * @author Juliette White jv...@jv... * ! * @package frontend ! * @subpackage stack ! * ! * This file contains display functions used by edit_quiz.php */ --- 14,23 ---- * Copyright (c) 2005, Christopher James Sangwin * + * This file contains display functions used by edit_quiz.php + * * @author Chris Sangwin C.J...@bh... * ! * @package quiz ! * @subpackage Stack */ |
From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829/lang/en/doc Modified Files: about_install.php Log Message: Index: about_install.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/about_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about_install.php 14 Jul 2005 08:46:53 -0000 1.1 --- about_install.php 14 Jul 2005 18:44:54 -0000 1.2 *************** *** 4,8 **** * * @package documentation ! * @subpackage STACK * */ --- 4,8 ---- * * @package documentation ! * @subpackage Stack * */ |
From: Chris S. <san...@us...> - 2005-07-14 18:31:37
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053/scripts Modified Files: stackQuiz.php stackUtility.php Log Message: Index: stackQuiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuiz.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stackQuiz.php 20 Jun 2005 15:42:55 -0000 1.2 --- stackQuiz.php 14 Jul 2005 18:31:23 -0000 1.3 *************** *** 8,11 **** --- 8,14 ---- */ + /** + * + */ $stackQuiz['quizid']['descript'] = 'Quiz ID number'; $stackQuiz['quizid']['mysql'] = 'INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY'; *************** *** 26,30 **** $stackQuiz['quizMode']['mysql'] = 'TINYTEXT'; ! /* * Displays the student quiz selection screen * @param array $quize_store The list of quizzes --- 29,33 ---- $stackQuiz['quizMode']['mysql'] = 'TINYTEXT'; ! /** * Displays the student quiz selection screen * @param array $quize_store The list of quizzes Index: stackUtility.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackUtility.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** stackUtility.php 14 Jul 2005 11:28:14 -0000 1.27 --- stackUtility.php 14 Jul 2005 18:31:23 -0000 1.28 *************** *** 8,12 **** */ ! // HACK these should go in stackstd.php. They are in stackstd.php.dist // but old installs will break. Remove in next release. // --- 8,14 ---- */ ! /** ! * TO DO: these should go in stackstd.php. They are in stackstd.php.dist ! */ // but old installs will break. Remove in next release. // |
From: Chris S. <san...@us...> - 2005-07-14 18:31:36
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053/scripts/install Modified Files: stacktest.php Log Message: Index: stacktest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stacktest.php 14 Jul 2005 18:19:58 -0000 1.3 --- stacktest.php 14 Jul 2005 18:31:23 -0000 1.4 *************** *** 122,126 **** <h2>Next</h2> <p>If you have no errors, you are ready to go to your ! <?php echo "<a href=\"$stack_web_url\">home page</a></p>"; ?> </body> --- 122,131 ---- <h2>Next</h2> <p>If you have no errors, you are ready to go to your ! <?php ! /** ! * Echo URL. ! */ ! echo "<a href=\"$stack_web_url\">home page</a></p>"; ! ?> </body> |
From: Chris S. <san...@us...> - 2005-07-14 18:31:36
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053 Modified Files: user.php Log Message: Index: user.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/user.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** user.php 8 Jul 2005 16:36:08 -0000 1.1 --- user.php 14 Jul 2005 18:31:23 -0000 1.2 *************** *** 19,25 **** */ ! /////////////////////////////////////////////////////////////// ! // (1) Process Input - this sets $action, $user and $username ! /////////////////////////////////////////////////////////////// session_start(); --- 19,25 ---- */ ! /*************************************************************** ! * (1) Process Input - this sets $action, $user and $username ! ***************************************************************/ session_start(); |
From: Chris S. <san...@us...> - 2005-07-14 18:31:36
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053/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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** editquiz_display.php 14 Jul 2005 18:19:56 -0000 1.6 --- editquiz_display.php 14 Jul 2005 18:31:18 -0000 1.7 *************** *** 19,23 **** * * @package frontend ! * @subpackage Stack * * This file contains display functions used by edit_quiz.php --- 19,23 ---- * * @package frontend ! * @subpackage stack * * This file contains display functions used by edit_quiz.php |
From: Chris S. <san...@us...> - 2005-07-14 18:26:11
|
Update of /cvsroot/stack/stack-1-0/scripts/rqp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8960/scripts/rqp Removed Files: service.php Log Message: --- service.php DELETED --- |
From: Chris S. <san...@us...> - 2005-07-14 18:26:11
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8960 Modified Files: question_bank.php quiz.php Log Message: Index: quiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/quiz.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** quiz.php 14 Jul 2005 07:27:03 -0000 1.24 --- quiz.php 14 Jul 2005 18:26:03 -0000 1.25 *************** *** 8,13 **** * @subpackage Stack */ ! session_start(); ! include('stackstd.php'); $default_action = 'choose_quiz'; --- 8,16 ---- * @subpackage Stack */ ! ! /** ! * ! */ ! session_start(); include('stackstd.php'); $default_action = 'choose_quiz'; Index: question_bank.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/question_bank.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** question_bank.php 14 Jul 2005 14:13:45 -0000 1.6 --- question_bank.php 14 Jul 2005 18:26:03 -0000 1.7 *************** *** 26,32 **** */ ! /////////////////////////////////////////////////////////////// ! // (1) Process Input - this sets $action, $user and $username ! /////////////////////////////////////////////////////////////// session_start(); include('stackstd.php'); --- 26,32 ---- */ ! /************************************************************ ! * (1) Process Input - this sets $action, $user and $username ! *************************************************************/ session_start(); include('stackstd.php'); *************** *** 46,52 **** $RawAns = ''; ! ////////////////////////////////////////////////////////////// ! // (2) Perform any actions on entering the page ! ////////////////////////////////////////////////////////////// // Possible values for $action at this point are --- 46,52 ---- $RawAns = ''; ! /************************************************************ ! * (2) Perform any actions on entering the page ! *************************************************************/ // Possible values for $action at this point are *************** *** 197,203 **** ! ////////////////////////////////////////////////////////////// ! // (3) Print the page. ! ////////////////////////////////////////////////////////////// include('html/pagehead.php'); --- 197,203 ---- ! /************************************************************ ! * (3) Print the page. ! *************************************************************/ include('html/pagehead.php'); |
From: Chris S. <san...@us...> - 2005-07-14 18:26:11
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8960/frontend_general Modified Files: loginregister.php qb_display.php Log Message: Index: qb_display.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/qb_display.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** qb_display.php 14 Jul 2005 07:27:03 -0000 1.3 --- qb_display.php 14 Jul 2005 18:26:02 -0000 1.4 *************** *** 24,28 **** */ ! /* * Displays the main question bank page * @param bool $admin TRUE if the user is the admin user, FALSE otherwise --- 24,28 ---- */ ! /** * Displays the main question bank page * @param bool $admin TRUE if the user is the admin user, FALSE otherwise *************** *** 46,50 **** ! /* * Displays the form for editting a question * @param array $question The question to edit --- 46,50 ---- ! /** * Displays the form for editting a question * @param array $question The question to edit *************** *** 65,69 **** ! /* * Displays the edit metadate form * @param array $question_bank_filter The question bank filter to apply --- 65,69 ---- ! /** * Displays the edit metadate form * @param array $question_bank_filter The question bank filter to apply *************** *** 79,83 **** ! /* * Displays the form for importing a file * @return void --- 79,83 ---- ! /** * Displays the form for importing a file * @return void *************** *** 94,98 **** } ! /* * Displays the imported questions * @param array $quiz The imported quiz --- 94,98 ---- } ! /** * Displays the imported questions * @param array $quiz The imported quiz *************** *** 137,141 **** ! /* * Displays the preview of a question * @return void --- 137,141 ---- ! /** * Displays the preview of a question * @return void *************** *** 149,151 **** echo "<a href=\"javascript:HelpPopup('student','');\">Help</a></td></tr></table></center>"; } ! ?> --- 149,152 ---- echo "<a href=\"javascript:HelpPopup('student','');\">Help</a></td></tr></table></center>"; } ! ! ?> Index: loginregister.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/loginregister.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** loginregister.php 14 Jul 2005 17:49:56 -0000 1.6 --- loginregister.php 14 Jul 2005 18:26:02 -0000 1.7 *************** *** 28,32 **** ! /* * Begin the script. */ --- 28,32 ---- ! /** * Begin the script. */ |
From: Chris S. <san...@us...> - 2005-07-14 18:20:40
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang/en/doc Modified Files: author_gettingstarted.php Log Message: Index: author_gettingstarted.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_gettingstarted.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** author_gettingstarted.php 14 Jul 2005 18:05:05 -0000 1.3 --- author_gettingstarted.php 14 Jul 2005 18:19:57 -0000 1.4 *************** *** 19,23 **** * * ! * @question The question to be displayed. * */ --- 19,23 ---- * * ! * @param $question The question to be displayed. * */ |
From: Chris S. <san...@us...> - 2005-07-14 18:20:36
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang/en Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** stack.php 14 Jul 2005 16:18:18 -0000 1.11 --- stack.php 14 Jul 2005 18:19:57 -0000 1.12 *************** *** 1,5 **** <?php - // Strings associated with quizzes. $string['TrySTACKQuiz'] = 'Try a STACK quiz'; $string['STACKHomePage'] = 'STACK home page'; --- 1,14 ---- <?php + /** + * Strings which STACK uses to display to the user. + * + * @package languages + * @subpackage Stack + */ + + /** + * Strings associated with quizzes. + */ $string['TrySTACKQuiz'] = 'Try a STACK quiz'; $string['STACKHomePage'] = 'STACK home page'; |
From: Chris S. <san...@us...> - 2005-07-14 18:20:36
|
Update of /cvsroot/stack/stack-1-0/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang Modified Files: languages.php Log Message: Index: languages.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/languages.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** languages.php 14 Jul 2005 17:49:56 -0000 1.2 --- languages.php 14 Jul 2005 18:19:58 -0000 1.3 *************** *** 3,8 **** * This file contains country code definitions for languages. * ! * ! * @package Stack */ --- 3,12 ---- * This file contains country code definitions for languages. * ! * @package languages ! * @subpackage Stack ! */ ! ! /** ! * */ |
From: Chris S. <san...@us...> - 2005-07-14 18:20:35
|
Update of /cvsroot/stack/stack-1-0/lang/es In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/lang/es Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/es/stack.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stack.php 20 Jun 2005 15:42:58 -0000 1.2 --- stack.php 14 Jul 2005 18:19:57 -0000 1.3 *************** *** 1,4 **** --- 1,13 ---- <?php + /** + * Strings which STACK uses to display to the user. + * + * @package languages + * @subpackage Stack + */ + /** + * Strings associated with quizzes. + */ $string['TrySTACKQuiz'] = 'Intente un cuestionario STACK'; $string['STACKHomePage'] = 'Página inicial STACK'; |
From: Chris S. <san...@us...> - 2005-07-14 18:20:08
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/scripts/install Modified Files: stacktest.php Log Message: Index: stacktest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stacktest.php 5 Jul 2005 16:29:23 -0000 1.2 --- stacktest.php 14 Jul 2005 18:19:58 -0000 1.3 *************** *** 1,2 **** --- 1,10 ---- + ?<php + /** + * Installs the various functions needed by STACK. + * @package install + * @subpackage STACK + */ + + ?> <html> <head> *************** *** 15,19 **** <?php ! require_once('../../stackstd.php'); --- 23,29 ---- <?php ! /** ! * Include the stack settings. ! */ require_once('../../stackstd.php'); |