fix path to files, some TODOs
darcs-hash:20080518191056-84dde-c7b52e98b4b9642788c82f28cdf16ff6af9f45c3.gz
This commit is contained in:
parent
025b1c744c
commit
822f790a96
7
doc/TODO
7
doc/TODO
|
@ -30,9 +30,9 @@
|
||||||
- default avatar
|
- default avatar
|
||||||
- default HTML type
|
- default HTML type
|
||||||
- set Content-Type
|
- set Content-Type
|
||||||
- show current values in profile settings
|
+ show current values in profile settings
|
||||||
- save profile URL in profilesettings
|
+ save profile URL in profilesettings
|
||||||
- save profile URL on registration
|
+ save profile URL on registration
|
||||||
- require valid nicknames
|
- require valid nicknames
|
||||||
- store canonical username for comparison and fetch
|
- store canonical username for comparison and fetch
|
||||||
- use only canonical usernames
|
- use only canonical usernames
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
- @ messages
|
- @ messages
|
||||||
- # tags
|
- # tags
|
||||||
- L: location
|
- L: location
|
||||||
|
- hreviews
|
||||||
- stay logged in between sessions
|
- stay logged in between sessions
|
||||||
- use RSS as a subscription
|
- use RSS as a subscription
|
||||||
- URL notices
|
- URL notices
|
||||||
|
|
|
@ -41,7 +41,7 @@ $config =
|
||||||
'server' => 'localhost',
|
'server' => 'localhost',
|
||||||
'path' => '/'),
|
'path' => '/'),
|
||||||
'avatar' =>
|
'avatar' =>
|
||||||
array('directory' => INSTALLDIR . 'files',
|
array('directory' => INSTALLDIR . '/files',
|
||||||
'path' => '/files')
|
'path' => '/files')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user