Dnn.Platform icon indicating copy to clipboard operation
Dnn.Platform copied to clipboard

Removal of the WebSlice option

Open valadas opened this issue 4 years ago • 16 comments

Description of problem

Well, you know IE 8 technology and such, I think we could clean that up and remove it.

Description of solution

Kill it :)

Description of alternatives considered

Live in 1999

Additional context

Since we no longer run tests for the browsers (well the one) that had support for this, I think we should remove it because we are not going to really support that anyway.

We must not forget to remove the localization keys relating to this feature too.

Affected browser

  • [ ] Chrome
  • [ ] Firefox
  • [ ] Safari
  • [x] Internet Explorer
  • [ ] Edge

valadas avatar Apr 27 '20 08:04 valadas

I agree, this was an IE only feature.

sleupold avatar Apr 27 '20 09:04 sleupold

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Jul 26 '20 09:07 stale[bot]

AFAIK, this is still an issue.

sleupold avatar Jul 26 '20 10:07 sleupold

I'm working on this issue. @sleupold and @valadas can you point me to an example of how to include database changes? It looks like at the very least the vw_Modules would need to be updated to remove the WebSlice related columns, as well as the underlying table(s) the view is created from. As a new contributor, I'm not sure the best way to capture these changes.

joshgk00 avatar Oct 15 '20 17:10 joshgk00

@joshgk00 thanks so much for our interest in contributing! Database changes are typically handled in an upgrade script file for DNN or the module within DNN. I am on my phone at the moment and cannot easily point to examples, but I'll try to circle back a little later and provide some examples.

david-poindexter avatar Oct 15 '20 18:10 david-poindexter

@david-poindexter I see there's a Upgrade.SqlDataProvider. I take it I would add the changes to that script? Since it looks like this issue is not slated until 10.0 release, I assume when this gets merged it'll be part of the upgrade script for the release it's merged into?

joshgk00 avatar Oct 15 '20 18:10 joshgk00

Actually, just found. @joshgk00 - you'll find the DNN scripts here for each version.

https://github.com/dnnsoftware/Dnn.Platform/tree/develop/DNN%20Platform/Website/Providers/DataProviders/SqlDataProvider

For this one, it is marked for removal I believe in 10.00.00. So you would need to add the necessary script to the appropriate file. If it doesn't exist already, you would need to create it.

david-poindexter avatar Oct 15 '20 18:10 david-poindexter

@david-poindexter Thanks!

joshgk00 avatar Oct 15 '20 18:10 joshgk00

@joshgk00 FOr this one, since the removal is in 10.0.0, it might be best to hold on this for a bit. As we will be unable to merge necessarily for quite a while.. (Just making you aware)

mitchelsellers avatar Oct 15 '20 18:10 mitchelsellers

@mitchelsellers Thanks for the heads up. Maybe I'll just keep this branch in my fork for now and then take another look at the code and submit the PR a bit closer to when 10.0.0 is under development.

joshgk00 avatar Oct 15 '20 18:10 joshgk00

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Jan 14 '21 04:01 stale[bot]

Will continue working on this closer to v10

joshgk00 avatar Jan 14 '21 04:01 joshgk00

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Jun 02 '21 17:06 stale[bot]

still a subject

sleupold avatar Jun 02 '21 20:06 sleupold

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Sep 03 '21 01:09 stale[bot]

Pinned this issue as the PR is in for DNN 10.

valadas avatar Sep 06 '21 02:09 valadas