Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Develop into Master for 1.3.1 release #277

Merged
merged 47 commits into from
Oct 31, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
bcf5c87
Refactor w/ control base class. Controls self aware of external chang…
btfou Sep 27, 2014
50aff39
Turn all sublayers on/off affecting other layers fixed.
btfou Oct 1, 2014
d1f43f1
Add methods to turn all layers on/off.
btfou Oct 8, 2014
9c4eccb
Add metadataUrl control option.
btfou Oct 8, 2014
4a41f1e
dboostrap works with Font-Awesome 4.2.0!
tmcgee Oct 11, 2014
aad574f
Merge pull request #240 from cmv/LayerControl-1.3.1-patch
tmcgee Oct 11, 2014
79e908e
Merge branch 'develop' into feature/dbootstrap-separate-css-from-js
tmcgee Oct 11, 2014
76d0aca
Use dbootstrap.css built from github source with my mods
tmcgee Oct 12, 2014
d74f9fe
Use dbootstrap.css and main.js built from github source with my mods
tmcgee Oct 12, 2014
044a2a8
Merge branch 'feature/dbootstrap-separate-css-from-js' of github.com:…
tmcgee Oct 12, 2014
15c60bf
Fixes for Internet Explorer 8 compatibility.
tmcgee Oct 12, 2014
000a7e4
Add missing "font-family: FontAwesome;" to relevant CSS classes.
tmcgee Oct 12, 2014
eba2620
Merge pull request #241 from cmv/fix/works-with-ie8
DavidSpriggs Oct 16, 2014
b94c89c
Merge pull request #242 from cmv/fix/add-font-awesome-font-family
DavidSpriggs Oct 16, 2014
ebfbaf4
updatge indent on readme.md
tsamaya Oct 17, 2014
8b0a018
Merge pull request #248 from tsamaya/patch-2
tmcgee Oct 17, 2014
a1426c6
Add missing `dijit/form/DropDownButton` module.
tmcgee Oct 20, 2014
b50963a
Merge pull request #250 from cmv/fix/basemap-dependency
tmcgee Oct 20, 2014
44c3306
switch onOpen method to onShow so dialog content shows when openOnSta…
tmcgee Oct 20, 2014
64b8e6e
Merge pull request #251 from cmv/fix/help-widget-onOpen-to-onShow
tmcgee Oct 20, 2014
52a3a95
Merge branch 'develop' into feature/dbootstrap-separate-css-from-js
tmcgee Oct 20, 2014
69375fe
add dbootstrap.css and dijit.css to a dboostrap "theme" in css folder.
tmcgee Oct 20, 2014
cdeed8d
Add i18n to LayerControl. Update config to include one layer w/ Metad…
btfou Oct 21, 2014
1393481
Merge pull request #253 from cmv/patch/LayerControl
DavidSpriggs Oct 21, 2014
9d2d024
Merge pull request #252 from cmv/feature/dbootstrap-separate-css-from-js
DavidSpriggs Oct 21, 2014
ac4e1be
added link to CMV's wiki page Building Custom Widgets
friendde Oct 24, 2014
bfa2e56
Merge pull request #258 from friendde/patch-3
DavidSpriggs Oct 24, 2014
6b35e7e
Add menu icon and remove menu link. Add icon object for icons. Clean up.
btfou Oct 25, 2014
496a7c0
Merge pull request #259 from cmv/1.3.1-LayerControl-Update
DavidSpriggs Oct 26, 2014
46909d7
Add `allSublayerToggles` layer option to not include toggle all subla…
btfou Oct 28, 2014
4f020d3
Merge pull request #263 from cmv/1.3.1-LayerControl-Patch
DavidSpriggs Oct 28, 2014
6e6881e
corrected handling of showing help dialog contents on startup.
tmcgee Oct 28, 2014
278daea
Merge pull request #265 from cmv/fix/help-dialog-on-startup-again
DavidSpriggs Oct 28, 2014
933b482
update to JS API version 3.11.
tmcgee Oct 28, 2014
6ce11f7
remove the old TOC widget. :)
tmcgee Oct 28, 2014
5568078
remove TOC and dbootstrap from Grunt tasks.
tmcgee Oct 28, 2014
91bec15
Update package.json to version 1.3.1.
tmcgee Oct 28, 2014
e78f162
remove icons that are not used any more.
tmcgee Oct 28, 2014
c5d278e
Merge pull request #267 from cmv/fix/remove-old-toc-widget
DavidSpriggs Oct 28, 2014
2a9595c
Merge pull request #266 from cmv/feature/update-api-to-v3.11
DavidSpriggs Oct 28, 2014
e0f475b
Merge pull request #268 from cmv/fix/remove-unused-icons
DavidSpriggs Oct 28, 2014
683513a
the layerId of the feature layer was not being passed.
tmcgee Oct 28, 2014
23b9ced
Merge pull request #269 from cmv/fix/pass-layerId-of-feature-layer-to…
DavidSpriggs Oct 28, 2014
25fac84
removed toc parameters from config/viewer.js
tmcgee Oct 28, 2014
6ceaa81
Merge pull request #270 from cmv/fix/remove-toc-parameters-from-viewe…
DavidSpriggs Oct 28, 2014
ef09ee8
removed tocLayerInfos array from Controller.
tmcgee Oct 28, 2014
d9768f6
Merge pull request #271 from cmv/fix/remove-toc-parameters-from-viewe…
DavidSpriggs Oct 28, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ module.exports = function(grunt) {
build: {
expand: true,
cwd: 'dist/viewer',
src: ['**/*.css', '!**/dbootstrap/**'],
src: ['**/*.css'],
dest: 'dist/viewer'
}
},
cssmin: {
build: {
expand: true,
cwd: 'dist/viewer',
src: ['**/*.css', '!**/dbootstrap/**'],
src: ['**/*.css'],
dest: 'dist/viewer'
}
},
jshint: {
build: {
src: ['viewer/**/*.js', '!**/dbootstrap/**', '!**/TOC.js'],
src: ['viewer/**/*.js'],
options: {
jshintrc: '.jshintrc',
reporter: require('jshint-stylish')
Expand Down Expand Up @@ -138,7 +138,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: 'dist/viewer',
src: ['**']
src: ['**', '!**/dijit.css']
}]
}
}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ There are many ways to contribute to CMV:

