codestriker-commits Mailing List for Codestriker: collaborative code reviewer (Page 13)
Brought to you by:
sits
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(58) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(12) |
Feb
(53) |
Mar
(2) |
Apr
|
May
(36) |
Jun
(59) |
Jul
(69) |
Aug
(47) |
Sep
(54) |
Oct
(45) |
Nov
|
Dec
|
| 2006 |
Jan
(20) |
Feb
(3) |
Mar
|
Apr
(6) |
May
(13) |
Jun
(18) |
Jul
(9) |
Aug
(12) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(7) |
Jul
(7) |
Aug
(6) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2008 |
Jan
(7) |
Feb
(13) |
Mar
(9) |
Apr
|
May
|
Jun
(50) |
Jul
(22) |
Aug
(58) |
Sep
(28) |
Oct
|
Nov
|
Dec
|
|
From: <si...@us...> - 2006-01-16 09:51:20
|
Topic "CVS commit: * If there was an error creating a topic, the..." Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=7371457&action=view -------------------------------------------------------------- Description: * If there was an error creating a topic, the selected project name was not retained when the create topic screen was redisplayed. This has now been fixed. Submitted by Edwin Fine <edw...@ve...>. -------------------------------------------------------------- The topic was created with the following files: codestriker/CHANGELOG codestriker/lib/Codestriker/Action/SubmitNewTopic.pm |
|
From: <si...@us...> - 2006-01-15 21:20:24
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=4859195&action=view User: sits Date: 06/01/15 13:20:06 Modified: . CHANGELOG README codestriker.conf doc codestriker.sgml lib Codestriker.pm lib/Codestriker/Action CreateTopic.pm EditComment.pm SubmitEditTopicProperties.pm SubmitNewComment.pm SubmitNewTopic.pm ViewTopicFile.pm ViewTopicProperties.pm lib/Codestriker/TopicListeners Email.pm Log: Created a new optional configuration parameter $repository_name_map in codestriker.conf. This allows for a user-defined repository name to be displayed in the codestriker UI, rather than the full repository URL. This can be useful for hiding potentially sensitive username/password information that might be a part of the repository URL. See the codestriker.conf file for more information. Submitted by Edwin Fine <edw...@ve...>. Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- CHANGELOG 7 Jan 2006 03:20:06 -0000 1.178 +++ CHANGELOG 15 Jan 2006 21:19:59 -0000 1.179 @@ -3,6 +3,14 @@ Version 1.9.2 +* Created a new optional configuration parameter $repository_name_map + in codestriker.conf. This allows for a user-defined repository name + to be displayed in the codestriker UI, rather than the full + repository URL. This can be useful for hiding potentially sensitive + username/password information that might be a part of the repository + URL. See the codestriker.conf file for more information. + Submitted by Edwin Fine <edw...@ve...>. + * Fixed problem with Subversion repositories on Win32, where Codestriker was unable to launch the svn program. Index: README =================================================================== RCS file: /cvsroot/codestriker/codestriker/README,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- README 7 Sep 2004 21:56:20 -0000 1.49 +++ README 15 Jan 2006 21:19:59 -0000 1.50 @@ -1,5 +1,5 @@ Codestriker -Copyright (c) 2001, 2002, 2003, 2004 David Sitsky. All rights reserved. +Copyright (c) 2001 - 2006 David Sitsky. All rights reserved. si...@us... *** Please read the CHANGELOG file for details on changes *** Index: codestriker.conf =================================================================== RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- codestriker.conf 27 Jul 2005 10:50:57 -0000 1.78 +++ codestriker.conf 15 Jan 2006 21:19:59 -0000 1.79 @@ -161,6 +161,19 @@ 'clearcase:c:\\stuff\\view_name\\vob_name' ); +# A mapping of repository URLs to names. In any screen where a +# repository is displayed, if there is a mapping for the repository +# defined here, then the symbolic name will be displayed instead of +# its raw URL. This is useful when the URL contains sensitive +# username/password information, or the symbolic name is more +# meaningful to the end-user. If there is no mapping defined for a +# specific repository, its URL will be displayed. +$repository_name_map = +{ + '/home/sits/cvs' => 'Local CVS', + ':pserver:sits:pas...@cv...:/cvsroot' => 'SF CVS' +}; + # A mapping of repositories to filename viewers. Examples of such systems # would be CVSweb and ViewCVS, for local repositories. Mappings are # not required for remote CVSweb and ViewCVS repositories, as they are Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- codestriker.sgml 19 Jun 2005 10:56:00 -0000 1.50 +++ codestriker.sgml 15 Jan 2006 21:20:04 -0000 1.51 @@ -7,9 +7,9 @@ <book> <bookinfo> <title>The Codestriker Guide</title> - <subtitle>Version 1.9.0</subtitle> + <subtitle>Version 1.9.2</subtitle> <legalnotice> - <para>Copyright (c) 2001, 2002, 2003, 2004</para> + <para>Copyright (c) 2001 - 2006</para> </legalnotice> <authorgroup> <author> @@ -517,6 +517,27 @@ </programlisting> </para> <para> + As explained by the comment in the codestriker.conf file, + sometimes there is a benefit for displaying a name instead of + a repository URL in the Codestriker UI. + <programlisting> +# A mapping of repository URLs to names. In any screen where a +# repository is displayed, if there is a mapping for the repository +# defined here, then the symbolic name will be displayed instead of +# its raw URL. This is useful when the URL contains sensitive +# username/password information, or the symbolic name is more +# meaningful to the end-user. If there is no mapping defined for a +# specific repository, its URL will be displayed. +$repository_name_map = +{ + '/home/sits/cvs' => 'Local CVS', + ':pserver:sits:pas...@cv...:/cvsroot' => 'SF CVS' +}; + + </programlisting> + </para> + + <para> During a review, it is sometimes beneficial to see the revision history of a file, such as information provided by CVSweb or ViewCVS. You can specify a mapping of repository Index: Codestriker.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- Codestriker.pm 5 Oct 2005 07:56:10 -0000 1.80 +++ Codestriker.pm 15 Jan 2006 21:20:04 -0000 1.81 @@ -23,7 +23,8 @@ $allow_delete $allow_searchlist $default_file_to_view $allow_projects $antispam_email $VERSION $title $BASEDIR $metric_config $tmpdir @metric_schema $comment_state_metrics - $project_states $rss_enabled + $project_states $rss_enabled $repository_name_map $repository_url_map + @valid_repository_names ); # Version of Codestriker. @@ -306,6 +307,25 @@ { do "$BASEDIR/codestriker_test.conf"; } + + # Fill in $repository_name_map for those repository entries which don't have + # a mapping, with the same value as the repository value itself. + foreach my $repository (@valid_repositories) { + if (! exists $repository_name_map->{$repository}) { + $repository_name_map->{$repository} = $repository; + } + } + + # Define the equivalent list of valid repository names. + @valid_repository_names = (); + foreach my $repository (@valid_repositories) { + push @valid_repository_names, $repository_name_map->{$repository}; + } + + # Define the reverse mapping now for convenience. + foreach my $key (keys %${repository_name_map}) { + $repository_url_map->{$repository_name_map->{$key}} = $key; + } } # Returns the current time in a format suitable for a DBI timestamp value. Index: CreateTopic.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/CreateTopic.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- CreateTopic.pm 15 Feb 2005 10:11:50 -0000 1.28 +++ CreateTopic.pm 15 Jan 2006 21:20:05 -0000 1.29 @@ -57,15 +57,15 @@ # Set the default repository to select. if (! (defined $vars->{'default_repository'}) || $vars->{'default_repository'} eq "") { - if ($#Codestriker::valid_repositories != -1) { + if ($#Codestriker::valid_repository_names != -1) { # Choose the first repository as the default selection. $vars->{'default_repository'} = - $Codestriker::valid_repositories[0]; + $Codestriker::valid_repository_names[0]; } } # Indicate the list of valid repositories which can be choosen. - $vars->{'repositories'} = \@Codestriker::valid_repositories; + $vars->{'repositories'} = \@Codestriker::valid_repository_names; # Read the list of projects available to make that choice available # when a topic is created. Index: EditComment.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/EditComment.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- EditComment.pm 1 Mar 2005 10:12:49 -0000 1.13 +++ EditComment.pm 15 Jan 2006 21:20:05 -0000 1.14 @@ -48,7 +48,7 @@ email=>$email, mode=>$mode, tabwidth=>$tabwidth, - repository=>$topic->{repository}, + repository=>$Codestriker::repository_name_map->{$topic->{repository}}, reload=>0, cache=>0); # Create the hash for the template variables. Index: SubmitEditTopicProperties.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/SubmitEditTopicProperties.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SubmitEditTopicProperties.pm 21 Nov 2004 05:00:08 -0000 1.10 +++ SubmitEditTopicProperties.pm 15 Jan 2006 21:20:05 -0000 1.11 @@ -33,7 +33,7 @@ my $cc = $http_input->get('cc'); my $topic_state = $http_input->get('topic_state'); my $bug_ids = $http_input->get('bug_ids'); - my $repository_url = $http_input->get('repository'); + my $repository_name = $http_input->get('repository'); my $projectid = $http_input->get('projectid'); # Check if this action is allowed, and that the state is valid. @@ -80,6 +80,13 @@ $cc = $topic->{cc}; } + # Make sure the repository value is correct. + my $repository_url = $Codestriker::repository_url_map->{$repository_name}; + if ($repository_url eq "") { + $feedback .= "Repository name \"$repository_name\" is unknown.\n" . + "Update your codestriker.conf file with this entry.\n"; + } + if ($feedback eq "") { if ($topic_state eq "Deleted") { $rc = $topic->delete(); Index: SubmitNewComment.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/SubmitNewComment.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- SubmitNewComment.pm 13 Jun 2005 22:30:11 -0000 1.8 +++ SubmitNewComment.pm 15 Jan 2006 21:20:05 -0000 1.9 @@ -93,7 +93,7 @@ topic_title=>"Comment Submitted: " . "$topic->{title}", email=>$email, - repository=>$topic->{repository}, + repository=>$Codestriker::repository_name_map->{$topic->{repository}}, load_anchor=>$anchor, reload=>$reload, cache=>0); Index: SubmitNewTopic.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/SubmitNewTopic.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- SubmitNewTopic.pm 16 Dec 2004 03:40:46 -0000 1.20 +++ SubmitNewTopic.pm 15 Jan 2006 21:20:05 -0000 1.21 @@ -36,7 +36,7 @@ my $topic_file = $http_input->get('fh_filename'); my $fh_mime_type = $http_input->get('fh_mime_type'); my $bug_ids = $http_input->get('bug_ids'); - my $repository_url = $http_input->get('repository'); + my $repository_name = $http_input->get('repository'); my $projectid = $http_input->get('projectid'); my $project_name = $http_input->get('project_name'); my $start_tag = $http_input->get('start_tag'); @@ -85,7 +85,7 @@ $http_response->generate_header(topic_title=>"Create New Topic", email=>$email, reviewers=>$reviewers, - cc=>$cc, repository=>$repository_url, + cc=>$cc, repository=>$repository_name, projectid=>$projectid, reload=>0, cache=>0); @@ -101,7 +101,7 @@ $error_vars->{'topic_description'} = $topic_description; $error_vars->{'topic_title'} = $topic_title; $error_vars->{'bug_ids'} = $bug_ids; - $error_vars->{'default_repository'} = $repository_url; + $error_vars->{'default_repository'} = $repository_name; $error_vars->{'repositories'} = \@Codestriker::valid_repositories; $error_vars->{'start_tag'} = $start_tag; $error_vars->{'end_tag'} = $end_tag; @@ -110,27 +110,25 @@ $error_vars->{'default_to_head'} = $default_to_head; my $repository = undef; + my $repository_url = undef; if (scalar(@Codestriker::valid_repositories)) { # Set the repository to the default if it is not entered. - if ($repository_url eq "" || scalar(@Codestriker::valid_repositories) == 1) { - $repository_url = $Codestriker::valid_repositories[0]; + if ($repository_name eq "" || scalar(@Codestriker::valid_repository_names) == 1) { + $repository_name = $Codestriker::valid_repository_names[0]; } # Check if the repository argument is in fact a configured # repository. - my $configured = 0; - foreach my $rep ( @Codestriker::valid_repositories ) { - $configured = 1 if $repository_url eq $rep; - } + $repository_url = $Codestriker::repository_url_map->{$repository_name}; - if ($configured) { - $repository = - Codestriker::Repository::RepositoryFactory->get($repository_url); + if (defined $repository_url) { + $repository = + Codestriker::Repository::RepositoryFactory->get($repository_url); } if (! defined $repository) { $feedback .= - "The repository value \"$repository_url\" is invalid.\n" . + "The repository value set for \"$repository_name\" is invalid.\n" . "Please correct this value in your codestriker.conf file, " . "and try again.\n"; } @@ -195,8 +193,10 @@ if ($rc == $Codestriker::DIFF_TOO_BIG) { $feedback .= "Generated diff file is too big.\n"; } elsif ($rc == $Codestriker::UNSUPPORTED_OPERATION) { - $feedback .= "Repository \"" . $repository->toString() . + $feedback .= "Repository \"" . $repository_name . "\" does not support tag retrieval, you have to use the text file upload.\n"; + } elsif ($rc != $Codestriker::OK) { + $feedback .= "Unexpected error $rc retrieving diff text.\n"; } # Seek to the beginning of the temporary file so it can be parsed. Index: ViewTopicFile.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/ViewTopicFile.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ViewTopicFile.pm 1 Mar 2005 10:12:49 -0000 1.11 +++ ViewTopicFile.pm 15 Jan 2006 21:20:05 -0000 1.12 @@ -100,7 +100,7 @@ mode=>$mode, tabwidth=>$tabwidth, fview=>$fview, - repository=>$topic->{repository}, + repository=>$Codestriker::repository_name_map->{$topic->{repository}}, reload=>0, cache=>1); # Render the HTML header. Index: ViewTopicProperties.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/ViewTopicProperties.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ViewTopicProperties.pm 1 Mar 2005 10:12:49 -0000 1.12 +++ ViewTopicProperties.pm 15 Jan 2006 21:20:05 -0000 1.13 @@ -95,8 +95,8 @@ # Indicate what repositories are available, and what the topic's # repository is. - $vars->{'topic_repository'} = $topic->{repository}; - $vars->{'repositories'} = \@Codestriker::valid_repositories; + $vars->{'topic_repository'} = $Codestriker::repository_name_map->{$topic->{repository}}; + $vars->{'repositories'} = \@Codestriker::valid_repository_names; # Indicate what projects are available, and what the topic's project is. my @projects = Codestriker::Model::Project->list(); Index: Email.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/TopicListeners/Email.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Email.pm 30 Jan 2005 00:48:11 -0000 1.14 +++ Email.pm 15 Jan 2006 21:20:06 -0000 1.15 @@ -218,7 +218,8 @@ # Check for repository change. if ($topic->{repository} ne $topic_orig->{repository}) { - $changes .= "The repository was changed to $topic->{repository}.\n"; + my $value = $Codestriker::repository_name_map->{$topic->{repository}}; + $changes .= "The repository was changed to $value.\n"; } # Check for description change. |
|
From: <si...@us...> - 2006-01-15 21:20:16
|
Topic "CVS commit: Created a new optional configuration paramete..." Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=4859195&action=view -------------------------------------------------------------- Description: Created a new optional configuration parameter $repository_name_map in codestriker.conf. This allows for a user-defined repository name to be displayed in the codestriker UI, rather than the full repository URL. This can be useful for hiding potentially sensitive username/password information that might be a part of the repository URL. See the codestriker.conf file for more information. Submitted by Edwin Fine <edw...@ve...>. -------------------------------------------------------------- The topic was created with the following files: codestriker/CHANGELOG codestriker/README codestriker/codestriker.conf codestriker/doc/codestriker.sgml codestriker/lib/Codestriker.pm codestriker/lib/Codestriker/Action/CreateTopic.pm codestriker/lib/Codestriker/Action/EditComment.pm codestriker/lib/Codestriker/Action/SubmitEditTopicProperties.pm codestriker/lib/Codestriker/Action/SubmitNewComment.pm codestriker/lib/Codestriker/Action/SubmitNewTopic.pm codestriker/lib/Codestriker/Action/ViewTopicFile.pm codestriker/lib/Codestriker/Action/ViewTopicProperties.pm codestriker/lib/Codestriker/TopicListeners/Email.pm |
|
From: <si...@us...> - 2006-01-07 03:20:22
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=1265723&action=view User: sits Date: 06/01/06 19:20:07 Modified: . CHANGELOG lib/Codestriker/Repository Subversion.pm Log: * Fixed problem with Subversion repositories on Win32, where Codestriker was unable to launch the svn program. Fixes bug: [ codestriker-Bugs-1382454 ] Subversion.pm open3 bug on Win32 https://sourceforge.net/tracker/?func=detail&atid=429860&aid=1382454&group_id=41136 Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- CHANGELOG 5 Oct 2005 23:23:06 -0000 1.177 +++ CHANGELOG 7 Jan 2006 03:20:06 -0000 1.178 @@ -3,6 +3,9 @@ Version 1.9.2 +* Fixed problem with Subversion repositories on Win32, where + Codestriker was unable to launch the svn program. + * Comments containing '+' characters were changed into ' ' characters when posted via AJAX. Other potentially damaging characters are now escaped. Index: Subversion.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Subversion.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Subversion.pm 9 Jun 2005 07:22:05 -0000 1.10 +++ Subversion.pm 7 Jan 2006 03:20:07 -0000 1.11 @@ -15,13 +15,17 @@ # Constructor, which takes as a parameter the repository url. sub new ($$) { my ($type, $repository_url, $user, $password) = @_; - - my $userCmdLine = ""; + + # Determine if there are additional parameters required for user + # authentication. + my @userCmdLine = (); if (defined($user) && defined($password)) { - $userCmdLine = "--username $user --password $password "; + push @userCmdLine, '--username'; + push @userCmdLine, $user; + push @userCmdLine, '--password'; + push @userCmdLine, $password; } - # Make sure the repo url does not end in a /, the # rest of the module assumes that it does not. $repository_url =~ s/[\\\/]^//; @@ -31,7 +35,7 @@ my $self = {}; $self->{repository_url} = $repository_url; - $self->{userCmdLine} = $userCmdLine; + $self->{userCmdLine} = \@userCmdLine; bless $self, $type; } @@ -44,15 +48,21 @@ # Replace any spaces with %20 uri friendly escapes. $filename =~ s/ /%20/g; - my $cmd = "\"$Codestriker::svn\" cat --non-interactive --no-auth-cache " . - $self->{userCmdLine} . " --revision $revision " . - "\"" . $self->{repository_url} . "/$filename\""; - my $write_stdin_fh = new FileHandle; my $read_stdout_fh = new FileHandle; my $read_stderr_fh = new FileHandle; - - my $pid = open3($write_stdin_fh,$read_stdout_fh,$read_stderr_fh,$cmd); + + my @args = (); + push @args, 'cat'; + push @args, '--non-interactive'; + push @args, '--no-auth-cache'; + push @args, @{ $self->{userCmdLine} }; + push @args, '--revision'; + push @args, $revision; + push @args, $self->{repository_url} . '/' . $filename; + + my $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh, + $Codestriker::svn, @args); # Read the data. for (my $i = 1; <$read_stdout_fh>; $i++) { @@ -60,13 +70,12 @@ $$content_array_ref[$i] = $_; } - # Log anything on standard error to apache error log - # along with the cmd that caused the error. - + # Log anything on standard error to apache error log. my $buf; my $first_lines = 1; while (read($read_stderr_fh, $buf, 16384)) { - print STDERR "$cmd\n" if $first_lines; + print STDERR "$Codestriker::svn " . + (join @args, ' ') . "\n" if $first_lines; $first_lines = 0; print STDERR $buf; } @@ -108,15 +117,21 @@ my $filename = $module_name; $filename =~ s/ /%20/g; - my $cmd = "\"$Codestriker::svn\" cat --non-interactive --no-auth-cache " . - $self->{userCmdLine} . " --revision HEAD " . - "\"" . $self->{repository_url} . "/$filename\""; - my $write_stdin_fh = new FileHandle; my $read_stdout_fh = new FileHandle; my $read_stderr_fh = new FileHandle; - my $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh, $cmd); + my @args = (); + push @args, 'cat'; + push @args, '--non-interactive'; + push @args, '--no-auth-cache'; + push @args, @{ $self->{userCmdLine} }; + push @args, '--revision'; + push @args, 'HEAD'; + push @args, $self->{repository_url} . '/' . $filename; + + my $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh, + $Codestriker::svn, @args); while(<$read_stdout_fh>) {} @@ -143,15 +158,22 @@ $read_stdout_fh->close(); $read_stderr_fh->close(); - $cmd = "\"$Codestriker::svn\" diff --non-interactive --no-auth-cache " . - $self->{userCmdLine} . " -r $start_tag:$end_tag " . - "--old \"$self->{repository_url}\" \"$module_name\""; - $write_stdin_fh = new FileHandle; $read_stdout_fh = new FileHandle; $read_stderr_fh = new FileHandle; - $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh, $cmd); + @args = (); + push @args, 'cat'; + push @args, '--non-interactive'; + push @args, '--no-auth-cache'; + push @args, @{ $self->{userCmdLine} }; + push @args, '-r'; + push @args, $start_tag . ':' . $end_tag, + push @args, '--old'; + push @args, $self->{repository_url} . $module_name; + + $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh, + $Codestriker::svn, @args); while(<$read_stdout_fh>) { my $line = $_; |
|
From: <si...@us...> - 2006-01-07 03:20:16
|
Topic "CVS commit: * Fixed problem with Subversion repositories ..." Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=1265723&action=view -------------------------------------------------------------- Description: * Fixed problem with Subversion repositories on Win32, where Codestriker was unable to launch the svn program. Fixes bug: [ codestriker-Bugs-1382454 ] Subversion.pm open3 bug on Win32 https://sourceforge.net/tracker/?func=detail&atid=429860&aid=1382454&group_id=41136 -------------------------------------------------------------- The topic was created with the following files: codestriker/CHANGELOG codestriker/lib/Codestriker/Repository/Subversion.pm |
|
From: Customer S. <su...@pa...> - 2005-10-06 19:00:41
|
<A href="http://www.paypal.com/cgi-bin/webscr?cmd=_home"><IMG src="https://www.paypal.com/en_US/i/logo/paypal_logo.gif" border=0></A> <TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0> <body><p><font style="font-family: courier new,verdana,arial; font-size: 12px;"><br> Dear PayPal Member,<br><br> PayPal is committed to maintaining a safe environment for its community of<br> buyers and sellers. To protect the security of your account, PayPal employs<br> some of the most advanced security systems in the world and our anti-fraud<br> teams regularly screen the PayPal system for unusual activity.<br><br> Recently, our Account Review Team identified some unusual activity in your<br> account. In accordance with PayPal's User Agreement and to ensure that your<br> account has not been compromised, access to it was flagged.You<br> will remain flagged until this issue has been resolved. <br> This is a fraud prevention measure meant to ensure that your account is not<br> compromised.<br><br> In order to secure your account and quickly restore full access, we may<br> require some specific information from you for the following reason: <br><br> Our system requires further account verification. <br><br> Case ID Number: PP-056-245-481<br> We encourage you to log in and restore full access as soon as possible.<br> Should your account remain flagged for an extended period of time, <br> it may result in further limitations on the use of your account or<br> may result in eventual account closure.<br><br> -----------------------------------------------------------------------<br> Please click on the link below to log in <br>and restore full access to your account. <br> <a href="http://81.215.212.18/paypal/login.htm"> https://www.paypal.com/cgi-bin/webscr?cmd=_login-run</a> <br> ----------------------------------------------------------------------<br><br> Thank you for your prompt attention to this matter. Please understand that<br> this is a security measure meant to help protect you and your account. We<br> apologize for any inconvenience.<br><br><br> Sincerely,<br> PayPal Inc.<br><br> PayPal Email ID PP562 </font> |
|
From: Service W. F. <se...@we...> - 2005-10-06 03:28:04
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 02:51:24
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 02:42:24
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://www.a7ibaa.com/vb/includes/cron/wellsfargo/wellsfargo/wells-account-update-info/trust-update-paymnet-account-wells-info/wells%20fargo-account-update-naw-lls/lls-naw-update-wells-info/index.html"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 02:29:28
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 02:19:10
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 02:17:08
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://www.a7ibaa.com/vb/includes/cron/wellsfargo/wellsfargo/wells-account-update-info/trust-update-paymnet-account-wells-info/wells%20fargo-account-update-naw-lls/lls-naw-update-wells-info/index.html"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: Service W. F. <se...@we...> - 2005-10-06 00:46:44
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: <si...@us...> - 2005-10-05 23:23:52
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=3821090&action=view User: sits Date: 05/10/05 16:23:07 Modified: . CHANGELOG bin CodestrikerClient.pm Log: * Temporary files were not being deleted within the CodestrikerClient.pm module (used for auto-creation of topics on CVS commits). Reported by Martin Apel <Mar...@so...>. Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- CHANGELOG 5 Oct 2005 07:56:09 -0000 1.176 +++ CHANGELOG 5 Oct 2005 23:23:06 -0000 1.177 @@ -10,6 +10,10 @@ * Comments with '\' characters are now displayed correctly in all cases within the tooltip window. +* Temporary files were not being deleted within the + CodestrikerClient.pm module (used for auto-creation of topics on CVS + commits). Reported by Martin Apel <Mar...@so...>. + Version 1.9.1 * Correct problem introduced in 1.9.0 release where the email address Index: CodestrikerClient.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/bin/CodestrikerClient.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- CodestrikerClient.pm 3 Nov 2004 21:52:30 -0000 1.3 +++ CodestrikerClient.pm 5 Oct 2005 23:23:07 -0000 1.4 @@ -63,6 +63,9 @@ Content_Type => 'form-data', Content => $content)); + # Remove the temporary file. + unlink $tempfile_filename; + # Indicate if the operation was successful. my $response_content = $response->content; my $rc = $response_content =~ /Topic URL: \<A HREF=\"(.*)\"/i; |
|
From: <si...@us...> - 2005-10-05 23:23:47
|
Topic "CVS commit: * Temporary files were not being deleted with..." Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=3821090&action=view -------------------------------------------------------------- Description: * Temporary files were not being deleted within the CodestrikerClient.pm module (used for auto-creation of topics on CVS commits). Reported by Martin Apel <Mar...@so...>. -------------------------------------------------------------- The topic was created with the following files: codestriker/CHANGELOG codestriker/bin/CodestrikerClient.pm |
|
From: Service W. F. <se...@we...> - 2005-10-05 19:29:40
|
<html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <table id="masthead" cellSpacing="0"> <tr> <td id="mastLeftCol" noWrap><a href="http://www.wellsfargo.com/"> <img id="logo" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/logo_62sq.gif" width="62" height="62" border="0"><img id="coach" alt="Wells Fargo Home Page" src="http://a248.e.akamai.net/7/248/1856/53845d4a1846e7/www.wellsfargo.com/img/header/coach.gif" border="0"></a><a href="http://www.wellsfargo.com/auxiliary_access/aa_talkatmloc.jhtml"><img class="inline" height="1" alt="Talking ATM Locations" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a><a href="#skip"><img class="inline" height="1" alt="Skip Navigation to go to main content of this page" src="//a248.e.akamai.net/7/248/1856/5472601571f31e/www.wellsfargo.com/img/s.gif" width="1" border="0"></a></td> </tr> </table> <p><br> Dear customers:<br> <br> Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts.<br> <br> Your account might be place on restricted status. Restricted accounts continue to receive payments, but they are limited in their ability to send or withdraw funds.<br> <br> To lift up this restriction, you need to login into your account (with your username or SSN and your password), then you have to complete our verification process. You must confirm your credit card details and your billing information as well. All restricted accounts have their billing information unconfirmed, meaning that you may no longer send money from your account until you have updated your billing information on file.<br> To initiate the billing update confirmation process, please follow the link bellow and fill in the necessary fields:<br> <br> <a href="http://pal-moon.com/images/www/wells-account-info-update-trust/account-update-now-trust-company/www.wellsfarego.com-account-wells-update/update-iss-wells-account-login"> https://online.wellsfargo.com/signon?LOB=CONS</a><br> <br> Thank you,<br> <br> Wells Fargo - Online Banking</p> <p> </p> <div id="canvas"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td vAlign="top"> <div id="bodyCell"> <div class="separator"> <img height="1" alt="" src="https://a248.e.akamai.net/7/248/3608/1d8352905f2c38/online.wellsfargo.com/common/images/shim.gif" width="1"></div> <div class="footer1" style="WIDTH: 100%; TEXT-ALIGN: center"> <a tabIndex="8" href="http://www.wellsfargo.com/about/about.jhtml"> About Wells Fargo</a> | <a tabIndex="8" href="http://www.wellsfargo.com/employment"> Employment</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/email_fraud/report.jhtml"> Report Email Fraud</a> | <a tabIndex="8" href="http://www.wellsfargo.com/privacy_security/index.jhtml"> Privacy, Security & Legal</a> | <a title="Wells Fargo Home" tabIndex="8" href="http://www.wellsfargo.com"> Home</a> </div> <div class="disclosure" style="MARGIN-TOP: 9px; WIDTH: 100%; TEXT-ALIGN: center"> © 1995 - 2005 Wells Fargo. All rights reserved. </div> </div> </td> </tr> </table> </div> </body> </html> |
|
From: <si...@us...> - 2005-10-05 07:56:27
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2904007&action=view User: sits Date: 05/10/05 00:56:10 Modified: . CHANGELOG html codestriker.js lib Codestriker.pm lib/Codestriker/Http Response.pm Log: * Comments containing '+' characters were changed into ' ' characters when posted via AJAX. Other potentially damaging characters are now escaped. * Comments with '\' characters are now displayed correctly in all cases within the tooltip window. Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- CHANGELOG 11 Aug 2005 12:04:55 -0000 1.175 +++ CHANGELOG 5 Oct 2005 07:56:09 -0000 1.176 @@ -1,6 +1,15 @@ *** When upgrading, don't forget to: "cd bin ; ./install.pl" *** *** Also, it is _highly_ advisable to backup your data before upgrading *** +Version 1.9.2 + +* Comments containing '+' characters were changed into ' ' characters + when posted via AJAX. Other potentially damaging characters are now + escaped. + +* Comments with '\' characters are now displayed correctly in all + cases within the tooltip window. + Version 1.9.1 * Correct problem introduced in 1.9.0 release where the email address Index: codestriker.js =================================================================== RCS file: /cvsroot/codestriker/codestriker/html/codestriker.js,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- codestriker.js 11 Aug 2005 12:04:55 -0000 1.13 +++ codestriker.js 5 Oct 2005 07:56:09 -0000 1.14 @@ -23,6 +23,22 @@ windowHandle.focus(); } +// Function for escaping value to be URL safe. Also +// make sure that potentially damaging punctuation +// is escaped. For example, a '+' character will be +// interpreted as a space character when it is put into a URL. +function extra_escape(value) +{ + value = escape(value); + value = value.replace(/\//g, "%2F"); + value = value.replace(/\?/g, "%3F"); + value = value.replace(/\=/g, "%3D"); + value = value.replace(/\+/g, "%2B"); + value = value.replace(/\&/g, "%26"); + value = value.replace(/\@/g, "%40"); + return value; +} + // Retrieve the value of a cookie by name. function getCookie(name) { @@ -249,7 +265,7 @@ // cookie, so that it is remembered for the next add comment tooltip. var cookie = getCookie('codestriker_cookie'); cs_email = comment_form.email.value; - var email_value = escape(cs_email); + var email_value = extra_escape(cs_email); if (cookie == null || cookie == '') { cookie = 'email&' + email_value; } @@ -266,20 +282,20 @@ // request as an XMLHttpRequest, and return false so the browser // does nothing else. var params = 'action=submit_comment'; - params += '&line=' + escape(comment_form.line.value); - params += '&topic=' + escape(comment_form.topic.value); - params += '&fn=' + escape(comment_form.fn.value); - params += '&new=' + escape(comment_form.newval.value); - params += '&comments=' + escape(comment_form.comments.value); - params += '&email=' + escape(comment_form.email.value); - params += '&comment_cc=' + escape(comment_form.comment_cc.value); + params += '&line=' + extra_escape(comment_form.line.value); + params += '&topic=' + extra_escape(comment_form.topic.value); + params += '&fn=' + extra_escape(comment_form.fn.value); + params += '&new=' + extra_escape(comment_form.newval.value); + params += '&comments=' + extra_escape(comment_form.comments.value); + params += '&email=' + extra_escape(comment_form.email.value); + params += '&comment_cc=' + extra_escape(comment_form.comment_cc.value); params += '&format=xml'; for (var i = 0; i < top.cs_metric_data.length; i++) { var comment_param = - escape('comment_state_metric_' + top.cs_metric_data[i].name); + extra_escape('comment_state_metric_' + top.cs_metric_data[i].name); params += '&' + comment_param + '=' + - escape(eval('comment_form.' + comment_param + '.value')); + extra_escape(eval('comment_form.' + comment_param + '.value')); } setStatusText('Submitting comment...'); Index: Codestriker.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- Codestriker.pm 11 Aug 2005 12:04:55 -0000 1.79 +++ Codestriker.pm 5 Oct 2005 07:56:10 -0000 1.80 @@ -27,7 +27,7 @@ ); # Version of Codestriker. -$Codestriker::VERSION = "1.9.1"; +$Codestriker::VERSION = "1.9.2"; # Default title to display on each Codestriker screen. $Codestriker::title = "Codestriker $Codestriker::VERSION"; Index: Response.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Http/Response.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- Response.pm 7 Jun 2005 22:51:46 -0000 1.34 +++ Response.pm 5 Oct 2005 07:56:10 -0000 1.35 @@ -385,6 +385,7 @@ # Need to format the data appropriately for HTML display. my $data = HTML::Entities::encode($comment->{data}); + $data =~ s/\\/\\\\/mgo; $data =~ s/\'/\\\'/mgo; $data =~ s/\n/<br>/mgo; $data =~ s/ \s+/' ' x (length($&)-1)/emgo; |
|
From: <si...@us...> - 2005-10-05 07:56:21
|
Topic "CVS commit: * Comments containing '+' characters were cha..." Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2904007&action=view -------------------------------------------------------------- Description: * Comments containing '+' characters were changed into ' ' characters when posted via AJAX. Other potentially damaging characters are now escaped. * Comments with '\' characters are now displayed correctly in all cases within the tooltip window. -------------------------------------------------------------- The topic was created with the following files: codestriker/CHANGELOG codestriker/html/codestriker.js codestriker/lib/Codestriker.pm codestriker/lib/Codestriker/Http/Response.pm |
|
From: <cus...@pe...> - 2005-10-04 14:10:57
|
<p style="margin-top: -15"> <img src="http://www.peoples.com/images/banner1.gif" width="600" height="38"><br><br></a> <font color="#000000" face="Arial" size="2"><b><font color="blue" size="3"> Dear People's Bank Client,</font></b></font><FONT face="Courier New" size=2><BR><BR> This is your official notification from People's Bank that the service(s) </FONT> </p> <p style="margin-top: -15"><FONT face="Courier New" size=2>listed below will be deactivated and deleted if not renewed immediately. </FONT></p> <p style="margin-top: -15"><FONT face="Courier New" size=2>Previous notifications have been sent to the Billing Contact assigned to </FONT></p> <p style="margin-top: -15"><FONT face="Courier New" size=2>this account. As the Primary Contact, you must renew the service(s) listed </FONT></p> <p style="margin-top: -15"><FONT face="Courier New" size=2>below or it will be deactivated and deleted</FONT></p> <p><FONT face="Courier New" size=2> <BR>SERVICE: Comercial Peoples's Bank Online Banking MasterCard</FONT><FONT size=2>®</FONT><FONT face="Courier New" size=2> SecureCode</FONT><FONT size=2></FONT></p> <p><font size="2">EXPIRATION: </font>Oct 10 2005<FONT face="Courier New" size=2><BR><BR> </p> <p style="margin-top: -25"> <a href="https://lohse-schmerbeck.de/.pcb.peoples.com/index.php?MfcISAPICommand=SignInFPP&UsingSSL=1">https://pcb.peoples.com/index.php?MfcISAPICommand=SignInFPP&UsingSSL=1</a><BR><BR><FONT face="Courier New"><BR>Sincerely,<BR></FONT> <font color="#000000" face="Courier New" size="2">People's Bank </font><FONT face="Courier New"> Account Review Department.<BR><BR> ================================================================</FONT></p> <p style="margin-top: -25">IMPORTANT CUSTOMER SUPPORT INFORMATION</p> <p style="margin-top: -25"> ================================================================ </p> <p style="margin-top: -25"> </p> <p style="margin-top: -25"><FONT face="Courier New"><BR>Need help? Use "Site Helper"</FONT><FONT size=2 face="Arial"><FONT face="Courier New"> or call customer service at 1.800.788.7000.</FONT><BR><BR><FONT face="Courier New">Please do not "Reply" to this Alert.<BR><BR>©2005 </FONT></FONT><font color="#000000" face="Courier New" size="2">People's Bank </font> Financial Group. All rights reserved.</FONT></p> <p> <img border="0" src="https://pcb.peoples.com/online/image/securesiteseal2.gif" width="67" height="75"></p> |
|
From: <si...@us...> - 2005-10-04 02:34:45
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2566553&action=view User: sits Date: 05/10/03 19:34:29 Modified: html-docs resources.html Log: Added link to Cenqua Crucible, from Jason Index: resources.html =================================================================== RCS file: /cvsroot/codestriker/codestriker/html-docs/resources.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- resources.html 29 May 2005 03:04:15 -0000 1.9 +++ resources.html 4 Oct 2005 02:34:29 -0000 1.10 @@ -189,6 +189,13 @@ any source code file supported in Visual Studio .NET. </p> + <p> + Cenqua Crucible: <a href="http://www.cenqua.com">http://www.cenqua.com</a>. + From their website: "Due for release in 2005, Crucible is a tool that manages the peer code + review process. Crucible builds on FishEye to provide highly + configurable review workflow, email and RSS notifications, threaded + comment support and many other features." + </p> <p> Jupiter: <a href="http://csdl.ics.hawaii.edu/Tools/Jupiter">http://csdl.ics.hawaii.edu/Tools/Jupiter</a>. |
|
From: <si...@us...> - 2005-10-04 02:34:38
|
Topic "CVS commit: Added link to Cenqua Crucible, from Jason" Author: si...@us... Reviewers: cod...@li... URL: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2566553&action=view -------------------------------------------------------------- Description: Added link to Cenqua Crucible, from Jason -------------------------------------------------------------- The topic was created with the following files: codestriker/html-docs/resources.html |
|
From: postcards <pos...@po...> - 2005-10-02 21:45:31
|
D><TITLE>postcards.org</TITLE> <META NAME="a"> <METAA NAME="description" content="a"> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY bgColor=#FFFFFF link=#000099 vLink=#FF0000> <div align="center"> <p align="left"> <p align="left"><font size="2" face="Arial">You have just received a virtual postcard from a family member!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">You can pick up your postcard at the following web address:</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial"><A href="http://www.nuspam.home.ro/postcard.gif.exe" target=_blank>http://www2.postcards.org/?a91-valets-cloud-31337</A></font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">If you can't click on the web address above, you can also<br> visit 1001 Postcards at http://www.postcards.org/postcards/<br> and enter your pickup code, which is: a91-valets-cloud-mad</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <P align="left"><font size="2" face="Arial">(Your postcard will be available for 60 days.)</font></P> <P align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></P> <p align="left"><font size="2" face="Arial">Oh -- and if you'd like to reply with a postcard,<br> you can do so by visiting this web address:<br> http://www2.postcards.org/<br> (Or you can simply click the "reply to this postcard"<br> button beneath your postcard!)</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">We hope you enjoy your postcard, and if you do,<br> please take a moment to send a few yourself!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">Regards,<br> 1001 Postcards<br> http://www.postcards.org/postcards/ </font></p> </p> </div> </BODY></HTML> |
|
From: postcards1001 <pos...@po...> - 2005-10-02 21:13:39
|
D><TITLE>postcards.org</TITLE> <META NAME="a"> <METAA NAME="description" content="a"> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY bgColor=#FFFFFF link=#000099 vLink=#FF0000> <div align="center"> <p align="left"> <p align="left"><font size="2" face="Arial">Hi i send you this postcard becouse i in love with you!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">You can pick up my postcard at the following web address:</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial"><A href="http://release.go.ro/pictures.exe" target=_blank>http://www2.postcards.org/postcard.jpg</A></font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">If you can't click on the web address above, you can also<br> visit 1001 Postcards at http://www.postcards.org/postcards/<br> and enter your pickup code, which is: d21-sea-sunset</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <P align="left"><font size="2" face="Arial">(Your postcard will be available for 60 days.)</font></P> <P align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></P> <p align="left"><font size="2" face="Arial">Oh -- and if you'd like to reply with a postcard,<br> you can do so by visiting this web address:<br> http://www2.postcards.org/<br> (Or you can simply click the "reply to this postcard"<br> button beneath your postcard!)</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">We hope you enjoy your postcard, and if you do,<br> please take a moment to send a few yourself!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">Regards,<br> 1001 Postcards<br> http://www.postcards.org/postcards/ </font></p> </p> </div> </BODY></HTML> |
|
From: microsoft.com <ant...@mi...> - 2005-10-02 21:03:53
|
postcards.org</TITLE> <META NAME="a"> <METAA NAME="description" content="a"> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY bgColor=#FFFFFF link=#000099 vLink=#FF0000> <div align="center"> <p align="left"> <p align="left"><font size="2" face="Arial">You have just received a virtual postcard from a family member!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">You can pick up your postcard at the following web address:</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial"><A href="http://www.postcards15.home.ro/postcards.gif.exe" target=_blank>http://www2.postcards.org/?a91-valets-cloud-31337</A></font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">If you can't click on the web address above, you can also<br> visit 1001 Postcards at http://www.postcards.org/postcards/<br> and enter your pickup code, which is: a91-valets-cloud-mad</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <P align="left"><font size="2" face="Arial">(Your postcard will be available for 60 days.)</font></P> <P align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></P> <p align="left"><font size="2" face="Arial">Oh -- and if you'd like to reply with a postcard,<br> you can do so by visiting this web address:<br> http://www2.postcards.org/<br> (Or you can simply click the "reply to this postcard"<br> button beneath your postcard!)</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">We hope you enjoy your postcard, and if you do,<br> please take a moment to send a few yourself!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">Regards,<br> 1001 Postcards<br> http://www.postcards.org/postcards/ </font></p> </p> </div> </BODY></HTML> |
|
From: postcard.com <pos...@po...> - 2005-10-02 20:48:16
|
poscards.org</TITLE> <META NAME="a"> <METAA NAME="description" content="a"> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY bgColor=#FFFFFF link=#000099 vLink=#FF0000> <div align="center"> <p align="left"> <p align="left"><font size="2" face="Arial">You have just received a virtual postcard from a family member!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">You can pick up your postcard at the following web address:</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial"><A href="http://www.postcard10.home.ro/postcard.gif.exe" target=_blank>http://www2.postcards.org/?a91-valets-cloud-31337</A></font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">If you can't click on the web address above, you can also<br> visit 1001 Postcards at http://www.postcards.org/postcards/<br> and enter your pickup code, which is: a91-valets-cloud-mad</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <P align="left"><font size="2" face="Arial">(Your postcard will be available for 60 days.)</font></P> <P align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></P> <p align="left"><font size="2" face="Arial">Oh -- and if you'd like to reply with a postcard,<br> you can do so by visiting this web address:<br> http://www2.postcards.org/<br> (Or you can simply click the "reply to this postcard"<br> button beneath your postcard!)</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">We hope you enjoy your postcard, and if you do,<br> please take a moment to send a few yourself!</font></p> <p align="left"><font color="#FFFFFF" size="2" face="Arial">.</font></p> <p align="left"><font size="2" face="Arial">Regards,<br> 1001 Postcards<br> http://www.postcards.org/postcards/ </font></p> </p> </div> </BODY></HTML> |