3
1
Back

[PATCH] glide fix - CV out, with switch for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users Added The Trenches; yet more code style tweaking Added The Trenches; yet more code style tweaking elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { } /* replace '//' or '/./' or '/foo/../' with '/' */ $re = array('#(/\.?/)#', '#/(?!\.\.)[^/]+/\.\./#'); for($n=1; $n>0; $abs=preg_replace($re, '/', $abs, -1, $n)) { } /* dirty absolute URL is ready! */ return $scheme.'://'.$abs; } function mangle_article($article) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; // Wondermark (alt tag already present) // Wondermark (alt tag already present) // Wondermark (alt tag already present elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } Various updates, additions Fix for when invisible bread has no bread Fix for component clearance, panel thickness from printer realities 's take on FIREBALL VCO using AD&D 1e type faces Final revision; added custom DRC as project file ad96459571a569a983e452184e49702fe8779c4e Merge pull request synth_mages/MK_VCO#7 7#Cumulative fixes from v1.1 Port in fixes from v1.1.

New Pull Request