This file contains hidden or 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
<?xml version="1.0"?> | |
<ruleset name="AJF Coding Standards"> | |
<description>A custom ruleset to take in account both WordPress and personal standards.</description> | |
<!-- Show progress and sniff codes in all reports --> | |
<arg value="ps"/> | |
<arg value="sp"/> | |
<arg name="colors"/> | |
<!-- Only check PHP files. --> |
This file contains hidden or 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
<?php | |
/** | |
* Karma. | |
* | |
* @package Fragen\Karma | |
* | |
* Plugin Name: Karma | |
* Plugin URI: https://gist.github.com/afragen/b45511007d0a1c07ad285ce6e223a91c | |
* Description: Impose karma on users. | |
* Version: 0.8.0 |
This file contains hidden or 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
<?php | |
/** | |
* Add FastSpring popup store script for Git Updater. | |
* | |
* @package FastSpringPopUpStore | |
* | |
* Plugin Name: FastSpring Popup Store for Git Updater | |
* Plugin URI: https://gist.github.com/afragen/e7819dd1e17be5792c299dbef989d446 | |
* Description: Add FastSpring popup store javascript for Git Updater. | |
* Version: 0.1.0 |
This file contains hidden or 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
/** | |
* Trick `WP_Automatic_Updater` into thinking there is no existing lock. | |
* | |
* By default, the auto-updater will only run once every hour even if | |
* the cron job is manually fired. That makes it hard to run multiple tests | |
* in a short period of time. | |
*/ | |
add_filter( | |
'option_auto_updater.lock', | |
function ($value) { |
This file contains hidden or 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
<?php | |
/** | |
* Auto-update fatal error check test plugin. | |
* | |
* @package AutoUpdateFatalErrorCheck | |
* | |
* Plugin Name: Auto-update Fatal Error Check Test Plugin | |
* Plugin URI: https://github.com/afragen/fatal-plugin | |
* Description: Set local version to 0 and comment code from plugin for testing. | |
* Version: 0.1.1 |
This file contains hidden or 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
<?php | |
/** | |
* Auto-update fatal error check. | |
* | |
* @package AutoUpdateFatalErrorCheck | |
* | |
* Plugin Name: Auto-update Fatal Error Check | |
* Plugin URI: https://gist.github.com/afragen/518819349528dba930cf7845180d5274 | |
* Description: Check for a PHP error on plugin auto-update and deactivate plugin if one exists. | |
* Version: 0.4.2 |
This file contains hidden or 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
<?php | |
/** | |
* Gist oEmbed. | |
* | |
* @package Fragen\Gist_OEmbed | |
* | |
* Plugin Name: Gist oEmbed | |
* Plugin URI: https://gist.github.com/afragen/36ab01da116aadd27a3f4d85cce90390 | |
* Description: oEmbed Gist or files within Gists. | |
* Version: 0.6.2 |
This file contains hidden or 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
<?php | |
/** | |
* Stop success email from auto-updates. | |
* | |
* @package StopAutoUpdateSuccessEmail | |
* | |
* Plugin Name: Stop Auto-update Success Email | |
* Plugin URI: https://gist.github.com/afragen/e2f40ed2e71e590a127e8adc1db05948 | |
* Description: Stop success email from auto-updates. | |
* Version: 0.5.1 |
This file contains hidden or 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
<?php | |
/** | |
* Auto-flush object cache. | |
* | |
* @package Fragen\Auto_Flush_Cache | |
* | |
* Plugin Name: Auto-Flush Object Cache | |
* Plugin URI: https://gist.github.com/afragen/d46d3cc2c7e07d99f921560dfbb70246 | |
* Description: Auto-flush the object cache when error log records PHP Fatal error for allowed memory size. | |
* Version: 0.7.1 |