The Wayback Machine - https://web.archive.org/web/20201208190921/https://github.com/topics/cms
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 4,233 public repositories matching this topic...

strapi
sam-pires
sam-pires commented Dec 4, 2020

Bug report

Describe the bug

There is an extra space in the French wording in the modal to add a single unilateral relation in the CTB. But I also wonder if the wording is actually correct: for the 2 first relationship types we use "[CT1] a un [CT2]".

See video: https://www.loom.com/share/95e8b07f2dff4dc3801624dd9d6bafc4

Steps to reproduce the behavior

  1. In dev env, Go to
ayumi-cloud
ayumi-cloud commented Jul 15, 2020
  • OctoberCMS Build: 467
  • PHP Version: 7.4

We had this code running in one of our plugins for quite a while, see example: https://octobertricks.com/tricks/register-custom-side-navigation-for-your-plugin

We believe it stopped working on v466 update (2 updates ago)

When adding the code line:

<?php

$sideMenuItems = BackendMenu::listSideMenuItems();
print_r($sideMenuItems);
PrestaShop
tinacms
wowchemy-hugo-modules
OrchardCore
leotsarev
leotsarev commented Dec 4, 2020

Bug Report

Environment

Zola version: 0.12.2 (regressed from 0.11.0)

Step to reproduce

Clone https://github.com/leotsarev/leotsarev.ru/ with submodules
Install zola 0.12.2
Zola build and zola serve

Expected Behavior

Zola serve works just fine

Current Behavior

Zola serve always fails with

Error: Can't watch `sass` for changes in folder `C:\Users\leo\source
abea
abea commented Nov 25, 2020

To Reproduce

Step by step instructions to reproduce the behavior:

  1. Set your terminal to use Node 14.
  2. Do a fresh install of A3
  3. In a linked project, create a new user with node app @apostrophecms/user:add username admin

Expected behavior

Everything runs nicely.

Describe the bug

A warning is logged: `(node:36344) Warning: Accessing non-existent property 'padLevels'

lesley-w
lesley-w commented Sep 28, 2020

A brief description of the issue goes here.

If a user creates a link using Multi Url Picker but does not include http or https in the url, the link renders the url as "siteurl" + "linkurl" e.g. http://www.mysite.com/www.facebook.com, which results in a broken link.

The url picker know that it is an external link, so should add http:// as a default if it has not been specified e.g. http://www

You can’t perform that action at this time.