cms-framework
Here are 299 public repositories matching this topic...
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
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.
 }}
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
-
Updated
May 14, 2020 - Python
Hi,
I am trying to figure out how to change the SQL Server DB Schema name from "dbo" to something else. Found nothing in the documentation. Looking at the code, the Db class is sealed and no entry point could allow me to override this.
Can you please advise?
Thank you
Christophe
No official Known template should use Bootstrap on any level. Instead, we should use CSS grids and a simple, sensible base CSS stylesheet.
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
In order to comply with PSD2 regulation, Braintree payment gateway needs to be updated to its newest one (4.4).
Currently the module
field on package.json
points to src/simpla.js
but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
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
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:
Bug Rep
-
Updated
May 26, 2020 - PHP
-
Updated
Mar 20, 2018 - Shell
-
Updated
Oct 1, 2019 - C#
-
Updated
May 27, 2020 - PHP
-
Updated
Jul 10, 2018 - JavaScript
When a template designer create a duplicate key or introduce an error, Abe should warn him and validate the template.
So I need a dev mode when I serve my blog :
abe serve -d (or --dev)
It would add debug features + a button on the editor to fill in my template with lorem
a console layer which would check the syntax in template
Moderator notes.
- Integrate comments into the reports. A separate comment object should be used with reports.
- A report should appear as a comment and moderators should be able to post their notes (comments) related to this reported content.
- View Reports should be represented as a list of comments where moderators can post their notes (comments), reply to existed notes.
m664378 (2224073)
-
Updated
Feb 11, 2020 - Python
-
Updated
Apr 20, 2019 - JavaScript
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.
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."
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