<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Tom,<div><br></div><div>can you give an example of such a GitHub release page with relative URLs?</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;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 14.06.2020 17:27:35 schrieb Beckmann, Tom <tom.beckmann@student.hpi.uni-potsdam.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">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 <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of commits@source.squeak.org <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 <a href=""> 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></a></commits@source.squeak.org></squeak-dev-bounces@lists.squeakfoundation.org></div></blockquote>
                                        </div></body>