<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi Tom,<div><br></div><div>I suggest subclassing MCHttpRepository to document the format of the GitHub release page. Then you could also fix those labels:</div><div><br></div><div><img id="7893b038-21f6-4998-b4fc-8e8e1bbc35b3" src="cid:ba9232dd-d65f-4ac5-ad6d-432d02233d99" width="auto"></img><br></div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 14.06.2020 18:08:02 schrieb Beckmann, Tom <tom.beckmann@student.hpi.uni-potsdam.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">Hey Marcel,<br><br>ah relative URLs are actually the current default, absolute ones were not supported.<br><br>I abused a Github project of mine for testing purposes: by adding this URL to the Monticello Browser, you should be able to load the mcz I uploaded there: https://github.com/tom95/sandblocks/releases<br><br>Best,<br>Tom<br>________________________________________<br>From: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of Taeumel, Marcel<br>Sent: Sunday, June 14, 2020 5:31:34 PM<br>To: squeak-dev<br>Subject: Re: [squeak-dev] The Inbox: Monticello-tobe.724.mcz<br><br>Hi Tom,<br><br>can you give an example of such a GitHub release page with relative URLs?<br><br>Best,<br>Marcel<br><br>Am 14.06.2020 17:27:35 schrieb Beckmann, Tom <tom.beckmann@student.hpi.uni-potsdam.de>:<br><br>Hey everyone!<br><br>With this change, you can add a Github releases page that hosts a mcz file to your Monticello Browser and it will pick the versions up correctly. I have tested some regular repos that I found by default in my image and they still worked. Does anyone know if this change could pose problems in some other setup?<br><br>Best,<br>Tom<br>________________________________________<br>From: Squeak-dev on behalf of commits@source.squeak.org<br>Sent: Sunday, June 14, 2020 5:24:54 PM<br>To: squeak-dev@lists.squeakfoundation.org<br>Subject: [squeak-dev] The Inbox: Monticello-tobe.724.mcz<br><br>A new version of Monticello was added to project The Inbox:<br>http://source.squeak.org/inbox/Monticello-tobe.724.mcz<br><br>==================== Summary ====================<br><br>Name: Monticello-tobe.724<br>Author: tobe<br>Time: 14 June 2020, 5:24:40.705825 pm<br>UUID: 2c269510-4a04-42a0-995a-d29adcc33fee<br>Ancestors: Monticello-mt.723<br><br>Allow mc http repositories to handle absolute paths<br><br>Monticello will collect all tags on the repository's webpage. It currently expects these to be relative to the URL of the website. Some third party sites that can host mcz files, however do not use relative, but absolute paths. An example of this are Github releases pages.<br><br>=============== Diff against Monticello-mt.723 ===============<br><br>Item was changed:<br>----- Method: MCHttpRepository>>urlForFileNamed: (in category 'accessing') -----<br>urlForFileNamed: aString<br>+ " if we have an absolute path, take the base of the location and append the full path "<br>+ aString first = $/ ifTrue: [^ (location first: (location indexOf: $/ startingAt: 'https:// ' size)), aString].<br>+<br>^ self locationWithTrailingSlash, aString encodeForHTTP!<br><br><br><br><br></tom.beckmann@student.hpi.uni-potsdam.de></squeak-dev-bounces@lists.squeakfoundation.org></div></blockquote></div>