You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by tk...@apache.org on 2013/05/24 16:44:06 UTC

git commit: add patch from bsteger

Updated Branches:
  refs/heads/MARMOTTA-228 4d7c52228 -> 95772d487


add patch from bsteger


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/95772d48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/95772d48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/95772d48

Branch: refs/heads/MARMOTTA-228
Commit: 95772d48733e5afb631a48772f70df4516a65407
Parents: 4d7c522
Author: tkurz <tk...@apache.org>
Authored: Fri May 24 16:25:40 2013 +0200
Committer: tkurz <tk...@apache.org>
Committed: Fri May 24 16:25:40 2013 +0200

----------------------------------------------------------------------
 .../src/main/resources/kiwi-module.properties      |    5 +-
 .../src/main/resources/templates/admin.ftl         |  181 ++++++---------
 .../main/resources/web/admin/configuration.html    |    6 +-
 .../src/main/resources/web/admin/contexts.html     |   21 +-
 .../src/main/resources/web/admin/database.html     |   11 +-
 .../src/main/resources/web/admin/prefixes.html     |   49 ++---
 .../src/main/resources/web/admin/tasks.html        |    2 +-
 .../src/main/resources/web/public/style/screen.css |  117 +++++-----
 .../marmotta-user/src/main/resources/web/me.html   |   14 +-
 9 files changed, 184 insertions(+), 222 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/kiwi-module.properties
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/kiwi-module.properties b/platform/marmotta-core/src/main/resources/kiwi-module.properties
index c7b3336..5dbb624 100644
--- a/platform/marmotta-core/src/main/resources/kiwi-module.properties
+++ b/platform/marmotta-core/src/main/resources/kiwi-module.properties
@@ -26,15 +26,13 @@ container.weight = 10
 subtitle = Configure LMF Core
 weight = 10
 
-icon_small = /admin/img/config_small.png
-
 #do not change!!!
 baseurl=/core
 
 adminpage.0.title=About
 adminpage.0.link=/admin/about.html
 
-adminpage.1.title=Core Configuration
+adminpage.1.title=Configuration
 adminpage.1.link=/admin/configuration.html
 
 adminpage.2.title=Tasks
@@ -77,4 +75,3 @@ webservices=org.apache.marmotta.platform.core.webservices.config.ConfigurationWe
   org.apache.marmotta.platform.core.webservices.triplestore.ContextWebService,\
   org.apache.marmotta.platform.core.webservices.triplestore.KnowledgeSpaceWebService,\
   org.apache.marmotta.platform.core.webservices.prefix.PrefixWebService
-  
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/templates/admin.ftl
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/templates/admin.ftl b/platform/marmotta-core/src/main/resources/templates/admin.ftl
index 9c25cd3..6a1342e 100644
--- a/platform/marmotta-core/src/main/resources/templates/admin.ftl
+++ b/platform/marmotta-core/src/main/resources/templates/admin.ftl
@@ -19,75 +19,53 @@
     <link href="${SERVER_URL}${DEFAULT_STYLE}javadoc.css" rel="stylesheet" type="text/css" />
 
     <!-- Bootstrap -->
-    <link href="${SERVER_URL}ext/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
-    <link href="${SERVER_URL}core/public/style/screen.css" rel="stylesheet">
+    <link href="${SERVER_URL}ext/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />
+    <link href="${SERVER_URL}core/public/style/screen.css" rel="stylesheet" />
 
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
     ${HEAD}
 </head>
 
 <body>
 
 <div class="navbar navbar-inverse navbar-fixed-top menu-level-1">
