phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: forum/setup phpgw_en.lang,1.5,1.5.2.1 setup.inc.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: forum/setup phpgw_en.lang,1.5,1.5.2.1 setup.inc.php,1.16,1.16.2.1 tables_update.inc.php,1.5,1.5.2.1
Date: Sat, 19 Jan 2002 22:36:06 -0500

Update of /cvsroot/phpgroupware/forum/setup
In directory subversions:/tmp/cvs-serv9376/setup

Modified Files:
      Tag: Version-0_9_14-branch
        phpgw_en.lang setup.inc.php tables_update.inc.php 
Log Message:
.

Index: phpgw_en.lang
===================================================================
RCS file: /cvsroot/phpgroupware/forum/setup/phpgw_en.lang,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** phpgw_en.lang       4 Jan 2002 00:16:47 -0000       1.5
--- phpgw_en.lang       20 Jan 2002 03:36:04 -0000      1.5.2.1
***************
*** 1,6 ****
--- 1,9 ----
+ add forum     forum   en      Add Forum
  all forums, user posts, and topics in this category will be lost!     forum   
en      All forums, user posts, and topics in this category will be lost!
  all user posts and topics will be lost!       forum   en      All user posts 
and topics will be lost!
  are you sure you want to delete this forum?   forum   en      Are you sure 
you want to delete this forum?
  belongs to category   forum   en      Belongs to Category
+ category description  forum   en      Category Description
+ category name forum   en      Category Name
  collapse threads      forum   en      Collapse Threads
  current categories and sub forums     forum   en      Current Categories and 
Sub Forums
***************
*** 12,21 ****
--- 15,27 ----
  forums        common  en      Forums
  latest reply  forum   en      Latest Reply
+ new category  forum   en      New Category
  new forum     forum   en      New Forum
  new topic     forum   en      New Topic
+ post a message to this thread forum   en      Post A Message To This Thread
  replies       forum   en      Replies
  return to forums      forum   en      Return to Forums
  there are no forums in this category  forum   en      There are no forums in 
this category
  topic forum   en      Topic
+ update category       forum   en      Update Category
  update forum  forum   en      Update Forum
  view threads  forum   en      View Threads

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/forum/setup/setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** setup.inc.php       7 Jan 2002 10:50:42 -0000       1.16
--- setup.inc.php       20 Jan 2002 03:36:04 -0000      1.16.2.1
***************
*** 15,19 ****
        $setup_info['forum']['name'] = 'forum';
        $setup_info['forum']['title'] = 'forum';
!       $setup_info['forum']['version'] = '0.9.13.005';
        $setup_info['forum']['app_order'] = 7;
        $setup_info['forum']['enable'] = 1;
--- 15,19 ----
        $setup_info['forum']['name'] = 'forum';
        $setup_info['forum']['title'] = 'forum';
!       $setup_info['forum']['version'] = '0.9.13.006';
        $setup_info['forum']['app_order'] = 7;
        $setup_info['forum']['enable'] = 1;
***************
*** 36,44 ****
                'appname' => 'phpgwapi',
                'versions' => Array(
-                       '0.9.10',
-                       '0.9.11',
-                       '0.9.12',
                        '0.9.13',
!                       '0.9.14'
                )
        );
--- 36,42 ----
                'appname' => 'phpgwapi',
                'versions' => Array(
                        '0.9.13',
!                       '0.9.14',
!                       '0.9.15'
                )
        );

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/forum/setup/tables_update.inc.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** tables_update.inc.php       3 Oct 2001 00:03:18 -0000       1.5
--- tables_update.inc.php       20 Jan 2002 03:36:04 -0000      1.5.2.1
***************
*** 114,116 ****
                $GLOBALS['setup_info']['forum']['currentver'] = '0.9.13.005';
                return $GLOBALS['setup_info']['forum']['currentver'];
!       }
\ No newline at end of file
--- 114,131 ----
                $GLOBALS['setup_info']['forum']['currentver'] = '0.9.13.005';
                return $GLOBALS['setup_info']['forum']['currentver'];
!       }
! 
!       $test[] = '0.9.13.005';
!       function forum_upgrade0_9_13_005()
!       {
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_categories','name',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_categories','descr',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_forums','name',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_forums','groups',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_forums','descr',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_forum_threads','subject',array('type'
 => 'varchar', 'precision' => 255,'nullable' => False));
! 
!               $GLOBALS['setup_info']['forum']['currentver'] = '0.9.13.006';
!               return $GLOBALS['setup_info']['forum']['currentver'];
!       }
! 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]