l5m-tools 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc46d517bc9ae920a3b864b4526904a9964d1270
4
- data.tar.gz: 61595a44e299b26592d7fab8674673159e185809
3
+ metadata.gz: bae6e18f53c230e4c72b64b1f302109705bc4656
4
+ data.tar.gz: a68049e881cd27fa517cab33385a54458508fd43
5
5
  SHA512:
6
- metadata.gz: fedc7cf3747934b1bb364086980174a8a48a9290ec3d0d8d0e8e6c46712558f649e7cd2fa9c2aecb0574a3e99bcfa530bb97750976f3e176da90b51793f34429
7
- data.tar.gz: 7949108f693bcdb531411e03f192a010042185baa6c0df4b3a800bb3ec6ce0e740465a728689aba40cde7ff81796942cd82a88b08d1ba445295cf0f1dd1456b7
6
+ metadata.gz: 59a2d96fcf11f68a2ab2d0c2303b973c952a37fd1c59cadea49f6661d70f5f266a91b8e3030466af05a2a6520d49ef1603b5e2ebf86d64bee1d8b2f5003ef82f
7
+ data.tar.gz: 9867b638d593e97a9b14b58daca3ca22ec86697040d8fe1902b9d25a5d1c85f2cb1e417ffcdd746b223f8473bf0342ae7486131f3088f3574c0902cdc08024a3
@@ -1,20 +1,22 @@
1
- Copyright (c) 2013 Ronghai
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Ronghai Wei
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
data/l5m-tools.gemspec CHANGED
@@ -5,21 +5,21 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "l5m-tools"
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["RONGHAI"]
12
- s.date = "2015-07-09"
12
+ s.date = "2015-07-29"
13
13
  s.description = "A tool set for Lake5Media and QingheTech developer"
14
14
  s.email = "ronghai.wei@outlook.com"
15
15
  s.executables = ["duplicate-app", "l5m", "make-app", "set_env.sh", "svn.tool"]
16
16
  s.extra_rdoc_files = [
17
- "LICENSE.txt",
17
+ "LICENSE",
18
18
  "README.md"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
22
- "LICENSE.txt",
22
+ "LICENSE",
23
23
  "README.md",
24
24
  "VERSION",
25
25
  "bin/duplicate-app",
@@ -6,7 +6,7 @@
6
6
  com.l5m.common.l5m_util.rld.*,
7
7
  com.l5m.common.util.*,
8
8
  org.ajaxanywhere.AAUtils,
9
- com.l5m.!REPLACE_STYLE!.bean.*, com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
9
+ com.l5m.!REPLACE_STYLE!.bean.*, com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
10
10
  com.l5m.!REPLACE_STYLE!.engine.worker.*,
11
11
  com.l5m.common.l5m_util.module.*"
12
12
  %>
@@ -34,7 +34,6 @@ if(AAUtils.isAjaxRequest(request)){
34
34
  AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
35
35
  }
36
36
  %><!-- -->
37
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
38
37
  <c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
39
38
  <c:set var='theme' value='${worker.navigationBean.theme}' />
40
39
  <c:set var='_request' value="<%=request%>"/>
@@ -52,7 +51,7 @@ if(AAUtils.isAjaxRequest(request)){
52
51
 
53
52
 
54
53
 
55
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
54
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
56
55
 
57
56
  <!-- add additinal js css in here -->
58
57
  <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
@@ -160,6 +159,7 @@ if(AAUtils.isAjaxRequest(request)){
160
159
  id="${baseServicerParameterBean.tabPanelID}"
161
160
  captions="${baseServicerParameterBean.tabbedPanelCaptions}"
162
161
  selected="${baseServicerParameterBean.selectedTab}"
162
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
163
163
  style="${styleLowerCase}"
164
164
  showDisplayControl="false">
165
165
  <l5m:tab2>
@@ -184,7 +184,7 @@ if(AAUtils.isAjaxRequest(request)){
184
184
  <aa:zone name="sourcePanelZone">
185
185
  <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
186
186
  <tr class="row">
187
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
187
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
188
188
  <td class="TD LD" style="${righstyle}; line-height:16px;">
189
189
 
190
190
  </td>
@@ -6,7 +6,7 @@
6
6
  com.l5m.common.l5m_util.rld.*,
7
7
  com.l5m.common.util.*,
8
8
  org.ajaxanywhere.AAUtils,
9
- com.l5m.!REPLACE_STYLE!.bean.*, com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
9
+ com.l5m.!REPLACE_STYLE!.bean.*, com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
10
10
  com.l5m.!REPLACE_STYLE!.engine.worker.*,
11
11
  com.l5m.common.l5m_util.module.*"
12
12
  %>
@@ -36,7 +36,6 @@ if(AAUtils.isAjaxRequest(request)){
36
36
  AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
37
37
  }
38
38
  %>
39
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
40
39
  <c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
41
40
  <c:set var='theme' value='${worker.navigationBean.theme}' />
42
41
  <c:set var='_request' value="<%=request%>"/>
@@ -53,7 +52,7 @@ if(AAUtils.isAjaxRequest(request)){
53
52
 
54
53
 
55
54
 
56
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
55
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
57
56
 
58
57
  <!-- add additinal js css in here -->
59
58
  <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
@@ -153,6 +152,7 @@ if(AAUtils.isAjaxRequest(request)){
153
152
  id="${baseServicerParameterBean.tabPanelID}"
154
153
  captions="${baseServicerParameterBean.tabbedPanelCaptions}"
155
154
  selected="${baseServicerParameterBean.selectedTab}"
155
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
156
156
  style="${styleLowerCase}"
157
157
  showDisplayControl="false">
158
158
  <l5m:tab2>
@@ -177,7 +177,7 @@ if(AAUtils.isAjaxRequest(request)){
177
177
  <aa:zone name="sourcePanelZone">
178
178
  <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
179
179
  <tr class="row">
180
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
180
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
181
181
  <td class="TD LD" style="${righstyle}; line-height:16px;">
182
182
 
183
183
  </td>
@@ -5,7 +5,7 @@
5
5
  com.l5m.common.l5m_util.bean.*,
6
6
  com.l5m.common.l5m_util.rld.*,
7
7
  com.l5m.common.util.*,
8
- org.ajaxanywhere.AAUtils, com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
8
+ org.ajaxanywhere.AAUtils, com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
9
9
  com.l5m.!REPLACE_STYLE!.bean.*,
10
10
  com.l5m.!REPLACE_STYLE!.engine.worker.*,
11
11
  com.l5m.common.l5m_util.module.*"
@@ -34,7 +34,6 @@ if(AAUtils.isAjaxRequest(request)){
34
34
  AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
35
35
  }
36
36
  %><!-- -->
37
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
38
37
  <c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
39
38
  <c:set var='theme' value='${worker.navigationBean.theme}' />
40
39
  <c:set var='_request' value="<%=request%>"/>
@@ -52,7 +51,7 @@ if(AAUtils.isAjaxRequest(request)){
52
51
 
53
52
 
54
53
 
55
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
54
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
56
55
 
57
56
  <!-- add additinal js css in here -->
58
57
  <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
@@ -161,6 +160,7 @@ if(AAUtils.isAjaxRequest(request)){
161
160
  id="${baseServicerParameterBean.tabPanelID}"
162
161
  captions="${baseServicerParameterBean.tabbedPanelCaptions}"
163
162
  selected="${baseServicerParameterBean.selectedTab}"
163
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
164
164
  style="${styleLowerCase}"
165
165
  showDisplayControl="false">
166
166
  <l5m:tab2>
@@ -185,7 +185,7 @@ if(AAUtils.isAjaxRequest(request)){
185
185
  <aa:zone name="sourcePanelZone">
186
186
  <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
187
187
  <tr class="row">
188
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
188
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
189
189
  <td class="TD LD" style="${righstyle}; line-height:16px;">
190
190
 
191
191
  </td>
@@ -3,7 +3,7 @@
3
3
  import="java.util.*,
4
4
  com.l5m.common.bean.*,
5
5
  com.l5m.common.l5m_util.bean.*,
6
- com.l5m.common.l5m_util.rld.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
6
+ com.l5m.common.l5m_util.rld.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
7
7
  com.l5m.common.util.*,
8
8
  org.ajaxanywhere.AAUtils,
9
9
  com.l5m.!REPLACE_STYLE!.bean.*,
@@ -34,7 +34,6 @@ if(AAUtils.isAjaxRequest(request)){
34
34
  AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
35
35
  }
36
36
  %><!-- -->
37
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
38
37
  <c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
39
38
  <c:set var='theme' value='${worker.navigationBean.theme}' />
40
39
  <c:set var='_request' value="<%=request%>"/>
@@ -52,7 +51,7 @@ if(AAUtils.isAjaxRequest(request)){
52
51
 
53
52
 
54
53
 
55
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
54
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
56
55
 
57
56
  <!-- add additinal js css in here -->
58
57
  <link href="<%=request.getContextPath()%>/htdoc/datepicker-lite.css" rel="stylesheet" type="text/css" />
@@ -157,6 +156,7 @@ if(AAUtils.isAjaxRequest(request)){
157
156
  id="${baseServicerParameterBean.tabPanelID}"
158
157
  captions="${baseServicerParameterBean.tabbedPanelCaptions}"
159
158
  selected="${baseServicerParameterBean.selectedTab}"
159
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
160
160
  style="${styleLowerCase}"
161
161
  showDisplayControl="false">
162
162
  <l5m:tab2>
@@ -181,7 +181,7 @@ if(AAUtils.isAjaxRequest(request)){
181
181
  <aa:zone name="sourcePanelZone">
182
182
  <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
183
183
  <tr class="row">
184
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
184
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
185
185
  <td class="TD LD" style="${righstyle}; line-height:16px;">
186
186
 
187
187
  </td>
@@ -4,7 +4,7 @@
4
4
  com.l5m.common.bean.*,
5
5
  com.l5m.common.l5m_util.bean.*,
6
6
  com.l5m.common.l5m_util.rld.*,
7
- com.l5m.common.util.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags*,
7
+ com.l5m.common.util.*,com.l5m.customtags.beans.*, com.l5m.customtags.tags.*,
8
8
  org.ajaxanywhere.AAUtils,
9
9
  com.l5m.ttv2.bean.*,
10
10
  com.l5m.ttv2.engine.worker.*,
@@ -35,7 +35,6 @@ if(AAUtils.isAjaxRequest(request)){
35
35
  AAUtils.addZonesToRefresh(request, "alwaysRefreshZone,"+ ((String)request.getAttribute("refreshZones")));
36
36
  }
37
37
  %>
38
- <c:set var="soc" value='${servicer.sourceOptionController}'/>
39
38
  <c:set var='jsCache' value='<%="&__jstimeunique="+System.currentTimeMillis()%>'/>
40
39
  <c:set var='theme' value='${worker.navigationBean.theme}' />
41
40
  <c:set var='_request' value="<%=request%>"/>
@@ -51,7 +50,7 @@ if(AAUtils.isAjaxRequest(request)){
51
50
 
52
51
 
53
52
 
54
- <l5m:jspHead useIE7Compatible="true" useCssImport='1' includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
53
+ <l5m:jspHead useIE7Compatible="true" useCssImport='1' cssImportParaBean="<%=_cssImport%>" jsImportParaBean="<%=_jsImport%>" includeJQuery='true' title="${worker.APP_NAME}" formName="${formName}" packageName="${packageLowerCase}" planingCss="L001;L004">
55
54
 
56
55
  <!-- add additinal js css in here -->
57
56
 
@@ -383,6 +382,7 @@ if(AAUtils.isAjaxRequest(request)){
383
382
  id="${baseServicerParameterBean.tabPanelID}"
384
383
  captions="${baseServicerParameterBean.tabbedPanelCaptions}"
385
384
  selected="${baseServicerParameterBean.selectedTab}"
385
+ hiddenCaptions="${baseServicerParameterBean.hiddenPanelCaptions}"
386
386
  style="${styleLowerCase}"
387
387
  showDisplayControl="false">
388
388
  <l5m:tab2>
@@ -407,7 +407,7 @@ if(AAUtils.isAjaxRequest(request)){
407
407
  <aa:zone name="sourcePanelZone">
408
408
  <table id='sourcePanel' border="0" cellspacing="0" cellpadding="0" width="100%">
409
409
  <tr class="row">
410
- <td class="TD" style="${leftstyle};" nowrap valign="top"> /td>
410
+ <td class="TD" style="${leftstyle};" nowrap valign="top"> </td>
411
411
  <td class="TD LD" style="${righstyle}; line-height:16px;">
412
412
 
413
413
  </td>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: l5m-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - RONGHAI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -76,11 +76,11 @@ executables:
76
76
  - svn.tool
77
77
  extensions: []
78
78
  extra_rdoc_files:
79
- - LICENSE.txt
79
+ - LICENSE
80
80
  - README.md
81
81
  files:
82
82
  - .document
83
- - LICENSE.txt
83
+ - LICENSE
84
84
  - README.md
85
85
  - VERSION
86
86
  - bin/duplicate-app