GDmac
GDmac
A work-around to set a menu item to active, pass an `activepage` variable to the macro. When on a record-template for a contenttype, before including header.twig, you set activepage `{%...
In the "search" 1 docs, it is mentioned that you can add `searchweight` to a field. This setting should probably also be mentioned on the contenttype / fieldtype overview 2....
I namespaced fsm.php into my own application library, and bumped into a constructor issue. `new lib\FSM('START', $this->payload);` doesn't actually set initialstate and currentstate, because the FSM() method is not seen...
It took quite some time to figure out how to unit test a single (current) file. e.g. edit ``src/Services/MyClass.php`` build/test -> ``test/MyClassTest.php`` Netbeans uses a custom php file NetBeansSuite and...
1. If i have a {layout='group/_layout1'} , that has only access for members, then the no-access redirect on the layout doesn't work (it just shows a blank page). 2. in...
It does look like (frontend) Sessions do prematurely timeout. The check in `fetch_member_data() does a check for last_activity and last_act. However, there seems to be some discrepancy. it seems to...
There are some styling issues with nav on mobile, particularly smaller iPhones. Some instances the down-arrow disappears, or buttons don't line up, **_when using a longer site-name_**. In dark-mode you...