aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Render/Theme.php
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMario Vavti2017-02-271-2/+0
|
* do not mess up schemasMario Vavti2017-02-271-4/+6
|
* set minversion and maxversion for themes in ↵Mario Vavti2017-02-271-2/+3
| | | | view/theme/themename/php/theme.php instead of separate file.
* add a minversion to the theme and fallback to default if requirement is not ↵Mario Vavti2017-02-261-1/+6
| | | | met. mark incompatible themes in the theme selector
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-2/+2
| | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library.
* theme preview - that was easy; plus a bit more tweaking of the saved search ↵redmatrix2016-09-011-0/+2
| | | | widget to try and get the sucker to auto submit
* don't set session theme unless logged in.redmatrix2016-08-161-0/+7
|
* move schema settings into the display settings main so we can set ↵redmatrix2016-08-151-1/+1
| | | | theme:schema theme selectors in settings
* support work for a long-term fix for issue #390, essentially one can specify ↵redmatrix2016-05-171-0/+131
a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused.