From 5f27506b48c5ce1016ed2cd423dd5fabcdcb2e41 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Tue, 14 Jul 2015 13:46:39 +1200 Subject: [PATCH 01/10] FIX API should default to the current stable version --- htdocs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index a7123b5..1358137 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -4,7 +4,7 @@ RewriteEngine On RewriteRule ^current/?(.*)? /3.1/$1 [R=301] # "Symlink" the root to the latest release (with "moved temporarily") -RewriteRule ^/?$ /3.2/ [R=302,L] +RewriteRule ^/?$ /3.1/ [R=302,L] # Lookup script (used to be a SS app, now just a simple script) RewriteCond %{REQUEST_URI} !^/search/lookup\.php From b2074b5d649933232a4bc31d7293c928a55353fc Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Wed, 15 Jul 2015 13:40:26 +1200 Subject: [PATCH 02/10] Remove disqus comments We have done the same in the docs site as commenting seemed to be the wrong type of interaction for these spaces. --- conf/apigen/templates/@layout.latte | 41 +---------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/conf/apigen/templates/@layout.latte b/conf/apigen/templates/@layout.latte index 91981a1..df6aad7 100644 --- a/conf/apigen/templates/@layout.latte +++ b/conf/apigen/templates/@layout.latte @@ -227,46 +227,7 @@ the file LICENSE.md that was distributed with this source code.