gnu-social/classes/stoica.ini
Evan Prodromou fac522f4d7 settings and avatars
Did considerable work on the settings section.

Redesigned the DB to allow avatars. Each avatar image has a size and
an URL. There can be multiple avatars per profile, just different sizes.

Added accessors in Profile for avatar. Show the avatar in lots of
places, where it makes sense. Constants for avatar sizes in common.php.

darcs-hash:20080515162844-84dde-fe0630366e247c02ca8ca9d1cc6b963cfce57a26.gz
2008-05-15 12:28:44 -04:00

72 lines
762 B
INI

[avatar]
profile_id = 129
width = 129
height = 129
original = 17
mediatype = 130
[avatar__keys]
profile_id = K
width = K
height = K
[notice]
id = 129
profile_id = 129
content = 2
url = 2
created = 142
modified = 384
[notice__keys]
id = N
[profile]
id = 129
nickname = 130
fullname = 2
profileurl = 2
homepage = 2
bio = 2
location = 2
created = 142
modified = 384
[profile__keys]
id = N
[remote_profile]
id = 129
url = 2
created = 142
modified = 384
[remote_profile__keys]
id = K
url = U
[subscription]
subscriber = 129
subscribed = 129
token = 2
created = 142
modified = 384
[subscription__keys]
subscriber = K
subscribed = K
[user]
id = 129
nickname = 2
password = 2
email = 2
created = 142
modified = 384
[user__keys]
id = K
nickname = U
email = U