You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/06/17 19:38:46 UTC

[3/7] git commit: [#6203] ticket:362 mass_report -> mass_report.html

[#6203] ticket:362 mass_report -> mass_report.html


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/111780f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/111780f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/111780f4

Branch: refs/heads/master
Commit: 111780f47867abcca63e10ec8e9b554a84597be6
Parents: 5cb57f2
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Jun 5 09:40:50 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jun 17 17:19:06 2013 +0000

----------------------------------------------------------------------
 ForgeTracker/forgetracker/data/mass_report      | 25 --------------------
 ForgeTracker/forgetracker/data/mass_report.html | 25 ++++++++++++++++++++
 2 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/111780f4/ForgeTracker/forgetracker/data/mass_report
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/data/mass_report b/ForgeTracker/forgetracker/data/mass_report
deleted file mode 100644
index 70fe1f7..0000000
--- a/ForgeTracker/forgetracker/data/mass_report
+++ /dev/null
@@ -1,25 +0,0 @@
-{#-
-       Licensed to the Apache Software Foundation (ASF) under one
-       or more contributor license agreements.  See the NOTICE file
-       distributed with this work for additional information
-       regarding copyright ownership.  The ASF licenses this file
-       to you under the Apache License, Version 2.0 (the
-       "License"); you may not use this file except in compliance
-       with the License.  You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
-       Unless required by applicable law or agreed to in writing,
-       software distributed under the License is distributed on an
-       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-       KIND, either express or implied.  See the License for the
-       specific language governing permissions and limitations
-       under the License.
--#}
-{{ data.header }}
-
-{% for ticket, change_text in data.changes %}
-ticket: {{ context.app.config.options.mount_point }}:#{{ ticket.ticket_num }} {{ ticket.summary }}
-
-{{ change_text }}
-{% endfor %}

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/111780f4/ForgeTracker/forgetracker/data/mass_report.html
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/data/mass_report.html b/ForgeTracker/forgetracker/data/mass_report.html
new file mode 100644
index 0000000..70fe1f7
--- /dev/null
+++ b/ForgeTracker/forgetracker/data/mass_report.html
@@ -0,0 +1,25 @@
+{#-
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+-#}
+{{ data.header }}
+
+{% for ticket, change_text in data.changes %}
+ticket: {{ context.app.config.options.mount_point }}:#{{ ticket.ticket_num }} {{ ticket.summary }}
+
+{{ change_text }}
+{% endfor %}