Changeset 998

Show
Ignore:
Timestamp:
03/16/06 23:50:47 (7 years ago)
Author:
fproulx
Message:

2006-03-16 François Proulx <francois.proulx@…>

  • Removed stale owner_sendfiles.php (now integrated in the Content Manager)
  • Cleaned up a bunch of stale TODOs
Location:
trunk/wifidog-auth
Files:
1 removed
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r994 r998  
     12006-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         
    152006-03-16 Max Horváth <max.horvath@maxspot.de> 
    26        * updated language files (new german strings have already been translated) 
  • trunk/wifidog-auth/wifidog/classes/Content/FlickrPhotostream/FlickrPhotostream.php

    r915 r998  
    587587                    $html .= "</div>\n"; 
    588588 
    589                     //TODO: Add photo batch size support 
     589                    //TODO: Add photo batch size UI support here 
    590590 
    591591                    $html .= "</div>\n"; 
  • trunk/wifidog-auth/wifidog/classes/Locale.php

    r990 r998  
    103103        } 
    104104 
    105         if (empty ($matches[3])) { 
    106             // TODO: Optionally support subcode ? 
    107         } else { 
    108             $locale .= '_'.$matches[3]; 
    109         } 
    110  
    111105        $this->mId = $locale; 
    112106    } 
  • trunk/wifidog-auth/wifidog/classes/User.php

    r986 r998  
    726726        $html .= "<div class='admin_section_title'>"._("Username")." : </div>\n"; 
    727727        $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"; 
    730728        $html .= $this->getUsername()."\n"; 
    731729        $html .= "</div>\n"; 
    732730        $html .= "</div>\n"; 
    733  
    734         //TODO: implement this when Network abstraction is completed 
    735         /* 
    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 here 
    741         $html .= "</div>\n"; 
    742         $html .= "</div>\n";*/ 
    743731 
    744732        $html .= "<div class='admin_section_container'>\n";