Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 74eb986

Browse files
committed
Release 1.3.13
1 parent 8dea63b commit 74eb986

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Use of this software is governed by the Fair Source License included in the LICE
192192

193193
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.
194194

195-
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
195+
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
196196

197197
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.
198198

@@ -202,7 +202,7 @@ File Classifier Database is licensed under https://creativecommons.org/licenses/
202202
Change Log
203203
==========
204204

205-
XX XXXXXXXX XXXX - 1.3.13 https://github.com/boyter/searchcode-server/projects/6
205+
15 June 2018 - 1.3.13 https://github.com/boyter/searchcode-server/projects/6
206206
- Repository names now support any character https://github.com/boyter/searchcode-server/issues/122
207207
- Better reporting on repository failures with indicator in repository list admin page https://github.com/boyter/searchcode-server/issues/164
208208
- Resolve issue where By File Count and By Line Count would not match on repository overview page
@@ -453,7 +453,7 @@ Deployment Checklist
453453

454454
- update README.md and replace NOT SPECIFIED YET with current date and the change log entry
455455
- fab build_all_release
456-
- scp searchcode-server-community.tar.gz to searchcodeserver.com
456+
- scp searchcode-server-community.tar.gz to searchcodeserver.com
457457
- generate sha1sum and md5sum of searchcode-server-community.tar.gz
458458
- update pricing.html with hashes calculated in previous step
459459
- check that version.json is correct version

assets/sales/pricing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
110110
<p>
111111
<ul class="text-left list-unstyled">
112112
<li>Current version hash</li>
113-
<li>MD5 - 1d6fc6cff17bc582a59737f32a4e79a6</li>
114-
<li>SHA1 - bcb936aef611660c44bfd1f756e56ed9dbbbd078</li>
113+
<li>MD5 - 611081560678346c4a6678f0aa4b09a1</li>
114+
<li>SHA1 - 662492072f0e40b81ac008e79337bc6d0730d81c</li>
115115
</ul>
116116
</p>
117117
</div>

src/main/java/com/searchcode/app/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
public class App {
3838

39-
public static final boolean ISCOMMUNITY = false;
39+
public static final boolean ISCOMMUNITY = true;
4040
public static final String VERSION = "1.3.13";
4141

4242
public static void main(String[] args) {

src/main/resources/spark/template/freemarker/search_ajax.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ var preload = ${searchResultJson};
4949
</script>
5050
${embed}
5151
</body>
52-
<script src="/js/mithril.min.js"></script><script src="/js/underscore-min.js"></script><script src="/js/chart.js"></script><script src="/js/cache.js"></script><script src="/js/script.js"></script>
52+
<script src="/js/script.min.js"></script>
5353
</html>

0 commit comments

Comments
 (0)