mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
theme name cleanup - rename default to loozah, provide sane fallbacks and change system primary theme.
Provide indication on contact edit page of last update success/failure - can be extended later to show actual timestamp of last successful update.
This commit is contained in:
parent
8e988341d0
commit
147d7f3bbf
23 changed files with 107 additions and 26 deletions
|
@ -77,6 +77,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`subhub` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`hub-verify` char(255) NOT NULL,
|
||||
`last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`success_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue