[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] filemanager/inc html.inc.php, 1.17 main.inc.php, 1.20
From: |
ceb |
Subject: |
[Phpgroupware-cvs] filemanager/inc html.inc.php, 1.17 main.inc.php, 1.20 class.uiphpwebhosting.inc.php, 1.11 class.bophpwebhosting.inc.php, 1.10 hook_deleteaccount.inc.php, 1.5 hook_add_def_pref.inc.php, 1.10 |
Date: |
Thu, 10 Feb 2005 17:38:00 +0100 |
Update of filemanager/inc
Removed Files:
Branch: MAIN
html.inc.php
main.inc.php
class.uiphpwebhosting.inc.php
class.bophpwebhosting.inc.php
Modified Files:
Branch: MAIN
hook_deleteaccount.inc.php lines: +12 -15
hook_add_def_pref.inc.php lines: +9 -13
Log Message:
quota
====================================================
Index: filemanager/inc/hook_deleteaccount.inc.php
diff -u filemanager/inc/hook_deleteaccount.inc.php:1.4
filemanager/inc/hook_deleteaccount.inc.php:1.5
--- filemanager/inc/hook_deleteaccount.inc.php:1.4 Tue Jan 18 16:47:53 2005
+++ filemanager/inc/hook_deleteaccount.inc.php Thu Feb 10 16:38:14 2005
@@ -1,23 +1,20 @@
<?php
- /**************************************************************************\
- * phpGroupWare *
- * http://www.phpgroupware.org *
- * -------------------------------------------- *
- * This program is free software; you can redistribute it and/or modify it *
- * under the terms of the GNU General Public License as published by the *
- * Free Software Foundation; either version 2 of the License, or (at your *
- * option) any later version. *
- \**************************************************************************/
+
/**************************************************************************\
+ * phpGroupWare
*
+ * http://www.phpgroupware.org
*
+ * --------------------------------------------
*
+ * This program is free software; you can redistribute it and/or modify
it *
+ * under the terms of the GNU General Public License as published by
the *
+ * Free Software Foundation; either version 2 of the License, or (at
your *
+ * option) any later version.
*
+
\**************************************************************************/
/* $Id$ */
- /*
- global $phpgw;
- global $account_id;
- */
+
/* NOTE: This is untested */
/* WIP: it should get all files owned by $account_id, not just in
/home/account_id */
/* Should also be capable of transfering files to another user */
-/*
+ /*
$phpgw->vfs->working_id = $account_id;
$ls_array = $phpgw->vfs->ls ($phpgw->vfs->fakebase . "/" . $account_id,
array (RELATIVE_NONE));
while (list ($num, $entry) = each ($ls_array))
====================================================
Index: filemanager/inc/hook_add_def_pref.inc.php
diff -u filemanager/inc/hook_add_def_pref.inc.php:1.9
filemanager/inc/hook_add_def_pref.inc.php:1.10
--- filemanager/inc/hook_add_def_pref.inc.php:1.9 Wed Jan 26 01:14:36 2005
+++ filemanager/inc/hook_add_def_pref.inc.php Thu Feb 10 16:38:14 2005
@@ -1,17 +1,13 @@
<?php
- $GLOBALS['pref']->change ('filemanager', 'name', True);
- $GLOBALS['pref']->change ('filemanager', 'mime_type', False);
- $GLOBALS['pref']->change ('filemanager', 'size', True);
- $GLOBALS['pref']->change ('filemanager', 'created', True);
- $GLOBALS['pref']->change ('filemanager', 'modified', True);
- $GLOBALS['pref']->change ('filemanager', 'createdby_id', True);
- $GLOBALS['pref']->change ('filemanager', 'modifiedby_id', True);
- $GLOBALS['pref']->change ('filemanager', 'comment', True);
- $GLOBALS['pref']->change ('filemanager', 'viewtextplain', True);
- $GLOBALS['pref']->change ('filemanager', 'dotdot', False);
- $GLOBALS['pref']->change ('filemanager', 'dotfiles', False);
- $GLOBALS['pref']->change ('filemanager', 'show_help', False);
- $GLOBALS['pref']->change ('filemanager', 'show_upload_boxes','5');
+ $GLOBALS['pref']->change ('filemanager','name','name');
+ $GLOBALS['pref']->change ('filemanager','size','size');
+ $GLOBALS['pref']->change ('filemanager','created','created');
+ $GLOBALS['pref']->change ('filemanager','version','version');
+ $GLOBALS['pref']->change ('filemanager','mime_type','mime_type');
+ $GLOBALS['pref']->change ('filemanager','comment','comment');
+ $GLOBALS['pref']->change
('filemanager','viewtextplain','viewtextplain');
+ $GLOBALS['pref']->change ('filemanager','show_help','show_help');
+ $GLOBALS['pref']->change ('filemanager','show_upload_boxes','5');
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] filemanager/inc html.inc.php, 1.17 main.inc.php, 1.20 class.uiphpwebhosting.inc.php, 1.11 class.bophpwebhosting.inc.php, 1.10 hook_deleteaccount.inc.php, 1.5 hook_add_def_pref.inc.php, 1.10,
ceb <=