-
Updated
Sep 2, 2020 - 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 391 public repositories matching this topic...
Bug Report
Environment
Zola version: 0.11.0
Current Behavior
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
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Sep 1, 2020 - C#
-
Updated
Nov 19, 2019 - Python
-
Updated
Jul 19, 2020
-
Updated
Nov 9, 2019 - PHP
A nice addition would be not to let people to upload duplicate image files to the libraries. Just compute and store a hash of the file during upload, and search for the hash before adding anything to it.
Maybe also add a configuration key to that too, because sometimes people might want to have duplicates instead.
-
Updated
Sep 2, 2020 - CSS
-
Updated
Sep 2, 2020 - PHP
-
Updated
Jul 24, 2020 - Python
-
Updated
Sep 2, 2020 - CSS
-
Updated
Jul 7, 2020 - Go
-
Updated
Jul 27, 2020 - Ruby
-
Updated
Nov 5, 2019 - Elixir
-
Updated
Jun 6, 2020 - PHP
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
Mar 16, 2017 - JavaScript
-
Updated
Sep 2, 2020 - PHP
-
Updated
Sep 1, 2020 - PHP
-
Updated
Jul 21, 2020 - PHP
-
Updated
Oct 11, 2019 - JavaScript
If you have PHP Redis extension 5.X installed (I am on Ubuntu 18.04 LTS), then you get deprecation notices whenever Redis is used for the internal cache and you update things like global variables (Low Variables) in the backend. This does not occur with older 4.X versions.
See explanation here about Redis delete() method:
https://github.com/phpredis/phpredis#del-delete-unlink
*Note: delete is
-
Updated
Aug 31, 2020 - Java
-
Updated
Sep 9, 2019 - PHP
-
Updated
Jul 10, 2018 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
- Wikipedia
- Wikipedia

Summary
I don't want to use TSDX for plugin dev, I'd like to use
@tinacms/scriptsto get the same experience as deving for Tina Core.Basic example
Th