-
Updated
Jun 8, 2021 - Go
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 448 public repositories matching this topic...
Summary
InlineImage component should have cursor: pointer style when CMS is enabled.
(Currently is only ever has the normal default cursor.)
The pointer cursor indicates to the user that clicking it will trigger some action.
In this case that action is opening a Media Manager dialog.
Motivation
I did my first introduction/training of a TinaCMS application to a person, and
-
Updated
Jun 8, 2021 - C#
-
Updated
Mar 17, 2020 - JavaScript
I've multiple sites in development with totally different configurations in progress, yet via one of them by total chance I just discovered that the feature to edit the title of a record isn't working. Checking my other twill sites the problem is also present in all the others.
The DOM updates with the new title and when you click the UPDATE button the popup closes. However no network communi
-
Updated
Mar 30, 2021 - PHP
-
Updated
Nov 19, 2019 - Python
-
Updated
May 10, 2021
-
Updated
Jun 3, 2021 - CSS
-
Updated
Jan 12, 2021 - SCSS
-
Updated
Feb 14, 2021 - Python
-
Updated
Jun 3, 2021 - PHP
-
Updated
Jun 8, 2021 - PHP
-
Updated
Jan 6, 2021 - Go
-
Updated
May 25, 2021 - Ruby
-
Updated
Mar 9, 2021 - Elixir
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
-
Updated
Jun 5, 2021 - PHP
-
Updated
Mar 16, 2017 - JavaScript
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
-
Updated
Apr 11, 2021 - PHP
-
Updated
Jun 3, 2021 - PHP
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
-
Updated
Jun 8, 2021 - Java
-
Updated
Oct 11, 2019 - JavaScript
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:
- Serve the example project. Run this in the
verlessproject directory:- Native:
verless serve -w example - Docker: `docker container run -v $(pwd)/example:/pro
- Native:
-
Updated
May 9, 2021 - JavaScript
- Wikipedia
- Wikipedia
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
librarycomponent create whatever is needed manually but it makes tests very verbose/long where 90% of the test is actually setup.The
library.rsreally needs some more tes