Fix the Online INIT files to account for changes to the underscore processing in Medley#74
Merged
Conversation
…in how IL deals with the _ character. Fix all references to request_new_tab accordingly.
Member
|
Is there a public staging server we can test this on? |
…hat is an underscore to use the new underscore character in Medley.
…ntation button. Error is actually in APPS-INIT in Medley. But putting fix in ONLINE-INIT as well to simplify testing.
Member
Author
|
@pamoroso Yes. This PR is up and running on the dev server https:/online.interlisp.org:8081. |
Member
|
When visiting http://online.interlisp.org:8081 I get an error NS_ERROR_NET_EMPTY_RESPONSE with Firefox and a a similar one with Chrome. |
Member
Author
|
@pamoroso Try https://online.interlisp.org:8081 (instead of http://....). I get the same error as you when using http://... but all works for me when I use https://. I will check into why http:// is not working (or if it ever worked with ... :8081) |
Member
|
I confirm I can access the staging server https://online.interlisp.org:8081 which works except for the known DInfo issue. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix ONLINE-INIT and ONLINEUTILS files to account for the changes to the processing of the underscore character in Medley. Mostly changed strings to to underscore (FN 10) rather than the previous underscore character. Also changed the request_new_tab.sh script to request-new-tab.sh to accomodate the underscore changes.