From 74eb986ed4f754f7f5fb9a0b2172d5402a87ae74 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Fri, 15 Jun 2018 16:19:34 +1000 Subject: [PATCH] Release 1.3.13 --- README.md | 6 +++--- assets/sales/pricing.html | 4 ++-- src/main/java/com/searchcode/app/App.java | 2 +- .../resources/spark/template/freemarker/search_ajax.ftl | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f652375a..f785d603 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Use of this software is governed by the Fair Source License included in the LICE In order to deal with the case of my death or this software becoming abandoned it has an open eventually clause where the licence will change exactly 3 years after the publish date of a version release. This means that if version 1.0.0 was released on 1 July 2010 then it can be taken using the listed alternate licence on 2 July 2013. This licence, version and time is all specified below. -After the following date NOT YET SPECIFIED the software version '1.3.13' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt +After the following date 15 June 2021 the software version '1.3.13' is dual licenced under the Fair Source Licence included in the LICENSE.txt file or under the GNU General Public License Version 3 with terms specified at https://www.gnu.org/licenses/gpl-3.0.txt OWASP Database is licensed under https://creativecommons.org/licenses/by-sa/3.0/ sourced under Creative Commons from https://codecrawler.codeplex.com/ https://www.owasp.org/index.php/Category:OWASP_Code_Crawler and https://www.owasp.org/index.php/OWASP_Code_Review_Guide_Table_of_Contents this database was modified to JSON and with slight corrections to spelling and puncuation where applicable. @@ -202,7 +202,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/ Change Log ========== -XX XXXXXXXX XXXX - 1.3.13 https://github.com/boyter/searchcode-server/projects/6 +15 June 2018 - 1.3.13 https://github.com/boyter/searchcode-server/projects/6 - Repository names now support any character https://github.com/boyter/searchcode-server/issues/122 - Better reporting on repository failures with indicator in repository list admin page https://github.com/boyter/searchcode-server/issues/164 - Resolve issue where By File Count and By Line Count would not match on repository overview page @@ -453,7 +453,7 @@ Deployment Checklist - update README.md and replace NOT SPECIFIED YET with current date and the change log entry - fab build_all_release - - scp searchcode-server-community.tar.gz to searchcodeserver.com + - scp searchcode-server-community.tar.gz to searchcodeserver.com - generate sha1sum and md5sum of searchcode-server-community.tar.gz - update pricing.html with hashes calculated in previous step - check that version.json is correct version diff --git a/assets/sales/pricing.html b/assets/sales/pricing.html index c60fc0fe..62115643 100644 --- a/assets/sales/pricing.html +++ b/assets/sales/pricing.html @@ -110,8 +110,8 @@

Pricing for searchcode server.

diff --git a/src/main/java/com/searchcode/app/App.java b/src/main/java/com/searchcode/app/App.java index a7ab622f..92868e55 100644 --- a/src/main/java/com/searchcode/app/App.java +++ b/src/main/java/com/searchcode/app/App.java @@ -36,7 +36,7 @@ */ public class App { - public static final boolean ISCOMMUNITY = false; + public static final boolean ISCOMMUNITY = true; public static final String VERSION = "1.3.13"; public static void main(String[] args) { diff --git a/src/main/resources/spark/template/freemarker/search_ajax.ftl b/src/main/resources/spark/template/freemarker/search_ajax.ftl index cd33d59f..feebceca 100644 --- a/src/main/resources/spark/template/freemarker/search_ajax.ftl +++ b/src/main/resources/spark/template/freemarker/search_ajax.ftl @@ -49,5 +49,5 @@ var preload = ${searchResultJson}; ${embed} - +