MantisBT - Zandronum
View Issue Details
0001088Zandronum[All Projects] Bugpublic2012-09-29 20:082018-09-30 22:45
Konar6 
Blzut3 
hightweakalways
closedfixed 
MicrosoftWindowsXP/Vista/7
 
 
0001088: All Help menu items in Windows GUI server console point to HTTP 404
All menu items point to zandronum.com/wiki/ while as the correct URL is wiki.zandronum.com
Start a Windows GUI server, go to Help -> [any menu item]
In src/win32/serverconsole/serverconsole.cpp these 5 lines should be edited

453:I_RunProgram( "http://" DOMAIN_NAME "/wiki/How_to_use_the_Skulltag_Server" );
457:I_RunProgram( "http://" DOMAIN_NAME "/wiki/Commands" );
461:I_RunProgram( "http://" DOMAIN_NAME "/wiki/DMFlags" );
465:I_RunProgram( "http://" DOMAIN_NAME "/wiki/Game_Modes" );
469:I_RunProgram( "http://" DOMAIN_NAME "/wiki/Port_Forwarding" );
No tags attached.
png screenshot.png (9,093) 2012-09-30 08:46
/tracker/file_download.php?file_id=768&type=bug
png
Issue History
2012-09-29 20:08Konar6New Issue
2012-09-29 22:54Blzut3Note Added: 0004851
2012-09-30 07:55Torr SamahoNote Added: 0004862
2012-09-30 07:56Torr SamahoAssigned To => Torr Samaho
2012-09-30 07:56Torr SamahoStatusnew => feedback
2012-09-30 08:46unknownnaNote Added: 0004866
2012-09-30 08:46unknownnaFile Added: screenshot.png
2012-09-30 09:19Konar6Note Added: 0004868
2012-09-30 09:19Konar6Statusfeedback => assigned
2012-09-30 09:25Torr SamahoNote Added: 0004869
2012-09-30 14:50DuskNote Added: 0004881
2012-09-30 16:48Blzut3Note Added: 0004882
2012-09-30 17:47DuskNote Added: 0004884
2012-09-30 17:47DuskStatusassigned => resolved
2012-09-30 17:47DuskResolutionopen => fixed
2012-09-30 17:47DuskAssigned ToTorr Samaho => Blzut3
2018-09-30 22:45Blzut3Statusresolved => closed

Notes
(0004851)
Blzut3   
2012-09-29 22:54   
Added a redirect so the links should work. I'll leave it up to Torr to decide if that's a proper solution or not.
(0004862)
Torr Samaho   
2012-09-30 07:55   
Thanks! I think that's a proper solution. When going through the pages I noticed though that two of the pages itself don't exist anymore: How_to_use_the_Skulltag_Server and Commands. Commands has just been renamed to Console_Commands, so I can easily update this link. I'm not sure what I should replace How_to_use_the_Skulltag_Server with. How about Creating_a_Game_Server?
(0004866)
unknownna   
2012-09-30 08:46   
Speaking of which, these pages are also broken:

'http://zandronum.com/go/buydoom/ [^]'
'http://zandronum.com/go/freedoom/ [^]'
(0004868)
Konar6   
2012-09-30 09:19   
Note: as the domain redirect has been added, I just made the 2 invalid wiki links redirect to their proper destinations, thus the Help menu items work right now.
(0004869)
Torr Samaho   
2012-09-30 09:25   
Thanks! I think we can consider the wiki links to be resolved then. So we just need to take care of the buydoom and freedoom links now.
(0004881)
Dusk   
2012-09-30 14:50   
Doom is'http://store.steampowered.com/app/2280/ [^]'
Doom 2 is'http://store.steampowered.com/app/2300/ [^]'
and Freedoom is'http://www.nongnu.org/freedoom/ [^]'
(0004882)
Blzut3   
2012-09-30 16:48   
The Buy Doom/Freedoom redirects have been added.
(0004884)
Dusk   
2012-09-30 17:47   
Then I guess this is resolved.