Skip to content

Commit 8d3045a

Browse files
committed
new skin v1.0
1 parent 12e3734 commit 8d3045a

File tree

5 files changed

+4
-111
lines changed

5 files changed

+4
-111
lines changed

application.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
app.grails.version=2.3.11
44
app.name=alerts
55
app.servlet.version=2.5
6-
app.version=0.1
7-
+
6+
app.version=1.0

grails-app/conf/BuildConfig.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ grails.project.dependency.resolution = {
4545

4646
plugins {
4747
build ":release:3.0.1"
48-
runtime ":ala-web-theme:0.5"
48+
runtime ":ala-bootstrap2:2.1"
49+
runtime ":ala-auth:1.2"
4950
runtime ":hibernate:3.6.10.16"
5051
runtime ":jquery:1.8.3"
5152
runtime ":resources:1.2.8"
52-
build ":release:3.0.1"
5353
compile ":mail:1.0.1"
5454
runtime ":pretty-time:0.3"
5555
runtime ":quartz:1.0.1"

grails-app/conf/Config.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ security.cas.casServerUrlPrefix = 'https://auth.ala.org.au/cas'
153153
security.cas.bypass = false
154154

155155
appContext = 'alerts'
156-
headerAndFooter.baseURL = 'http://www2.ala.org.au/commonui'
157156
ala.baseURL = "http://www.ala.org.au"
158157
bie.baseURL = "http://bie.ala.org.au"
159158
bie.searchPath = "/search"

grails-app/conf/UrlMappings.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class UrlMappings {
22

33
static mappings = {
44

5+
"/admin"(controller:'admin', action: 'index')
56
"/admin/user/$userId"(controller:'admin', action: 'showUsersAlerts')
67
"/admin/user/debug/$userId"(controller:'admin', action: 'debugAlertsForUser')
78
"/admin/debug/all"(controller:'admin', action: 'debugAllAlerts')

grails-app/views/layouts/main.gsp

-106
This file was deleted.

0 commit comments

Comments
 (0)