public
Description: Friendly community site for Grails developers Worldwide
Homepage: http://grailscrowd.com
Clone URL: git://github.com/dima767/grails-crowd.git
Release 1.2.3: added 'sponsored' link to groovymag.com
dima767 (author)
Sat Nov 01 12:02:11 -0700 2008
commit  fafb00e81e5113b06d4ca31d3bd3c80a9e1b4d1b
tree    0e008126712e5ec6a3b97b4988cbb359c8e3cd44
parent  572ceb7be40b3cb252ee09d9adfa737f761e0e76
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-#Wed Oct 08 06:09:00 EDT 2008
0
-app.version=1.2.2
0
+#Sat Nov 01 14:58:12 EDT 2008
0
+app.version=1.2.3
0
 app.servlet.version=2.4
0
 app.grails.version=1.0.3
0
 app.name=grailscrowd
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== Changes in version 1.2.3
0
+
0
+* Added 'sponosored' link to groovymag.com in the footer of main layouts
0
+
0
 == Changes in version 1.2
0
 
0
 * Added 'lastLogin' property to Member
...
20
21
22
23
 
 
 
 
24
25
26
...
20
21
22
 
23
24
25
26
27
28
29
0
@@ -20,7 +20,10 @@
0
 
0
     <div id="footer">            
0
             <a class="inline-link" href="http://twitter.com/grailscrowd" target="_blank">Follow on Twitter</a> | <a class="inline-link" href="http://gc.lighthouseapp.com/projects/15821-grails-crowd/overview" target="_blank">Report a problem or request a feature</a> | <a class="inline-link" href="http://grails.org" target="_blank">Developed with Grails</a> | <a class="inline-link" href="http://github.com/dima767/grails-crowd/tree/master" target="_blank">The code for this site is open source</a>
0
-        </div>
0
+          <br />
0
+      <br />
0
+      Hosting provided by <span style="float:left;"><a href="http://groovymag.com/?gc" target="_blank"><img src="${createLink(base:'http://www.groovymag.com/images/hostedby.png')}" alt="Groovymag"/></a></span>
0
+    </div>
0
 
0
     </div>
0
 
...
55
56
57
 
 
 
58
59
60
...
55
56
57
58
59
60
61
62
63
0
@@ -55,6 +55,9 @@
0
 
0
         <div id="footer">            
0
             <a class="inline-link" href="http://twitter.com/grailscrowd" target="_blank">Follow on Twitter</a> | <a class="inline-link" href="http://gc.lighthouseapp.com/projects/15821-grails-crowd/overview" target="_blank">Report a problem or request a feature</a> | <a class="inline-link" href="http://grails.org" target="_blank">Developed with Grails</a> | <a class="inline-link" href="http://github.com/dima767/grails-crowd/tree/master" target="_blank">The code for this site is open source</a>
0
+      <br />
0
+      <br />
0
+      Hosting provided by <span style="float:left;"><a href="http://groovymag.com/?gc" target="_blank"><img src="${createLink(base:'http://www.groovymag.com/images/hostedby.png')}" alt="Groovymag"/></a></span>
0
         </div>
0
 
0
     </div>

Comments