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

Addition of [Obsolete] Attribute to Users Online #2797

Merged
merged 2 commits into from May 17, 2019
Merged

Addition of [Obsolete] Attribute to Users Online #2797

merged 2 commits into from May 17, 2019

Conversation

mitchelsellers
Copy link
Contributor

Back in DNN 8.x, or earlier, the UsersOnline HttpModule was removed from the default installations of DNN. The configuration settings and actual source code for this feature were left inside the platform, however, they have not been tested or supported.

As such, the methods supporting this are legacy and no-longer properly managed. To follow the published deprecation standards, since no prior notice was given. I've flagged all implementation methods for the UserOnline feature for removal in v11.0.0.

The DNN Community initiative, which has the supplemental UsersOnline module, could easily extract this code and install as an extension, which would be the preferred long-term solution as it.

One additional change was included, to update the configuration file on a UnitTest project to match the proper current configuration file.

@mitchelsellers mitchelsellers added this to the 9.4.0 milestone May 16, 2019
@sleupold
Copy link
Contributor

has the http module been included in UsersOnline module?
We still have a number of clients using it and want to be able to get the online status, e.g. when fighting against spam users.

@valadas
Copy link
Contributor

valadas commented May 16, 2019

@sleupold Actually after looking at it, it appears the users online module was never even moved to github... If there is interest in updating the module, it is still on codeplex here https://archive.codeplex.com/?p=dnnusersonline I am willing to move it to github if we have interested contributors... Just let me know...

@ohine ohine merged commit dca2a33 into dnnsoftware:development May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants