SOURCES: eventum-reports-tt.patch - eventum coding convention does...
glen
glen at pld-linux.org
Mon Apr 23 16:28:13 CEST 2007
Author: glen Date: Mon Apr 23 14:28:10 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- eventum coding convention does not use tabs for indent
---- Files affected:
SOURCES:
eventum-reports-tt.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/eventum-reports-tt.patch
diff -u SOURCES/eventum-reports-tt.patch:1.3 SOURCES/eventum-reports-tt.patch:1.4
--- SOURCES/eventum-reports-tt.patch:1.3 Mon Apr 23 16:22:29 2007
+++ SOURCES/eventum-reports-tt.patch Mon Apr 23 16:28:05 2007
@@ -23,7 +23,7 @@
+ FROM
+ " . APP_DEFAULT_DB . "." . APP_TABLE_PREFIX . "time_tracking
+ WHERE
-+ ttr_usr_id = " . Misc::escapeInteger($usr_id) . " AND
++ ttr_usr_id = " . Misc::escapeInteger($usr_id) . " AND
+ ttr_created_date BETWEEN '" . Misc::escapeString($start) . "' AND '" . Misc::escapeString($end) . "' AND
+ ttr_iss_id=" . Misc::escapeInteger($issue_id);
+ $res = $GLOBALS["db_api"]->dbh->getOne($stmt);
@@ -44,7 +44,7 @@
<input type="checkbox" name="ignore_statuses" value="1" class="default" {if $smarty.post.ignore_statuses == 1}checked{/if}>
<a id="link" class="link" href="javascript:void(null)"
onClick="javascript:toggleCheckbox('weekly_report', 'ignore_statuses', 0)">{t}Ignore Issue Status Changes{/t}</a>
-+ <br />
++ <br />
+ <input type="checkbox" name="show_per_issue" value="1" class="default" {if $smarty.post.show_per_issue == 1}checked{/if}>
+ <a id="link" class="link" href="javascript:void(null)"
+ onClick="javascript:toggleCheckbox('weekly_report', 'show_per_issue', 0)">{t}Show Times spent on issue{/t}</a>
@@ -75,7 +75,6 @@
{sectionelse}
{t}No issues closed this time period{/t}
{/section}
-
--- old/include/class.history.php 2007-04-20 12:20:39.000000000 +0300
+++ new/include/class.history.php 2007-04-20 12:25:41.000000000 +0300
@@ -271,6 +271,9 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-reports-tt.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list