Skip to content
Snippets Groups Projects
composer.patches.json 2.7 KiB
Newer Older
lucha's avatar
lucha committed
        "johnpbloch/wordpress-core": {
            "Disable WP 1.2 upgrade": "patches/core/wp-upgrade-110.patch",
	    "Do not leak how many users/blogs there are to api.wordpress.org" : "patches/core/0101-Do-not-leak-how-many-users-blogs-there-are-to-api.wo.patch",
	    "Anonymize user-agent and don't send some headers when checking for updates": "patches/core/0102-anonymize-user-agent-and-don-t-send-some-headers-whe.patch",
	    "Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch",
	    "Don't leak which blog has been logged into via get_bloginfo()": "patches/core/0110-Don-t-leak-which-blog-has-been-logged-into-via-get_b.patch",
	    "Do not use fake wordpress version": "patches/core/0153-do-not-use-fake-wordpress-version.patch",
	    "Stop Wordpress from hardcoding the location of debug.log": "patches/core/0199-patch-stops-wordpress-from-hardcoding-the-location-o.patch",
	    "Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch"
lucha's avatar
lucha committed
        },
        "wpackagist-plugin/disable-wordpress-updates": {
            "Run update checks during cron": "patches/plugins/disable-wordpress-updates.patch"
        },
        "wpackagist-theme/minimalism": {
            "Minimalism theme footer": "patches/themes/themes-minimalism.patch"
        },
        "wpackagist-plugin/hyperdb": {
	    "A few fixes to the global wpdb_hash instance (moved into wpdb)": "patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch",
	    "Profiling: changing the define AI_DB_PROFILER to true will enable query logging (use with caution!)": "patches/hyperdb/0116-Performance-tweaks.patch",
	    "Prevent mysql-proxy to cache the admin section": "patches/hyperdb/0117-prevent-mysql-proxy-to-cache-the-admin-section.patch",
	    "Awful workaround (?)": "patches/hyperdb/0126-awful-workaround.patch",
	    "Added optional logging": "patches/hyperdb/0158-Added-optional-logging.patch",
	    "Adding extreme debugging when wp_debug is true": "patches/hyperdb/0161-adding-extreme-debugging-when-wp_debug-is-true.patch"
        },
        "wpackagist-plugin/more-privacy-options": {
            "Do send mail on privacy setting change": "patches/plugins/more-privacy-options.patch"
        },
	"wpackagist-plugin/mathjax-latex" : {
	    "Remove unneeded options for mathjax-latex": "patches/plugins/191-mathjax-latex.patch",
	    "Added some instructions on mathjax latex plugin": "patches/plugins/192-mathjax-latex.patch"
	},
	"wpackagist-plugin/creative-commons-license-widget": {
            "Remove hotlinking of images": "patches/plugin/creative-commons-license.patch"