-    <div class="navbar-inner">
-        <div class="container">
-            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-            <a class="brand" href="#"></a>
-
-            <div class="nav-collapse collapse">
-                <p class="navbar-text pull-right" id="login_logout">
-                    <!--Logged in as <a href="#" class="navbar-link">Username</a>-->
-                </p>
-                <#if USER_MODULE_IS_ACTIVE>
-                    <script type="text/javascript" src="${SERVER_URL}user/admin/widgets/user.js"></script>
-                    <script type="text/javascript">
-                        window.onload = function () {
-                            LoginLogout.draw(_SERVER_URL,"login_logout");
-                        }
-                    </script>
-                </#if>
-                <!-- TODO: which links should be displayed -->
-                <ul class="nav">
-                    <li class="active"><a href="${SERVER_URL}">Home</a></li>
-                    <li><a href="#about">About</a></li>
-                    <li><a href="#contact">Contact</a></li>
-                </ul>
-            </div><!--/.nav-collapse -->
-
-        </div>
-    </div>
+  <div class="navbar-inner">
+      <div class="container-fluid">
+          <a class="brand" href="/"></a>
+
+          <div class="nav-collapse collapse">
+              <p class="navbar-text pull-right" id="login_logout">
+                  <!--Logged in as <a href="#" class="navbar-link">Username</a>-->
+
+              <#if USER_MODULE_IS_ACTIVE>
+                  <script type="text/javascript" src="${SERVER_URL}user/admin/widgets/user.js"></script>
+                  <script type="text/javascript">
+                      window.onload = function () {
+                          LoginLogout.draw(_SERVER_URL,"login_logout");
+                      }
+                  </script>
+              </#if>
+              </p>
+              <!-- TODO: which links should be displayed -->
+<!--               <ul class="nav">
+                  <li class="active"><a href="${SERVER_URL}">Home</a></li>
+                  <li><a href="#about">About</a></li>
+                  <li><a href="#contact">Contact</a></li>
+              </ul> -->
+          </div><!--/.nav-collapse -->
+
+      </div>
+  </div>
 </div>
 
-<div class="well sidebar-nav square-corners menu-level-2 span3 full-height">
-    <ul class="nav nav-list">
-        <#list MENU["items"] as menu>
-        <li class="nav-header">${menu.label}</li>
-        <#list menu["items"] as submenu>
-            <li
-                <#if submenu["isActive"]> class="active" </#if>
-                    >
-                <#if submenu["items"]?has_content>
-                        <a href="${SERVER_URL}${submenu["items"][0]["path"]?substring(1)}">
-                <#else>
-                        <a href="${SERVER_URL}doc/rest/index.html">
-                </#if>
-                    <i class="${submenu["icon"]}"></i>  <!-- TODO icon -->
-                    <span>${submenu["label"]}</span>
-                </a>
-            </li>
-        </#list>
-        </#list>
-    </ul>
-</div><!--/.well -->
+<div class="container-fluid">
+  <div class="row-fluid">
 
-<div class="menu-level-3 row">
-    <div class="offset3 span9">
+    <!-- needs offset2 because sidebar has position fixed -->
+    <div class="offset2 span10">
+      <!--Body content-->
 
-        <ul class="nav nav-tabs square-corners">
+      <div class="row-fluid">
+        <ul class="nav nav-tabs square-corners menu-level-3">
         <#list MENU["items"] as menu>
             <#if menu["isActive"]>
                 <#list menu["items"] as submenu>
@@ -126,63 +104,44 @@
                 </ul>
             </li> -->
         </ul>
-    </div>
-</div>
+      </div>
 
-<div id="content" class="row content">
-    <div class="offset3 span9">
-        <div class="row">
-            ${CONTENT}
-        </div>
+      <div id="content" class="row-fluid">
+        ${CONTENT}
+      </div>
     </div>
