-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fc features #2560
Fc features #2560
Conversation
…tallerInterface and abstract some of the functionality to avoid code duplication. refs #2500
… from composer.json. Refactor (as FC) ExtensionsAdminApi to gather data from new source if available.
…e using this lib. Also move zikula/core version compatibility to extra/zikula/core-compatibility and out of require
… metadata must (for now) include 'core_max'
…ion and for which entities it supports. refs #411. This implements a key in the `capabilities` module as described in the ticket (using American spelling - categorizable). the value for the key is an array of FQ Entity names.
…dVar (experimental)
…nse types (not functional at the moment)
private function setMatchingRealm() | ||
{ | ||
foreach ($this->themeBundle->getConfig() as $realm => $config) { | ||
if (!empty($config['pattern'])) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like how the pattern is matched against everything - I'd like to see three distinct settings for these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's merge as is and then open a discussion on the topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and I am not clear on what you mean by "three distinct settings"
Looking good overall. Thank you @craigh for your work! |
…pageVars and including assets. Also add default assets (e.g. bootstrap, etc) and begins refactoring of service names to new naming convention. maintains BC and uses similar methods to past. refs #2559
@cmfcmf - some big changes since your review today. ⛵ |
hmm. travis failed to install with this error:
which means the installer is broken for a minute. I guess I will follow up with the @todo in that section to fix the error... |
…operly overridden when theme changes.
…g situations. Much room for improvement here, but at least it is functioning.
@cmfcmf @Guite I would really like to merge this now. please voice any objections ASAP. @cmfcmf - the StyleCI analyzer works better now (see output) but needs adjustment to allow spaces before and after concatenation dots (e.g. |
No objections from me. What I've seen looks very promising! |
about StyleCI @cmfcmf : maybe switch from |
Merge if you like. About styleci, I just briefly tried it but haven't configured anything yet,
|
No description provided.