The Wayback Machine - https://web.archive.org/web/20210816201037/https://github.com/topics/content-management-system
Skip to content
#

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 459 public repositories matching this topic...

Keats
Keats commented May 23, 2021

The main issue is that it's painful to get a real library loaded without just creating some files and commit them. Ideally there would be a function/macro that can be used to create pages/sections.
The other files in the library component create whatever is needed manually but it makes tests very verbose/long where 90% of the test is actually setup.
The library.rs really needs some more tes

tinacms
DirtyF
DirtyF commented Jul 5, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Given I already run a tina instance in another terminal
When I run yarn dev
Then I get an error:

yarn run v1.22.10
$ yarn tina-gql server:start -c "next dev"
$ /Users/frank/github/tina/blog-starter-app/node_modules/.bin/tina-gql server:start -c 'next dev'

events.js:353
      
twill
textpattern
Bloke
Bloke commented Apr 13, 2016

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

LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
  • Updated Jun 6, 2020
  • PHP
vsalvino
vsalvino commented Apr 17, 2019

It is a common use-case to require a comma in a form choice, such as "Please specify your income: $1,000 - $2,000" etc. I think it would be preferable to use pipe separator since it is not an English grammatical character.

While we do have a very customized form page, we are still leaning on some underpinnings of wagtail.contrib.forms, so I think we will either need to provide our own choice fi

PaulBaileyAtChan
PaulBaileyAtChan commented Jul 19, 2019

Description of the problem
This is a minor glitch in the Template Manager. Attempting to change the name of a template group in such a way that the characters are the same but the case of one or more characters is different produces an error:

The template group name you submitted is already taken

Environment Details:

  • Version: [e.g. 5.2.2]

Possible Solution
Validation o

verless
dominikbraun
dominikbraun commented Dec 8, 2020

Description

verless serve prints wrong port information. By default, verless serves projects on port 8080, but verless serve prints port 80 as listening port.

Reproduce

Steps to reproduce the behavior:

  1. Serve the example project. Run this in the verless project directory:
    • Native: verless serve -w example
    • Docker: `docker container run -v $(pwd)/example:/pro