I want to rename default rules in Sonar, like rule File name.
Is this possible?
Thanks
Go to the settings -> Quality Profiles -> Click on the profile that has the rules that you want to deactivate. The rules are in the coding rules tab. Then deselect (deactivate) the rules that you do not want.
You can also use the filter criteria and do bulk deactivation.
Related
When I delete the Format combobox in toolbar, CKEditor deletes my own formatting.
I would like to use formatting as separate buttons. Is that even possible?
CKEditor by default has some filter rules, which prevent of having trash in output HTML.
When you add a plugin, then such plugin usually register set of rules which are necessary for its work. E.g. When you add an image plugin then <img> tags starts to be allowed in editor contents.
So when you remove formatting plugin, then most probably you also remove those filtering rules. That's why your formatting is removed from the editor. You can add your own custom rules with: extraAllowedContent.
I don't know how are you going to add separate buttons with formatting, but in case of creating your own plugin you can also register proper filter rules inside your plugin code.
I am logged in as an administrator but I can't seem to find the menu to add new custom XPATH rules.
I'm following the steps from the link below :
http://docs.sonarqube.org/display/SONAR/Extending+Coding+Rules
"Once your new rule is written, you can add it SonarQube:
Login as an Quality profile administrator
Go to Quality Profile
Select one of the quality profiles for the language you wish to add the rule to
Look for the XPath rule template:"
I'm using sonarqube server 4.4.1
This is my Rules Tab:
Where is it located in that version?
The documentation is not up to date. Since SonarQube 4.4, custom rules are managed from the "Rules" space (directly accessible through the top navigation bar).
I installed magento 1.7. By default I saw Easy Tab under Admin > System > Configuration > TEMPLETES-MASTER > Easy Tab
When I enabled Easy Tab GENERAL options to Yes. I got the Easy Tab output as on the link below:
http://questoons.com/ojp/index.php/ring/diamond-ring.html
Now I want to add some custom tabs like CERTIFICATE OF QUALITY AND EXPERTISE, EASY PAYMENT OPTIONS and FREE SHIPPING AND RETURNS. Please guide me, how can I add custom tabs in Easy Tab on Product Details page.
From my experience, when integrating easy tabs in custom theme, you need to copy all easytabs files in your custom theme, add all fields and them adjust theme's tabs.phtml file according to easytab's tabs.phtml file. This is different from case to case, but if you just replace theme's tabs.phtml file with easytab's one, you will ruin all the design but have the functionality.
Hope this helped you.
in magento i need to move nav-container above layered navigation, I can't seem to locate where to change is. I want the category breakdown to be above the filtering options.
Thank you in advance!
You can use Magento's Template Path Hints to check the name of template file of every block/section in your frontend. With this knowledge you will be able to edit proper template files. The feature is here:
System -> Configuration -> Developer -> Debug
(you need to switch to Website scope in Current Configuration Scope field).
Search has stopped working for complete and partial SKUs on a site I am in the process of developing, this functionality has previously worked.
Diffing an older .SQL for the site when this worked I can't see any changes to core_config_data that would effect the site in this way.
Search is set to combined and like. SKUs are still searchable from the advanced search page.
Does anyone have any idea what tables that I should should be looking at for changes effecting search behavior? My hunch is that there is some backend change causing this.
Does anyone have any idea what tables that I should should be looking at for changes effecting search behaviour?
Yep, it's catalogsearch_fulltext. Magento fills this table during partial and full reindex of "Catalog Search" index.
BTW, I think the problem is in the attribute's settings. Go to Admin Panel -> Catalog -> Attributes -> Manage attributes -> (chose SKU attribute) -> Use in Quick Search -> Value should be "Yes"
Delete all files under var/locks and then reindex.
Also be sure to check under "Product Information"->General->Visibility that it is set to "Catalog, Search" instead of just "Catalog". If you change settings, you may have to rebuild indexes and refresh cache.