Content Management System
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 3,913 public repositories matching this topic...
When you're logged in as E.g. an author, the admin panel isn't good at telling you why you can't edit a post. I've found two specific cases - the /edit URL and search, but I think they are both very similar.
To Reproduce
Case 1: search
- In admin search for a post you can't edit
- See the post listed in the results
- Click on the post
- You are taken to the posts list with no
Describe the bug
Find-one endpoint /resource/:id responses with 500 status code instead of 404, this happens with MongoDB setup.
Steps to reproduce the behavior
- Setup Strapi with MongoDB configuration.
- Create a collection (resource).
- Give
findOneaccess to the public. - Send a request to
/resource-name/any-invalid-id.
Expected behavior
404 response.
**Sys
-
Updated
Jul 13, 2020 - Java
Describe the bug
If you use github as backend the following basic setup is required:
- run your own github auth server backend (see https://github.com/vencax/netlify-cms-github-oauth-provider) - https://mygithub-auth-backend.org as an example
-create oauth app in github and configure callback url pointing to your github auth server backend (https://mygithub-auth-backend.org/callback) - set
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the hash method would actually hash the files (in a fast not-so-secure way as it is not the point.)
I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes
Issue Summary
While editing a page in IE11 I'm unable to add blocks to a StreamFields. Clicking the '+' button only triggers focus outline for the block above
Steps to Reproduce
- Set up fresh bakerydemo instance
- Create a new blogpost instance
- Add a block through the + button
 function documented here and implemented here isn't documented.
From the tests [here](https://github.com/getzola/zola/blob/1972e58823417
-
Updated
Jul 17, 2020 - PHP
-
Updated
May 19, 2020 - PHP
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - C#
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
- Wikipedia
- Wikipedia

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation