Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: http vs. https
I’m asking for reasons of CSF, which is an open community site that relies on sponsors or free tech, whenever possible. No out of pocket expenses on any of the leading crew. So, regardless of how cheap it may be, I’d prefer a gracious alternative. It’s not a huge priority at the moment. By the time Let’s Encrypt comes around, that should be fine and provide the right kind of “stupid-easiness” I need.
Offline
#14 2015-09-10 13:26:28
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: http vs. https
gaekwad wrote #294627:
I understand that bug was identified, fixed, and committed – but it didn’t make it into the
4.5
branch before 4.5.7.(…)
I found it – r4681 – it was added to
4.x
branch. It was fine-tuned by r5075 and both commits appear to have made it GitHub intact.
Thanks for the details. The fixes were made in late 2012 by Jukka, but, as it seems, they have not been integrated into 4.5.7. In my 4.5.7 package, in the txp_log.php file (LastChangedRevision: 4062), there is the older code from line 191:
if ($log_refer)
{
$log_refer = 'http://'.$log_refer;
$log_refer = '<a href="'.txpspecialchars($log_refer).'" target="_blank">'.txpspecialchars(soft_wrap($log_refer, 30)).'</a>';
}
Not the fixed code from r5075:
if ($log_refer)
{
$log_refer = href(txpspecialchars(soft_wrap(preg_replace('#^http://#', '', $log_refer), 30)), txpspecialchars($log_refer), ' target="_blank"');
}
Strange.
Offline
Re: http vs. https
GugUser wrote #294657:
The fixes were made in late 2012 by Jukka, but, as it seems, they have not been integrated into 4.5.7.
Yes. That is correct. The commits were made to the 4.x
branch when Textpattern lived at Google Code, and were not committed to 4.5
which is where Textpattern 4.5.7 was built from. Why not committed to 4.5
? I do not know.
Offline
Re: http vs. https
I guess we’ll have to wait for 4.6 for that.
Offline
Re: http vs. https
gaekwad wrote #294673:
Why not committed to
4.5
? I do not know.
Oversight / lack of focus / gnome army attack.*
* delete as applicable.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: http vs. https
Fresh and recommended by the Electronic Frontier Foundation free https certificates
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: http vs. https
colak wrote #294811:
Fresh and recommended by the Electronic Frontier Foundation free https certificates
You are a bit late Yiannis!
Destry wrote #294591:
Offline
Re: http vs. https
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline