Changeset 137


Ignore:
Timestamp:
Mar 4, 2009, 4:47:06 PM (15 years ago)
Author:
sebas
Message:

cambio de nombre del module + actualizacion para la compatibilidad con las nuevas version de egw

Location:
trunk/egroupware/egw-passwd-sync-with-alternc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/egroupware/egw-passwd-sync-with-alternc/inc/class.uiEgw-passwd-sync.inc.php

    r136 r137  
    11<?
    22
    3 class uiCTA {
     3class uiEgw-passwd-sync {
    44
    55        var $public_functions = array(
  • trunk/egroupware/egw-passwd-sync-with-alternc/index.php

    r47 r137  
    11<?php
    22        $GLOBALS['phpgw_info']['flags'] = array(
    3                 'currentapp'    => 'CTA',
     3                'currentapp'    => 'Egw-passwd-sync',
    44                'noheader'      => True,
    55                'nonavbar'      => True
    66        );
    77        include('../header.inc.php');
    8         $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=CTA.uiCTA.changepassword');
     8        $GLOBALS['egw']->redirect_link('/index.php', 'menuaction=Egw-passwd-sync.uiEgw-passwd-sync.changepassword');
  • trunk/egroupware/egw-passwd-sync-with-alternc/setup/setup.inc.php

    r47 r137  
    11<?php
    2         $setup_info['CTA']['name']      = 'CTA';
    3         $setup_info['CTA']['title']     = 'CTA';
    4         $setup_info['CTA']['version']   = '0.1';
    5         $setup_info['CTA']['app_order'] = 100;             // at the end
    6         //$setup_info['CTA']['tables']    = array('egw_CTA');
    7         $setup_info['CTA']['enable']    = 1;
     2        $setup_info['Egw-passwd-sync']['name']      = 'Egw-passwd-sync';
     3        $setup_info['Egw-passwd-sync']['title']     = 'Egw-passwd-sync';
     4        $setup_info['Egw-passwd-sync']['version']   = '0.2';
     5        $setup_info['Egw-passwd-sync']['app_order'] = 100;             // at the end
     6        //$setup_info['Egw-passwd-sync']['tables']    = array('egw_Egw-passwd-sync');
     7        $setup_info['Egw-passwd-sync']['enable']    = 1;
    88
    99        /* Dependencies for this app to work */
    10         $setup_info['CTA']['depends'][] = array(
     10        $setup_info['Egw-passwd-sync']['depends'][] = array(
    1111                 'appname' => 'phpgwapi',
    1212                 'versions' => Array('1.2','1.3','1.4')
    1313        );
    1414        /*
    15         $setup_info['CTA']['depends'][] = array(
     15        $setup_info['Egw-passwd-sync']['depends'][] = array(
    1616                 'appname' => 'etemplate',
    17                  'versions' => Array('1.2','1.3','1.4')
     17                 'versions' => Array('1.4','1.6','1.7')
    1818        );
    1919        */
    20          $setup_info['CTA']['hooks']['changepassword']    = 'CTA.uiCTA.changepassword';
     20         $setup_info['Egw-passwd-sync']['hooks']['changepassword']    = 'Egw-passwd-sync.uiEgw-passwd-sync.changepassword';
Note: See TracChangeset for help on using the changeset viewer.