-
Move Customizer to a core plugin ([original petition](https://forums.classicpress.net/t/remove-the-customizer-move-it-to-a-core-plugin/2773/8)).
-
Move XML-RPC to core plugin ([orginal petition](https://forums.classicpress.net/t/remove-xml-rpc-specification/2798/4)).
-
Move Gravatars to a core plugin.
-
### Context
The file `wp-tinymce.js`, located in `/wp-includes/js/tinymce/`, is currently named as unminified.
Yet the content _is_ minified, because it combines the minified versions of the script…
-
Move REST API to a core plugin ([discussion](https://forums.classicpress.net/t/core-plugins-discussion/3513/7)).
-
With the release of the security screen in 1.1.0 we started using the https://link.classicpress.net/ subdomain as the link target for any new links within the dashboard.
We need to update the major…
nylen updated
4 months ago
-
### Expected behavior
It shouldn't complain when Debug Bar info window is NOT opened, else if it happens to be open, then it should close it.
### Current behavior
![image](https://github.com/Classi…
-
I'm not 100% sure, but I believe my issue with Grunt is due to Windows. Reading up on the error, I [found this](https://github.com/gotwarlost/istanbul#usage-on-windows):
> Istanbul assumes that the…
-
### Context
As Patrick found out, the peculiar way ClassicPress handles localization using one file for all strings (included the ones to localize a multisite network) poses a problem.
WordPress …
-
> WP uses md5 with key stretching to hash passwords. This is moderately secure, but using bcrypt instead would be significantly more secure. (Argon2 might be even better, but I have no experience with…