-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Resolved error loading page and tidied up display of page * Added new values to vocabulary, as such vocabularies will need to be updated * Updated vocabulary, vocabs will have to be updated as such * Added missing js library so error doesn't occur calling function * Added "Purpose" to table with other values so they are all equal headings * Replaced 'fa-remove' with the proper font awesome alias 'fa-times' * Updated spelling * Added JS to force popover to activate in modal, also override of default bootstrap css so popover shows correctly in modal * Hijacked add data button when dataset is geographic and instead of moving the form forward, save the dataset and move to the edit resources page * Updated defaults for selecting dev_secure_call to be False rather than True since the feature should not be considered unless it's turned on in dev * Updated hardcoded storage location from 'BCGW DataStore' to 'BC Geographic Warehouse' on both creating OFI resource and the data import script * make api_url an ini property * fix tab issue on input screens * fix issue with chrome auto populate * better checking for chrome * changed the langauge on the error for a bad browser * shows the same unauthorized page as the datasets show for consistency * added modal dialog for permalink * changed the branch link in the package view to link to the organization page instead of a search page * add check for environment to activate snowplow
- Loading branch information
Showing
27 changed files
with
249 additions
and
66 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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#permalinkModal div.modal-content{ | ||
|
||
} | ||
|
||
#permalinkLinkInput{ | ||
width: 90%; | ||
float: left; | ||
} | ||
|
||
#permalinkDivContainer{ | ||
height: 150px; | ||
display: -ms-flexbox; | ||
display: -webkit-flex; | ||
display: flex; | ||
|
||
-ms-flex-align: center; | ||
-webkit-align-items: center; | ||
-webkit-box-align: center; | ||
|
||
align-items: center; | ||
padding-left: 30px; | ||
} | ||
|
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
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
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
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
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
Oops, something went wrong.