Nick Dunn
Nick Dunn
See http://symphony-cms.com/discuss/thread/85237/2/#position-23 Could be that fields need to be instantiated properly first?
- Connection details (as existing System > Preferences page) - Rebuilding the index (_open, put, _close) - Synonyms - Stop words list - Analyser options, checkboxes for: ASCII folding, stopwords,...
Issue discovered by @creativedutchmen. http://symphony-cms.com/discuss/thread/85237/1/#position-19 Probably due to instantiating ElasticSearch::init(), can't remember _why_ I pass true/false to the constructor. If true (no argument) then an index is created without the...
### Description I have some users who don't have "Publish live change" access in a section. For these users the "Save as new entry" option isn't available in a dropdown,...
### Description When using the "Disable missing elements" strategy, if an entry is disabled then its subsequent presence in an imported feed won't re-enable it. ### Steps to reproduce 1....
**Description** Ok, these are incredibly marginal gains, but Lighthouse flags Formie with an "Avoid serving legacy JavaScript to modern browsers" comment. Depending on whether you're supporting IE11 or not, a...
### Description Very sporadically I am getting `Lock wait timeout exceeded` errors from MySQL. These appear in Craft logs like: ``` Next yii\db\Exception: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when...
When symphony is installed in a subfolder the rewrite rule is wrong. It assumes that Symphony is in the root. Needs something to detect subfolderness.
The following line in my template is causing "Craft\TranslateModel" to appear in the list. {{ "English"|t }} Splitting `{{"English"|t}}` onto a newline solves the problem. Using v0.4.3