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,797 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
findOne
access to the public. - Send a request to
/resource-name/any-invalid-id
.
Expected behavior
404 response.
**Sys
反馈安全漏洞的朋友请阅读
请不要直接在 issues 提交安全漏洞报告,目前已有一部分人正在使用该系统,你的公开提交很可能影响到他们的资料安全。
所以拜托以后直接发送安全漏洞信息到 hi@halo.run 谢谢!
Expected behavior
If someone wants to clear out the data for a DateTime field in the UI (i.e. set it to null), they should be able to delete the data in the inputs, click "save", and see that the DateTime is no longer set for that field within that document.
Actual/Current behavior
After clicking "Save" after clearing out the existing DateTime value, it appears that the field wa
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
Hi folks many thanks for your great work.
Describe the bug
Date and datetime can be improperly persisted.
To Reproduce
- Add the following section to a config file
- name: test
label: Tests
create: true
folder: "content/_tests"
fields:
- name: title
widget: string
- name: date
widget: date
format: YYYY-MM-
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
:
https://github.com/ponzu-cms/ponzu/blob/ec7b5b2bab2cad13db
Describe the bug
On product page in FO, "Product Details" tab is visible and empty even if there is no data to display.
Expected behavior
No "Product Details" tab if there is no data to display. And no white block if there is no Description too.
Steps to Reproduce
Steps to reproduce the behavior:
- Remove brand, reference and features in a product (e.g. "Mug Today
I like Cockpit for a lot of reasons, but one of the issues for me has always been insufficient API docs.
(Update: I misread the docs a bit and there is more information than I had previously thought. the API docs have more info than they did when we first started with cockpit which got me turned around.)
The current docs are still lacking more comprehensive examples of request schemas and it
Hi;
I hope it's a feature request and not a bug report
I try to apply design.background but at the item level
and the code won't let me add more than one [design.background]
this is work
widget = "slider"
weight = 11
[[item]]
title = "Left"
content = "I am left aligned :smile:"
[design.background]
gradient_start = "#0000F9"
gradient_end = "#86007D"
Description
The form UI provides no indicator when saving fails.
Steps to reproduce
- Go to a Ga
So I heard some company is using this so I come to take a look.
You have nice stars on github....mmm ok, let's see "Get Started"
the first thing that you do is copy paste the main.go file
and that file has
"github.com/qor/qor"
unused import! so from the start the compiler will complain.
removing it gives
2019/05/28 11:27:16 http: panic serving [::1]:43480: runtime error: in
How to recreate
-
Preview a page that has content stored in contentblocks.
-
When previewing a page that has content stored in
contentblocks
, the contentblocks do not show.
Expected behaviour
The contentblocks showing exactly as they do on the saved webpage
Error
With strict_variables: true
, the error that is given is
Key "block" for array with keys "textsection" do
ImageTagHelper
in the Media module provides an asset-src
attribute for img
tags to easily generate images with proper URL. We could have the same for the a
tag too, so links can be easily generated too.
Since this just needs another HtmlTargetElement
on the class, maybe a good first issue?
Documentation issue
Summary
The get_taxonomy()
function documented here and implemented here isn't documented.
From the tests [here](https://github.com/getzola/zola/blob/1972e58823417
Steps to reproduce the issue
Choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo
Expected result
When you choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo you should be able to specify the dimensions
Actual result
When you choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo there
-
Updated
May 19, 2020 - PHP
With apos-workflow enabled, the page reorganize modal's Trash rows (when you expand pages with children) isn't aligned to be clear about the relationship. If the Trash row is part of the "Service" page context (in the screenshot), it probably should be aligned with that page's children, possibly shaded red as the "true" trash at the bottom.

- How to use a formbuilder to render the form in html incl
User search should be updated accordingly to other list's search inputs.
In Content-listview and Media the search input have recently been updated to use . Accordingly the users-section should be updated to use the same.
How it's supposed to l
This is:
- Bug
Detailed Description
If a user opens a non-existing route in the Admin app, a blank page is shown.
Possible solution
Let's create a simple "Not found" page.
An
-
Updated
Apr 27, 2020 - Ruby
- 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