Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
6 changed files with 8 additions and 6 deletions
Showing only changes of commit ef4e9b3e85 - Show all commits

View File

@ -176,7 +176,7 @@ class AnimeModel extends BaseApiModel {
$cache_file = "{$this->config->data_cache_path}/anime-{$status}.json";
$config = [
'allow_redirects' => false
'allow_redirects' => FALSE
];
if ($status != "all")

View File

@ -83,7 +83,7 @@ class MangaModel extends BaseApiModel {
'query' => [
'user_id' => $this->config->hummingbird_username
],
'allow_redirects' => false
'allow_redirects' => FALSE
];
$response = $this->client->get('manga_library_entries', $config);

View File

@ -2,8 +2,7 @@
use Phinx\Migration\AbstractMigration;
class FirstMigration extends AbstractMigration
{
class FirstMigration extends AbstractMigration {
/**
* Migrate up
*/

View File

@ -19,6 +19,9 @@ require('../app/config/minify_config.php');
$groups = require("../app/config/minify_css_groups.php");
//Function for compressing the CSS as tightly as possible
/**
* @param string $buffer
*/
function compress($buffer) {
//Remove CSS comments