The world’s fastest framework for building websites.
-
Updated
Aug 16, 2020 - Go
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.
The world’s fastest framework for building websites.
请不要直接在 issues 提交安全漏洞报告,目前已有一部分人正在使用该系统,你的公开提交很可能影响到他们的资料安全。
所以拜托以后直接发送安全漏洞信息到 hi@halo.run 谢谢!
I am using Netlify-CMS to build a readonly site, so I am using custom components which don't allow editing instead of the default ones.
One of those controls is a link to another-page-in-the-app control, which I'm using where one might ordinarily have a relation widget.
Describe the bug
When I follow the link to the linked page, any fields which have the same name as on the previous p
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
For one of our plugins we're currently running into the error described below:
SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if th
Copying a page doesn't copy the original's privacy settings, but appears to inherit from the new parent's privacy settings.
That is, if page A1 is public, and its child page A1a has privacy set to "private, accessible to...," copying page A1a to A1b causes A1b to be set to public. I feel there's a general expectation that the original's privacy settings would copy over to
The easy-to-use and developer-friendly CMS
Directus 8 Suite — Future-Proof Headless CMS & API for Custom Databases
Some text in this class is hardcoded, like "Expand All", "Collapse All", etc.
These strings should be translatable.
Edited by Khouloud
Steps to reproduce the issue
Collapse All, `ExHi;
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]
widget = "slider"
weight = 11
[[item]]
title = "Left"
content = "I am left aligned :smile:"
[design.background]
gradient_start = "#0000F9"
gradient_end = "#86007D"
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts to get the same experience as deving for Tina Core.
npm i @tinacms/scripts
Th
Add content management functionality to any site - plug & play / headless / api-first CMS
Once user change his mind to open it, there is no "Right" way to go back.
Zola version: 0.11.0
Hi, when running the link checker on my site zola reports spurious network errors, although opening the same site in Firefox works fine. As a subsequent error, if I try to re-run the checker I then sometimes get blocked by other hosts.
For example, first run:
D:\Development\Source\cheats.rs>bash ./deplo
Home of the Joomla! Content Management System
A lightweight blog CMS for 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.

DoraCMS是基于Nodejs+eggjs+mongodb编写的一套内容管理系统,结构简单,较目前一些开源的cms,doracms易于拓展,特别适合前端开发工程师做二次开发。
I'm not sure whether you consider this a bug or a feature, but it should be fixed soon anyways.
Right now, the password validation uses
bcrypt.compareSync- which is quite an expensive operation:https://github.com/strapi/strapi/blob/97dfde210a793452d70e5b99b5df05899f26de1b/packages/strapi-plugin-users-permissions/services/User.js#L116-L118
Synchronous functions are blocking the event-loo