-    <!--
-
-
-            <div class="span9">
-                <div class="hero-unit">
-                    <h1>Export Data</h1>
-                    <p>The following page allows you to export and download RDF data contained in the Linked Media Framework. You can choose from different serialization formats and either export all RDF data or only the RDF data contained in a certain context (named graph). If you want to download the data instead of displaying in the browser, right-click the download link and choose "save as".</p>
-                </div>
-            </div>
-
-            <div class="span4">
-                <div class="hero-unit">
-                    <form>
-                    <fieldset>
-                            <legend>Legend</legend>
-                            <div class="field-box">
-                                <label>Format</label>
-                                <select>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                </select>
-                            </div>
-                            <div class="field-box">
-                                <label>Context</label>
-                                <select>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                    <option>Application ld+json</option>
-                                </select>
-                            </div>
-                            <div class="field-box">
-                                <label></label>
-                                <button type="submit" class="btn btn-primary btn-large">Download</button>
-                            </div>
-                        </fieldset>
-                    </form>
-                </div>
-            </div>
-
-        </div>  -->
+
+
+
+    <div class="span2 menu-level-2 well sidebar-nav square-corners full-height">
+      <!-- SIDEBAR MENU -->
+      <ul class="nav nav-list">
+        <#list MENU["items"] as menu>
+        <li class="nav-header">${menu.label}</li>
+        <#list menu["items"] as submenu>
+            <li
+                <#if submenu["isActive"]> class="active" </#if>
+                    >
+                <#if submenu["items"]?has_content>
+                        <a href="${SERVER_URL}${submenu["items"][0]["path"]?substring(1)}">
+                <#else>
+                        <a href="${SERVER_URL}doc/rest/index.html">
+                </#if>
+                    <!-- <i class="${submenu["icon"]}"></i>  <!-- TODO icon -->
+                    <span>${submenu["label"]}</span>
+                </a>
+            </li>
+        </#list>
+        </#list>
+      </ul>
     </div>
 
-        <!-- ?FOOTER? -->
+
+
+  </div>
+</div>
+
+
 </body>
 
 <!-- Le javascript

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/admin/configuration.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/configuration.html b/platform/marmotta-core/src/main/resources/web/admin/configuration.html
index 9987c85..82b059f 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/configuration.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/configuration.html
@@ -40,7 +40,7 @@
 <div id="main">
 <div id="contents">
 <!--###BEGIN_CONTENT###-->
-    <div class="span12">
+    <div class="row-fluid">
         <div class="hero-unit">
             <h1>Marmotta Core Configuration</h1>
 
@@ -55,7 +55,7 @@
 
         </div>
     </div>
-    <div class="span12">
+    <div class="row-fluid">
         <div class="unit">
 
             <div id="lmf_configurator">
@@ -63,7 +63,7 @@
             </div>
         </div>
     </div>
-    <div class="span12">
+    <div class="row-fluid">
         <div class="unit">
             <div id="lmf_database">
                 <h4>Loading database manager</h4>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/admin/contexts.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/contexts.html b/platform/marmotta-core/src/main/resources/web/admin/contexts.html
index 8a3a8d7..afd5303 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/contexts.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/contexts.html
@@ -28,25 +28,30 @@
 <div id="main">
 <div id="contents">
 <!--###BEGIN_CONTENT###-->
-    <h1>Contexts</h1>
-    <h2>Triple Contexts / Graphs</h2>
+
+    <div class="page-header">
+      <h1>
+        Contexts
+        <small>Triple Contexts / Graphs</small>
+      </h1>
+    </div>
     <p>
         In Marmotta we call <em>contexts</em> to triple containers with their own URI;
-        what is commonly known as 
+        what is commonly known as
         <a href="http://www.w3.org/TR/sparql11-query/#namedAndDefaultGraph">graphs</a>
         in SPARQL.
     </p>
     <p>
         Currently there are <span id="contexts-count">0</span> contexts in Marmotta:
-    </p>    
-    <table id="contexts" class="simple_table">
+    </p>
+    <table id="contexts" class="simple_table table table-striped">
       <tr class="subtitle">
         <th>Context</th>
         <th>Label</th>
         <th>&nbsp;</th>
