content-management
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 243 public repositories matching this topic...
Fix Video
RE: nswfjs.com - Looks like video might have broke and no tests caught it.
Code: https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo
Fix, and fix tests.
Steps to reproduce the issue
Choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo
Expected result
When you choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo you should be able to specify the dimensions
Actual result
When you choose a logo in Backend->Extensions->Templates->Styles->Protostar->Advanced->Logo there
-
Updated
May 19, 2020 - PHP
Description
With the release of library dynaconf version 2.0, the quokka installation broke.
Then we must change the version of requirements.txt
dynaconf>=1.0.0,<=1.2.1
Reference
NEW UI Locations
The Plugin page in the Store could use some layout adjustments. The Install buttons are often pushed down the page with long content above. This UI could be anchored up top. A common location for this UI would be helpful with muscle memory, always navigating to this ui's location.
Many of the informational pieces could be moved to the sidebar below the Documentation and R
According to the documentation, the admin login is available at
http://site_address/website/public/admin.
However, I get the message Not Found , The requested URL was not found on this server. Browsing through the directory I cannot find folder or page as admin. Hence, probably the docs are outdated.
The admin credentials are also not usable in the cl
The documentation is unclear about what 'position' does in the template headers. I now understand it has an influence on the position in the dropdown (nice!), but I had to discover that through trial and error.
Feature request
Summary
Add "copy reference" functionality to right-click menu of left toolbar. In addition, adding hint/tooltip on hover to those items, similar to how TVs are treated whilst editing a page.
Why is it needed?
This will make it easier to keep the references straight, and allow for easy copying/pasting of element references.
Suggested solution(s)
**Tooltip
-
Updated
Jul 16, 2020 - CSS
-
Updated
Jul 15, 2020 - PHP
-
Updated
Oct 12, 2018 - PHP
-
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
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
I've noticed that other blogging platforms have a facility that lists all the elements that can/needed to be styled by a particular theme. This, to me, is a good addition that can take plenty of the guess work out of theme creation and provide an opportunity to further standardize tags and naming conventions for themes going forward.
See https://demo.ghost.io/style-test/ for an example.
Documentation
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:
Per the docs, to enable props documentation it only relies on PropTypes, can we expand that to check for Flow types (and possibly TS in the future?) and render those accordingly.
Docgen supports Flow, should be able to update the docs cli https://github.com/cuttl
Post feature requests here. Backwards compatibility is optional.
Version
Reproduction link
Steps to reproduce
- Create a folder without an index.md, index.comp.md inside or a [foldername].comp.md, [foldername.md] at the same level
What is expected ?
Just to work without index or to display an informative error that ei
-
Updated
Jun 16, 2020 - PHP
Followed the steps from the tutorial on https://docs.flextype.org/en/cookbook/tutorials/blog.
Assuming that a 'blog' is a main page / folder containing multiple subpages listed on with pagination.
I want multiple 'blog' , so multiple main page / folder listing all the subpages / folder/entries each one contains.
Structure example where e
Following the documented approach for adding blueprints from a plugin, the blueprint never appears to instantiate. In static-generator.php:
public function onGetPageBlueprints(Event $event)
{
$types = $event->types;
$types->scanBlueprints('plugins://' . $this->name . '/blueprints');
dumMotivation
Why are you making this feature request?
For easier work with user management. You can use the batch option only for displayed records on one page.
Proposed Solution
Add preference of how many records you want to see on one page. Maybe limited with max records,
Alternatives
changing core files?
Alternatives would be extending admin UI of select option display 2
-
Updated
Oct 11, 2019 - JavaScript
TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information. So we need to remove tslint and our two plugins and replace them with some eslint rules. So eslint now also takes care of typescript!
Upgrading to the latest version 6 makes no sense as since december 2019 the package gets no PRs anymore.
- Wikipedia
- Wikipedia
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the
hashmethod would actually hash the files (in a fast not-so-secure way as it is not the point.)I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes