/[Frey]/branches/zimbardo/lib/Frey/Web.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/lib/Frey/Web.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 677 by dpavlin, Tue Dec 2 02:01:23 2008 UTC revision 678 by dpavlin, Tue Dec 2 02:05:55 2008 UTC
# Line 332  sub editor_links { Line 332  sub editor_links {
332          $error =~ s{(method ")(\w+)(" via)}          $error =~ s{(method ")(\w+)(" via)}
333                  {$1<a target="$2" href="/Frey::Shell::Grep/as_markup?pattern=$2" title="grep $2">$2</a>$3}gsm;                  {$1<a target="$2" href="/Frey::Shell::Grep/as_markup?pattern=$2" title="grep $2">$2</a>$3}gsm;
334    
335            # link paths to editor
336            $error =~ s{(lib/[\w/]+\.pm)(\s+(\d+)\s+bytes)}
337                    {<a target="editor" href="/editor+$1+1" title="vi $1">$1</a>}gsm;
338    
339          return $error;          return $error;
340  }  }

Legend:
Removed from v.677  
changed lines
  Added in v.678

  ViewVC Help
Powered by ViewVC 1.1.26