Changeset 64
- Timestamp:
- Jun 14, 2011, 9:14:35 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r63 r64 113 113 //} 114 114 115 appenders {116 file name:'file', file:'/home/robert/tmp/profiler.log'117 file name:'sqlfile', file:'/home/robert/tmp/sql.log'118 }115 // appenders { 116 // file name:'file', file:'/home/robert/tmp/profiler.log' 117 // file name:'sqlfile', file:'/home/robert/tmp/sql.log' 118 // } 119 119 120 trace 'grails.app' , 'org.hibernate.SQL'120 trace 'grails.app' 121 121 122 122 error 'org.codehaus.groovy.grails.web.servlet', // controllers … … 134 134 warn 'org.mortbay.log' 135 135 136 info file: 'com.linkedin.grails'136 //info file: 'com.linkedin.grails' 137 137 //trace sqlfile: 'org.hibernate.SQL' 138 138 } -
trunk/grails-app/domain/nl/tno/massSequencing/AssaySample.groovy
r63 r64 39 39 static constraints = { 40 40 numUniqueSequences(nullable: true) 41 numSequences(nullable: true) 41 42 fwOligo(nullable: true) 42 43 fwMidName(nullable: true) -
trunk/grails-app/views/import/showProcessScreen.gsp
r63 r64 36 36 clearTimeout( progressInterval ); 37 37 38 alert( "success" );39 40 38 window.location.replace( "${finishUrl.encodeAsJavaScript()}" ); 41 39 }, -
trunk/web-app/css/buttons.css
r63 r64 86 86 background-image: url(../plugins/famfamfam-1.0.1/images/icons/arrow_join.png); 87 87 } 88 89 /* Query results */ 90 .options a.performAction { 91 background-image: url(../plugins/famfamfam-1.0.1/images/icons/brick_go.png); 92 } 93 .options a.refineSearch { 94 background-image: url(../plugins/famfamfam-1.0.1/images/icons/magnifier.png); 95 }
Note: See TracChangeset
for help on using the changeset viewer.