]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix path to files, some TODOs
authorEvan Prodromou <evan@prodromou.name>
Sun, 18 May 2008 19:10:56 +0000 (15:10 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 18 May 2008 19:10:56 +0000 (15:10 -0400)
darcs-hash:20080518191056-84dde-c7b52e98b4b9642788c82f28cdf16ff6af9f45c3.gz

doc/TODO
lib/common.php

index 13186779f4e0ecd37684237fd39c93ecd6e7422a..a7ee33ee50cc0c74956697cd5ab41406d5a92596 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,9 +30,9 @@
 - default avatar
 - default HTML type
 - set Content-Type
-- show current values in profile settings
-- save profile URL in profilesettings
-- save profile URL on registration
++ show current values in profile settings
++ save profile URL in profilesettings
++ save profile URL on registration
 - require valid nicknames
 - store canonical username for comparison and fetch
 - use only canonical usernames
@@ -78,6 +78,7 @@
 - @ messages
 - # tags
 - L: location
+- hreviews
 - stay logged in between sessions
 - use RSS as a subscription
 - URL notices
index 03096260bc353f72ffb09229d98f156b93646025..3afdf886b58bc5bf1cef7bb55655bfea2cfb6e8d 100644 (file)
@@ -41,7 +41,7 @@ $config =
                          'server' => 'localhost',
                          'path' => '/'),
                'avatar' =>
-               array('directory' => INSTALLDIR . 'files',
+               array('directory' => INSTALLDIR . '/files',
                          'path' => '/files')
 );