aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme_init.php
Commit message (Collapse)AuthorAgeFilesLines
* theme fixes to make a barebones theme work slightly betterMario2023-09-101-2/+0
|
* get devHilmar R2021-03-011-2/+0
|
* install bootstrap via composerMario Vavti2018-09-071-2/+2
|
* switch to fork-awesomeMario Vavti2018-02-261-1/+1
|
* update to bootstrap 4 stableMario Vavti2018-01-241-2/+1
|
* update bs4-dev and use min version of popperMario Vavti2017-06-201-1/+1
|
* update bs-devMario Vavti2017-06-071-0/+1
|
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-14/+12
| | | | | | | | | | | 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.
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-271-1/+3
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* move bootbox out of bootstrapMario Vavti2015-03-171-1/+1
|
* update bootstrap-3.3.4 and bootbox-4.4.0Mario Vavti2015-03-171-1/+0
|
* Switch to a better datetime picker widgetStefan Parviainen2014-11-161-3/+2
|
* new version of moment.js to match datetimepickerAlexandre Hannud Abdo2014-10-061-1/+1
|
* Well, if you want to add a color picker it is indeed a good ideaChristian Vogeley2014-03-251-1/+1
| | | | to include the color picker.
* Add color picker to theme settingsChristian Vogeley2014-03-231-1/+6
|
* move bootstrap to theme and out of core.friendica2014-02-251-0/+9
|
* make font-asewome optional. Also include jquery.browser in js/main.js so we ↵friendica2013-11-251-0/+5
can turn off the migration toolkit.