]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup some TODOs, fix a bug in userauthorization
authorEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 02:08:10 +0000 (22:08 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 02:08:10 +0000 (22:08 -0400)
darcs-hash:20080611020810-84dde-32ab3b9e25532b92156d093dcf2ad24134cbcf4f.gz

actions/userauthorization.php
doc/TODO

index e91c41fb3e518f555e4ccd94e22f1ff396120549..71ef3cde42a7c7999dcd5ec249bdc57800a8e08b 100644 (file)
@@ -74,10 +74,10 @@ class UserauthorizationAction extends Action {
                $avatar = $req->get_parameter('omb_listenee_avatar');
                
                common_show_header(_t('Authorize subscription'));
-               common_element('p', _t('Please check these details to make sure '.
-                                                          'that you want to subscribe to this user\'s notices. '.
-                                                          'If you didn\'t just ask to subscribe to someone\'s notices, '.
-                                                          'click "Cancel".'));
+               common_element('p', NULL, _t('Please check these details to make sure '.
+                                                                        'that you want to subscribe to this user\'s notices. '.
+                                                                        'If you didn\'t just ask to subscribe to someone\'s notices, '.
+                                                                        'click "Cancel".'));
                common_element_start('div', 'profile');
                if ($avatar) {
                        common_element('img', array('src' => $avatar,
index 5be4bd58bbe2de0a98d1314aaf0eae44f709b075..91edfdea43d400bf6cd5cbd6434986d4e1918c21 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
 + FOAF document for user
 + license in RSS feeds
 + TOS checkbox on register
-- instructions
-- fix spacing on notices
-- fix spacing in profile
+- registration instructions
+- login instructions
+- profile settings instructions
+- avatar instructions
+- password change instructions
++ fix spacing on notices
++ fix spacing in profile
 - limit entry in textarea to 140 chars
 + add a next page link to showstream
 + add a next page link to public
 - Check licenses of all libraries for compatibility
 + @ messages
 + Automatically linkify URLs in notices
-- themes
++ themes
 + theme per site
 - only local notices in public stream
 - only local notices in public RSS
 + graphic refresh on all
-- graphic refresh on avatar
++ graphic refresh on avatar
 - graphic refresh on doc
-- graphic refresh on login
++ graphic refresh on login
 - graphic refresh on newnotice
-- graphic refresh on password
-- graphic refresh on profilesettings
++ graphic refresh on password
++ graphic refresh on profilesettings
 + graphic refresh on public
-- graphic refresh on register
++ graphic refresh on register
 - graphic refresh on remotesubscribe
 + graphic refresh on shownotice
 - graphic refresh on showstream
 - graphic refresh on subscribed
 - graphic refresh on subscriptions
-- graphic refresh on userauthorization
++ graphic refresh on userauthorization
+- update default theme to use new, more semantic, HTML
+- subscribe/unsubscribe on subscriptions page
+- subscribe/unsubscribe on subscribed page
 - INSTALL file
 - release 0.3
 - microid for profile page