/[Frey]/trunk/lib/Frey/SVK.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 /trunk/lib/Frey/SVK.pm

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

revision 773 by dpavlin, Tue Dec 9 20:31:34 2008 UTC revision 863 by dpavlin, Tue Dec 16 21:01:53 2008 UTC
# Line 94  sub commit_as_markup { Line 94  sub commit_as_markup {
94                          <form class="commit" method="post">                          <form class="commit" method="post">
95                          <pre class="l">$status</pre>                          <pre class="l">$status</pre>
96                          <textarea name="commit_message" cols=40 rows=4></textarea>                          <textarea name="commit_message" cols=40 rows=4></textarea>
97                          <br><input type="submit" name="action" value="commit">                          <br>
98                            <a target="Frey::Test::Runner" href="/Frey::Test::Runner/as_markup" title="run tests for all changes" style="float: right;">test</a>
99                            <input type="submit" name="action" value="commit">
100                          </form>                          </form>
101                  |;                  |;
102                  $self->add_status( status => $status );                  $self->add_status( status => $status );
# Line 171  sub action_as_markup { Line 173  sub action_as_markup {
173                  return qq|                  return qq|
174                          Command <tt>$cmd</tt> produced output:                          Command <tt>$cmd</tt> produced output:
175                          <pre style="background: #ff8;">$out</pre>                          <pre style="background: #ff8;">$out</pre>
176                            <a href="">reload page</a> to prevent this post from triggering again<br>
177                  |;                  |;
178          }          }
179    

Legend:
Removed from v.773  
changed lines
  Added in v.863

  ViewVC Help
Powered by ViewVC 1.1.26