-
so you avoid spaghetti code like in add/edit method:
{{{
if ($input->dataTypeID == 2 || $input->dataTypeID == 6)
}}}
which can be pretty ugly when you have more item types.
a simple
{{{
if ($in_ar…
-
### Bug description
```
Fatal error: Uncaught Error: Class "App\Console\Kernel" not found in /Users/cstockinger/Code/morethingsdigital/k16-konkav-cms/vendor/statamic/cms/src/Console/Please/Kernel.ph…
-
Has the purpose of `ActiveHash` changed?
Many of the recent feature requests feel like it is going towards an in-memory thread safe transactional database.
### `README.md` [[ref]](https://gith…
-
CMS currently uses CLHEP:
_The CLHEP project was proposed by Leif Lönnblad at CHEP 92_
It has same age of CMS...
The number of issues are pretty large and the adaptation of the library to new "us…
-
**Overview:**
Tori from CBRE Atlanta was interested in the following use case:
```quote
Just an idea to streamline how we update our data, so that it never goes stale. Here’s an example of an ide…
-
**- Do you want to request a *feature* or report a *bug*?**
Enhancement: It would be nice to quickly check in on a post on the CMS from my phone
**- What is the current behavior?**
The current …
-
The `CTPPSRPAlignmentCorrectionsDataSequence` class
https://github.com/cms-sw/cmssw/blob/905f11684afdfe6fd4e28b49b021ee8f4cab01ca/CondFormats/PPSObjects/interface/CTPPSRPAlignmentCorrectionsDataSeque…
-
When using i18n with `multiple_folders` set up for a collection, in the Admin panel the collection always show up as empty.
I haven't been able to trace the problem, but here are the symptoms:
…
-
When you navigate to a page on domain.be (ie. domain.be/about) you should see a page published on the website of the institution. The collection/\* and resolver/\* directories should point to the reso…
-
```
e-commerce version: 3.1 25.03.2013
SilverStripe version: 3.1 from github
https://github.com/silverstripe/sapphire/tree/3.1 (25.03.2013)
http://127.0.0.1/dev/build?flush=all
Fatal error: Cannot…