Changeset 8232 for branches/2.5/mobile


Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

Location:
branches/2.5/mobile
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/mobile/inc/class.ui_home.inc.php

    r4358 r8232  
    44        var $imap_functions; 
    55        var $db; 
    6         var $bocalendar; 
     6        //var $bocalendar; 
    77        var $bo_mobilemail; 
    88        var $common; 
     
    2222                $this->imap_functions   = CreateObject('expressoMail1_2.imap_functions'); 
    2323                $this->db       = CreateObject('phpgwapi.db'); 
    24                 $this->bocalendar = CreateObject('calendar.bocalendar'); 
     24                //$this->bocalendar = CreateObject('calendar.bocalendar'); 
    2525                $this->bo_mobilemail = CreateObject('mobile.bo_mobilemail'); 
    2626        } 
     
    8484                $this->template->set_var('quota_used', $this->common->borkb($total_quota["quota_used"]*1024)); 
    8585                $this->template->set_var('quota_limit', $this->common->borkb($total_quota["quota_limit"]*1024)); 
    86                  
     86                /* 
    8787                //pegando os eventos do dia atual 
    8888                $year   = $this->bocalendar->year; 
     
    116116                } 
    117117                 
    118                  
     118                */ 
    119119                 
    120120                if($GLOBALS['phpgw']->session->appsession('mobile.layout','mobile')=="mini_desktop") { 
  • branches/2.5/mobile/index.php

    r7655 r8232  
    6969 
    7070        if(     array_key_exists('expressoMail1_2',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    71                 array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    72                 array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE) { 
     71                array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE /*|| 
     72                array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE*/) { 
    7373                        $GLOBALS['phpgw']->session->phpgw_setcookie('lem', null); 
    7474                        $GLOBALS['phpgw']->session->phpgw_setcookie('pem', null);                        
  • branches/2.5/mobile/mobile_header.inc.php

    r4277 r8232  
    4343                                break; 
    4444                        case mobilecalendar: 
    45                                 $link = "ui_mobilecalendar.index"; 
     45                        //      $link = "ui_mobilecalendar.index"; 
     46                                $link = "ui_home.index"; 
    4647                                break; 
    4748                        case mobilecc: 
  • branches/2.5/mobile/setup/setup.inc.php

    r7516 r8232  
    1414        $setup_info['mobile']['name']      = 'mobile'; 
    1515        $setup_info['mobile']['title']     = 'Expresso Mini'; 
    16         $setup_info['mobile']['version']   = '2.5.0'; 
     16        $setup_info['mobile']['version']   = '2.5.1'; 
    1717        $setup_info['mobile']['app_order'] = 4; 
    1818        $setup_info['mobile']['enable']    = 2; 
     
    3939        $setup_info['mobile']['depends'][] = array( 
    4040                'appname' => 'phpgwapi', 
    41                 'versions' => Array('2.5.0') 
     41                'versions' => Array('2.5.1.1') 
    4242        ); 
    4343?> 
  • branches/2.5/mobile/templates/default/home_index.tpl

    r5043 r8232  
    5454                        {personal_folders_box} 
    5555                </span>          
    56                 <dd>                     
     56                <!--<dd>                         
    5757                        <div class="limpar_div resultado-titulo"> 
    5858                                <label> 
     
    6464                        </div>   
    6565                </dd> 
    66                 {commitments_box} 
     66                        {commitments_box}--> 
    6767                <dd>                     
    6868                <div class="limpar_div resultado-titulo"> 
Note: See TracChangeset for help on using the changeset viewer.