-      </tr>    
-    </table>  
-    
+      </tr>
+    </table>
+
     <script type="text/javascript" src="../../webjars/jquery/1.8.2/jquery.min.js"></script>
     <script type="text/javascript">
         jQuery(document).ready(function() {

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/admin/database.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/database.html b/platform/marmotta-core/src/main/resources/web/admin/database.html
index 87b6835..280a5b9 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/database.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/database.html
@@ -30,8 +30,15 @@
 </head>
 <body>
 <!--###BEGIN_CONTENT###-->
-<h1>Manage Marmotta database via web-interface</h1>
-<a href="../../database/" target="_blank">Open database administration page in new window.</a>
+    <div class="page-header">
+      <h1>
+        Manage Marmotta database
+        <small>via web-interface</small>
+      </h1>
+    </div>
+
+<a class="btn" href="../../database/" target="_blank">Open database administration</a>
+<span class="help-inline">(opens in new window)</span>
 <!--###END_CONTENT###-->
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/admin/prefixes.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/prefixes.html b/platform/marmotta-core/src/main/resources/web/admin/prefixes.html
index 42b86ec..9667560 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/prefixes.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/prefixes.html
@@ -28,54 +28,49 @@
 <div id="contents">
 <!--###BEGIN_CONTENT###-->
 
-    <div class="span12">
-      <div class="hero-unit">
-        <h2>Prefix mappings management</h2>
-      </div>
+    <div class="page-header">
+      <h1>
+        Prefix mappings management
+      </h1>
     </div>
 
-    <div class="span12">
-      <div class="unit">
-        <p>
-            Here you can configure the prefix mappings for RDF namespaces used in Marmotta.
-        </p>
-        <table id="prefixes" class="table table-striped table-bordered table-condensed">
-          <tr>
-            <th>Prefix</th>
-            <th>Namespace</th>
-          </tr>
-        </table>
-      </div>
+    <div class="row-fluid">
+      <p>
+          Here you can configure the prefix mappings for RDF namespaces used in Marmotta.
+      </p>
+      <table id="prefixes" class="table table-striped table-bordered table-condensed">
+        <tr>
+          <th>Prefix</th>
+          <th>Namespace</th>
+        </tr>
+      </table>
     </div>
-        
-    <div class="span12">
-      <div class="unit">
+
+    <div class="row-fluid">
         <form class="form-horizontal" id="add-new-prefix">
-            <fieldset style="background-color: #eee;">
-                <legend>Add new prefix:</legend>
+            <fieldset>
+                <legend>Add new prefix</legend>
                 <div class="control-group">
-                    <label class="control-label" for="prefix">Prefix:</label>
+                    <label class="control-label" for="prefix">Prefix</label>
                     <div class="controls">
                         <input id="new-prefix" type="text" placeholder="prefix" />
                     </div>
                 </div>
                 <div class="control-group">
-                    <label class="control-label">Namespace:</label>
+                    <label class="control-label">Namespace</label>
                     <div class="controls">
                         <input id="new-namespace" type="text" placeholder="namespace" />
                     </div>
                 </div>
                 <div class="control-group">
-                    <label class="control-label">Submit</label>
                     <div class="controls">
-                        <input type="submit" value="Add new prefix" />
+                        <input type="submit" value="Add new prefix" class="btn" />
                     </div>
                 </div>
             </fieldset>
         </form>
-      </div>
     </div>​
-    
+
     <script type="text/javascript" src="../../webjars/jquery/1.8.2/jquery.min.js"></script>
     <script type="text/javascript">
         jQuery(document).ready(function() {

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/admin/tasks.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/tasks.html b/platform/marmotta-core/src/main/resources/web/admin/tasks.html
index e0e4030..d56401f 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/tasks.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/tasks.html
@@ -157,7 +157,7 @@
 	<label for="refresh_auto" id="refresh_auto_label">refresh every</label>
 	<input type="text" id="refresh_interval" value="5"/>
 	<label for="refresh_interval" id="refresh_interval_label">seconds.</label>
-	<button id="refresh_now">refresh now</button>
+	<button id="refresh_now" class="btn">refresh now</button>
 </span>
 <div>
 <h1 id="tasks-head">Currently active tasks</h1>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-core/src/main/resources/web/public/style/screen.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/public/style/screen.css b/platform/marmotta-core/src/main/resources/web/public/style/screen.css
index 003bf05..3cb3d48 100644
--- a/platform/marmotta-core/src/main/resources/web/public/style/screen.css
+++ b/platform/marmotta-core/src/main/resources/web/public/style/screen.css
@@ -16,80 +16,73 @@
  * limitations under the License.
  */
 
-/* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
-/* line 10, ../sass/screen.scss */
-body, html {
-    height: 100%;
-}
-
-/* line 14, ../sass/screen.scss */
 body {
-    padding-top: 40px;
+  padding-top: 40px;
 }
-/* line 18, ../sass/screen.scss */
-body .menu-level-1.navbar .navbar-inner .container {
-    margin-left: 0px;
+
+body .menu-level-1.navbar .navbar-inner .brand {
+  background-image: url(../img/logo/marmotta-logo-neg.png);
+  height: 40px;
+  width: 120px;
+  background-size: contain;
+  margin-left: 12px;
+  padding: 0;
+  background-repeat: no-repeat;
 }
-/* line 21, ../sass/screen.scss */
-body .menu-level-1.navbar .navbar-inner .container .brand {
-    background-image: url(../img/logo/marmotta-logo-neg.png);
-    height: 40px;
-    width: 120px;
-    background-size: contain;
-    margin-left: 12px;
-    padding: 0;
-    background-repeat: no-repeat;
+
+body .menu-level-1.navbar .navbar-inner .navbar-link {
+  cursor: pointer;
 }
-/* line 33, ../sass/screen.scss */
+
 body .menu-level-2, body .menu-level-3 {
-    position: fixed;
+  position: fixed;
 }
-/* line 37, ../sass/screen.scss */
+
 body .menu-level-2 {
-    z-index: 1020;
-    margin-left: -20px;
-    padding-right: 0px;
+  padding: 8px 0;
+  margin-left: 0px !important; /* because of offset and position fixed */
 }
-/* line 43, ../sass/screen.scss */
+
 body .menu-level-3 {
-    z-index: 1010;
-    width: 100%;
-    margin-left: -40px;
+  background-color: #fff;
+  width: 100%;
+  text-transform: lowercase;
 }
-/* line 48, ../sass/screen.scss */
-body .menu-level-3 div {
-    width: 100%;
+
+.square-corners {
+  -webkit-border-radius: 0px;
+  -moz-border-radius: 0px;
+  -ms-border-radius: 0px;
+  -o-border-radius: 0px;
+  border-radius: 0px;
 }
-/* line 51, ../sass/screen.scss */
-body .menu-level-3 div > ul {
-    width: 100%;
-    padding-left: 20px;
-    background: white;
+
+.full-height {
+  height: 100%;
 }
-/* line 59, ../sass/screen.scss */
-body .row.content {
-    margin-top: 58px;
+
+body .nav-tabs.square-corners > li > a {
+  -webkit-border-radius: 0px;
+  -moz-border-radius: 0px;
+  -ms-border-radius: 0px;
+  -o-border-radius: 0px;
+  border-radius: 0px;
 }
-/* line 63, ../sass/screen.scss */
-body .square-corners {
-    -webkit-border-radius: 0px;
-    -moz-border-radius: 0px;
-    -ms-border-radius: 0px;
-    -o-border-radius: 0px;
-    border-radius: 0px;
+
+body #content {
+  margin-top: 43px;
+  margin-bottom: 100px;
 }
-/* line 67, ../sass/screen.scss */
-body .full-height {
-    height: 100%;
+
+/* overriding bootstrap css classes */
+.hero-unit {
+  padding: 50px;
+  -webkit-border-radius: 0px;
+  -moz-border-radius: 0px;
+  -ms-border-radius: 0px;
+  -o-border-radius: 0px;
+  border-radius: 0px;
+}
+legend+.control-group {
+  -webkit-margin-top-collapse: collapse;
 }
-/* line 71, ../sass/screen.scss */
-body .nav-tabs.square-corners > li > a {
-    -webkit-border-radius: 0px;
-    -moz-border-radius: 0px;
-    -ms-border-radius: 0px;
-    -o-border-radius: 0px;
-    border-radius: 0px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/95772d48/platform/marmotta-user/src/main/resources/web/me.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-user/src/main/resources/web/me.html b/platform/marmotta-user/src/main/resources/web/me.html
index 919b7de..585e8f1 100644
--- a/platform/marmotta-user/src/main/resources/web/me.html
+++ b/platform/marmotta-user/src/main/resources/web/me.html
@@ -43,14 +43,20 @@
 <body>
 <div id="center">
   <!--###BEGIN_CONTENT###-->
-  <h1>Marmotta User Profile for <span class="lmf_login foaf_nick"></span></h1>
-  <div>
-  <table class="user_table">
+  <div class="page-header">
+    <h1>
+      User Profile
+      <small>for <span class="lmf_login foaf_nick"></span></small>
+    </h1>
+  </div>
+
+
+  <table class="table user_table">
   <tr><th align="left">username (login)</th><td><span class="lmf_login"></span></td></tr>
   <tr><th align="left">roles</th><td><span class="lmf_roles"></span></td></tr>
   <tr><th align="left">resource</th><td><a class="lmf_webid lmf_href_webid" target="_blank"></a></td></tr>
   </table>
-  </div>
+
   <div id="password_wrap">
   <h2>Change Password</h2>
   <div class="label_values">


Re: git commit: add patch from bsteger

Posted by Sergio Fernández <se...@salzburgresearch.at>.
of course, sorry, now doing the things right:

https://issues.apache.org/jira/browse/MARMOTTA-228?focusedCommentId=13671406&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13671406


On 27/05/13 15:34, Andy Seaborne wrote:
> On 24/05/13 15:44, tkurz@apache.org wrote:
>  > Updated Branches:
>  >    refs/heads/MARMOTTA-228 4d7c52228 -> 95772d487
>  >
>  >
>  > add patch from bsteger
>
>   > Branch: refs/heads/MARMOTTA-228
>
> I notice a patch comment (patches are good!) and I don't see a patch on
> MARMOTTA-228 - it would be good to make sure there is a link to the
> patch and how it came in (it's not leaping out at me just at the moment
> but I'm in catch-up mode).
>
> Also:
>
> http://marmotta.incubator.apache.org/team-list.html
>
> [[
> Contributors
>
> There are no contributors listed for this project. Please check back
> again later.
> ]]
>
>      Andy
>
> PS The "reply to" in the commit messages is
>   "Reply-To: dev@marmotta.apache.org"
>
> Graduation would fix that :-)

-- 
Sergio Fernández
Salzburg Research
+43 662 2288 318
Jakob-Haringer Strasse 5/II
A-5020 Salzburg (Austria)
http://www.salzburgresearch.at

Re: git commit: add patch from bsteger

Posted by Andy Seaborne <an...@apache.org>.
On 24/05/13 15:44, tkurz@apache.org wrote:
 > Updated Branches:
 >    refs/heads/MARMOTTA-228 4d7c52228 -> 95772d487
 >
 >
 > add patch from bsteger

  > Branch: refs/heads/MARMOTTA-228

I notice a patch comment (patches are good!) and I don't see a patch on
MARMOTTA-228 - it would be good to make sure there is a link to the
patch and how it came in (it's not leaping out at me just at the moment
but I'm in catch-up mode).

Also:

http://marmotta.incubator.apache.org/team-list.html

[[
Contributors

There are no contributors listed for this project. Please check back
again later.
]]

	Andy

PS The "reply to" in the commit messages is
  "Reply-To: dev@marmotta.apache.org"

Graduation would fix that :-)