-
Updated
May 19, 2021 - PHP
content-management
A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.
Here are 268 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When you are a enduser and use an editor and plugin settings is filtering input then html is just stripping out of text.
Describe the solution you'd like
User should get notification that html was cleaning for plugin settings so better usability
Additional context
I have problem in custom fields that filter is enab
-
Updated
May 19, 2020 - PHP
-
Updated
Mar 30, 2021 - PHP
-
Updated
Nov 19, 2019 - Python
-
Updated
May 18, 2021 - PHP
-
Updated
May 16, 2021 - CSS
- Are you running a release or master: master
- Issue is about a fresh instance (no data in db) or restart: fresh
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``
-
Updated
May 18, 2021 - PHP
-
Updated
May 18, 2021 - PHP
-
Updated
Oct 12, 2018 - PHP
Unit testing
It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.
This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we
-
Updated
Jun 6, 2020 - PHP
Currently the module field on package.json points to src/simpla.js but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
May 12, 2021 - PHP
-
Updated
May 6, 2021 - HTML
-
Updated
May 7, 2021 - PHP
-
Updated
May 18, 2021 - PHP
-
Updated
Apr 20, 2021 - PHP
-
Updated
Mar 22, 2019 - PHP
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
May 18, 2021 - SCSS
-
Updated
May 18, 2021 - Ruby
Describe the bug
while filtering the permited post types via distributable_post_types, I noticed that the dropdown in de Pull UI has all the post types in the dropdown.
Steps to Reproduce
Filter the permited post types:
add_filter( 'distributable_post_types', function() {
return [ 'post' => 'post' ];
});
Go to the Pull overview page en check the dropdown.
-
Updated
Oct 11, 2019 - JavaScript
- Wikipedia
- Wikipedia


https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by
nsfwjs.load()e.g.`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {