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-06-13 12:21:37
|
Update of /cvsroot/stack/stack-1-0/lang/af In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11981/af Log Message: Directory /cvsroot/stack/stack-1-0/lang/af added to the repository |
From: Chris S. <san...@us...> - 2005-06-13 12:21:37
|
Update of /cvsroot/stack/stack-1-0/lang/ae In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11981/ae Log Message: Directory /cvsroot/stack/stack-1-0/lang/ae added to the repository |
From: Chris S. <san...@us...> - 2005-06-13 12:21:36
|
Update of /cvsroot/stack/stack-1-0/lang/ab In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11981/ab Log Message: Directory /cvsroot/stack/stack-1-0/lang/ab added to the repository |
From: Chris S. <san...@us...> - 2005-06-13 12:21:35
|
Update of /cvsroot/stack/stack-1-0/lang/aa In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11981/aa Log Message: Directory /cvsroot/stack/stack-1-0/lang/aa added to the repository |
From: Chris S. <san...@us...> - 2005-06-13 12:21:13
|
Update of /cvsroot/stack/stack-1-0/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11812/lang Log Message: Directory /cvsroot/stack/stack-1-0/lang added to the repository |
From: Juliette W. <jv...@us...> - 2005-06-13 12:04:52
|
Update of /cvsroot/stack/stack-1-0/doc/dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1501/dev Log Message: Directory /cvsroot/stack/stack-1-0/doc/dev added to the repository --> Using per-directory sticky tag `frontend_dev' |
From: Chris S. <san...@us...> - 2005-06-13 11:51:41
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26803/scripts Modified Files: stackAuthor.php Log Message: Index: stackAuthor.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackAuthor.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** stackAuthor.php 12 Jun 2005 07:47:06 -0000 1.22 --- stackAuthor.php 13 Jun 2005 11:51:30 -0000 1.23 *************** *** 88,92 **** echo " <td> $descript </td>\n <td>"; ! $sz = max(10,strlen($options[$opt])+2); @stack_question_edit_option_form($name,$opt,$options[$opt],$sz); echo "</td>\n"; --- 88,92 ---- echo " <td> $descript </td>\n <td>"; ! $sz = max(10,@strlen($options[$opt])+2); @stack_question_edit_option_form($name,$opt,$options[$opt],$sz); echo "</td>\n"; |
From: Gustav W D. <gus...@us...> - 2005-06-13 10:52:56
|
Update of /cvsroot/stack/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29388 Modified Files: loginfo Log Message: Now sending commit messages to the stack-cvs mailing list Index: loginfo =================================================================== RCS file: /cvsroot/stack/CVSROOT/loginfo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** loginfo 10 Apr 2005 14:51:19 -0000 1.2 --- loginfo 13 Jun 2005 10:52:46 -0000 1.3 *************** *** 28,30 **** # # The following sends commit messages to the CVS list ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} sta...@li... --- 28,31 ---- # # The following sends commit messages to the CVS list ! CVSROOT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} gus...@us... ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} sta...@li... |