-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to grails 2.1.0 and activiti 5.9 (use grails dependency manag…
…ement)
- Loading branch information
1 parent
00bb931
commit cb426c6
Showing
68 changed files
with
208 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/grails-activiti-5.9.zip | ||
/plugin.xml | ||
/target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#Grails Metadata file | ||
#Wed Dec 21 11:25:00 GMT+08:00 2011 | ||
app.grails.version=2.0.0 | ||
#Wed Jul 11 17:21:09 GMT+08:00 2012 | ||
app.grails.version=2.1.0 | ||
app.name=activiti | ||
plugins.hibernate=2.0.0 | ||
plugins.hibernate=2.1.0 | ||
plugins.release=1.0.0 | ||
plugins.tomcat=2.0.0 | ||
plugins.tomcat=2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.1 KB
web-app/WEB-INF/classes/Config$_run_closure3_closure4_closure7.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.15 KB
web-app/WEB-INF/classes/Config$_run_closure3_closure5_closure8.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.17 KB
web-app/WEB-INF/classes/Config$_run_closure3_closure6_closure9.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.14 KB
web-app/WEB-INF/classes/DataSource$_run_closure3_closure4_closure7.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.15 KB
web-app/WEB-INF/classes/DataSource$_run_closure3_closure5_closure8.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.14 KB
web-app/WEB-INF/classes/DataSource$_run_closure3_closure6_closure9.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.87 KB
web-app/WEB-INF/classes/UrlMappings$__clinit__closure1_closure2_closure3.class
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-7.33 KB
web-app/WEB-INF/classes/org/grails/activiti/ActivitiConstants.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.12 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure1.class
Binary file not shown.
Binary file removed
BIN
-4.01 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure10.class
Binary file not shown.
Binary file removed
BIN
-3.65 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure11.class
Binary file not shown.
Binary file removed
BIN
-3.07 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure2.class
Binary file not shown.
Binary file removed
BIN
-3.06 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure3.class
Binary file not shown.
Binary file removed
BIN
-4.43 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure4.class
Binary file not shown.
Binary file removed
BIN
-4.42 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure5.class
Binary file not shown.
Binary file removed
BIN
-4.42 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure6.class
Binary file not shown.
Binary file removed
BIN
-3.25 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure7.class
Binary file not shown.
Binary file removed
BIN
-3.24 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure8.class
Binary file not shown.
Binary file removed
BIN
-3.24 KB
web-app/WEB-INF/classes/org/grails/activiti/TaskController$_closure9.class
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
h1, h2 { | ||
margin: 10px 25px 5px; | ||
} | ||
|
||
h2 { | ||
font-size: 1.1em; | ||
} | ||
|
||
.filename { | ||
font-style: italic; | ||
} | ||
|
||
.exceptionMessage { | ||
margin: 10px; | ||
border: 1px solid #000; | ||
padding: 5px; | ||
background-color: #E9E9E9; | ||
} | ||
|
||
.stack, | ||
.snippet { | ||
margin: 0 25px 10px; | ||
} | ||
|
||
.stack, | ||
.snippet { | ||
border: 1px solid #ccc; | ||
-mox-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
} | ||
|
||
/* error details */ | ||
.error-details { | ||
border-top: 1px solid #FFAAAA; | ||
-mox-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
border-bottom: 1px solid #FFAAAA; | ||
-mox-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
box-shadow: 0 0 2px rgba(0,0,0,0.2); | ||
background-color:#FFF3F3; | ||
line-height: 1.5; | ||
overflow: hidden; | ||
padding: 5px; | ||
padding-left:25px; | ||
} | ||
|
||
.error-details dt { | ||
clear: left; | ||
float: left; | ||
font-weight: bold; | ||
margin-right: 5px; | ||
} | ||
|
||
.error-details dt:after { | ||
content: ":"; | ||
} | ||
|
||
.error-details dd { | ||
display: block; | ||
} | ||
|
||
/* stack trace */ | ||
.stack { | ||
padding: 5px; | ||
overflow: auto; | ||
height: 150px; | ||
} | ||
|
||
/* code snippet */ | ||
.snippet { | ||
background-color: #fff; | ||
font-family: monospace; | ||
} | ||
|
||
.snippet .line { | ||
display: block; | ||
} | ||
|
||
.snippet .lineNumber { | ||
background-color: #ddd; | ||
color: #999; | ||
display: inline-block; | ||
margin-right: 5px; | ||
padding: 0 3px; | ||
text-align: right; | ||
width: 3em; | ||
} | ||
|
||
.snippet .error { | ||
background-color: #fff3f3; | ||
font-weight: bold; | ||
} | ||
|
||
.snippet .error .lineNumber { | ||
background-color: #faa; | ||
color: #333; | ||
font-weight: bold; | ||
} | ||
|
||
.snippet .line:first-child .lineNumber { | ||
padding-top: 5px; | ||
} | ||
|
||
.snippet .line:last-child .lineNumber { | ||
padding-bottom: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/* Styles for mobile devices */ | ||
|
||
@media screen and (max-width: 480px) { | ||
.nav { | ||
padding: 0.5em; | ||
} | ||
|
||
.nav li { | ||
margin: 0 0.5em 0 0; | ||
padding: 0.25em; | ||
} | ||
|
||
/* Hide individual steps in pagination, just have next & previous */ | ||
.pagination .step, .pagination .currentStep { | ||
display: none; | ||
} | ||
|
||
.pagination .prevLink { | ||
float: left; | ||
} | ||
|
||
.pagination .nextLink { | ||
float: right; | ||
} | ||
|
||
/* pagination needs to wrap around floated buttons */ | ||
.pagination { | ||
overflow: hidden; | ||
} | ||
|
||
/* slightly smaller margin around content body */ | ||
fieldset, | ||
.property-list { | ||
padding: 0.3em 1em 1em; | ||
} | ||
|
||
input, textarea { | ||
width: 100%; | ||
-moz-box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
-ms-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
select, input[type=checkbox], input[type=radio], input[type=submit], input[type=button], input[type=reset] { | ||
width: auto; | ||
} | ||
|
||
/* hide all but the first column of list tables */ | ||
.scaffold-list td:not(:first-child), | ||
.scaffold-list th:not(:first-child) { | ||
display: none; | ||
} | ||
|
||
.scaffold-list thead th { | ||
text-align: center; | ||
} | ||
|
||
/* stack form elements */ | ||
.fieldcontain { | ||
margin-top: 0.6em; | ||
} | ||
|
||
.fieldcontain label, | ||
.fieldcontain .property-label, | ||
.fieldcontain .property-value { | ||
display: block; | ||
float: none; | ||
margin: 0 0 0.25em 0; | ||
text-align: left; | ||
width: auto; | ||
} | ||
|
||
.errors ul, | ||
.message p { | ||
margin: 0.5em; | ||
} | ||
|
||
.error ul { | ||
margin-left: 0; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.