Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 42b635d

Browse files
committed
updates to gene tracker. prototype plugin is now in place due to a bug fix missing in upstream
1 parent e108745 commit 42b635d

File tree

11 files changed

+21
-9
lines changed

11 files changed

+21
-9
lines changed

.gitmodules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@
1818
path = modules/OpenLabAttachments
1919
url = [email protected]:NanoCAN/OpenLabAttachments.git
2020
branch = master
21+
[submodule "modules/OpenLabNotes"]
22+
path = modules/OpenLabNotes
23+
url = [email protected]:NanoCAN/OpenLabNotes.git
24+
branch = master
25+
[submodule "prototype"]
26+
path = prototype
27+
url = [email protected]:mlist/grails-prototype.git

application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Grails Metadata file
2-
#Tue Apr 15 16:58:25 GMT 2014
2+
#Tue May 06 15:00:38 CEST 2014
33
app.grails.version=2.2.5
44
app.name=OpenLabFramework
55
app.servlet.version=2.4
@@ -10,6 +10,5 @@ plugins.cloud-foundry=1.2.3
1010
plugins.export=1.5
1111
plugins.grails-ui=1.2.3
1212
plugins.joda-time=1.4
13-
plugins.prototype=1.0
1413
plugins.quartz=0.4.2
1514
plugins.yui=2.8.2.1

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def pluginDir = new File('modules')
3232
pluginDir.eachDir {
3333
grails.plugin.location."$it.name" = it.path
3434
}
35+
grails.plugin.location.prototype = "prototype"
3536

3637
grails.project.class.dir = "target/classes"
3738
grails.project.test.class.dir = "target/test-classes"

grails-app/views/login/auth.gsp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
</p>
5353
</form>
5454
</div>
55+
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/search?q=openlabframework" data-widget-id="463641420083904512">Tweets</a>
56+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
57+
58+
59+
60+
5561
</div>
5662
<script type='text/javascript'>
5763
<!--

logs/openlabframework.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/OpenLabAttachments

modules/OpenLabBackend

modules/OpenLabBarcode

modules/OpenLabGeneTracker

modules/OpenLabStorage

0 commit comments

Comments
 (0)