Not sure if this is the best place to post bugs found, but if anyone has a better place, please let me know. I noticed them when I tried installing a fresh DNN instance with 07.04.02, the install wizard was unusable. These script references use a capital "S" for "Scripts", where the actual folder has a lowercase "scripts", so it doesn't see these files:
(Line 13) <script type="text/javascript" src="../Resources/Shared/Scripts/jquery/jquery-ui.min.js"></script>
(Line 14) <script type="text/javascript" src="../Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js"></script>
(Line 16) <script type="text/javascript" src="../DesktopModules/Admin/Security/Scripts/dnn.PasswordComparer.js"></script>
The other script references use the lowercase "s", so it seems to be a mix of case use.
Actually it seems to be happening in quite a few places. Another example (the folder "Skins" is actually uppercase):
(Line 10) <link rel="stylesheet" type="text/css" href="../Portals/_default/skins/_default/WebControlSkin/default/combobox.default.css?refresh" />
Why don't the referenced path names match the actual path cases?
Thanks,
Kevin