[Apache Bloodhound] Proposals/BEP-0010 modified

2013-07-10 Thread Apache Bloodhound
Page Proposals/BEP-0010 was changed by astaric
Diff URL: 
https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0010?action=diffversion=2
Revision 2
Comment: Added widget for tickets related to this BEP
Changes:
---8--8--8--8--8--8--8--8
Index: Proposals/BEP-0010
=
--- Proposals/BEP-0010 (version: 1)
+++ Proposals/BEP-0010 (version: 2)
@@ -127,6 +127,11 @@
 == Resources
 Source code management is powered by [http://subversion.apache.org/ Apacheā„¢ 
Subversion].
 
+== Implementation
+
+== Implementation #implementation
+
+[[Widget(TicketQuery, 
query=keywords=~bep-0010col=idcol=summarycol=statuscol=prioritycol=milestone,
 title=BEP 10 ticket summary)]]
 
 == References
 === Bloodhound Proposals
---8--8--8--8--8--8--8--8

--
Page URL: https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0010
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'Proposals/BEP-0010' page.
If it was not you, please report to .


[Apache Bloodhound] New user registration: anoopknayak

2013-07-10 Thread Apache Bloodhound
New user registration for user anoopknayak

--
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker



svn commit: r1502032 - /bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py

2013-07-10 Thread gjm
Author: gjm
Date: Wed Jul 10 22:34:15 2013
New Revision: 1502032

URL: http://svn.apache.org/r1502032
Log:
fixing missing license header

Modified:
bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py

Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py?rev=1502032r1=1502031r2=1502032view=diff
==
--- bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py (original)
+++ bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py Wed Jul 10 
22:34:15 2013
@@ -1,3 +1,20 @@
+#  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.
+
 from _sqlite3 import OperationalError
 from tests.env import MultiproductTestCase
 from multiproduct.env import ProductEnvironment