From 0d5fd01e8f59d7e4e59cd6c1c616b8cbd2440e7b Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 13 Oct 2016 16:50:50 -0400 Subject: [PATCH] fix typo + ghetto cache invalidate --- lib/tools/CurlWithCache.class.php | 2 +- view/template/content/roadmap.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tools/CurlWithCache.class.php b/lib/tools/CurlWithCache.class.php index 47295e34..03827070 100644 --- a/lib/tools/CurlWithCache.class.php +++ b/lib/tools/CurlWithCache.class.php @@ -12,7 +12,7 @@ class CurlWithCache extends Curl if ($useCache) { - $cacheKey = md5('z' . $url . $method . serialize($options) . serialize($params)); + $cacheKey = md5('x' . $url . $method . serialize($options) . serialize($params)); $cachedData = apc_fetch($cacheKey); if ($cachedData) { diff --git a/view/template/content/roadmap.php b/view/template/content/roadmap.php index 6848ed38..a1e50e82 100644 --- a/view/template/content/roadmap.php +++ b/view/template/content/roadmap.php @@ -17,8 +17,8 @@

Roadmap Notes

- Our roadmap pulls change note directly from our Git repo via GitHub. - Ongoing, Upcoming and Future items are pulled directly from our internal project management system (Asana), so they are always up-to-date. + Our roadmap pulls change notes directly from our Git repo via GitHub. + Ongoing, Upcoming and Future items are pulled directly from our internal project management system (Asana).

This roadmap only outlines past and anticipated technical changes, it does not cover other initiatives. Development was fast and furious among a small group prior to 0.6, and release notes are sparse.