pico-cms
Here are 32 public repositories matching this topic...
-
Updated
Jun 17, 2020 - JavaScript
The "fields lists" settings would be replaced by "fields rules" where blacklist/whitelist is renamed to "should match" and "shouldn't match" and the content would be a regex capture group, like :
first|second|thirdThe code would be something like
$rule = array_filter($this->form->config('rules'), function($rule) {
return $rule->field_type == $this->tywe already know that users and rights are in default pico config file..
but since i see that's no api for external apps outside of pico .. could be separate at least the users file, .. we can use it with one line per user and implode with \n for later admin those in onConfigLoaded function.. maybe we need a specific file load funtion..
if not then how could i setup with a external tool
-
Updated
Jul 11, 2018 - JavaScript
-
Updated
Oct 23, 2017 - PHP
-
Updated
Jun 16, 2020 - PHP
-
Updated
Apr 11, 2020 - PHP
-
Updated
Feb 24, 2020 - HTML
-
Updated
Jul 4, 2018 - PHP
-
Updated
May 2, 2020 - HTML
-
Updated
Dec 2, 2019 - PHP
-
Updated
Aug 2, 2018 - PHP
-
Updated
Apr 11, 2020 - Shell
-
Updated
Apr 21, 2020 - CSS
Improve this page
Add a description, image, and links to the pico-cms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pico-cms topic, visit your repo's landing page and select "manage topics."
It's very hard to figure out what has changed between
cms_picoversions, given that there isn't even a summary of changes in the GitHub release notes, nor is there a dedicatedCHANGELOG.md.Can you please provide a CHANGELOG.md as documented in the Nextcloud developer documentation, so that not only people who fi