2. __Submit an Issue__ - If you find a possible bug, please submit an issue in the [issues log](https://github.com/cmv/cmv-app/issues?state=open).

3. __User contributed widgets__ - Users can submit widgets to the [cmv-contrib-widgets](https://github.com/cmv/cmv-contrib-widgets) repo. These widgets are created and submitted by users. Head on over and read the details.
3. __User contributed widgets__ - For general information on how to build a CMV widget read [Builiding Custom Widgets] (https://github.com/cmv/cmv-app/wiki/building-custom-widgets). Users can submit widgets to the [cmv-contrib-widgets](https://github.com/cmv/cmv-contrib-widgets) repo. These widgets are created and submitted by users. Head on over and read the details.

4. __Create documentation__ Please make constructive in [the wiki](https://github.com/cmv/cmv-app/wiki).

Expand All @@ -88,13 +88,13 @@ This project uses grunt to automate tasks like minifying css and js as well as j

- Clone your fork and in cloned directory:

- Install the local dev dependencies for the project in the repo from the command line: `npm install`, this only needs to be done once per dev machine.
- Install the local dev dependencies for the project in the repo from the command line: `npm install`, this only needs to be done once per dev machine.

- Run grunt from the repo with: `grunt` this will launch a mini dev server and lint your js as you code.
- Run grunt from the repo with: `grunt` this will launch a mini dev server and lint your js as you code.

- Run grunt from the repo with: `grunt build` this will create a `dist` folder with minified code ready for deployment.
- Run grunt from the repo with: `grunt build` this will create a `dist` folder with minified code ready for deployment.

- There are other grunt tasks, use: `grunt -h` to see a list.
- There are other grunt tasks, use: `grunt -h` to see a list.

# License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ConfigurableMapViewerCMV",
"version": "1.3.0",
"version": "1.3.1",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2014",
Expand Down
11 changes: 11 additions & 0 deletions viewer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ body, html {
bottom: 0;
left: 0;
right: 0;
border: none;
padding: 0;
background-color: #FFFFFF
}
#sidebarLeft {
Expand Down Expand Up @@ -124,17 +126,26 @@ body, html {
cursor: pointer;
color: #666666;
font-size: 1.3em;
font-family: FontAwesome;
}
.sidebarCollapseButtonHorz {
width: 16px;
height: 25px;
top: 48%;
top: -webkit-calc(50% - 12px);
top: -moz-calc(50% - 12px);
top: -o-calc(50% - 12px);
top: calc(50% - 12px);
border-bottom: 1px solid #B5BCC7;
border-top: 1px solid #B5BCC7;
}
.sidebarCollapseButtonVert {
width: 25px;
height: 18px;
left: 48%;
left: -webkit-calc(50% - 12px);
left: -moz-calc(50% - 12px);
left: -o-calc(50% - 12px);
left: calc(50% - 12px);
border-left: 1px solid #B5BCC7;
border-right: 1px solid #B5BCC7;
Expand Down
Loading