The Solstice theme was built on top of Bootstrap which is a sleek, intuitive, and powerful front-end framework for faster and easier web development.
We support most UI components from Nova. We’re hoping that the transition won’t be too hard for most pages.
These are the possible parameter values you can pass into $App->getThemeClass():
Example:
<?php $Theme = $App->getThemeClass("quicksilver");
On a page using the eclipse.org-common $Theme Class, use this to make sure your page is always using the default theme:
<?php $Theme->generatePage();
The General Data Protection Regulation (GDPR), a new regulation in EU law on data protection and privacy for all individuals within the European Union becomes enforceable on 25 May 2018.
We will not allow committers or project leads to collect user data or track user activity on Eclipse Foundation-owned domains, since that data may be shared with the third-party companies who employ them -- an action for which our users have not given explicit consent.
Using project-specific Web Analytics Tools will be prohibited as of May 24. The Eclipse Foundation has its own Google Analytics code, which is included with the unmodified Quicksilver theme.
Projects who are not using our unmodified Quicksilver theme can still include the Eclipse Foundation Google Analytics code by inserting the following code snippet in the
of each page: