-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate font tracker; remove old fonts; add 1.7.11 patches from Pro…
…vidence
- Loading branch information
1 parent
cdc6339
commit f9c4da7
Showing
26 changed files
with
118 additions
and
1,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* ---------------------------------------------------------------------- | ||
* | ||
* Software by Whirl-i-Gig (http://www.whirl-i-gig.com) | ||
* Copyright 2010-2017 Whirl-i-Gig | ||
* Copyright 2010-2021 Whirl-i-Gig | ||
* | ||
* For more information visit http://www.CollectiveAccess.org | ||
* | ||
|
@@ -123,7 +123,7 @@ public static function DBInnoDBQuickCheck() { | |
} | ||
} | ||
if(!$vb_innodb_available){ | ||
self::addError(_t("Your MySQL installation doesn't support the InnoDB storage engine which is required by CollectiveAccess. For more information also see %1.","<a href='http://dev.mysql.com/doc/refman/5.1/en/innodb.html' target='_blank'>http://dev.mysql.com/doc/refman/5.1/en/innodb.html</a>")); | ||
self::addError(_t("Your MySQL installation doesn't support the InnoDB storage engine which is required by CollectiveAccess.")); | ||
} | ||
|
||
return true; | ||
|
@@ -160,9 +160,9 @@ public static function DBTableQuickCheck() { | |
*/ | ||
public static function DBOutOfDateQuickCheck() { | ||
if (!in_array('ca_schema_updates', self::$opo_db->getTables())) { | ||
self::addError(_t("Your database is extremely out-of-date. Please install all database migrations starting with migration #1 or contact [email protected] for assistance. See the <a href=\"http://docs.collectiveaccess.org/wiki/Applying_Database_Updates\">update HOW-TO</a> for instructions on applying database updates manually.")); | ||
self::addError(_t("Your database is extremely out-of-date. Please install all database migrations starting with migration #1 or contact [email protected] for assistance.")); | ||
} else if (($vn_schema_revision = self::getSchemaVersion()) < __CollectiveAccess_Schema_Rev__) { | ||
self::addError(_t("Your database is out-of-date. Please install all schema migrations starting with migration #%1. See <a href=\"http://wiki.collectiveaccess.org/index.php?title=Upgrade\">http://wiki.collectiveaccess.org/index.php?title=Upgrade</a> for migration instructions.",($vn_schema_revision + 1))); | ||
self::addError(_t("Your database is out-of-date. Please install all schema migrations starting with migration #%1.",($vn_schema_revision + 1))); | ||
} | ||
return true; | ||
} | ||
|
@@ -172,8 +172,8 @@ public static function DBOutOfDateQuickCheck() { | |
*/ | ||
public static function PHPVersionQuickCheck() { | ||
$va_php_version = caGetPHPVersion(); | ||
if($va_php_version["versionInt"]<50400){ | ||
self::addError(_t("CollectiveAccess requires PHP version 5.4 or higher to function properly. You're running %1. Please upgrade.",$va_php_version["version"])); | ||
if($va_php_version["versionInt"]<70200){ | ||
self::addError(_t("CollectiveAccess requires PHP version 7.2 or higher to function properly. You're running %1. Please upgrade.",$va_php_version["version"])); | ||
} | ||
return true; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-21.5 KB
themes/default/assets/pawtucket/css/franklingothic/frankgotmed-webfont.eot
Binary file not shown.
Oops, something went wrong.