aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Display.php
Commit message (Collapse)AuthorAgeFilesLines
* fix php warningsMario Vavti2022-10-231-5/+5
|
* channel_menu is not used anymoreMario2021-08-241-3/+0
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-3/+0
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* more itemspage workMario2020-07-161-5/+5
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+2
|
* move *_divmore_height setting to the module extra_settings, and fix issue ↵Mario Vavti2018-10-041-11/+0
| | | | where feature settings were not synced if rpath was provided
* move *_list_mode to featuresMario Vavti2018-10-041-6/+0
|
* appification of the pdl editor and move advanced_theming to theme settings ↵Mario Vavti2018-09-261-9/+1
| | | | where it belongs
* move advanced_theming switch to settings/display for nowMario Vavti2018-09-251-3/+8
|
* move start_menu switch to settings/display for nowMario Vavti2018-09-251-1/+11
|
* remove mobile_detect (outdated and unmaintainable)zotlabs2018-02-051-22/+4
|
* provide personal config for channel_menu; the site can set an initial ↵zotlabs2017-10-311-0/+3
| | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config
* hubzilla issue #855: fix for some problems with displaying selected theme ↵Sergey Lukin2017-09-121-34/+38
| | | | after panel Settings->Display loading
* reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-021-1/+1
|
* 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-3/+9
| | | | met. mark incompatible themes in the theme selector
* default to manual conversation updatesMario Vavti2017-02-071-1/+1
|
* reverse logicMario Vavti2016-11-071-2/+2
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-0/+3
|
* turn Settings page into sub-modulesredmatrix2016-09-061-0/+240