SOURCES: eventum-bug-10263.patch (NEW), eventum-bug-10464.patch (N...

glen glen at pld-linux.org
Mon Jun 13 11:39:58 CEST 2005


Author: glen                         Date: Mon Jun 13 09:39:57 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bugs fixed in post 1.5.4

---- Files affected:
SOURCES:
   eventum-bug-10263.patch (NONE -> 1.1)  (NEW), eventum-bug-10464.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eventum-bug-10263.patch
diff -u /dev/null SOURCES/eventum-bug-10263.patch:1.1
--- /dev/null	Mon Jun 13 11:39:57 2005
+++ SOURCES/eventum-bug-10263.patch	Mon Jun 13 11:39:51 2005
@@ -0,0 +1,26 @@
+diff -Naru a/include/class.misc.php b/include/class.misc.php
+--- a/include/class.misc.php	2005-06-13 02:17:46 -07:00
++++ b/include/class.misc.php	2005-06-13 02:17:46 -07:00
+@@ -501,7 +501,7 @@
+     function activateLinks($text, $class = "link")
+     {
+         $text = preg_replace("'(\w+)://([\w\+\-\@\=\?\.\%\/\:\&\;~]+)(\.)?'", "<a title=\"open \\1://\\2 in a new window\" class=\"$class\" href=\"\\1://\\2\" target=\"_\\2\">\\1://\\2</a>", $text);
+-        $text = preg_replace("'(\s+)www.([\w\+\-\@\=\?\.\%\/\:\&\;~]+)(\.\s|\s)'", "\\1<a title=\"open http://www.\\2 in a new window\" class=\"$class\" href=\"http://www.\\2\" target=\"_\\2\">www.\\2</a>\\3" , $text);
++        $text = preg_replace("'(\s+)www\.([\w\+\-\@\=\?\.\%\/\:\&\;~]+)(\.\s|\s)'", "\\1<a title=\"open http://www.\\2 in a new window\" class=\"$class\" href=\"http://www.\\2\" target=\"_\\2\">www.\\2</a>\\3" , $text);
+         return $text;
+     }
+ 
+# This is a BitKeeper generated diff -Nru style patch.
+#
+# ChangeSet
+#   2005/06/07 09:25:15-05:00 jpm at mysql.com 
+#   Fixed the link activation code to properly parse and ignore certain words (Bug #10263)
+# 
+# ChangeLog
+#   2005/06/07 09:25:14-05:00 jpm at mysql.com +1 -0
+#   Fixed the link activation code to properly parse and ignore certain words (Bug #10263)
+# 
+# include/class.misc.php
+#   2005/06/07 09:25:14-05:00 jpm at mysql.com +1 -1
+#   Fixed the link activation code to properly parse and ignore certain words (Bug #10263)
+# 

================================================================
Index: SOURCES/eventum-bug-10464.patch
diff -u /dev/null SOURCES/eventum-bug-10464.patch:1.1
--- /dev/null	Mon Jun 13 11:39:57 2005
+++ SOURCES/eventum-bug-10464.patch	Mon Jun 13 11:39:51 2005
@@ -0,0 +1,26 @@
+diff -Naru a/templates/en/view_form.tpl.html b/templates/en/view_form.tpl.html
+--- a/templates/en/view_form.tpl.html	2005-06-13 02:16:51 -07:00
++++ b/templates/en/view_form.tpl.html	2005-06-13 02:16:51 -07:00
+@@ -292,7 +292,7 @@
+           <td width="50%" bgcolor="{$light_color}" class="default">
+             {section name="i" loop=$issue.associated_issues_details}
+               {strip}
+-              <a href="view.php?id={$issue.associated_issues_details[i].associated_issue}" title="issue #{$issue.associated_issues_details[i].associated_issue} ({$issue.associated_issues_details[i].current_status}) - {$issue.associated_issues_details[i].associated_title}" class="{if $issue.associated_issues_details[i].is_closed}closed_{/if}link">#{$issue.associated_issues_details[i].associated_issue}</a>
++              <a href="view.php?id={$issue.associated_issues_details[i].associated_issue}" title="issue #{$issue.associated_issues_details[i].associated_issue} ({$issue.associated_issues_details[i].current_status}) - {$issue.associated_issues_details[i].associated_title|escape:"html"}" class="{if $issue.associated_issues_details[i].is_closed}closed_{/if}link">#{$issue.associated_issues_details[i].associated_issue}</a>
+               {if not $smarty.section.i.last},{/if}
+               {/strip}
+             {sectionelse}
+# This is a BitKeeper generated diff -Nru style patch.
+#
+# ChangeSet
+#   2005/06/07 09:15:55-05:00 jpm at mysql.com 
+#   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
+# 
+# ChangeLog
+#   2005/06/07 09:15:55-05:00 jpm at mysql.com +1 -2
+#   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
+# 
+# templates/en/view_form.tpl.html
+#   2005/06/07 09:15:55-05:00 jpm at mysql.com +1 -1
+#   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
+# 
================================================================



More information about the pld-cvs-commit mailing list