Changeset 998
- Timestamp:
- 03/16/06 23:50:47 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 1 removed
- 4 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/admin/owner_sendfiles.php (deleted)
-
wifidog/classes/Content/FlickrPhotostream/FlickrPhotostream.php (modified) (1 diff)
-
wifidog/classes/Locale.php (modified) (1 diff)
-
wifidog/classes/User.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r994 r998 1 2006-03-16 François Proulx <francois.proulx@gmail.com> 2 * Removed stale owner_sendfiles.php (now integrated in the Content Manager) 3 * Cleaned up a bunch of stale TODOs 4 1 5 2006-03-16 Max Horváth <max.horvath@maxspot.de> 2 6 * updated language files (new german strings have already been translated) -
trunk/wifidog-auth/wifidog/classes/Content/FlickrPhotostream/FlickrPhotostream.php
r915 r998 587 587 $html .= "</div>\n"; 588 588 589 //TODO: Add photo batch size support589 //TODO: Add photo batch size UI support here 590 590 591 591 $html .= "</div>\n"; -
trunk/wifidog-auth/wifidog/classes/Locale.php
r990 r998 103 103 } 104 104 105 if (empty ($matches[3])) {106 // TODO: Optionally support subcode ?107 } else {108 $locale .= '_'.$matches[3];109 }110 111 105 $this->mId = $locale; 112 106 } -
trunk/wifidog-auth/wifidog/classes/User.php
r986 r998 726 726 $html .= "<div class='admin_section_title'>"._("Username")." : </div>\n"; 727 727 $html .= "<div class='admin_section_data'>\n"; 728 //$name = "user_".$this->getId()."_username";729 //$html .= "<input type='text' name='$name' value='".htmlentities($this->getUsername())."' size=30 readonly>\n";730 728 $html .= $this->getUsername()."\n"; 731 729 $html .= "</div>\n"; 732 730 $html .= "</div>\n"; 733 734 //TODO: implement this when Network abstraction is completed735 /*736 $html .= "<div class='admin_section_container'>\n";737 $html .= "<div class='admin_section_title'>"._("Network")." : </div>\n";738 $html .= "<div class='admin_section_data'>\n";739 $name = "user_".$this->getId()."_username";740 // Show network name here741 $html .= "</div>\n";742 $html .= "</div>\n";*/743 731 744 732 $html .= "<div class='admin_section_container'>\n";
