Guest User

Untitled

a guest
Oct 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. diff -r 2.0.0/whoopy/application.properties 2.0.4/whoopy/application.properties
  2. 2,3c2,3
  3. < #Tue May 29 20:22:17 PDT 2012
  4. < app.grails.version=2.0.0
  5. ---
  6. > #Tue May 29 20:24:18 PDT 2012
  7. > app.grails.version=2.0.4
  8. diff -r 2.0.0/whoopy/grails-app/conf/BuildConfig.groovy 2.0.4/whoopy/grails-app/conf/BuildConfig.groovy
  9. 42c42,47
  10. < runtime ":resources:1.1.5"
  11. ---
  12. > runtime ":resources:1.1.6"
  13. >
  14. > // Uncomment these (or add new ones) to enable additional resources capabilities
  15. > //runtime ":zipped-resources:1.0"
  16. > //runtime ":cached-resources:1.0"
  17. > //runtime ":yui-minify-resources:0.1.4"
  18. diff -r 2.0.0/whoopy/grails-app/conf/DataSource.groovy 2.0.4/whoopy/grails-app/conf/DataSource.groovy
  19. 9c9
  20. < cache.use_query_cache = true
  21. ---
  22. > cache.use_query_cache = false
  23. 17c17
  24. < url = "jdbc:h2:mem:devDb;MVCC=TRUE"
  25. ---
  26. > url = "jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
  27. 23c23
  28. < url = "jdbc:h2:mem:testDb;MVCC=TRUE"
  29. ---
  30. > url = "jdbc:h2:mem:testDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
  31. 29c29
  32. < url = "jdbc:h2:prodDb;MVCC=TRUE"
  33. ---
  34. > url = "jdbc:h2:prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000"
  35. diff -r 2.0.0/whoopy/grails-app/views/index.gsp 2.0.4/whoopy/grails-app/views/index.gsp
  36. 31a32,35
  37. >
  38. > #status li {
  39. > line-height: 1.3;
  40. > }
  41. 49a54
  42. > line-height: 1.5;
  43. 57a63
  44. > line-height: 1.3;
  45. diff -r 2.0.0/whoopy/web-app/css/main.css 2.0.4/whoopy/web-app/css/main.css
  46. 6a7,10
  47. > h1, h2, h3, h4, h5, h6 {
  48. > line-height: 1.1;
  49. > }
  50. >
  51. 309a314,315
  52. > margin-left: 0;
  53. > margin-right: 0;
  54. 328c334
  55. < padding: 0.5em;
  56. ---
  57. > padding: 0.25em;
  58. 356,357c362,363
  59. < background: transparent url(../images/skin/exclamation.png) 0 50% no-repeat;
  60. < text-indent: 22px;
  61. ---
  62. > background: transparent url(../images/skin/exclamation.png) 0.5em 50% no-repeat;
  63. > text-indent: 2.2em;
  64. 361,362c367,368
  65. < background: transparent url(../images/skin/information.png) 0 50% no-repeat;
  66. < text-indent: 22px;
  67. ---
  68. > background: transparent url(../images/skin/information.png) 0.5em 50% no-repeat;
  69. > text-indent: 2.2em;
Add Comment
Please, Sign In to add comment