Skip to content
#

cms-framework

Here are 299 public repositories matching this topic...

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

beasteers
beasteers commented Apr 16, 2020

I like Cockpit for a lot of reasons, but one of the issues for me has always been insufficient API docs.

(Update: I misread the docs a bit and there is more information than I had previously thought. the API docs have more info than they did when we first started with cockpit which got me turned around.)

The current docs are still lacking more comprehensive examples of request schemas and it

abea
abea commented Sep 26, 2019

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.

![Screen_Shot_2019-09-26_at_3_36_26_PM](https://user-i

keystone
MadeByMike
MadeByMike commented Sep 20, 2019

Bug report

Describe the bug

The Admin UI is returning the wrong mime-type for svg which breaks the star custom field type.

A clear and concise description of the bug.

To Reproduce

Steps to reproduce the behaviour. Please provide code snippets or a repository:

  1. Launch the test project in test-projects/basic
  2. Create new content
  3. Compare with screenshots

Exp

twill
antonioribeiro
antonioribeiro commented Feb 20, 2020

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.

pimcore
CRUD
juventus18
juventus18 commented Apr 8, 2020

Bug report

What I did

the styling for select2 form controls does not match that of other controls

What I expected to happen

styling should match

What happened

using latest Chrome, the select2 form controls have a "smaller height" from other elements. You can see this on the demo page https://demo.backpackforlaravel.com/admin/article/1031/edit
(the select2 fie

nodepress
qingfengming
qingfengming commented Sep 23, 2018

npm install error : 依赖的包(ssh://github.com/surmon-china/mongoose-paginate.git)不存在

i@mingbai:~/node/nodepress$ npm install
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/surmon-china/mongoose-paginate.git
npm ERR! 
npm ERR! Permission denied (publickey).
npm ERR! fatal: 无法读取远程仓库。
npm ERR! 
npm ERR! 请确认您有正确的访问权限并且仓库存在。
npm ERR! 
npm ERR! ex
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

api
marcocala90
marcocala90 commented Dec 11, 2019

Hi, i'm currently using Directus v7. It's the first time I use hooks. There is a way to have different hooks for each project. Because if in my projects I have some collections with the same name. I can't understand how to distinguish them.

Example of my hook:

return [ 'actions' => [ 'item.update.courses' => function (array $data) { //code } ] ];

Expected:

NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.

  • Updated Jul 10, 2018
  • JavaScript
AntonLV
AntonLV commented May 4, 2020
  1. Integrate comments into the reports. A separate comment object should be used with reports.
  2. A report should appear as a comment and moderators should be able to post their notes (comments) related to this reported content.
  3. View Reports should be represented as a list of comments where moderators can post their notes (comments), reply to existed notes.
    m664378 (2224073)
bodgerbarnett
bodgerbarnett commented Aug 1, 2017

I'm trying to upgrade an old codebase from Django 1.5 to 1.11.

Most things seem to be fine so far (!) but I have a problem when migrating from South.

When the initial migration for fluent_pages tries to run, it finds that it needs to create the HtmlPageTranslation table so it really does run that migration (rather than faking it) but the PageLayout table already exists and I get this error:-

Improve this page

Add a description, image, and links to the cms-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cms-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.