-
```
I'm using the Cyrillic text "Общо застраховане" as a test title
(no idea what it says). The URL encoding applied to page slugs renders this
illegible. Probably it will be better to use post titl…
-
```
I'm using the Cyrillic text "Общо застраховане" as a test title
(no idea what it says). The URL encoding applied to page slugs renders this
illegible. Probably it will be better to use post titl…
-
At work we use "commitizen" to generate our changelog, and this required to write commits using "conventional-commits". We loose the ability to "edit" slugs like reno allows us to do, but this makes l…
-
We need to better clarify what is and isn't acceptable for the "studio link" field for scenes. In particular, there are concerns about using JAVLibrary links in this field instead of original studio w…
-
Taking the following screenshot from https://esciencecenter-digital-skills.github.io/parallel-python-workbench/instructor/map-and-reduce.html as an example:
![image](https://github.com/esciencece…
-
https://github.com/validatorjs/validator.js/blob/bab507ad4a33156ece15582268b2fe0ab3bbca1d/src/lib/isSlug.js#L3
This regex does not invalidate slugs that start with a special character. For example,…
-
### As ...
Ozzie - Operator
### I want ...
I want to the filter by excluding group started with string. The API parameter part is missing for group__nisw/niew/isw/iew
/api/docs/#/tenancy/tenancy_t…
-
This would make it easier to test `server/web/test/*`.
`pages`:
``` sql
INSERT INTO `pages` (`id`, `slug`, `revision`, `browserscopeID`, `title`, `info`, `setup`, `teardown`, `initHTML`, `visible`, …
-
Right now top level pages are an associative array with slugs:
```
'gathercontent': {
'pages': {
'home' : { … },
'about-us': { … },
…
}
```
but children of pages, or components…
-
Right now we define groups in config this way:
```
'groups' => [
'acquaintances' => 0,
'close_friends' => 1,
'family' => 2
]
```
It means that developer has to associate…