SOURCES: eventum-email-notify-display.patch, eventum-httpclient-cl...

glen glen at pld-linux.org
Thu Mar 8 19:00:37 CET 2007


Author: glen                         Date: Thu Mar  8 18:00:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adjust for -associated_issue_text.patch

---- Files affected:
SOURCES:
   eventum-email-notify-display.patch (1.11 -> 1.12) , eventum-httpclient-clientside.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/eventum-email-notify-display.patch
diff -u SOURCES/eventum-email-notify-display.patch:1.11 SOURCES/eventum-email-notify-display.patch:1.12
--- SOURCES/eventum-email-notify-display.patch:1.11	Thu Mar  8 13:05:08 2007
+++ SOURCES/eventum-email-notify-display.patch	Thu Mar  8 19:00:31 2007
@@ -60,13 +60,13 @@
          "categories"   => Category::getAssocList($prj_id),
          "priorities"   => Priority::getAssocList($prj_id),
          "status"       => $statuses,
---- eventum/templates/update_form.tpl.html	2007-03-08 01:31:42.106275486 +0200
-+++ eventum/templates/update_form.tpl.html	2007-03-08 14:03:42.716418728 +0200
-@@ -15,9 +15,17 @@
-                 <br />{t}Also, all issues that are marked as duplicates from this one were updated as well.{/t}
+--- eventum/templates/update_form.tpl.html~	2007-03-08 19:47:00.217544732 +0200
++++ eventum/templates/update_form.tpl.html	2007-03-08 19:48:10.199121024 +0200
+@@ -29,10 +29,18 @@
+               {else}
+                 <br /><br />
                {/if}
-               <br /><br />
-+
++ 
 +              {if $notify_list|@count > 0}
 +                <b>{t}E-mail about issue update was sent to:{/t}</b><br />
 +                {foreach from=$notify_list item=email_address}
@@ -74,6 +74,7 @@
 +                {/foreach}
 +                <br />
 +              {/if}
+ 
                <b>
 -                <a href="update.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Update Issue #%1{/t}</a><br />
 -                <a href="view.php?id={$smarty.post.issue_id}" class="link">{t 1=$smarty.post.issue_id}Return to Issue #%1 Details Page{/t}</a>

================================================================
Index: SOURCES/eventum-httpclient-clientside.patch
diff -u SOURCES/eventum-httpclient-clientside.patch:1.3 SOURCES/eventum-httpclient-clientside.patch:1.4
--- SOURCES/eventum-httpclient-clientside.patch:1.3	Tue Jul 18 00:46:56 2006
+++ SOURCES/eventum-httpclient-clientside.patch	Thu Mar  8 19:00:32 2007
@@ -1,4 +1,4 @@
-include javascript files client side, not from smarty.
+include javascript files client side, not from Smarty.
 as i've separated very clearly files available as htdocs and files that are not.
 
 and besides, js files should be (can be) cached at client side, which is good.
@@ -76,3 +76,15 @@
  <br />
  <form method="post" action="{$smarty.server.PHP_SELF}" name="recent_activity">
  <input type="hidden" name="cat" value="generate">
+--- eventum/templates/update.tpl.html~	2007-03-08 19:56:02.839767679 +0200
++++ eventum/templates/update.tpl.html	2007-03-08 19:56:04.349801696 +0200
+@@ -1,8 +1,6 @@
+ {include file="header.tpl.html"}
+ {include file="navigation.tpl.html"}
+-<script language="javascript">
+-{include file="js/httpclient.js"}
+-</script>
++<script src="{$rel_url}js/httpclient.js"></script>
+ 
+ {if $issue == ""}
+   <table width="300" align="center">
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-email-notify-display.patch?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-httpclient-clientside.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list