From: Michael M Slusarz Date: Sun, 22 Nov 2009 18:28:53 +0000 (-0700) Subject: Remove CVS/Horde 3 artifacts X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=18a88fb358ba161362cf262487a720b9ad6dd5ba;p=horde.git Remove CVS/Horde 3 artifacts --- diff --git a/Dashboard/KeychainPlugin/KeychainPlugIn.h b/Dashboard/KeychainPlugin/KeychainPlugIn.h index 497451013..928c5bfee 100644 --- a/Dashboard/KeychainPlugin/KeychainPlugIn.h +++ b/Dashboard/KeychainPlugin/KeychainPlugIn.h @@ -1,6 +1,4 @@ /** - * $Horde: $ - * * KeychainPlugIn.h * * Dashboard Widget plug-in that stores and retrieves passwords using Keychain. diff --git a/Dashboard/KeychainPlugin/KeychainPlugIn.m b/Dashboard/KeychainPlugin/KeychainPlugIn.m index 63e7b4c0b..b5336ee16 100644 --- a/Dashboard/KeychainPlugin/KeychainPlugIn.m +++ b/Dashboard/KeychainPlugin/KeychainPlugIn.m @@ -1,6 +1,4 @@ /** - * $Horde: $ - * * KeychainPlugIn.m * * Dashboard Widget plug-in that stores and retrieves passwords using Keychain. @@ -31,7 +29,7 @@ // windowScriptObjectAvailable passes the JavaScript window object referring // to the plug-in's parent window (in this case, the Dashboard widget) // We use that to register our plug-in as a var of the window object; -// This allows the plug-in to be referenced from JavaScript via +// This allows the plug-in to be referenced from JavaScript via // window., or just - (void) windowScriptObjectAvailable:(WebScriptObject*)webScriptObject { [webScriptObject setValue:self forKey:@"KeychainPlugIn"]; @@ -58,7 +56,7 @@ NSString * const kWebSelectorPrefix = @"web_"; // KeychainPlugIn.getPassword + (NSString *) webScriptNameForSelector:(SEL)aSelector { NSString* selName = NSStringFromSelector(aSelector); - + if ([selName hasPrefix:kWebSelectorPrefix] && ([selName length] > [kWebSelectorPrefix length])) { return [[[selName substringFromIndex:[kWebSelectorPrefix length]] componentsSeparatedByString: @":"] objectAtIndex: 0]; } @@ -69,14 +67,14 @@ NSString * const kWebSelectorPrefix = @"web_"; if (!password || !itemRef) { return NO; } - + const char *pass = [password cStringUsingEncoding: [NSString defaultCStringEncoding]]; - + OSErr status = SecKeychainItemModifyContent(itemRef, nil, strlen(pass), pass); if (status == noErr) { return YES; } - + return NO; } @@ -88,7 +86,7 @@ NSString * const kWebSelectorPrefix = @"web_"; const char *user = [username UTF8String]; void *password = NULL; UInt32 passwordLength = 0; - + OSStatus findResult = SecKeychainFindInternetPassword( NULL, // default keychain strlen(host), // server name length @@ -106,13 +104,13 @@ NSString * const kWebSelectorPrefix = @"web_"; &password, // password itemRef // item ref ); - + if (findResult == noErr) { NSString *returnString = [NSString stringWithCString: password length: passwordLength]; SecKeychainItemFreeContent(NULL, password); return returnString; } - + return nil; } @@ -122,18 +120,18 @@ NSString * const kWebSelectorPrefix = @"web_"; const char *user = [username UTF8String]; const char *pass = [password UTF8String]; SecKeychainItemRef itemRef; - + NSLog(@"%s", host); - + NSString *currentPassword = [self web_getPassword: username serverName: serverName serverPath: serverPath itemReference: &itemRef]; if (currentPassword) { if ([currentPassword isEqualToString: password]) { return YES; } - + return [self changePassword: itemRef to: password]; } - + OSStatus addResult = SecKeychainAddInternetPassword( NULL, // default keychain strlen(host), // server name length @@ -152,11 +150,11 @@ NSString * const kWebSelectorPrefix = @"web_"; NULL // item ref ); NSLog(@"%d", addResult); - + if (addResult == noErr) { return YES; } - + return NO; } diff --git a/Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch b/Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch index 475364add..c8719c1e3 100644 --- a/Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch +++ b/Dashboard/KeychainPlugin/KeychainPlugIn_Prefix.pch @@ -1,6 +1,4 @@ /** - * $Horde: $ - * * KeychainPlugIn_Prefix.pch * * Prefix header for all source files of the 'KeychainPlugIn' target in diff --git a/ansel/README b/ansel/README index 95d973064..5c660a3ae 100644 --- a/ansel/README +++ b/ansel/README @@ -1,9 +1,6 @@ What is Ansel? ============== -:Last update: $Date: 2008/10/27 19:57:04 $ -:Revision: $Revision: 1.5 $ - .. contents:: Contents .. section-numbering:: diff --git a/ansel/docs/INSTALL b/ansel/docs/INSTALL index 8cfdaeb54..12c8bf254 100644 --- a/ansel/docs/INSTALL +++ b/ansel/docs/INSTALL @@ -2,9 +2,6 @@ Installing Ansel 1.0 ====================== -:Last update: $Date: 2009/05/15 19:48:54 $ -:Revision: $Revision: 1.13 $ - .. contents:: Contents .. section-numbering:: diff --git a/ansel/docs/TODO b/ansel/docs/TODO index 2095628f2..55725f64e 100755 --- a/ansel/docs/TODO +++ b/ansel/docs/TODO @@ -2,8 +2,6 @@ Ansel Development TODO List ============================= -:Last update: $Date: 2008/01/16 01:30:57 $ -:Revision: $Revision: 1.43 $ :Contact: ansel@lists.horde.org - Further abstract out all database access from Ansel_Gallery/Ansel_Image and diff --git a/beatnik/autogenerate.php b/beatnik/autogenerate.php index 8e2deed6d..1e7e9ce02 100644 --- a/beatnik/autogenerate.php +++ b/beatnik/autogenerate.php @@ -7,8 +7,6 @@ * See the enclosed file LICENSE for license information (BSD). If you * did not receive this file, see http://cvs.horde.org/co.php/merk/LICENSE. * - * $Horde: beatnik/autogenerate.php,v 1.16 2009/07/14 00:25:28 mrubinsk Exp $ - * * @author Duck */ diff --git a/beatnik/commit.php b/beatnik/commit.php index 5aadd1234..578052972 100644 --- a/beatnik/commit.php +++ b/beatnik/commit.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/config/autogenerate.php.dist b/beatnik/config/autogenerate.php.dist index 770426148..b9d5ba2bd 100644 --- a/beatnik/config/autogenerate.php.dist +++ b/beatnik/config/autogenerate.php.dist @@ -2,11 +2,9 @@ /** * Autogenerate template * - * $Horde: beatnik/config/autogenerate.php.dist,v 1.5 2007/06/27 17:23:28 jan Exp $ - * * Copyright 2006-2007 Duck * - * NOTE: Template is an multidimensional array. + * NOTE: Template is an multidimensional array. * The first level key define record types * For each type you can specify the replacement behavior and how * autogenerate will treat old records. 'all' deletes all records @@ -16,7 +14,7 @@ * The 'records' element is an array of arrays of Beatnick::getRecFields() * key => value pairs. * - * EXAMPLE: + * EXAMPLE: * * $template['cname'][] = array('hostname' => 'www', * 'pointer' => 'server1', diff --git a/beatnik/config/conf.xml b/beatnik/config/conf.xml index a319fa5e1..cec6930de 100644 --- a/beatnik/config/conf.xml +++ b/beatnik/config/conf.xml @@ -1,5 +1,4 @@ - Beatnik Storage @@ -22,15 +21,15 @@ the LDAP server"/> - 3 - 3 + 3 + 3 2 3 objectclass + zone lists">objectclass dnszone diff --git a/beatnik/config/prefs.php.dist b/beatnik/config/prefs.php.dist index f12c496d3..747e6f812 100644 --- a/beatnik/config/prefs.php.dist +++ b/beatnik/config/prefs.php.dist @@ -1,7 +1,5 @@ @@ -28,5 +24,3 @@ Slovenian Duck Contributions ============= - -$Horde: beatnik/docs/CREDITS,v 1.6 2007/04/22 04:50:38 chuck Exp $ diff --git a/beatnik/docs/INSTALL b/beatnik/docs/INSTALL index 2a835b838..0007cdd30 100644 --- a/beatnik/docs/INSTALL +++ b/beatnik/docs/INSTALL @@ -2,9 +2,6 @@ Installing Beatnik 1.0 ========================= -:Last update: $Date: 2007/06/19 09:56:38 $ -:Revision: $Revision: 1.4 $ - .. contents:: Contents .. section-numbering:: diff --git a/beatnik/docs/TODO b/beatnik/docs/TODO index c74dc4a44..71df78dac 100644 --- a/beatnik/docs/TODO +++ b/beatnik/docs/TODO @@ -1,12 +1,6 @@ ================================ Beatnik Development TODO List ================================ -$Horde: beatnik/docs/TODO,v 1.5 2007/04/12 01:46:42 bklang Exp $ - -:Last update: $Date: 2007/04/12 01:46:42 $ -:Revision: $Revision: 1.5 $ -:Contact: - * Create an api which can be used by XML-RPC where remote clients can authenticate to horde and update their own DNS entries (subject to built-in diff --git a/beatnik/editrec.php b/beatnik/editrec.php index 0a0488b65..718ccc0d8 100644 --- a/beatnik/editrec.php +++ b/beatnik/editrec.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/index.php b/beatnik/index.php index 7464ecfb9..379846053 100644 --- a/beatnik/index.php +++ b/beatnik/index.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/js/src/beatnik.js b/beatnik/js/src/beatnik.js index cb7221a15..b65ac53fe 100644 --- a/beatnik/js/src/beatnik.js +++ b/beatnik/js/src/beatnik.js @@ -1,5 +1,3 @@ -// $Horde: beatnik/js/src/beatnik.js,v 1.3 2008/08/20 08:56:53 duck Exp $ - // Menu Domain submit var loading; function domainSubmit(clear) diff --git a/beatnik/lib/Beatnik.php b/beatnik/lib/Beatnik.php index c801fcf8c..9a8740d00 100644 --- a/beatnik/lib/Beatnik.php +++ b/beatnik/lib/Beatnik.php @@ -2,8 +2,6 @@ /** * Beatnik base class * - * $Horde: beatnik/lib/Beatnik.php,v 1.53 2009/07/15 15:05:32 duck Exp $ - * * Copyright 2005-2007 Alkaloid Networks * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/lib/Driver.php b/beatnik/lib/Driver.php index 85d219df0..2337552a2 100644 --- a/beatnik/lib/Driver.php +++ b/beatnik/lib/Driver.php @@ -2,15 +2,12 @@ /** * Beatnik_Driver:: defines an API implementing astorage backends for Beatnik. * - * $Horde: beatnik/lib/Driver.php,v 1.21 2009/07/15 15:05:32 duck Exp $ - * * Copyright 2005-2007 Alkaloid Networks * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Ben Klang - * @version $Revision: 1.21 $ * @package Beatnik */ class Beatnik_Driver { diff --git a/beatnik/lib/Driver/ldap2dns.php b/beatnik/lib/Driver/ldap2dns.php index 1ca8c6367..c17f1a0b1 100644 --- a/beatnik/lib/Driver/ldap2dns.php +++ b/beatnik/lib/Driver/ldap2dns.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/lib/Driver/pdnsgsql.php b/beatnik/lib/Driver/pdnsgsql.php index 0fb90db9a..bd5635134 100644 --- a/beatnik/lib/Driver/pdnsgsql.php +++ b/beatnik/lib/Driver/pdnsgsql.php @@ -5,8 +5,6 @@ * support MySQL, PostgreSQL, SQLite and Oracle. This driver attempts to do the * same as long as the default queries are used. * - * $Horde: beatnik/lib/Driver/pdnsgsql.php,v 1.4 2009/07/03 10:05:30 duck Exp $ - * * Copyright 2008 The Horde Project * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/lib/Driver/sql.php b/beatnik/lib/Driver/sql.php index 4676ac195..56a639cb4 100644 --- a/beatnik/lib/Driver/sql.php +++ b/beatnik/lib/Driver/sql.php @@ -1,7 +1,5 @@ * * See the enclosed file LICENSE for license information (GPL). If you diff --git a/beatnik/lib/Forms/DeleteRecord.php b/beatnik/lib/Forms/DeleteRecord.php index 7db53762b..c68630eba 100644 --- a/beatnik/lib/Forms/DeleteRecord.php +++ b/beatnik/lib/Forms/DeleteRecord.php @@ -1,7 +1,5 @@ * * See the enclosed file LICENSE for license information (GPL). If you diff --git a/beatnik/lib/Forms/EditRecord.php b/beatnik/lib/Forms/EditRecord.php index c3b78882c..51941da57 100644 --- a/beatnik/lib/Forms/EditRecord.php +++ b/beatnik/lib/Forms/EditRecord.php @@ -1,7 +1,5 @@ * * See the enclosed file LICENSE for license information (GPL). If you diff --git a/beatnik/lib/base.php b/beatnik/lib/base.php index 99fc5bd91..bdce7ded6 100644 --- a/beatnik/lib/base.php +++ b/beatnik/lib/base.php @@ -2,8 +2,6 @@ /** * Beatnik base inclusion file. * - * $Horde: beatnik/lib/base.php,v 1.31 2009/09/15 09:20:03 duck Exp $ - * * Copyright 2005-2007 Alkaloid Networks * * This file brings in all of the dependencies that every Beatnik diff --git a/beatnik/listzones.php b/beatnik/listzones.php index 00de03997..fe199fa1d 100644 --- a/beatnik/listzones.php +++ b/beatnik/listzones.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/locale/en_US/help.xml b/beatnik/locale/en_US/help.xml index a0c7ac737..bf68e2b79 100644 --- a/beatnik/locale/en_US/help.xml +++ b/beatnik/locale/en_US/help.xml @@ -1,5 +1,4 @@ - diff --git a/beatnik/scripts/export_config.php b/beatnik/scripts/export_config.php index 4b7e3fd9a..0d27c56da 100644 --- a/beatnik/scripts/export_config.php +++ b/beatnik/scripts/export_config.php @@ -7,8 +7,6 @@ * USE: * php ./export_config.php --type=TYPE --username=USR --password=PASS --url=URL > hosts * - * $Horde: beatnik/scripts/export_config.php,v 1.2 2009/07/15 15:05:33 duck Exp $ - * * Copyright 2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/scripts/sql/beatnik.mysql.php b/beatnik/scripts/sql/beatnik.mysql.php index 3c2f9d864..092ca50a0 100644 --- a/beatnik/scripts/sql/beatnik.mysql.php +++ b/beatnik/scripts/sql/beatnik.mysql.php @@ -1,12 +1,6 @@ -- --- $Horde: beatnik/scripts/sql/beatnik.mysql.php,v 1.5 2006/08/13 18:52:47 duck Exp $ --- - --- -------------------------------------------------------- - --- -- Table structure for table `beatnik_a` --- +-- CREATE TABLE `beatnik_a` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -19,9 +13,9 @@ CREATE TABLE `beatnik_a` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_cname` --- +-- CREATE TABLE `beatnik_cname` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -34,9 +28,9 @@ CREATE TABLE `beatnik_cname` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_mx` --- +-- CREATE TABLE `beatnik_mx` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -49,9 +43,9 @@ CREATE TABLE `beatnik_mx` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_ns` --- +-- CREATE TABLE `beatnik_ns` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -64,9 +58,9 @@ CREATE TABLE `beatnik_ns` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_ptr` --- +-- CREATE TABLE `beatnik_ptr` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -79,9 +73,9 @@ CREATE TABLE `beatnik_ptr` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_soa` --- +-- CREATE TABLE `beatnik_soa` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -100,9 +94,9 @@ CREATE TABLE `beatnik_soa` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_srv` --- +-- CREATE TABLE `beatnik_srv` ( `id` int(10) unsigned NOT NULL auto_increment, @@ -118,9 +112,9 @@ CREATE TABLE `beatnik_srv` ( -- -------------------------------------------------------- --- +-- -- Table structure for table `beatnik_txt` --- +-- CREATE TABLE `beatnik_txt` ( `id` int(10) unsigned NOT NULL auto_increment, diff --git a/beatnik/templates/common-header.inc b/beatnik/templates/common-header.inc index 2c2253254..e57bd4a77 100644 --- a/beatnik/templates/common-header.inc +++ b/beatnik/templates/common-header.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/templates/listzones/footer.inc b/beatnik/templates/listzones/footer.inc index cd37a4b74..12100f6ab 100644 --- a/beatnik/templates/listzones/footer.inc +++ b/beatnik/templates/listzones/footer.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/templates/listzones/header.inc b/beatnik/templates/listzones/header.inc index 62e0b98a8..059cd4b29 100644 --- a/beatnik/templates/listzones/header.inc +++ b/beatnik/templates/listzones/header.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/templates/listzones/row.inc b/beatnik/templates/listzones/row.inc index 7146d397b..518b1fa5b 100644 --- a/beatnik/templates/listzones/row.inc +++ b/beatnik/templates/listzones/row.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you @@ -11,16 +9,16 @@ ?> - ' . - Horde::link($deleteurl) . - Horde::img('delete.png', _("Delete"), '', $img_dir) . ' ' . - Horde::link($editurl) . + ' . + Horde::link($deleteurl) . + Horde::img('delete.png', _("Delete"), '', $img_dir) . ' ' . + Horde::link($editurl) . Horde::img('edit.png', _("Edit"), '', $img_dir) . ''; ?> - $field) { if ($key == 'zonename') { echo '' . Horde::link($viewurl) . $domain['zonename'] . ''; diff --git a/beatnik/templates/menu.inc b/beatnik/templates/menu.inc index 172f9ca60..9ea916e9b 100644 --- a/beatnik/templates/menu.inc +++ b/beatnik/templates/menu.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/templates/view/footer.inc b/beatnik/templates/view/footer.inc index 02dda0e55..295c7e4be 100644 --- a/beatnik/templates/view/footer.inc +++ b/beatnik/templates/view/footer.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/beatnik/templates/view/header.inc b/beatnik/templates/view/header.inc index 78b63f456..ec119bfb0 100644 --- a/beatnik/templates/view/header.inc +++ b/beatnik/templates/view/header.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you @@ -19,9 +17,9 @@ if (Beatnik::needCommit($_SESSION['beatnik']['curdomain']['zonename'])) { $params = array('id' => $_SESSION['beatnik']['curdomain']['id'], 'rectype' => 'soa'); echo $_SESSION['beatnik']['curdomain']['zonename'] . ' ' - . Horde::link(Horde_Util::addParameter($edit, $params)) - . Horde::img('edit.png', _("Edit"), '', $img_dir) . ' ' - . Horde::link(Horde_Util::addParameter($delete, $params)) + . Horde::link(Horde_Util::addParameter($edit, $params)) + . Horde::img('edit.png', _("Edit"), '', $img_dir) . ' ' + . Horde::link(Horde_Util::addParameter($delete, $params)) . Horde::img('delete.png', _("Delete"), '', $img_dir) . ''; ?> diff --git a/beatnik/templates/view/record.inc b/beatnik/templates/view/record.inc index 489e8b5c9..c15a931d7 100644 --- a/beatnik/templates/view/record.inc +++ b/beatnik/templates/view/record.inc @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you @@ -12,20 +10,20 @@ foreach ($zonedata[$type] as $record) { $params = array('id' => $record['id'], 'rectype' => $type); echo '' . "\n"; - echo '' . Horde::link(Horde_Util::addParameter($edit, $params)) - . Horde::img('edit.png', _("Edit"), '', $img_dir) . ' ' - . Horde::link(Horde_Util::addParameter($delete, $params)) + echo '' . Horde::link(Horde_Util::addParameter($edit, $params)) + . Horde::img('edit.png', _("Edit"), '', $img_dir) . ' ' + . Horde::link(Horde_Util::addParameter($delete, $params)) . Horde::img('delete.png', _("Delete"), '', $img_dir) . ''; echo '' . $rectypes[$type] . ''; foreach ($fields as $field => $fdata) { - + if ((($fdata['infoset'] != 'basic') && !$_SESSION['beatnik']['expertmode']) || $fdata['type'] == 'hidden') { continue; } echo '' . "\n"; - + if (!isset($record[$field])) { continue; } diff --git a/beatnik/themes/screen.css b/beatnik/themes/screen.css index c7b4f1970..9ddb9b03a 100644 --- a/beatnik/themes/screen.css +++ b/beatnik/themes/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: beatnik/themes/screen.css,v 1.5 2006/12/18 05:56:52 chuck Exp $ - */ - .zoneData { border: 1px solid #000; padding: 2px; diff --git a/beatnik/viewzone.php b/beatnik/viewzone.php index ff25f3e36..ab4ea4809 100644 --- a/beatnik/viewzone.php +++ b/beatnik/viewzone.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/crumb/README b/crumb/README index afbe1d5d8..6a3190491 100644 --- a/crumb/README +++ b/crumb/README @@ -1,9 +1,6 @@ What is Crumb? ================= -:Last update: $Date$ -:Revision: $Revision$ - .. contents:: Contents .. section-numbering:: diff --git a/crumb/docs/INSTALL b/crumb/docs/INSTALL index 949162ae2..0fa7f70c3 100644 --- a/crumb/docs/INSTALL +++ b/crumb/docs/INSTALL @@ -2,9 +2,6 @@ Installing Crumb 1.0 ========================= -:Last update: $Date: 2007/12/14 17:44:26 $ -:Revision: $Revision: 1.16 $ - .. contents:: Contents .. section-numbering:: diff --git a/crumb/docs/TODO b/crumb/docs/TODO index 1bc73bde0..bce715fbf 100644 --- a/crumb/docs/TODO +++ b/crumb/docs/TODO @@ -2,7 +2,4 @@ Crumb Development TODO List ================================ -:Last update: $Date: 2007/04/22 04:51:54 $ -:Revision: $Revision: 1.2 $ - - Example todo diff --git a/crumb/index.php b/crumb/index.php index f82ef6f7c..53b632621 100644 --- a/crumb/index.php +++ b/crumb/index.php @@ -1,7 +1,5 @@ * * See the enclosed file LICENSE for license information (GPL). If you diff --git a/crumb/locale/en_US/help.xml b/crumb/locale/en_US/help.xml index 42bfcf393..04e9557ed 100644 --- a/crumb/locale/en_US/help.xml +++ b/crumb/locale/en_US/help.xml @@ -1,5 +1,4 @@ - diff --git a/crumb/themes/screen.css b/crumb/themes/screen.css index c7b7e4fdd..e69de29bb 100644 --- a/crumb/themes/screen.css +++ b/crumb/themes/screen.css @@ -1,3 +0,0 @@ -/** - * $Horde: skeleton/themes/screen.css,v 1.1 2004/11/25 02:22:34 chuck Exp $ - */ diff --git a/drag_n_drop_portal/lib/Block/Layout/View/js.php b/drag_n_drop_portal/lib/Block/Layout/View/js.php index 591265d00..947e49ef1 100644 --- a/drag_n_drop_portal/lib/Block/Layout/View/js.php +++ b/drag_n_drop_portal/lib/Block/Layout/View/js.php @@ -2,15 +2,12 @@ /** * The Horde_Block_Layout_View class represents the user defined portal layout. * - * $Horde: framework/Block/Block/Layout/View.php,v 1.17 2007/11/22 00:28:06 jan Exp $ - * * Copyright 2008-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * * @author Duck - * @since Horde 4 * @package Horde_Block */ class Horde_Block_Layout_View_Js extends Horde_Block_Layout_View { diff --git a/fima/README b/fima/README index 13396bbb7..af2412ca4 100644 --- a/fima/README +++ b/fima/README @@ -1,9 +1,6 @@ What is Fima? ================= -:Last update: $Date: 2008/08/25 22:24:53 $ -:Revision: $Revision: 1.0 $ - .. contents:: Contents .. section-numbering:: diff --git a/fima/account.php b/fima/account.php index 38a6341bd..5af5694fe 100644 --- a/fima/account.php +++ b/fima/account.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/accounts.php b/fima/accounts.php index 3e15e566f..70a15f304 100644 --- a/fima/accounts.php +++ b/fima/accounts.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/config/conf.xml b/fima/config/conf.xml index 77e14eee6..20f244646 100644 --- a/fima/config/conf.xml +++ b/fima/config/conf.xml @@ -1,5 +1,4 @@ - Storage System Settings diff --git a/fima/config/menu.php.dist b/fima/config/menu.php.dist index d702a2cee..b03d82515 100644 --- a/fima/config/menu.php.dist +++ b/fima/config/menu.php.dist @@ -1,7 +1,5 @@ 'http://www.example.com/', * 'text' => 'Example, Inc.', * 'icon' => 'example.png', diff --git a/fima/config/prefs.php.dist b/fima/config/prefs.php.dist index 2b46ea29c..16d382334 100644 --- a/fima/config/prefs.php.dist +++ b/fima/config/prefs.php.dist @@ -1,7 +1,5 @@ * * See the enclosed file LICENSE for license information (ASL). If you diff --git a/fima/docs/INSTALL b/fima/docs/INSTALL index 75f57fb70..90d978a7b 100644 --- a/fima/docs/INSTALL +++ b/fima/docs/INSTALL @@ -2,9 +2,6 @@ Installing Fima 1.0 ========================= -:Last update: $Date: 2008/08/25 22:33:26 $ -:Revision: $Revision: 1.0 $ - .. contents:: Contents .. section-numbering:: diff --git a/fima/docs/TODO b/fima/docs/TODO index 1b8139209..7b2dc61fe 100644 --- a/fima/docs/TODO +++ b/fima/docs/TODO @@ -2,9 +2,6 @@ Fima Development TODO List ================================ -:Last update: $Date: 2009/03/13 18:02:54 $ -:Revision: $Revision: 1.1 $ - - fix search with umlaute - drill down in reports - shift all postings from an account or only selected diff --git a/fima/index.php b/fima/index.php index 958e664da..6fc8aec12 100644 --- a/fima/index.php +++ b/fima/index.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/ledgers/create.php b/fima/ledgers/create.php index fabfff275..410fbace5 100644 --- a/fima/ledgers/create.php +++ b/fima/ledgers/create.php @@ -1,7 +1,5 @@ addNode($parent . $menu[0], $parent, diff --git a/fima/lib/Driver.php b/fima/lib/Driver.php index 8c679a3d5..92018ce45 100644 --- a/fima/lib/Driver.php +++ b/fima/lib/Driver.php @@ -3,8 +3,6 @@ * Fima_Driver:: defines an API for implementing storage backends for * Fima. * - * $Horde: fima/lib/Driver.php,v 1.1 2009/03/11 17:16:00 trt Exp $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you @@ -22,7 +20,7 @@ class Fima_Driver { * @var array */ var $_accounts = array(); - + /** * Array holding the current postings. Each array entry is a hash * describing a posting. The array is indexed by postingId. @@ -37,14 +35,14 @@ class Fima_Driver { * @var integer */ var $_postingsCount = 0; - + /** * Amount containing the current total result of postings. * * @var float */ var $_postingsResult = 0; - + /** * String containing the current ledger. * @@ -129,7 +127,7 @@ class Fima_Driver { /* Log the creation of this item in the history log. */ $history = &Horde_History::singleton(); $history->log('fima:' . $this->_ledger . ':' . $accountId, array('action' => 'add'), true); - + return $accountId; } @@ -162,7 +160,7 @@ class Fima_Driver { return true; } - + /** * Deletes an account and deletes/shifts of subaccounts and postings. * @@ -216,7 +214,7 @@ class Fima_Driver { /* Log the creation of this item in the history log. */ $history = &Horde_History::singleton(); $history->log('fima:' . $this->_ledger . ':' . $postingId, array('action' => 'add'), true); - + return $postingId; } @@ -250,7 +248,7 @@ class Fima_Driver { return true; } - + /** * Deletes a posting. * @@ -276,7 +274,7 @@ class Fima_Driver { return true; } - + /** * Shifts a posting. * @@ -326,7 +324,7 @@ class Fima_Driver { return true; } - + /** * Attempts to return a concrete Fima_Driver instance based on $driver. * @@ -366,7 +364,7 @@ class Fima_Driver { } else { $fima = new Fima_Driver($params, sprintf(_("Unable to load the definition of %s."), $class)); } - + return $fima; } diff --git a/fima/lib/Driver/sql.php b/fima/lib/Driver/sql.php index a7c598cdc..9c87fe4d9 100644 --- a/fima/lib/Driver/sql.php +++ b/fima/lib/Driver/sql.php @@ -20,8 +20,6 @@ * The table structure can be created by the scripts/sql/fima.sql * script. * - * $Horde: fima/lib/Driver/sql.php,v 1.1 2009/03/11 17:19:00 trt Exp $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/lib/Fima.php b/fima/lib/Fima.php index 4b8fbacb6..8b852f20d 100644 --- a/fima/lib/Fima.php +++ b/fima/lib/Fima.php @@ -32,8 +32,6 @@ define('FIMA_POSTINGTYPE_BUDGET', 'budget'); /** * Fima Base Class. * - * $Horde: fima/lib/Fima.php,v 1.1 2009/03/11 17:46:00 trt Exp $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/lib/Forms/CreateLedger.php b/fima/lib/Forms/CreateLedger.php index 514c2ed00..dbdd60edf 100644 --- a/fima/lib/Forms/CreateLedger.php +++ b/fima/lib/Forms/CreateLedger.php @@ -2,8 +2,6 @@ /** * Horde_Form for creating ledgers. * - * $Horde: fima/lib/Forms/CreateLedger.php,v 1.0 2008/06/19 18:12:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/fima/lib/Forms/DeleteLedger.php b/fima/lib/Forms/DeleteLedger.php index 77e05c276..3bff8a490 100644 --- a/fima/lib/Forms/DeleteLedger.php +++ b/fima/lib/Forms/DeleteLedger.php @@ -2,8 +2,6 @@ /** * Horde_Form for deleting ledgers. * - * $Horde: fima/lib/Forms/DeleteLedger.php,v 1.0 2008/06/19 18:15:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/fima/lib/Forms/EditLedger.php b/fima/lib/Forms/EditLedger.php index a7595f54d..04d8bfb1a 100644 --- a/fima/lib/Forms/EditLedger.php +++ b/fima/lib/Forms/EditLedger.php @@ -2,8 +2,6 @@ /** * Horde_Form for editing ledgers. * - * $Horde: fima/lib/Forms/EditLedger.php,v 1.0 2008/06/19 18:22:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/fima/lib/Forms/account.php b/fima/lib/Forms/account.php index b4c72f52b..e1663cddb 100644 --- a/fima/lib/Forms/account.php +++ b/fima/lib/Forms/account.php @@ -2,8 +2,6 @@ /** * This file contains all Horde_Form extensions required for editing accounts. * - * $Horde: fima/lib/Forms/account.php,v 1.1 2009/03/11 17:12:50 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/fima/lib/Report.php b/fima/lib/Report.php index e6723d764..b66c851e7 100644 --- a/fima/lib/Report.php +++ b/fima/lib/Report.php @@ -2,8 +2,6 @@ /** * Fima_Report:: defines an API for implementing reports for Fima. * - * $Horde: fima/lib/Report.php,v 1.0 2008/08/21 20:31:00 trt Exp $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you @@ -20,21 +18,21 @@ class Fima_Report { * @var array */ var $_params = array(); - + /** * Array containing the data after execution of the report. * * @var mixed */ var $_data = array(); - + /** * Bytes containing the report graph after execution of the report. * * @var bytes */ var $_graph = null; - + /** * Constructor - just store the $params in our newly-created * object. All other work is done by initialize(). @@ -66,7 +64,7 @@ class Fima_Report { return null; } } - + /** * Set a specific report parameter. * @@ -80,7 +78,7 @@ class Fima_Report { $this->_params[$param] = $value; return $value; } - + /* * Executes the report. * @@ -96,10 +94,10 @@ class Fima_Report { /* Log the execution of the report in the history log. */ $history = &Horde_History::singleton(); $history->log('fima:report:' . $this->_params['report_id'], array('action' => 'execute'), true); - + return true; } - + /** * Returns the data after report is executed. * @@ -109,7 +107,7 @@ class Fima_Report { { return $this->_data; } - + /** * Output the graph of this report. * @@ -121,21 +119,21 @@ class Fima_Report { if (is_a($execute, 'PEAR_Error')) { return $execute; } - + require_once FIMA_BASE . '/lib/ReportGraph.php'; $graph = &Fima_ReportGraph::factory($this->_params['graph'], $this->data, $this->_params); if (is_a($graph, 'PEAR_Error')) { $notification->push(sprintf(_("There was a problem creating the report graph: %s."), $report->getMessage()), 'horde.error'); return $graph; } - + /* Execute report graph. */ $graph->execute(); if (is_a($status, 'PEAR_Error')) { $notification->push(sprintf(_("There was a problem executing the report graph: %s."), $status->getMessage()), 'horde.error'); return $status; } - + $graph->getGraph(); return true; } @@ -148,7 +146,7 @@ class Fima_Report { function initialize() { } - + /** * Attempts to return a concrete Fima_Report instance based on $driver. * @@ -182,8 +180,8 @@ class Fima_Report { } else { $report = new Fima_Report($params, sprintf(_("Unable to load the definition of %s."), $class)); } - + return $report; } -} \ No newline at end of file +} diff --git a/fima/lib/Report/AccountOverview.php b/fima/lib/Report/AccountOverview.php index 8f8649c0f..ffac9d8d4 100644 --- a/fima/lib/Report/AccountOverview.php +++ b/fima/lib/Report/AccountOverview.php @@ -2,8 +2,6 @@ /** * Fima_Report_AccountOverview. * - * $Horde: fima/lib/Report/AccountOverview.php,v 1.1 2009/03/13 17:46:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -88,7 +86,7 @@ class Fima_Report_AccountOverview extends Fima_Report { } $coldummy[$colId] = 0; } - + /* Initialize matrix. */ $data = array(); @@ -122,7 +120,7 @@ class Fima_Report_AccountOverview extends Fima_Report { } } $data['__result__'] = $total; - + /* Reference. */ if ($displayreference) { $filters = array(); @@ -137,7 +135,7 @@ class Fima_Report_AccountOverview extends Fima_Report { if ($reference_end !== null) { $filters[] = array('date', (int)$reference_end, '<='); } - + $result = Fima::getResults(array('type', $yearly ? 'date_year' : 'date_month'), $filters); if (is_a($result, 'PEAR_Error')) { return $result; @@ -146,7 +144,7 @@ class Fima_Report_AccountOverview extends Fima_Report { foreach ($row as $colId => $value) { $colId = 'reference'; $data[$rowId][$colId] = $value; - $data['__result__'][$colId] += $value; + $data['__result__'][$colId] += $value; } } } @@ -199,7 +197,7 @@ class Fima_Report_AccountOverview extends Fima_Report { } } } - + /* Sorting. */ if ($sortby === null || !isset($colheaders[$sortby])) { $sortby = $this->setParam('sortby', '__header__'); @@ -239,10 +237,10 @@ class Fima_Report_AccountOverview extends Fima_Report { $this->_data[$rowId] = $data[$rowId]; } } - + return true; } - + /* * Output the graph. * @@ -281,8 +279,8 @@ class Fima_Report_AccountOverview extends Fima_Report { /* Additional params. */ $this->setParam('graph', 'Line'); $this->setParam('labels', $labels); - + return true; } -} \ No newline at end of file +} diff --git a/fima/lib/Report/Analysis.php b/fima/lib/Report/Analysis.php index 127af17ef..0dce0869a 100644 --- a/fima/lib/Report/Analysis.php +++ b/fima/lib/Report/Analysis.php @@ -2,8 +2,6 @@ /** * Fima_Report_Analysis. * - * $Horde: fima/lib/Report/Analysis.php,v 1.1 2009/03/12 14:30:24 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -45,7 +43,7 @@ class Fima_Report_Analysis extends Fima_Report { $accountIndex[$account['number']] = $accountId; } $groups = array(FIMA_ACCOUNTTYPE_INCOME, FIMA_ACCOUNTTYPE_EXPENSE); - + /* Params. */ if (($display = $this->getParam('display')) === null) { return PEAR::raiseError(_("No display type")); @@ -164,7 +162,7 @@ class Fima_Report_Analysis extends Fima_Report { if ($displayreference) { foreach ($groups as $group) { $groupresult = array(); - + $filters = array(); if ($posting_account) { $filters[] = array('account', $posting_account); @@ -177,7 +175,7 @@ class Fima_Report_Analysis extends Fima_Report { if (($reference_end = $this->getParam('reference_end')) !== null) { $filters[] = array('date', (int)$reference_end, '<='); } - + $result = Fima::getResults(array('type', $subaccounts ? 'account_number' : 'account_parent'), $filters); if (is_a($result, 'PEAR_Error')) { return $result; @@ -191,7 +189,7 @@ class Fima_Report_Analysis extends Fima_Report { $data[$accounts[$parentId]['number']][$colId] += $value; $data[$accounts[$parentId]['number']]['__subaccounts__'][$rowId][$colId] += $value; } - $data['__result' . $group . '__'][$colId] += $value; + $data['__result' . $group . '__'][$colId] += $value; } } } @@ -227,7 +225,7 @@ class Fima_Report_Analysis extends Fima_Report { } } } - + /* Null Rows. */ if (!$nullrows) { foreach ($data as $rowId => $row) { @@ -301,10 +299,10 @@ class Fima_Report_Analysis extends Fima_Report { unset($this->_data[$rowId]['__subaccounts__']); } } - + return true; } - + /* * Output the graph. * @@ -371,7 +369,7 @@ class Fima_Report_Analysis extends Fima_Report { unset($data[$i]['__blank__']); } } - + $this->data = $data; /* Additional params. */ @@ -382,5 +380,5 @@ class Fima_Report_Analysis extends Fima_Report { return true; } - -} \ No newline at end of file + +} diff --git a/fima/lib/Report/AssetOverview.php b/fima/lib/Report/AssetOverview.php index 744cbdd72..f730acd94 100644 --- a/fima/lib/Report/AssetOverview.php +++ b/fima/lib/Report/AssetOverview.php @@ -2,8 +2,6 @@ /** * Fima_Report_AssetOverview. * - * $Horde: fima/lib/Report/AssetOverview.php,v 1.0 2008/09/11 19:08:34 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -42,7 +40,7 @@ class Fima_Report_AssetOverview extends Fima_Report { foreach ($accounts as $accountId => $account) { $accountIndex[$account['number']] = $accountId; } - + /* Params. */ if (($display = $this->getParam('display')) === null) { return PEAR::raiseError(_("No display type")); @@ -75,7 +73,7 @@ class Fima_Report_AssetOverview extends Fima_Report { } $colheaders['__result__'] = _("Total Result"); $coldummy['__result__'] = 0; - + /* Initialize matrix. */ $data = array(); $data['__headersort__'] = $colheaders; @@ -212,7 +210,7 @@ class Fima_Report_AssetOverview extends Fima_Report { } } } - + /* Sorting. */ if ($sortby === null || !isset($colheaders[$sortby])) { $sortby = $this->setParam('sortby', '__header__'); @@ -265,10 +263,10 @@ class Fima_Report_AssetOverview extends Fima_Report { unset($this->_data[$rowId]['__subaccounts__']); } } - + return true; } - + /* * Output the graph. * @@ -324,4 +322,4 @@ class Fima_Report_AssetOverview extends Fima_Report { return true; } -} \ No newline at end of file +} diff --git a/fima/lib/Report/GeneralOverview.php b/fima/lib/Report/GeneralOverview.php index 111861ce2..a87f5881e 100644 --- a/fima/lib/Report/GeneralOverview.php +++ b/fima/lib/Report/GeneralOverview.php @@ -2,8 +2,6 @@ /** * Fima_Report_GeneralOverview. * - * $Horde: fima/lib/Report/GeneralOverview.php,v 1.0 2008/06/23 21:15:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -39,7 +37,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { /* Get account types and posting types. */ $accounttypes = Fima::getAccountTypes(); $postingtypes = Fima::getPostingTypes(); - + /* Params. */ if (($display = $this->getParam('display')) === null) { return PEAR::raiseError(_("No display type")); @@ -61,7 +59,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { $rowheaders['__result' . $groupId . '__'] = sprintf(_($group), _("Result")); } $rowheaders['__resultasset__'] = _("Asset Result"); - + /* Columns. */ $cols = explode('_', $display); @@ -88,7 +86,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { } $coldummy[$colId] = 0; } - + /* Initialize matrix. */ $data = array(); $data['__header__'] = $colheaders; @@ -161,7 +159,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { if ($reference_end !== null) { $filters[] = array('date', (int)$reference_end, '<='); } - + $result = Fima::getResults(array('type', 'account_type'), $filters); if (is_a($result, 'PEAR_Error')) { return $result; @@ -170,7 +168,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { foreach ($row as $colId => $value) { $colId = 'reference'; $data[$rowId . $group][$colId] = $value; - $data['__result' . $group . '__'][$colId] += $value; + $data['__result' . $group . '__'][$colId] += $value; } } } @@ -193,7 +191,7 @@ class Fima_Report_GeneralOverview extends Fima_Report { } } } - + /* Totals. */ foreach ($cols as $colId) { foreach ($rows as $rowId) { @@ -224,9 +222,9 @@ class Fima_Report_GeneralOverview extends Fima_Report { } } } - + $this->_data = $data; - + return true; } @@ -264,5 +262,5 @@ class Fima_Report_GeneralOverview extends Fima_Report { return true; } - -} \ No newline at end of file + +} diff --git a/fima/lib/Report/PeriodOverview.php b/fima/lib/Report/PeriodOverview.php index 95dbb1809..7f77d1122 100644 --- a/fima/lib/Report/PeriodOverview.php +++ b/fima/lib/Report/PeriodOverview.php @@ -2,8 +2,6 @@ /** * Fima_Report_PeriodOverview. * - * $Horde: fima/lib/Report/PeriodOverview.php,v 1.1 2009/03/13 17:45:08 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -271,4 +269,4 @@ class Fima_Report_PeriodOverview extends Fima_Report { return true; } -} \ No newline at end of file +} diff --git a/fima/lib/Report/Trend.php b/fima/lib/Report/Trend.php index eae8114c6..b67b06ed1 100644 --- a/fima/lib/Report/Trend.php +++ b/fima/lib/Report/Trend.php @@ -2,8 +2,6 @@ /** * Fima_Report_Trend. * - * $Horde: fima/lib/Report/Trend.php,v 1.1 2009/03/13 17:59:56 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -44,7 +42,7 @@ class Fima_Report_Trend extends Fima_Report { $accountIndex[$account['number']] = $accountId; } $groups = array(FIMA_ACCOUNTTYPE_INCOME, FIMA_ACCOUNTTYPE_EXPENSE); - + /* Params. */ if (($display = $this->getParam('display')) === null) { return PEAR::raiseError(_("No display type")); @@ -78,7 +76,7 @@ class Fima_Report_Trend extends Fima_Report { } $colheaders['__result__'] = _("Total Result"); $coldummy['__result__'] = 0; - + /* Initialize matrix. */ $data = array(); $data['__headersort__'] = $colheaders; @@ -210,7 +208,7 @@ class Fima_Report_Trend extends Fima_Report { } } } - + /* Sorting. */ if ($sortby === null || !isset($colheaders[$sortby])) { $sortby = $this->setParam('sortby', '__header__'); @@ -263,10 +261,10 @@ class Fima_Report_Trend extends Fima_Report { unset($this->_data[$rowId]['__subaccounts__']); } } - + return true; } - + /* * Output the graph. * @@ -322,4 +320,4 @@ class Fima_Report_Trend extends Fima_Report { return true; } -} \ No newline at end of file +} diff --git a/fima/lib/ReportGraph.php b/fima/lib/ReportGraph.php index 44d723615..867307d38 100644 --- a/fima/lib/ReportGraph.php +++ b/fima/lib/ReportGraph.php @@ -3,8 +3,6 @@ /** * Fima_ReportGraph:: defines an API for implementing report graphs for Fima. * - * $Horde: fima/lib/ReportGraph.php,v 1.0 2008/06/23 23:43:00 trt Exp $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you @@ -12,9 +10,9 @@ * * @package Fima */ - + /** PEAR Image Graph */ -require_once 'Image/Graph.php'; +require_once 'Image/Graph.php'; /** * Fima_ReportGraph class. @@ -30,14 +28,14 @@ class Fima_ReportGraph { * @var array */ var $_params = array(); - + /** * Array containing the data after execution of the report. * * @var mixed */ var $_data = array(); - + /** * Bytes containing the report graph after execution of the report. * @@ -46,7 +44,7 @@ class Fima_ReportGraph { var $_graph = null; var $_plotarea = null; var $_legend = null; - + /** * Constructor - just store the $params in our newly-created * object. All other work is done by initialize(). @@ -81,7 +79,7 @@ class Fima_ReportGraph { $font->setColor($this->_style['font-color']); $font->setSize($this->_style['font-size']); $this->_graph->setFont($font); - + /* Plot and Legend. */ $title =& Image_Graph::factory('title', array(isset($this->_params['title']) ? $this->_params['title'] : _("Report"), $this->_style['header-size'])); $title->setAlignment(IMAGE_GRAPH_ALIGN_BOTTOM | IMAGE_GRAPH_ALIGN_CENTER_X); @@ -115,10 +113,10 @@ class Fima_ReportGraph { /* Log the execution of the report in the history log. */ $history = &Horde_History::singleton(); $history->log('fima:reportgraph', array('action' => 'execute'), true); - + return true; } - + /** * Returns the graph of this report (if any). * @@ -136,7 +134,7 @@ class Fima_ReportGraph { #header('Content-Length: ' . ); header('Content-Disposition: inline'); - $this->_graph->done(); + $this->_graph->done(); return true; } @@ -152,7 +150,7 @@ class Fima_ReportGraph { include_once($GLOBALS['registry']->get('themesfs') . '/report.inc'); $this->_style = $style; } - + /** * Attempts to return a concrete Fima_ReportGraph instance based on $driver. * @@ -187,8 +185,8 @@ class Fima_ReportGraph { } else { $report = new Fima_ReportGraph($data, $params, sprintf(_("Unable to load the definition of %s."), $class)); } - + return $report; } -} \ No newline at end of file +} diff --git a/fima/lib/ReportGraph/Bar.php b/fima/lib/ReportGraph/Bar.php index d814ae6b1..0a3feede7 100644 --- a/fima/lib/ReportGraph/Bar.php +++ b/fima/lib/ReportGraph/Bar.php @@ -2,8 +2,6 @@ /** * Fima_ReportGraph_Bar. * - * $Horde: fima/lib/ReportGraph/Bar.php,v 1.0 2008/08/20 23:32:21 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -42,7 +40,7 @@ class Fima_ReportGraph_Bar extends Fima_ReportGraph { function _execute() { /* Grid. */ - $grid =& $this->_plotarea->addNew('line_grid'); + $grid =& $this->_plotarea->addNew('line_grid'); $gridfill =& Image_Graph::factory('Image_Graph_Fill_Array'); $gridfill->addColor($this->_style['grid']); $grid->setFillStyle($gridfill); @@ -76,15 +74,15 @@ class Fima_ReportGraph_Bar extends Fima_ReportGraph { $fill->addColor($this->_style['color' . $value]); } } - $plot->setFillStyle($fill); + $plot->setFillStyle($fill); /* Axis. */ $axisx =& $this->_plotarea->getAxis(IMAGE_GRAPH_AXIS_X); $axisy =& $this->_plotarea->getAxis(IMAGE_GRAPH_AXIS_Y); $axisy->showLabel(IMAGE_GRAPH_LABEL_ZERO); - $axisy->setDataPreprocessor(Image_Graph::factory('Image_Graph_DataPreprocessor_Function', create_function('$value', 'return Fima::convertValueToAmount($value);'))); + $axisy->setDataPreprocessor(Image_Graph::factory('Image_Graph_DataPreprocessor_Function', create_function('$value', 'return Fima::convertValueToAmount($value);'))); return true; } - -} \ No newline at end of file + +} diff --git a/fima/lib/ReportGraph/Line.php b/fima/lib/ReportGraph/Line.php index 330f64565..9ee2599d1 100644 --- a/fima/lib/ReportGraph/Line.php +++ b/fima/lib/ReportGraph/Line.php @@ -2,8 +2,6 @@ /** * Fima_ReportGraph_Line. * - * $Horde: fima/lib/ReportGraph/Line.php,v 1.0 2008/08/20 23:46:32 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -28,7 +26,7 @@ class Fima_ReportGraph_Line extends Fima_ReportGraph { { $this->_data = $data; $this->_params = $params; - + if (!isset($this->_params['invert'])) { $this->_params['invert'] = false; } @@ -42,7 +40,7 @@ class Fima_ReportGraph_Line extends Fima_ReportGraph { function _execute() { /* Grid. */ - $grid =& $this->_plotarea->addNew('line_grid'); + $grid =& $this->_plotarea->addNew('line_grid'); $gridfill =& Image_Graph::factory('Image_Graph_Fill_Array'); $gridfill->addColor($this->_style['grid']); $grid->setFillStyle($gridfill); @@ -68,7 +66,7 @@ class Fima_ReportGraph_Line extends Fima_ReportGraph { foreach ($datasetindex as $key => $value) { $plot =& $this->_plotarea->addNew('line', $datasets[$value]); $plot->setLineColor($this->_style['line']); - + $line =& Image_Graph::factory('Image_Graph_Line_Solid', isset($this->_style[$key]) ? $this->_style[$key] : $this->_style['color' . $value]); $line->setThickness(2); $plot->setLineStyle($line); @@ -80,9 +78,9 @@ class Fima_ReportGraph_Line extends Fima_ReportGraph { $axisx->setLabelOption('offset', -20); $axisy =& $this->_plotarea->getAxis(IMAGE_GRAPH_AXIS_Y); $axisy->showLabel(IMAGE_GRAPH_LABEL_ZERO); - $axisy->setDataPreprocessor(Image_Graph::factory('Image_Graph_DataPreprocessor_Function', create_function('$value', 'return Fima::convertValueToAmount($value);'))); + $axisy->setDataPreprocessor(Image_Graph::factory('Image_Graph_DataPreprocessor_Function', create_function('$value', 'return Fima::convertValueToAmount($value);'))); return true; } - -} \ No newline at end of file + +} diff --git a/fima/lib/ReportGraph/Pie.php b/fima/lib/ReportGraph/Pie.php index 2f33618a3..657681854 100644 --- a/fima/lib/ReportGraph/Pie.php +++ b/fima/lib/ReportGraph/Pie.php @@ -2,8 +2,6 @@ /** * Fima_ReportGraph_Pie. * - * $Horde: fima/lib/ReportGraph/Pie.php,v 1.0 2008/08/21 21:24:06 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -86,4 +84,4 @@ class Fima_ReportGraph_Pie extends Fima_ReportGraph { return true; } -} \ No newline at end of file +} diff --git a/fima/lib/UI/VarRenderer/fima.php b/fima/lib/UI/VarRenderer/fima.php index 717f1c9ee..58187355e 100644 --- a/fima/lib/UI/VarRenderer/fima.php +++ b/fima/lib/UI/VarRenderer/fima.php @@ -3,8 +3,6 @@ * This file contains all Horde_Ui_VarRenderer extensions required for editing * accounts. * - * $Horde: fima/lib/UI/VarRenderer/fima.php,v 1.0 2008/06/19 20:58:27 trt Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/fima/lib/base.php b/fima/lib/base.php index 0fda30764..e3eae34bd 100644 --- a/fima/lib/base.php +++ b/fima/lib/base.php @@ -2,8 +2,6 @@ /** * Fima base application file. * - * $Horde: fima/lib/base.php,v 1.0 2008/04/25 00:15:28 trt Exp $ - * * This file brings in all of the dependencies that every Fima script will * need, and sets up objects that all scripts use. */ diff --git a/fima/locale/de_DE/help.xml b/fima/locale/de_DE/help.xml index 25fb1c6f9..535769390 100644 --- a/fima/locale/de_DE/help.xml +++ b/fima/locale/de_DE/help.xml @@ -1,5 +1,4 @@ - diff --git a/fima/locale/en_US/help.xml b/fima/locale/en_US/help.xml index 815d107f2..e509370c8 100644 --- a/fima/locale/en_US/help.xml +++ b/fima/locale/en_US/help.xml @@ -1,5 +1,4 @@ - diff --git a/fima/postings.php b/fima/postings.php index 9370b37d7..368123ea7 100644 --- a/fima/postings.php +++ b/fima/postings.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/report.php b/fima/report.php index cbeafc7c3..c05d60735 100644 --- a/fima/report.php +++ b/fima/report.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you @@ -116,7 +114,7 @@ case 'display_report': if ($params['report_id'] !== null) { /* Title. */ $params['title'] = $_reports[$params['report_id']]; - + /* Build report url. */ $params['url'] = Horde_Util::addParameter(Horde::applicationUrl('report.php'), 'actionID', 'display_report'); @@ -129,7 +127,7 @@ case 'display_report': $notification->push(sprintf(_("There was a problem creating the report: %s."), $report->getMessage()), 'horde.error'); break; } - + if ($params['graph'] && !$params['out']) { break; } @@ -139,7 +137,7 @@ case 'display_report': $notification->push(sprintf(_("There was a problem executing the report: %s."), $status->getMessage()), 'horde.error'); break; } - + if ($params['graph']) { if ($graphs) { require FIMA_TEMPLATES . '/reports/img.inc'; diff --git a/fima/scripts/sql/fima.sql b/fima/scripts/sql/fima.sql index 010046b66..a9397d4eb 100644 --- a/fima/scripts/sql/fima.sql +++ b/fima/scripts/sql/fima.sql @@ -1,5 +1,3 @@ --- $Horde: fima/scripts/sql/fima.sql,v 1.0 2008/04/28 09:03:39 trt Exp $ - CREATE TABLE fima_accounts ( account_id VARCHAR(32) NOT NULL, account_owner VARCHAR(255) NOT NULL, diff --git a/fima/search.php b/fima/search.php index 404680c48..ca5e88f71 100644 --- a/fima/search.php +++ b/fima/search.php @@ -1,7 +1,5 @@ * * See the enclosed file COPYING for license information (GPL). If you diff --git a/fima/themes/bluewhite/screen.css b/fima/themes/bluewhite/screen.css index bb697aee5..e69de29bb 100644 --- a/fima/themes/bluewhite/screen.css +++ b/fima/themes/bluewhite/screen.css @@ -1,4 +0,0 @@ -/** - * $Horde: fima/themes/bluewhite/screen.css,v 1.0 2008/07/05 17:26:13 trt Exp $ - */ - diff --git a/fima/themes/screen.css b/fima/themes/screen.css index 48cdb85c6..49f27a692 100644 --- a/fima/themes/screen.css +++ b/fima/themes/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: fima/themes/screen.css,v 1.0 2008/05/06 19:54:49 trt Exp $ - */ - /* Align styles, added for BC. */ .leftAlign { text-align: left; diff --git a/fima/themes/silver/screen.css b/fima/themes/silver/screen.css index d4848a8b0..e69de29bb 100644 --- a/fima/themes/silver/screen.css +++ b/fima/themes/silver/screen.css @@ -1,4 +0,0 @@ -/** - * $Horde: fima/themes/silver/screen.css,v 1.0 2008/06/03 18:36:13 trt Exp $ - */ - diff --git a/flexdemo/lib/Block/block1.php b/flexdemo/lib/Block/block1.php index 4b16ae4e2..0d457dfa4 100644 --- a/flexdemo/lib/Block/block1.php +++ b/flexdemo/lib/Block/block1.php @@ -1,41 +1,39 @@ -Block1

foo

'; - return $html; - } - - - function toHtml() - { - return $this->_content(); - } - -} \ No newline at end of file +Block1

foo

'; + return $html; + } + + + function toHtml() + { + return $this->_content(); + } + +} diff --git a/flexdemo/lib/Block/block2.php b/flexdemo/lib/Block/block2.php index 36501ff88..095afd603 100644 --- a/flexdemo/lib/Block/block2.php +++ b/flexdemo/lib/Block/block2.php @@ -1,41 +1,39 @@ -Block2'; - return $html; - } - - - function toHtml() - { - return $this->_content(); - } - -} \ No newline at end of file +Block2'; + return $html; + } + + + function toHtml() + { + return $this->_content(); + } + +} diff --git a/flexdemo/lib/Block/menu.php b/flexdemo/lib/Block/menu.php index df7dcd24e..c8b0eabc5 100644 --- a/flexdemo/lib/Block/menu.php +++ b/flexdemo/lib/Block/menu.php @@ -1,43 +1,41 @@ -Menu'; - return $html; - } - - - function toHtml() - { - return $this->_content(); - } - - - -} \ No newline at end of file +Menu'; + return $html; + } + + + function toHtml() + { + return $this->_content(); + } + + + +} diff --git a/folks/docs/INSTALL b/folks/docs/INSTALL index 308aee50c..f0518c4da 100644 --- a/folks/docs/INSTALL +++ b/folks/docs/INSTALL @@ -2,9 +2,6 @@ Installing Folks 1.0 ========================= -:Last update: $Date: 2007-12-14 17:44:26 $ -:Revision: $Revision: 1.16 $ - .. contents:: Contents .. section-numbering:: diff --git a/folks/docs/TODO b/folks/docs/TODO index b0aabc430..08d48961a 100644 --- a/folks/docs/TODO +++ b/folks/docs/TODO @@ -1,6 +1,3 @@ ================================ Folks Development TODO List ================================ - -:Last update: $Date: 2007-04-22 04:51:54 $ -:Revision: $Revision: 1.2 $ diff --git a/folks/index.php b/folks/index.php index 0916600de..48c82c65e 100644 --- a/folks/index.php +++ b/folks/index.php @@ -1,7 +1,5 @@ callByPackage( $this->_params['app'], 'getGroups'); } -} \ No newline at end of file +} diff --git a/folks/lib/Friends/facebook.php b/folks/lib/Friends/facebook.php index f9cf0c5bb..8580e8e93 100644 --- a/folks/lib/Friends/facebook.php +++ b/folks/lib/Friends/facebook.php @@ -2,8 +2,6 @@ /** * Folks facebook firends implementation * - * $Horde: incubator/letter/lib/Friends/letter.php,v 1.9 2009/01/06 17:50:52 jan Exp $ - * * Copyright 2007-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you @@ -92,4 +90,4 @@ class Folks_Friends_facebook extends Folks_Friends { return true; } -} \ No newline at end of file +} diff --git a/folks/lib/Friends/prefs.php b/folks/lib/Friends/prefs.php index d191e65ce..5076c64f7 100644 --- a/folks/lib/Friends/prefs.php +++ b/folks/lib/Friends/prefs.php @@ -18,8 +18,6 @@ * 'type' => 'implicit' * ); * - * $Horde: incubator/letter/lib/Friends/letter.php,v 1.9 2009/01/06 17:50:52 jan Exp $ - * * Copyright 2007-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you @@ -163,4 +161,4 @@ class Folks_Friends_prefs extends Folks_Friends { { return array('whitelist' => _("Friends")); } -} \ No newline at end of file +} diff --git a/folks/lib/base.php b/folks/lib/base.php index 43bbb3e7b..ba1cbe363 100644 --- a/folks/lib/base.php +++ b/folks/lib/base.php @@ -2,7 +2,6 @@ /** * Folks base application file. * - * $Horde: folks/lib/base.php,v 1.16 2007-02-21 10:25:28 jan Exp $ * * This file brings in all of the dependencies that every Folks script will * need, and sets up objects that all scripts use. diff --git a/folks/report.php b/folks/report.php index 1c87ea161..c98c6e7f2 100644 --- a/folks/report.php +++ b/folks/report.php @@ -2,8 +2,6 @@ /** * Report offensive content * - * $Horde: folks/report.php,v 1.5 2008-08-03 18:32:29 mrubinsk Exp $ - * * Copyright 2007-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/folks/scripts/mail.php b/folks/scripts/mail.php index ae4894d60..0f968bc6a 100644 --- a/folks/scripts/mail.php +++ b/folks/scripts/mail.php @@ -2,8 +2,6 @@ /** * Send mail to a user that has new messages * - * $Horde: incubator/folks/scripts/notify.php,v 1.4 2008/10/07 00:00:05 duck Exp $ - * * Copyright 2008-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/folks/themes/screen.css b/folks/themes/screen.css index 290078192..4e5c95cf0 100644 --- a/folks/themes/screen.css +++ b/folks/themes/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: folks/themes/screen.css,v 1.1 2004/11/25 02: 22: 34 chuck Exp $ - */ - .appService { width: 20%; border: 1px solid #eeeeee; diff --git a/framework/Image/lib/Horde/Image/Effect/Border.php b/framework/Image/lib/Horde/Image/Effect/Border.php index dfafde99a..7592229e9 100644 --- a/framework/Image/lib/Horde/Image/Effect/Border.php +++ b/framework/Image/lib/Horde/Image/Effect/Border.php @@ -2,8 +2,6 @@ /** * Image border decorator for the Horde_Image package. * - * $Horde: framework/Image/Image/Effect/border.php,v 1.1 2007/10/21 21:59:49 mrubinsk Exp $ - * * @author Chuck Hagenbuch * @package Horde_Image */ diff --git a/framework/Model/lib/Horde/Form.php b/framework/Model/lib/Horde/Form.php index 00c03f846..92bb2710d 100644 --- a/framework/Model/lib/Horde/Form.php +++ b/framework/Model/lib/Horde/Form.php @@ -2487,9 +2487,6 @@ class Horde_Form_Type_monthdayyear extends Horde_Form_Type { } -/** - * @since Horde 3.2 - */ class Horde_Form_Type_datetime extends Horde_Form_Type { var $_mdy; diff --git a/framework/Rampage/scripts/Horde/Rampage/rampage.php b/framework/Rampage/scripts/Horde/Rampage/rampage.php index c4ede0570..43e4b893a 100644 --- a/framework/Rampage/scripts/Horde/Rampage/rampage.php +++ b/framework/Rampage/scripts/Horde/Rampage/rampage.php @@ -4,8 +4,6 @@ * Script to automatically create a new Horde application based on a database * table definition. * - * $Horde: framework/Rampage/scripts/rampage.php,v 1.18 2009-10-06 18:58:58 slusarz Exp $ - * * Copyright 2003-2009 The Horde Project (http://www.horde.org/) * * For license info, see COPYING, for more information and a user guide see diff --git a/gollem/lib/Block/tree_menu.php b/gollem/lib/Block/tree_menu.php index 34659f49e..78ee3ba84 100644 --- a/gollem/lib/Block/tree_menu.php +++ b/gollem/lib/Block/tree_menu.php @@ -6,8 +6,6 @@ $block_type = 'tree'; /** * Gollem tree block. * - * $Horde: gollem/lib/Block/tree_menu.php,v 1.13 2009/06/10 03:46:18 chuck Exp $ - * * Copyright 2005-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/gollem/lib/Session.php b/gollem/lib/Session.php index 92070c43a..aff7a04c1 100644 --- a/gollem/lib/Session.php +++ b/gollem/lib/Session.php @@ -2,8 +2,6 @@ /** * Functions required to start a Gollem session. * - * $Horde: gollem/lib/Session.php,v 1.48 2009/07/14 05:11:42 chuck Exp $ - * * Copyright 1999-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/gollem/locale/ca_ES/help.xml b/gollem/locale/ca_ES/help.xml index bd4548ef7..c82ee5515 100755 --- a/gollem/locale/ca_ES/help.xml +++ b/gollem/locale/ca_ES/help.xml @@ -1,5 +1,4 @@ - diff --git a/gollem/locale/en_US/help.xml b/gollem/locale/en_US/help.xml index 9ad08db0f..952bcab71 100644 --- a/gollem/locale/en_US/help.xml +++ b/gollem/locale/en_US/help.xml @@ -1,47 +1,46 @@ - File Manager: Actions Creating Folders - To create a folder in the current directory, simply choose Create Folder from the Actions drop down box. + To create a folder in the current directory, simply choose Create Folder from the Actions drop down box. Delete, cut, copy and paste files In order to delete, cut or copy a file or files, you need to select at least one file. - After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or - Delete Items from the Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select - Paste Items from the Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to + After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or + Delete Items from the Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select + Paste Items from the Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to the location that you chose. Delete, cut, copy and paste directories - - By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories - (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with - an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box + + By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories + (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with + an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box for the Delete Folders Recursively option. This will enable the recursive delete option. - + In order to delete, cut or copy a directory or directories, you need to select at least one directory. - After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items - or Delete Items from the Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then + After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items + or Delete Items from the Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select Paste Items from the Actions drop down box. The items will now either be moved (Cut Items) or copied (Copy Items) to the location that you chose. Working with the Clipboard Once you copy or cut a file or directory, it is placed in the clipboard. You can view the contents of the clipboard by clicking - on the clipboard icon, which is located above the directory/folder listing and to the right of the refresh icon. This icon is not - present unless there are items in the clipboard. Items that are cut or copied will not have a checkbox to the left of them, which + on the clipboard icon, which is located above the directory/folder listing and to the right of the refresh icon. This icon is not + present unless there are items in the clipboard. Items that are cut or copied will not have a checkbox to the left of them, which means they are in the clipboard. Once you click on the clipboard viewer, you will see a list of items that you have copied or cut. From the clipboard viewer, you can paste these items to the current directory, which is displayed above the list of items. Simply check the items that you want to paste, then click paste. These items will be pasted into the current directory and be removed - from the clipboard. You will be returned to the current directory after the paste is complete. If you would like to remove an item - from the clipboard, simply check the items and click clear. These items will then be removed from the clipboard and you will be returned - to the current directory. + from the clipboard. You will be returned to the current directory after the paste is complete. If you would like to remove an item + from the clipboard, simply check the items and click clear. These items will then be removed from the clipboard and you will be returned + to the current directory. @@ -49,11 +48,11 @@ File Manager: Uploading Uploading Files - To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is + To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is known as your current directory. Once you are in the proper directory on the File Manager, click on the Browse button. - This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select - it and click OK. You can upload multiple files at once. The File Manager will automatically add another - Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the + This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select + it and click OK. You can upload multiple files at once. The File Manager will automatically add another + Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the Upload File(s) button and the file or files that you selected will be uploaded to your current directory on the File Manager. @@ -62,8 +61,8 @@ Sorting Entries Sorting Entries - When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate - column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch + When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate + column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch columns between ascending and descending order, click on the arrow icon in the column heading.
diff --git a/gollem/locale/es_ES/help.xml b/gollem/locale/es_ES/help.xml index 7513e6d3f..b777b0d21 100644 --- a/gollem/locale/es_ES/help.xml +++ b/gollem/locale/es_ES/help.xml @@ -1,5 +1,4 @@ - Administrador de archivos: Acciones @@ -11,81 +10,81 @@ Para eliminar, cortar o copiar uno o varios archivos, primero tiene que seleccionar al menos uno. Tras seleccionar uno o más archivos mediante las casillas a la izquierda de los elementos, seleccione bien - Cortar elementos, Copiar elementos o Eliminar elementos del menú desplegable Acciones. Si selecciona Cortar + Cortar elementos, Copiar elementos o Eliminar elementos del menú desplegable Acciones. Si selecciona Cortar o Copiar elementos tendrá la posibilidad de pegar esos archivos en cualquier lugar del Gestor de archivos. - Navegue hasta la ubicación en la que quiera pegar los elementos y seleccione Pegar elementos del menú - desplegable Acciones. Los elementos se trasladarán (Cortar elementos) o se copiarán (Copiar elementos) + Navegue hasta la ubicación en la que quiera pegar los elementos y seleccione Pegar elementos del menú + desplegable Acciones. Los elementos se trasladarán (Cortar elementos) o se copiarán (Copiar elementos) a la ubicación que haya elegido. Eliminar, cortar, copiar y pegar carpetas - Por omisión, sólo se pueden eliminar las carpetas que estén vacías, sin embargo se puede activar la + Por omisión, sólo se pueden eliminar las carpetas que estén vacías, sin embargo se puede activar la eliminación de carpetas que no estén vacías (borrado recursivo). Si intenta eliminar una carpeta que no esté vacía sin activar esta opción, la eliminación fallará y se mostrará un mensaje de error. Para activar la eliminación de carpetas que no estén vacías, pulse Opciones, Configuración y elija Sí en el menú desplegable de la opción ¿Eliminar carpetas de forma recursiva?. Ésto activará la opción de eliminación recursiva. - + Para eliminar, cortar o copiar una o varias carpetas, tiene que seleccionar al menos una. Tras seleccionar una o más carpetas mediante las casillas a la izquierda de los elementos, seleccione bien - Cortar elementos, Copiar elementos o Eliminar elementos del menú desplegable Acciones. Si selecciona Cortar + Cortar elementos, Copiar elementos o Eliminar elementos del menú desplegable Acciones. Si selecciona Cortar o Copiar elementos tendrá la posibilidad de pegar esas carpetas en cualquier lugar del Gestor de archivos. - Navegue hasta la ubicación en la que quiera pegar los elementos y seleccione Pegar elementos del menú - desplegable Acciones. Los elementos se trasladarán (Cortar elementos) o se copiarán (Copiar elementos) + Navegue hasta la ubicación en la que quiera pegar los elementos y seleccione Pegar elementos del menú + desplegable Acciones. Los elementos se trasladarán (Cortar elementos) o se copiarán (Copiar elementos) a la ubicación que haya elegido. Trabajando con el Portapapeles - Una vez halla copiado o cortado un archivo o carpeta, se situará en el portapapeles. Puede ver el contenido + Una vez halla copiado o cortado un archivo o carpeta, se situará en el portapapeles. Puede ver el contenido del portapapeles pulsando su icono, que está sobre el listado de carpetas a la derecha del icono Actualizar El icono no se mostrará a menos que exista algún elemento en el portapapeles. Los elementos cortados o copiados - no dispondrán de una casilla a su izquierda, lo que significa que están en el portapapeles. Cuando pulse en el - icono del portapapeles, verá un listado de los elementos que haya copiado o cortado. Seleccione los elementos que - desee pegar y pulse pegar. Esos elementos se pegarán en la carpeta actual y se eliminarán del portapapeles. - Tras completar la operación de pegado, regresará a la carpeta actual. Si deseara eliminar un elemento del portapapeles, + no dispondrán de una casilla a su izquierda, lo que significa que están en el portapapeles. Cuando pulse en el + icono del portapapeles, verá un listado de los elementos que haya copiado o cortado. Seleccione los elementos que + desee pegar y pulse pegar. Esos elementos se pegarán en la carpeta actual y se eliminarán del portapapeles. + Tras completar la operación de pegado, regresará a la carpeta actual. Si deseara eliminar un elemento del portapapeles, sólo tiene que seleccionarlo y pulsar Limpiar. Esos elementos se eliminarán del portapapeles se mostrará de - nuevo la carpeta actual. + nuevo la carpeta actual. @@ -94,9 +93,9 @@ Para cargar uno o varios archivos, navegue hasta la carpeta del Administrador de archivos en la que desee cargarlos. Se le conoce como la carpeta actual. Una vez en la carpeta adecuada del Administrador de archivos, pulse el botón - Examinar. Se abrirá una ventana de Carga de Archivos. Con dicha ventana abierta, navegue hasta el archivo que desee + Examinar. Se abrirá una ventana de Carga de Archivos. Con dicha ventana abierta, navegue hasta el archivo que desee cargar, selecciónelo y pulse Aceptar/Abrir. Puede cargar varios archivos a la vez. El Arministrador de archivos añadirá - automáticamente otro botón Examinar tras cada archivo que seleccione. Una vez haya seleccionado todos los archivos + automáticamente otro botón Examinar tras cada archivo que seleccione. Una vez haya seleccionado todos los archivos que desee cargar, pulse el botón Cargar archivo y el archivo o archivos que había seleccionado se cargarán en la carpeta actual del Administrador de archivos. diff --git a/gollem/locale/eu_ES/help.xml b/gollem/locale/eu_ES/help.xml index 40312ce30..6ea9d045d 100644 --- a/gollem/locale/eu_ES/help.xml +++ b/gollem/locale/eu_ES/help.xml @@ -1,11 +1,10 @@ - Fitxategi-kudeatzailea: Ekintzak Karpetak sortzea Uneko direktorioan karpeta bat sortzeko, hautatu 'Sortu karpeta' aukera 'Ekintzak' goitibeherako koadroan. Fitxategiak ezabatu, ebaki, kopiatu eta itsatsi Fitxategi bat edo fitxategi batzuk ezabatu, ebaki edo kopiatzeko, fitxategi bat hautatu behar duzu gutxienez. Fitxategi bat edo gehiago hautatu badituzu elementuaren ezkerrean dauden kontrol-laukiak erabiliz, hautatu Ebaki elementuak, Kopiatu elementuak edo Ezabatu elementuak, 'Ekintzak' izeneko goitibeherako koadroan. Ebaki elementuak edo Kopiatu elementuak hautatu baduzu, fitxategi horiek Fitxategi-kudeatzaileko beste leku batean itsats ditzakezu orain. Nabigatu elementuak itsatsi nahi dituzun lekura, eta ondoren hautatu Itsatsi elementuak 'Ekintzak' izeneko goitibeherako koadroan. Orduan elementuak lekuz aldatu (Ebaki elementuak) edo kopiatu (Kopiatu elementuak) egingo dira zuk aukeratutako lekura. Ezabatu, ebaki, kopiatu eta itsatsi direktorioak Lehenespenez, hutsik dauden direktorioak bakarrik ezaba ditzakezu, baina hutsik ez dauden direktorioak ezabatzeko aukera ere gaitu dezakezu (ezabatze errekurtsiboa). Hutsik ez dagoen direktorio bat ezabatzen saiatzen bazara eginbide hau gaitu gabe, ezabatzeak huts egingo du eta errorea emango dizu. Hutsik ez dauden direktorioak ezabatzeko aukera gaitzeko, hautatu Aukerak, Ezarpenak eta aukeratu Bai, 'Ezabatu karpetak errekurtsiboki' aukeraren goitibeherako koadroan. Orduan gaituta geratuko da ezabatze errekurtsiboaren aukera. - + Direktorio bat edo gehiago ezabatzeko, ebakitzeko edo kopiatzeko, direktorio bat hautatu behar duzu gutxienez. Direktorio bat edo gehiago hautatu badituzu elementuaren ezkerrean dauden kontrol-laukiak erabiliz, hautatu Ebaki elementuak, Kopiatu elementuak edo Ezabatu elementuak, 'Ekintzak' izeneko goitibeherako koadroan. Ebaki elementuak edo Kopiatu elementuak hautatu baduzu, direktorio horiek Fitxategi-kudeatzaileko beste leku batean itsats ditzakezu orain. Nabigatu elementuak itsatsi nahi dituzun lekura, eta ondoren hautatu Itsatsi elementuak 'Ekintzak' izeneko goitibeherako koadroan. Orduan elementuak lekuz aldatu (Ebaki elementuak) edo kopiatu (Kopiatu elementuak) egingo dira zuk aukeratutako lekura. Arbelaren erabilera Fitxategi edo direktorio bat kopiatzean edo ebakitzean, arbelean kokatzen da. Arbelaren edukia ikusteko, egin klik arbelaren ikonoan. Direktorio/Karpeten zerrendaren goialdean eta 'Freskatu' ikonoaren eskuinean aurkituko duzu. Ikonoa ez da agertuko arbelean elementurik ez badago. Ebakitzen edo kopiatzen diren elementuek ez dute kontrol-laukirik edukiko ezkerraldean, arbelean daudela esan nahi baitu horrek. Arbel-ikustailean klik egindakoan, kopiatu edo ebakitako elementuen zerrenda ikusiko duzu. Arbel-ikustailetik, elementu horiek uneko direktorioan itsats ditzakezu. Elementuen zerrendaren goialdean bistaratzen da, hain zuzen ere, uneko direktorioa. Besterik gabe hautatu itsatsi nahi dituzun elementuak, eta egin klik Itsatsi botoian. Elementu horiek uneko direktorioan itsatsiko dira, arbeletik kenduz aldi berean. Itsasten amaitutakoan, uneko direktoriora itzuliko zara. Elementu bat kendu nahi baduzu arbeletik, egin klik elementuetan eta sakatu Garbitu botoia. Elementuak kendu egingo dira arbeletik, eta uneko direktoriora itzuliko zara. diff --git a/gollem/locale/fi_FI/help.xml b/gollem/locale/fi_FI/help.xml index d7e9a2db0..8d89d543a 100644 --- a/gollem/locale/fi_FI/help.xml +++ b/gollem/locale/fi_FI/help.xml @@ -1,5 +1,4 @@ - Tiedostohallinta: Toiminnot @@ -14,7 +13,7 @@ Hakemistojen poisto, leikkaus, kopiointi ja liitäminen Delete, cut, copy and paste directories - + Oletuksena voit poistaa hakemiston vain jos se on tyhjä. On kuitenkin mahdollista poistaa ei-tyhjä hakemisto jos valitset asetuksen "Poista hakemistot rekursiivisesti". Jos yrität poistaa ei-tyhjää hakemistoa ilman että sinulla on päällä em. asetus, niin poistaminen epäonnistuu virheilmoituksen kera. Jos haluat poistaa ei-tyhjiä hakemistoja, niin valitse laita asetuksista päälle asetus "Poista hakemistot rekursiivisesti.". Poistaaksesi, leikataksesi tai kopioidaksesi hakemistoja, sinun pitää valita ainakin yksi hakemisto. Kun olet valinnut yhden tai useamman hakemiston rastittamalla valintalaatikon hakemiston vasemmalla puolella, voit alasvetovalikosta valita yhden seuraavista toiminnoista "Leikkaa objekteja", "Kopioi objekteja" tai "Poista objektit". Jos valitset "Leikkaa objekti" tai "Kopioi objekti", niin tämän jälkeen voit liittää objektin muuhun paikkaan tiedostonhallinnassa. Kun haluat liittää objektin, niin siirry valitsemaasi kohteeseen ja valitse tämän jälkeen toiminnot alasvetovalikosta "Liitä objekti". Tämän jälkeen objektit ovat joko siirtyneet (Leikkaa objekti) tai kopioituneet (Kopioi objekti) valitsemaasi kohteeseen. diff --git a/gollem/locale/hu_HU/help.xml b/gollem/locale/hu_HU/help.xml index 46fedc8fb..68210fbf5 100644 --- a/gollem/locale/hu_HU/help.xml +++ b/gollem/locale/hu_HU/help.xml @@ -1,5 +1,4 @@ - Fájl menedzser: Mûveletek @@ -25,17 +24,17 @@ Alapértelmezett beállítás esetén csak olyan mappákat törölhet, melyek üresek, bár az opciókban beállíthatja a nemüres mappák (rekurzív) törölhetõségét. Enélkül viszont - ha megkísérel kitörölni egy nemüres mappát, akkor ez nem fog sikerülni, hibajelzést - kap. A nemüres mappák rekurzív törléséhez kattintson az Opciókra, majd itt a + ha megkísérel kitörölni egy nemüres mappát, akkor ez nem fog sikerülni, hibajelzést + kap. A nemüres mappák rekurzív törléséhez kattintson az Opciókra, majd itt a Beállítások pontra, ahol már beállítható a kívánt lehetõség. - Ha mappákat kíván törölni, áthelyezni, vagy másolni, akkor elõször válasszon ki - legalább egy mappát. Miután a mappák bal oldalán levõ kis négyzetekben megjelölte - a megfelelõket, válassza ki a megfelelõ funkciót a 'Mûveletek' legördülõ menübõl. - Ha az 'Áthelyezés a vágóasztalra' vagy a 'Másolás a vágóasztalra' mûveletet - választotta, akkor megjelenik a 'Beillesztés a vágóasztalról' funkció. Keresse meg - azt a mappát ahova be kívánja illeszteni a mappákat, majd válassza ki a - 'Beillesztés a vágóasztalról' funkciót a 'Mûveletek' legördülõ menübõl. - A korábban kiválasztott mappák vagy átkerülnek (áthelyzezés esetén) vagy + Ha mappákat kíván törölni, áthelyezni, vagy másolni, akkor elõször válasszon ki + legalább egy mappát. Miután a mappák bal oldalán levõ kis négyzetekben megjelölte + a megfelelõket, válassza ki a megfelelõ funkciót a 'Mûveletek' legördülõ menübõl. + Ha az 'Áthelyezés a vágóasztalra' vagy a 'Másolás a vágóasztalra' mûveletet + választotta, akkor megjelenik a 'Beillesztés a vágóasztalról' funkció. Keresse meg + azt a mappát ahova be kívánja illeszteni a mappákat, majd válassza ki a + 'Beillesztés a vágóasztalról' funkciót a 'Mûveletek' legördülõ menübõl. + A korábban kiválasztott mappák vagy átkerülnek (áthelyzezés esetén) vagy átmásolódnak (másolás esetén) az új mappába. Fájl menedzser: Feltöltés Fájlok feltöltése - Ha egy vagy több fájlt kíván a szerverre feltölteni, elõször keresse meg a Fájl - menedzserben azt a mappát, ahova az állományokat el kívánja helyezni. Ez lesz az + Ha egy vagy több fájlt kíván a szerverre feltölteni, elõször keresse meg a Fájl + menedzserben azt a mappát, ahova az állományokat el kívánja helyezni. Ez lesz az éppen érvényes alkönyvtár. Ezután kattintson a 'Böngészés' (Browse) gombra, majd - a felbukkanó Fájlfeltöltés (File upload) ablakban keresse meg és jelölje ki + a felbukkanó Fájlfeltöltés (File upload) ablakban keresse meg és jelölje ki (a saját gépén) a feltöltendõ fájlt és kattintson az OK (esetleg Megnyitás/Open) gombra. Egyszerre több fájlt is feltölthet. Minden fájlkiválasztás után a Fájl menedzser egy újabb sorban új 'Böngészés' (Browse) gombot jelenít meg. Ezt használva @@ -101,11 +100,11 @@ File Manager: Uploading Uploading Files - To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is + To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is known as your current directory. Once you are in the proper directory on the File Manager, click on the Browse button. - This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select - it and click OK. You can upload multiple files at once. The File Manager will automatically add another - Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the + This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select + it and click OK. You can upload multiple files at once. The File Manager will automatically add another + Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the Upload File(s) button and the file or files that you selected will be uploaded to your current directory on the File Manager. --> @@ -123,8 +122,8 @@ Sorting Entries Sorting Entries - When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate - column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch + When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate + column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch columns between ascending and descending order, click on the arrow icon in the column heading. --> diff --git a/gollem/locale/lv_LV/help.xml b/gollem/locale/lv_LV/help.xml index 366b9b937..f4e17c7e4 100644 --- a/gollem/locale/lv_LV/help.xml +++ b/gollem/locale/lv_LV/help.xml @@ -1,24 +1,23 @@ - Failu pârvaldnieks: Darbîbas Mapju izveidoðana - Lai izveidotu mapi aktuâlajâ katalogâ, uzklikðíiniet ikonai Izveidot mapi Failu pârvaldnieka rîkjoslâ. + Lai izveidotu mapi aktuâlajâ katalogâ, uzklikðíiniet ikonai Izveidot mapi Failu pârvaldnieka rîkjoslâ. Failu dzçðana, izgrieðana, kopçðana, ielîmçðana - Lai dzçstu, izgrieztu vai nokopçtu failu(s), ir jâizvçlas vismaz viens fails, atzîmçjot to(s) izvçles rûtiòâ(s) pa kreisi no faila nosaukuma. Pçc tam, kad ir atzîmçti nepiecieðami faili, no izkrîtoðâs komandkartes Darbîbas izvçlieties nepiecieðamo darbîbu. Ja izvçlçjâties Kopçt vai Izgriezt, atzîmçtie faili tiks nokopçti vai pârvietoti uz Starpliktuvi un lietotâja saskarnç parâdîsies jauna ikona Skatît starpliktuvi. No Starpliktuves Jums ir iespçja ielîmçt atbilstoðos failus jebkurâ Failu pârvaldnieka vietâ. Pârejiet uz vietu direktoriju kokâ, kurâ nepiecieðams novietot failu(s), atveriet Starpliktuvi, atzîmçjiet nepiecieðamo(s) failu(s) rûtiòâ(s) pa kreisi no faila nosaukuma un uzklikðíiniet uz Ielîmçt. Pçc ðîs darbîbas faili tiks ielîmçti aktuâlajâ katalogâ un Starpliktuve – attîrîta. + Lai dzçstu, izgrieztu vai nokopçtu failu(s), ir jâizvçlas vismaz viens fails, atzîmçjot to(s) izvçles rûtiòâ(s) pa kreisi no faila nosaukuma. Pçc tam, kad ir atzîmçti nepiecieðami faili, no izkrîtoðâs komandkartes Darbîbas izvçlieties nepiecieðamo darbîbu. Ja izvçlçjâties Kopçt vai Izgriezt, atzîmçtie faili tiks nokopçti vai pârvietoti uz Starpliktuvi un lietotâja saskarnç parâdîsies jauna ikona Skatît starpliktuvi. No Starpliktuves Jums ir iespçja ielîmçt atbilstoðos failus jebkurâ Failu pârvaldnieka vietâ. Pârejiet uz vietu direktoriju kokâ, kurâ nepiecieðams novietot failu(s), atveriet Starpliktuvi, atzîmçjiet nepiecieðamo(s) failu(s) rûtiòâ(s) pa kreisi no faila nosaukuma un uzklikðíiniet uz Ielîmçt. Pçc ðîs darbîbas faili tiks ielîmçti aktuâlajâ katalogâ un Starpliktuve – attîrîta. Katalogu dzçðana, izgrieðana, kopçðana, ielîmçðana - -Pçc noklusçðanas, izdzçst katalogu iespçjams tikai gadîjumâ, ja tajâ nav failu. Ja vçlaties dzçst katalogus ar visu to saturu, varat ieslçgt rekursîvu katalogu dzçðanu. Lai to ieslçgtu, uzklikðíiniet ikonai Opcijas, izvçlieties Iestatîjumi un no izkrîtoðajâ komandkartç piedâvâtajâm iespçjâm - Jums vçlamo variantu. + +Pçc noklusçðanas, izdzçst katalogu iespçjams tikai gadîjumâ, ja tajâ nav failu. Ja vçlaties dzçst katalogus ar visu to saturu, varat ieslçgt rekursîvu katalogu dzçðanu. Lai to ieslçgtu, uzklikðíiniet ikonai Opcijas, izvçlieties Iestatîjumi un no izkrîtoðajâ komandkartç piedâvâtajâm iespçjâm - Jums vçlamo variantu. Ja mçìinâsiet dzçst katalogu ar failiem, neieslçdzot minçto opciju, dzçðanas mçìinâjums beigsies ar kïûdu. -Lai dzçstu, izgrieztu vai nokopçtu katalogu(s), ir jâizvçlas vismaz viens katalogs, atzîmçjot to(s) izvçles rûtiòâ(s) pa kreisi no kataloga nosaukuma. Pçc tam, kad ir atzîmçti nepiecieðami katalogi, no izkrîtoðâs komandkartes Darbîbas izvçlieties nepiecieðamo darbîbu. Ja izvçlçjâties Kopçt vai Izgriezt, atzîmçtie katalogi tiks nokopçti vai pârvietoti uz Starpliktuvi un lietotâja saskarnç parâdîsies jauna ikona Skatît starpliktuvi. No Starpliktuves Jums ir iespçja ielîmçt atbilstoðos katalogus jebkurâ katalogu pârvaldnieka vietâ. Pârejiet uz vietu direktoriju kokâ, kurâ nepiecieðams novietot katalogu(s), atveriet Starpliktuvi, atzîmçjiet nepiecieðamo(s) katalogu(s) rûtiòâ(s) pa kreisi no kataloga nosaukuma un uzklikðíiniet uz Ielîmçt. Pçc ðîs darbîbas katalogi tiks ielîmçti aktuâlajâ katalogâ un Starpliktuve – attîrîta. - +Lai dzçstu, izgrieztu vai nokopçtu katalogu(s), ir jâizvçlas vismaz viens katalogs, atzîmçjot to(s) izvçles rûtiòâ(s) pa kreisi no kataloga nosaukuma. Pçc tam, kad ir atzîmçti nepiecieðami katalogi, no izkrîtoðâs komandkartes Darbîbas izvçlieties nepiecieðamo darbîbu. Ja izvçlçjâties Kopçt vai Izgriezt, atzîmçtie katalogi tiks nokopçti vai pârvietoti uz Starpliktuvi un lietotâja saskarnç parâdîsies jauna ikona Skatît starpliktuvi. No Starpliktuves Jums ir iespçja ielîmçt atbilstoðos katalogus jebkurâ katalogu pârvaldnieka vietâ. Pârejiet uz vietu direktoriju kokâ, kurâ nepiecieðams novietot katalogu(s), atveriet Starpliktuvi, atzîmçjiet nepiecieðamo(s) katalogu(s) rûtiòâ(s) pa kreisi no kataloga nosaukuma un uzklikðíiniet uz Ielîmçt. Pçc ðîs darbîbas katalogi tiks ielîmçti aktuâlajâ katalogâ un Starpliktuve – attîrîta. + Darbs ar starpliktuvi @@ -54,4 +53,4 @@ Vienlaikus ir iesp Apskatot failu vai katalogu sarakstus, Jûs varat to sakârtot pçc jebkuras slejas. Lai to izdarîtu, uzklikðíiniet atbilstoðâs slejas virsrakstam un saraksts tiks atsvaidzinâts, sakârtojot objektus atbilstoði Jûsu izvçlçtajai slejai. Lai mainîtu kârtoðanas secîbu no augoðas uz dilstoðu un otrâdi, uzklikðíiniet slejas virsrakstam blakus esoðajai bultiòai. - \ No newline at end of file + diff --git a/gollem/locale/zh_TW/help.xml b/gollem/locale/zh_TW/help.xml index b1c64e74e..28e505047 100644 --- a/gollem/locale/zh_TW/help.xml +++ b/gollem/locale/zh_TW/help.xml @@ -1,5 +1,4 @@ - ÀÉ®×Á`ºÞ: §@¥Î¤è¦¡ @@ -14,28 +13,28 @@ File Manager: Actions Creating Folders - To create a folder in the current directory, simply choose Create Folder from the More Actions drop down box. + To create a folder in the current directory, simply choose Create Folder from the More Actions drop down box. Delete, cut, copy and paste files In order to delete, cut or copy a file or files, you need to select at least one file. - After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or - Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select - Paste Items from the More Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to + After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or + Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select + Paste Items from the More Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to the location that you chose. Delete, cut, copy and paste directories - - By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories - (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with - an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box + + By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories + (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with + an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box for the Delete Folders Recursively option. This will enable the recursive delete option. - + In order to delete, cut or copy a directory or directories, you need to select at least one directory. - After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items - or Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then + After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items + or Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select Paste Items from the More Actions drop down box. The items will now either be moved (Cut Items) or copied (Copy Items) to the location that you chose. @@ -44,84 +43,84 @@ File Manager: Actions Creating Folders - To create a folder in the current directory, simply choose Create Folder from the More Actions drop down box. + To create a folder in the current directory, simply choose Create Folder from the More Actions drop down box. Delete, cut, copy and paste files In order to delete, cut or copy a file or files, you need to select at least one file. - After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or - Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select - Paste Items from the More Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to + After you select one or more files using the checkboxes to the left of the item, select either Cut Items, Copy Items or + Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those files elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select + Paste Items from the More Actions drop down box. The items will now be either moved (Cut Items) or copied (Copy Items) to the location that you chose. Delete, cut, copy and paste directories - - By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories - (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with - an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box + + By default, you can only delete directories that are empty, however you can enable the deletion of non-empty directories + (recursive delete). If you try to delete a non-empty directory without enabling this feature, deletion will fail with + an error. To enable the deleting non-empty directories, click on Options, Settings and choose Yes from the drop down box for the Delete Folders Recursively option. This will enable the recursive delete option. - + In order to delete, cut or copy a directory or directories, you need to select at least one directory. - After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items - or Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to - paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then + After you select one or more directories using the checkboxes to the left of the item, select either Cut Items, Copy Items + or Delete Items from the More Actions drop down box. If you selected Cut Items or Copy Items, you now have the option to + paste those directories elsewhere in the File Manager. Navigate to the location that you wish to paste the items, then select Paste Items from the More Actions drop down box. The items will now either be moved (Cut Items) or copied (Copy Items) to the location that you chose. Working with the Clipboard Once you copy or cut a file or directory, it is placed in the clipboard. You can view the contents of the clipboard by clicking - on the clipboard icon, which is located above the directory/folder listing and to the right of the refresh icon. This icon is not - present unless there are items in the clipboard. Items that are cut or copied will not have a checkbox to the left of them, which + on the clipboard icon, which is located above the directory/folder listing and to the right of the refresh icon. This icon is not + present unless there are items in the clipboard. Items that are cut or copied will not have a checkbox to the left of them, which means they are in the clipboard. Once you click on the clipboard viewer, you will see a list of items that you have copied or cut. From the clipboard viewer, you can paste these items to the current directory, which is displayed above the list of items. Simply check the items that you want to paste, then click paste. These items will be pasted into the current directory and be removed - from the clipboard. You will be returned to the current directory after the paste is complete. If you would like to remove an item - from the clipboard, simply check the items and click clear. These items will then be removed from the clipboard and you will be returned - to the current directory. + from the clipboard. You will be returned to the current directory after the paste is complete. If you would like to remove an item + from the clipboard, simply check the items and click clear. These items will then be removed from the clipboard and you will be returned + to the current directory. -->
@@ -136,11 +135,11 @@ File Manager: Uploading Uploading Files - To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is + To upload a file or files, navigate to the directory on the File Manager that you wish to upload the files to. This is known as your current directory. Once you are in the proper directory on the File Manager, click on the Browse button. - This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select - it and click OK. You can upload multiple files at once. The File Manager will automatically add another - Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the + This will display a File Upload window. Once this window is open, navigate to the file which you wish to upload, select + it and click OK. You can upload multiple files at once. The File Manager will automatically add another + Browse button after each file you select. Once you have selected all of the files that you wish to upload, click the Upload File(s) button and the file or files that you selected will be uploaded to your current directory on the File Manager. -->
@@ -179,8 +178,8 @@ Sorting Entries Sorting Entries - When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate - column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch + When viewing a list of files or directories, you can sort them by any column. To do this, click on the appropriate + column heading that you wish to sort by, and the list will refreshed, sorted by the column you selected. To switch columns between ascending and descending order, click on the arrow icon in the column heading.
--> diff --git a/gollem/templates/prefs/columnselect.inc b/gollem/templates/prefs/columnselect.inc index 1bdbb212c..80cd2a869 100644 --- a/gollem/templates/prefs/columnselect.inc +++ b/gollem/templates/prefs/columnselect.inc @@ -1,8 +1,6 @@ - diff --git a/ingo/lib/Script/Imap.php b/ingo/lib/Script/Imap.php index a3f0a8742..38c7f34d1 100644 --- a/ingo/lib/Script/Imap.php +++ b/ingo/lib/Script/Imap.php @@ -3,8 +3,6 @@ * The Ingo_Script_Imap:: class represents an IMAP client-side script * generator. * - * $Horde: ingo/lib/Script/imap.php,v 1.76 2009/01/19 18:10:01 mrubinsk Exp $ - * * Copyright 2003-2009 The Horde Project (http://www.horde.org/) * * See the enclosed file LICENSE for license information (ASL). If you diff --git a/ingo/lib/Script/Maildrop.php b/ingo/lib/Script/Maildrop.php index 7882e5491..cd356496d 100644 --- a/ingo/lib/Script/Maildrop.php +++ b/ingo/lib/Script/Maildrop.php @@ -334,7 +334,6 @@ class Ingo_Script_Maildrop extends Ingo_Script { * recipe list the same way as a recipe can be. * * @author Matt Weyland - * @since Ingo 1.1 * @package Ingo */ class Maildrop_Comment { @@ -382,7 +381,6 @@ class Maildrop_Comment { * The Maildrop_Recipe:: class represents a maildrop recipe. * * @author Matt Weyland - * @since Ingo 1.1 * @package Ingo */ class Maildrop_Recipe { @@ -729,7 +727,6 @@ class Maildrop_Recipe { * The Maildrop_Variable:: class represents a Maildrop variable. * * @author Matt Weyland - * @since Ingo 1.1 * @package Ingo */ class Maildrop_Variable { diff --git a/ingo/lib/Script/Procmail.php b/ingo/lib/Script/Procmail.php index c2b26f313..3a03fea67 100644 --- a/ingo/lib/Script/Procmail.php +++ b/ingo/lib/Script/Procmail.php @@ -325,7 +325,6 @@ class Ingo_Script_Procmail extends Ingo_Script { * recipe list the same way as a recipe can be. * * @author Ben Chavet - * @since Ingo 1.0 * @package Ingo */ class Procmail_Comment { @@ -373,7 +372,6 @@ class Procmail_Comment { * The Procmail_Recipe:: class represents a Procmail recipe. * * @author Ben Chavet - * @since Ingo 1.0 * @package Ingo */ class Procmail_Recipe { @@ -770,7 +768,6 @@ class Procmail_Recipe { * The Procmail_Variable:: class represents a Procmail variable. * * @author Michael Slusarz - * @since Ingo 1.0 * @package Ingo */ class Procmail_Variable { diff --git a/ingo/lib/Script/Sieve.php b/ingo/lib/Script/Sieve.php index ea06a7a34..a60723079 100644 --- a/ingo/lib/Script/Sieve.php +++ b/ingo/lib/Script/Sieve.php @@ -917,7 +917,6 @@ class Ingo_Script_Sieve extends Ingo_Script { * The Sieve_If class represents a Sieve If Statement * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_If { @@ -1098,7 +1097,6 @@ class Sieve_If { * The Sieve_Else class represents a Sieve Else Statement * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Else { @@ -1196,7 +1194,6 @@ class Sieve_Else { * The Sieve_Elsif class represents a Sieve Elsif Statement * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Elsif { @@ -1316,7 +1313,6 @@ class Sieve_Elsif { * A test is a piece of code that evaluates to true or false. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test { @@ -1366,7 +1362,6 @@ class Sieve_Test { * The Sieve_Test_True class represents a test that always evaluates to true. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_True extends Sieve_Test { @@ -1399,7 +1394,6 @@ class Sieve_Test_True extends Sieve_Test { * false. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_False extends Sieve_Test { @@ -1433,7 +1427,6 @@ class Sieve_Test_False extends Sieve_Test { * Equivalent to a logical AND of all the tests it contains. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Allof extends Sieve_Test { @@ -1532,7 +1525,6 @@ class Sieve_Test_Allof extends Sieve_Test { * Equivalent to a logical OR of all the tests it contains. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Anyof extends Sieve_Test { @@ -1629,7 +1621,6 @@ class Sieve_Test_Anyof extends Sieve_Test { * The Sieve_Test_Relational class represents a relational test. * * @author Todd Merritt - * @since Ingo 1.0 * @package Ingo */ class Sieve_Test_Relational extends Sieve_Test { @@ -1729,7 +1720,6 @@ class Sieve_Test_Relational extends Sieve_Test { * The Sieve_Test_Size class represents a message size test. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Size extends Sieve_Test { @@ -1777,7 +1767,6 @@ class Sieve_Test_Size extends Sieve_Test { * The Sieve_Test_Not class represents the inverse of a given test. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Not extends Sieve_Test { @@ -1833,7 +1822,6 @@ class Sieve_Test_Not extends Sieve_Test { * more headers in a message. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Exists extends Sieve_Test { @@ -1897,7 +1885,6 @@ class Sieve_Test_Exists extends Sieve_Test { * addresses in the given fields. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Address extends Sieve_Test { @@ -2011,7 +1998,6 @@ class Sieve_Test_Address extends Sieve_Test { * more headers in a message. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Test_Header extends Sieve_Test { @@ -2125,7 +2111,6 @@ class Sieve_Test_Header extends Sieve_Test { * a message. * * @author Michael Menge - * @since Ingo 1.2 * @package Ingo */ class Sieve_Test_Body extends Sieve_Test { @@ -2209,7 +2194,6 @@ class Sieve_Test_Body extends Sieve_Test { * A Comment. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo * @todo This and Sieve_If should really extends a Sieve_Block eventually. */ @@ -2275,7 +2259,6 @@ class Sieve_Comment { * An action is anything that has a side effect eg: discard, redirect. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action { @@ -2330,7 +2313,6 @@ class Sieve_Action { * The Sieve_Action_Redirect class represents a redirect action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Redirect extends Sieve_Action { @@ -2372,7 +2354,6 @@ class Sieve_Action_Redirect extends Sieve_Action { * The Sieve_Action_Reject class represents a reject action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Reject extends Sieve_Action { @@ -2429,7 +2410,6 @@ class Sieve_Action_Reject extends Sieve_Action { * The Sieve_Action_Keep class represents a keep action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Keep extends Sieve_Action { @@ -2461,7 +2441,6 @@ class Sieve_Action_Keep extends Sieve_Action { * The Sieve_Action_Discard class represents a discard action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Discard extends Sieve_Action { @@ -2493,7 +2472,6 @@ class Sieve_Action_Discard extends Sieve_Action { * The Sieve_Action_Stop class represents a stop action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Stop extends Sieve_Action { @@ -2525,7 +2503,6 @@ class Sieve_Action_Stop extends Sieve_Action { * The Sieve_Action_Fileinto class represents a fileinto action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Fileinto extends Sieve_Action { @@ -2582,7 +2559,6 @@ class Sieve_Action_Fileinto extends Sieve_Action { * The Sieve_Action_Vacation class represents a vacation action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Vacation extends Sieve_Action { @@ -2805,7 +2781,6 @@ class Sieve_Action_Vacation extends Sieve_Action { * The Sieve_Action_Flag class is the base class for flag actions. * * @author Michael Slusarz - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Flag extends Sieve_Action { @@ -2895,7 +2870,6 @@ class Sieve_Action_Flag extends Sieve_Action { * The Sieve_Action_Addflag class represents an add flag action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Addflag extends Sieve_Action_Flag { @@ -2916,7 +2890,6 @@ class Sieve_Action_Addflag extends Sieve_Action_Flag { * The Sieve_Action_Removeflag class represents a remove flag action. * * @author Mike Cochrane - * @since Ingo 0.1 * @package Ingo */ class Sieve_Action_Removeflag extends Sieve_Action_Flag { @@ -2937,7 +2910,6 @@ class Sieve_Action_Removeflag extends Sieve_Action_Flag { * The Sieve_Action_Notify class represents a notify action. * * @author Paul Wolstenholme - * @since Ingo 1.1 * @package Ingo */ class Sieve_Action_Notify extends Sieve_Action { diff --git a/ingo/locale/eu_ES/help.xml b/ingo/locale/eu_ES/help.xml index 96e476232..d78b469a5 100644 --- a/ingo/locale/eu_ES/help.xml +++ b/ingo/locale/eu_ES/help.xml @@ -1,5 +1,4 @@ - Zerrenda beltza SARRERAKO ONTZIAn ikusi nahi ez dituzun helbide elektronikoen zerrenda bat da zerrenda beltza. diff --git a/jeta/locale/en_US/help.xml b/jeta/locale/en_US/help.xml index bdbb0905f..d6bd59a59 100644 --- a/jeta/locale/en_US/help.xml +++ b/jeta/locale/en_US/help.xml @@ -1,5 +1,4 @@ - diff --git a/kastalia/README b/kastalia/README index fa02ccff6..b2efbf72f 100644 --- a/kastalia/README +++ b/kastalia/README @@ -1,14 +1,11 @@ What is Kastalia? ================= -:Last update: $Date: 2008-09-16 10:02:53 $ -:Revision: $Revision: 1.0 $ - .. contents:: Contents .. section-numbering:: -Kastalia is a Horde Framework application for secure file sharing. Every uploaded -file can be encrypted by Kastalia and stored secure in the datastore. The user +Kastalia is a Horde Framework application for secure file sharing. Every uploaded +file can be encrypted by Kastalia and stored secure in the datastore. The user does not need any additional program for the encryption/decryption. Obtaining Kastalia @@ -44,7 +41,7 @@ Instructions for installing Kastalia can be found in the file INSTALL_ in the Assistance ---------- -If you encounter problems with Kastalia, help is available! Please contact the +If you encounter problems with Kastalia, help is available! Please contact the author of Kastalia. @@ -56,4 +53,4 @@ in the Kastalia distribution. Thanks, -the Kastalia team \ No newline at end of file +the Kastalia team diff --git a/kastalia/config/conf.php b/kastalia/config/conf.php index 88280373a..4aa3b8271 100644 --- a/kastalia/config/conf.php +++ b/kastalia/config/conf.php @@ -1,6 +1,5 @@ - Kastalia Datastore Settings diff --git a/kastalia/docs/INSTALL b/kastalia/docs/INSTALL index 82578bb5d..855abf3a7 100644 --- a/kastalia/docs/INSTALL +++ b/kastalia/docs/INSTALL @@ -2,9 +2,6 @@ Installing Kastalia 1.0 ========================= -:Last update: $Date: 2008-11-03 12:25:48 $ -:Revision: $Revision: 1.0 $ - .. contents:: Contents .. section-numbering:: diff --git a/kastalia/docs/TODO b/kastalia/docs/TODO index 3297faef6..0a4e05a09 100644 --- a/kastalia/docs/TODO +++ b/kastalia/docs/TODO @@ -2,7 +2,4 @@ Kastalia Development TODO List ================================ -:Last update: $Date: 2008-09-16 12:24:14 $ -:Revision: $Revision: 1.0 $ - -permission management diff --git a/koward/www/horde/config/nls.php.dist b/koward/www/horde/config/nls.php.dist index cf7cb14fa..a602b28cd 100644 --- a/koward/www/horde/config/nls.php.dist +++ b/koward/www/horde/config/nls.php.dist @@ -1,8 +1,6 @@ * @author Matt Warden * diff --git a/koward/www/htdocs/horde/themes/ie5mac.css b/koward/www/htdocs/horde/themes/ie5mac.css index 6343c9a86..4c5ce81ef 100644 --- a/koward/www/htdocs/horde/themes/ie5mac.css +++ b/koward/www/htdocs/horde/themes/ie5mac.css @@ -1,6 +1,4 @@ /** - * $Horde: horde/themes/ie5mac.css,v 1.4 2005/05/10 13:53:40 chuck Exp $ - * * CSS corrections for IE5/Mac. */ diff --git a/koward/www/htdocs/horde/themes/ie6_or_less.css b/koward/www/htdocs/horde/themes/ie6_or_less.css index 15c6d8965..8b03cbd4d 100644 --- a/koward/www/htdocs/horde/themes/ie6_or_less.css +++ b/koward/www/htdocs/horde/themes/ie6_or_less.css @@ -1,6 +1,4 @@ /** - * $Horde: horde/themes/ie6_or_less.css,v 1.6 2009/04/14 03:47:30 slusarz Exp $ - * * CSS corrections for IE 6 and below. */ diff --git a/koward/www/htdocs/horde/themes/moz14.css b/koward/www/htdocs/horde/themes/moz14.css index 2ac1d2ee7..9ff9e1e54 100644 --- a/koward/www/htdocs/horde/themes/moz14.css +++ b/koward/www/htdocs/horde/themes/moz14.css @@ -1,6 +1,4 @@ /** - * $Horde: horde/themes/moz14.css,v 1.1 2005/03/16 11:42:56 jan Exp $ - * * CSS corrections for Mozilla <= 1.4. */ diff --git a/koward/www/htdocs/horde/themes/opera.css b/koward/www/htdocs/horde/themes/opera.css index f3cc1bd25..bc55424b9 100644 --- a/koward/www/htdocs/horde/themes/opera.css +++ b/koward/www/htdocs/horde/themes/opera.css @@ -1,6 +1,4 @@ /** - * $Horde: horde/themes/opera.css,v 1.3 2005/10/03 16:22:52 jan Exp $ - * * CSS corrections for Opera. */ diff --git a/koward/www/htdocs/horde/themes/rtl.css b/koward/www/htdocs/horde/themes/rtl.css index a95816d5b..488180d1c 100644 --- a/koward/www/htdocs/horde/themes/rtl.css +++ b/koward/www/htdocs/horde/themes/rtl.css @@ -1,7 +1,3 @@ -/** - * $Horde: horde/themes/rtl.css,v 1.10 2009/03/24 22:47:05 slusarz Exp $ - */ - /* Global default styles. */ body { direction: rtl; diff --git a/koward/www/htdocs/horde/themes/screen.css b/koward/www/htdocs/horde/themes/screen.css index 00dab7d26..4294ea78e 100644 --- a/koward/www/htdocs/horde/themes/screen.css +++ b/koward/www/htdocs/horde/themes/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: horde/themes/screen.css,v 1.207 2009/04/23 20:09:28 mrubinsk Exp $ - */ - /* Global default styles. */ * { /* Zero out all padding and margins to start with for better diff --git a/koward/www/htdocs/horde/themes/silver/info.php b/koward/www/htdocs/horde/themes/silver/info.php index 843dd73b3..cdbe56896 100644 --- a/koward/www/htdocs/horde/themes/silver/info.php +++ b/koward/www/htdocs/horde/themes/silver/info.php @@ -13,8 +13,6 @@ * domain. * * @author Daniel Dembach http://blog.dembachco.de/ - * - * $Horde: horde/themes/silver/info.php,v 1.2 2008/01/10 04:43:12 chuck Exp $ */ $theme_name = ("Silver Surfer"); diff --git a/koward/www/htdocs/horde/themes/silver/screen.css b/koward/www/htdocs/horde/themes/silver/screen.css index 515200d32..6791a5b92 100644 --- a/koward/www/htdocs/horde/themes/silver/screen.css +++ b/koward/www/htdocs/horde/themes/silver/screen.css @@ -1,7 +1,3 @@ -/** - * $Horde: horde/themes/silver/screen.css,v 1.35 2009/04/14 03:38:21 slusarz Exp $ - */ - body, input, select, textarea, .inProgress { font-family: Verdana,Geneva,Arial,"Bitstream Vera Sans",Helvetica,sans-serif; color: #333; diff --git a/koward/www/htdocs/horde/themes/webkit.css b/koward/www/htdocs/horde/themes/webkit.css index 5a8c2f0ac..321105941 100644 --- a/koward/www/htdocs/horde/themes/webkit.css +++ b/koward/www/htdocs/horde/themes/webkit.css @@ -1,6 +1,4 @@ /** - * $Horde: horde/themes/webkit.css,v 1.2 2009/02/10 03:57:15 slusarz Exp $ - * * CSS corrections for Webkit. */ diff --git a/kronolith/README b/kronolith/README index 9752f1fc9..2cde5e394 100644 --- a/kronolith/README +++ b/kronolith/README @@ -1,8 +1,6 @@ What is Kronolith? ================== -:Last update: $Date: 2005/08/23 09:54:43 $ -:Revision: $Revision: 1.10 $ :Contact: kronolith@lists.horde.org .. contents:: Contents @@ -49,10 +47,10 @@ Instructions for installing Kronolith can be found in the file INSTALL_ in the Assistance ---------- -If you encounter problems with Skeleton, help is available! +If you encounter problems with Skeleton, help is available! The Horde Frequently Asked Questions List (FAQ), available on the Web at - + http://www.horde.org/faq/ The Horde Project runs a number of mailing lists, for individual applications diff --git a/kronolith/calendars/create.php b/kronolith/calendars/create.php index e3a9dfbb1..47c89d6bb 100644 --- a/kronolith/calendars/create.php +++ b/kronolith/calendars/create.php @@ -1,7 +1,5 @@ - diff --git a/nag/README b/nag/README index 69ed6ea4b..030518951 100644 --- a/nag/README +++ b/nag/README @@ -1,8 +1,6 @@ What is Nag? ============ -:Last update: $Date: 2005/08/23 09:54:40 $ -:Revision: $Revision: 1.10 $ :Contact: nag@lists.horde.org .. contents:: Contents @@ -50,10 +48,10 @@ Instructions for installing Nag can be found in the file INSTALL_ in the Assistance ---------- -If you encounter problems with Nag, help is available! +If you encounter problems with Nag, help is available! The Horde Frequently Asked Questions List (FAQ), available on the Web at - + http://www.horde.org/faq/ The Horde Project runs a number of mailing lists, for individual applications diff --git a/nag/lib/Driver/Sql.php b/nag/lib/Driver/Sql.php index 3ad3cc99e..300df78c7 100644 --- a/nag/lib/Driver/Sql.php +++ b/nag/lib/Driver/Sql.php @@ -29,8 +29,6 @@ * * The table structure can be created by the scripts/sql/nag.sql script. * - * $Horde: nag/lib/Driver/sql.php,v 1.105 2009/07/15 01:54:58 chuck Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * diff --git a/nag/lib/Forms/CreateTaskList.php b/nag/lib/Forms/CreateTaskList.php index 837dee4d1..7797636ba 100644 --- a/nag/lib/Forms/CreateTaskList.php +++ b/nag/lib/Forms/CreateTaskList.php @@ -2,8 +2,6 @@ /** * Horde_Form for creating task lists. * - * $Horde: nag/lib/Forms/CreateTaskList.php,v 1.3 2009/06/10 17:33:41 slusarz Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -21,7 +19,6 @@ require_once 'Horde/Form/Renderer.php'; * creating a task list. * * @author Chuck Hagenbuch - * @since Nag 2.2 * @package Nag */ class Nag_CreateTaskListForm extends Horde_Form { diff --git a/nag/lib/Forms/DeleteTaskList.php b/nag/lib/Forms/DeleteTaskList.php index b071975cf..f8a4d47ca 100644 --- a/nag/lib/Forms/DeleteTaskList.php +++ b/nag/lib/Forms/DeleteTaskList.php @@ -2,8 +2,6 @@ /** * Horde_Form for deleting task lists. * - * $Horde: nag/lib/Forms/DeleteTaskList.php,v 1.3 2009/07/08 18:29:48 slusarz Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -21,7 +19,6 @@ require_once 'Horde/Form/Renderer.php'; * deleting a task list. * * @author Chuck Hagenbuch - * @since Nag 2.2 * @package Nag */ class Nag_DeleteTaskListForm extends Horde_Form { diff --git a/nag/lib/Forms/EditTaskList.php b/nag/lib/Forms/EditTaskList.php index a1071291f..cde7c55d8 100644 --- a/nag/lib/Forms/EditTaskList.php +++ b/nag/lib/Forms/EditTaskList.php @@ -2,8 +2,6 @@ /** * Horde_Form for editing task lists. * - * $Horde: nag/lib/Forms/EditTaskList.php,v 1.3 2009/06/10 17:33:41 slusarz Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -21,7 +19,6 @@ require_once 'Horde/Form/Renderer.php'; * editing a task list. * * @author Chuck Hagenbuch - * @since Nag 2.2 * @package Nag */ class Nag_EditTaskListForm extends Horde_Form { diff --git a/nag/lib/Forms/task.php b/nag/lib/Forms/task.php index 2c29872fd..eefcde88a 100644 --- a/nag/lib/Forms/task.php +++ b/nag/lib/Forms/task.php @@ -2,8 +2,6 @@ /** * This file contains all Horde_Form extensions required for editing tasks. * - * $Horde: nag/lib/Forms/task.php,v 1.23 2009/07/09 08:18:34 slusarz Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -14,7 +12,6 @@ * The Nag_TaskForm class provides the form for adding and editing a task. * * @author Jan Schneider - * @since Nag 1.2 * @package Nag */ class Nag_TaskForm extends Horde_Form { @@ -159,7 +156,6 @@ class Nag_TaskForm_Renderer extends Horde_Form_Renderer { * notification methods for a task alarm. * * @author Alfonso Marin - * @since Nag 3.0 * @package Nag */ class Horde_Form_Type_nag_method extends Horde_Form_Type { @@ -208,7 +204,6 @@ class Horde_Form_Type_nag_method extends Horde_Form_Type { * alarms. * * @author Jan Schneider - * @since Nag 2.2 * @package Nag */ class Horde_Form_Type_nag_alarm extends Horde_Form_Type { @@ -245,7 +240,6 @@ class Horde_Form_Type_nag_alarm extends Horde_Form_Type { * task due dates. * * @author Chuck Hagenbuch - * @since Nag 2.2 * @package Nag */ class Horde_Form_Type_nag_due extends Horde_Form_Type { @@ -292,7 +286,6 @@ class Horde_Form_Type_nag_due extends Horde_Form_Type { * task delayed start dates. * * @author Chuck Hagenbuch - * @since Nag 2.2 * @package Nag */ class Horde_Form_Type_nag_start extends Horde_Form_Type { diff --git a/nag/lib/Nag.php b/nag/lib/Nag.php index 47f81baf8..b586d44fe 100644 --- a/nag/lib/Nag.php +++ b/nag/lib/Nag.php @@ -2,8 +2,6 @@ /** * Nag Base Class. * - * $Horde: nag/lib/Nag.php,v 1.203 2009/07/17 15:56:16 chuck Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -583,8 +581,6 @@ class Nag /** * Returns the specified permission for the current user. * - * @since Nag 2.1 - * * @param string $permission A permission, currently only 'max_tasks'. * * @return mixed The value of the specified permission. @@ -992,8 +988,6 @@ class Nag /** * Returns the real name, if available, of a user. - * - * @since Nag 2.2 */ function getUserName($uid) { diff --git a/nag/locale/ca_ES/help.xml b/nag/locale/ca_ES/help.xml index 038e7fe60..b13f9567a 100755 --- a/nag/locale/ca_ES/help.xml +++ b/nag/locale/ca_ES/help.xml @@ -1,11 +1,10 @@ - Introducció Introducció -Aquest és una gestor de llistes de tasques bastant complet que suporta llistes de tasques privades i compartides, integració amb funcions d'agenda, categories, prioritats, venciments, recerques, impressió i importació i exportació. +Aquest és una gestor de llistes de tasques bastant complet que suporta llistes de tasques privades i compartides, integració amb funcions d'agenda, categories, prioritats, venciments, recerques, impressió i importació i exportació. @@ -13,7 +12,7 @@ Aquest Ordenació d'entrades Ordenació d'entrades -Al visualitzar un llistat d'entrades, pot ordenar-lo per qualsevol de les columnes prement la capçalera de columna apropiada. Per a commutar el sentit de la classificació de les columnes entre ascendent o descendent, premi la icona de fletxa de la capçalera de la columna. +Al visualitzar un llistat d'entrades, pot ordenar-lo per qualsevol de les columnes prement la capçalera de columna apropiada. Per a commutar el sentit de la classificació de les columnes entre ascendent o descendent, premi la icona de fletxa de la capçalera de la columna. diff --git a/nag/locale/de_DE/help.xml b/nag/locale/de_DE/help.xml index 591756fb3..81c387c97 100644 --- a/nag/locale/de_DE/help.xml +++ b/nag/locale/de_DE/help.xml @@ -1,5 +1,4 @@ - Übersicht diff --git a/nag/locale/en_US/help.xml b/nag/locale/en_US/help.xml index e26595b79..b136cba47 100644 --- a/nag/locale/en_US/help.xml +++ b/nag/locale/en_US/help.xml @@ -1,5 +1,4 @@ - Overview diff --git a/nag/locale/es_ES/help.xml b/nag/locale/es_ES/help.xml index cc951ae69..d92736e4b 100644 --- a/nag/locale/es_ES/help.xml +++ b/nag/locale/es_ES/help.xml @@ -1,5 +1,4 @@ - Introducción diff --git a/nag/locale/eu_ES/help.xml b/nag/locale/eu_ES/help.xml index a31bdc07e..5ba2ae849 100644 --- a/nag/locale/eu_ES/help.xml +++ b/nag/locale/eu_ES/help.xml @@ -1,5 +1,4 @@ - Ikuspegi orokorra Sarrera Eginbide askoko "egitekoen" fitxategi-kudeatzailea da, eta zeregin-zerrenda pribatuak eta partekatuak, Egutegi-funtzioa integratzea, kategoriak, lehentasunak, epemugak, bilaketak, inprimatzea eta inportatze-/esportatze-funtzioak onartzen du. diff --git a/nag/locale/fi_FI/help.xml b/nag/locale/fi_FI/help.xml index f5f2dec5c..ec21b8e7b 100644 --- a/nag/locale/fi_FI/help.xml +++ b/nag/locale/fi_FI/help.xml @@ -1,5 +1,4 @@ - Yleiskuva diff --git a/nag/locale/hu_HU/help.xml b/nag/locale/hu_HU/help.xml index 57629da9a..bed22ec36 100644 --- a/nag/locale/hu_HU/help.xml +++ b/nag/locale/hu_HU/help.xml @@ -1,5 +1,4 @@ - Overview diff --git a/nag/locale/lv_LV/help.xml b/nag/locale/lv_LV/help.xml index 95fdcafc2..ab9fad495 100644 --- a/nag/locale/lv_LV/help.xml +++ b/nag/locale/lv_LV/help.xml @@ -1,5 +1,4 @@ - Pârskats diff --git a/nag/locale/nl_NL/help.xml b/nag/locale/nl_NL/help.xml index 474b6d039..831e6c936 100644 --- a/nag/locale/nl_NL/help.xml +++ b/nag/locale/nl_NL/help.xml @@ -1,5 +1,4 @@ - Overzicht diff --git a/nag/locale/sk_SK/help.xml b/nag/locale/sk_SK/help.xml index e63a24ebe..87d7e2405 100644 --- a/nag/locale/sk_SK/help.xml +++ b/nag/locale/sk_SK/help.xml @@ -1,5 +1,4 @@ - Prehµad diff --git a/nag/locale/tr_TR/help.xml b/nag/locale/tr_TR/help.xml index a4a222611..d47de4854 100644 --- a/nag/locale/tr_TR/help.xml +++ b/nag/locale/tr_TR/help.xml @@ -1,5 +1,4 @@ - diff --git a/news/lib/Block/last_blogs.php b/news/lib/Block/last_blogs.php index 31c57d04d..8f4f648db 100755 --- a/news/lib/Block/last_blogs.php +++ b/news/lib/Block/last_blogs.php @@ -3,8 +3,6 @@ $block_name = _("Last news blogged"); /** - * $Horde: news/lib/Block/category.php,v 1.40 2004/06/01 14:46:58 chuck Exp $ - * * @package Horde_Block */ @@ -46,4 +44,4 @@ class Horde_Block_News_last_blogs extends Horde_Block { return $view->render('/block/news.php'); } -} \ No newline at end of file +} diff --git a/news/lib/Block/my_comments.php b/news/lib/Block/my_comments.php index 8dc457701..2f5e81ae0 100644 --- a/news/lib/Block/my_comments.php +++ b/news/lib/Block/my_comments.php @@ -6,8 +6,6 @@ $block_name = _("Last comments on my news"); * Horde_Block_news_my_comments:: Implementation of the Horde_Block API to * display last comments on users videos. * - * $Horde: incubator/news/lib/Block/my_comments.php,v 1.1 2008/03/27 11:02:57 duck Exp $ - * * @package Horde_Block */ class Horde_Block_news_my_comments extends Horde_Block { diff --git a/skoli/README b/skoli/README index 970529f86..098999b7d 100644 --- a/skoli/README +++ b/skoli/README @@ -1,8 +1,6 @@ What is Skoli? ============== -:Last update: $Date: $ -:Revision: $Revision: 0.1 $ :Contact: horde@lists.horde.org .. contents:: Contents diff --git a/skoli/add.php b/skoli/add.php index 21e71abe0..07a220fdf 100644 --- a/skoli/add.php +++ b/skoli/add.php @@ -1,7 +1,5 @@ - diff --git a/skoli/config/prefs.php.dist b/skoli/config/prefs.php.dist index 7a974ff10..8d0621fa2 100644 --- a/skoli/config/prefs.php.dist +++ b/skoli/config/prefs.php.dist @@ -1,7 +1,5 @@ * * Optional parameters:
- *   'objects_table'            The name of the objects table in 'database'.  
+ *   'objects_table'            The name of the objects table in 'database'.
  *                              Default is 'skoli_objects'.
  *   'object_attributes_table'  The name of the attributes table in 'database'.
  *                              Default ist 'skoli_object_attributes'.
- *   'students_table'           The name of the students table in 'database'.  
+ *   'students_table'           The name of the students table in 'database'.
  *                              Default is 'skoli_classes_students'.
* * The table structure can be created by the scripts/sql/skoli.sql script. * - * $Horde: skoli/lib/Driver/sql.php,v 0.1 $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -281,7 +279,7 @@ class Skoli_Driver_sql extends Skoli_Driver { } else { $students = array(array('student_id' => $studentid)); } - + foreach ($students as $studentkey=>$student) { /* Build the search parameter */ if (count($searchparams)) { @@ -330,7 +328,7 @@ class Skoli_Driver_sql extends Skoli_Driver { } } else { $query = 'SELECT * FROM ' . $this->_params['objects_table'] . - ' WHERE class_id = ? AND student_id = ?' . + ' WHERE class_id = ? AND student_id = ?' . (!is_null($type) ? ' AND object_type = ?' : ''); $values = array($this->_class, $student['student_id']); if (!is_null($type)) { @@ -488,7 +486,7 @@ class Skoli_Driver_sql extends Skoli_Driver { } } - return true; + return true; } /** @@ -596,7 +594,7 @@ class Skoli_Driver_sql extends Skoli_Driver { $subjectlist[] = $subject[0]; } - return $subjectlist; + return $subjectlist; } /** diff --git a/skoli/lib/Forms/CreateClass.php b/skoli/lib/Forms/CreateClass.php index 5c9ad4b0b..30e3ee864 100644 --- a/skoli/lib/Forms/CreateClass.php +++ b/skoli/lib/Forms/CreateClass.php @@ -2,8 +2,6 @@ /** * Horde_Form for creating classes. * - * $Horde: skoli/lib/Forms/CreateClass.php,v 0.1 $ - * * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * diff --git a/skoli/lib/Forms/DeleteClass.php b/skoli/lib/Forms/DeleteClass.php index 30422b3a5..99547477c 100644 --- a/skoli/lib/Forms/DeleteClass.php +++ b/skoli/lib/Forms/DeleteClass.php @@ -2,8 +2,6 @@ /** * Horde_Form for deleting classs. * - * $Horde: skoli/lib/Forms/DeleteClass.php,v 0.1 $ - * * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * @@ -21,7 +19,6 @@ require_once 'Horde/Form/Renderer.php'; * deleting a class. * * @author Martin Blumenthal - * @since Skoli 2.2 * @package Skoli */ class Skoli_DeleteClassForm extends Horde_Form { diff --git a/skoli/lib/Forms/EditClass.php b/skoli/lib/Forms/EditClass.php index 3825cd158..dc09c6afd 100644 --- a/skoli/lib/Forms/EditClass.php +++ b/skoli/lib/Forms/EditClass.php @@ -2,8 +2,6 @@ /** * Horde_Form for editing classs. * - * $Horde: skoli/lib/Forms/EditClass.php,v 0.1 $ - * * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * @@ -21,7 +19,6 @@ require_once 'Horde/Form/Renderer.php'; * editing a class. * * @author Martin Blumenthal - * @since Skoli 2.2 * @package Skoli */ class Skoli_EditClassForm extends Horde_Form { diff --git a/skoli/lib/Forms/Entry.php b/skoli/lib/Forms/Entry.php index cf914c230..bbd195fcb 100644 --- a/skoli/lib/Forms/Entry.php +++ b/skoli/lib/Forms/Entry.php @@ -2,8 +2,6 @@ /** * Horde_Form for adding and updateing entries. * - * $Horde: skoli/lib/Forms/Entry.php,v 0.1 $ - * * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. * diff --git a/skoli/lib/School.php b/skoli/lib/School.php index 18eccde92..7363f759c 100644 --- a/skoli/lib/School.php +++ b/skoli/lib/School.php @@ -2,8 +2,6 @@ /** * Skoli School Class. * - * $Horde: skoli/lib/School.php,v 0.1 $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/skoli/lib/Skoli.php b/skoli/lib/Skoli.php index f45385c0b..6da54ca1e 100644 --- a/skoli/lib/Skoli.php +++ b/skoli/lib/Skoli.php @@ -82,8 +82,6 @@ define('SKOLI_SORT_DESCEND', 1); /** * Skoli Base Class. * - * $Horde: skoli/lib/Skoli.php,v 0.1 $ - * * Copyright 2007-2008 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (GPL). If you diff --git a/skoli/lib/base.php b/skoli/lib/base.php index 751938f08..113fc5262 100644 --- a/skoli/lib/base.php +++ b/skoli/lib/base.php @@ -2,8 +2,6 @@ /** * Skoli base application file. * - * $Horde: skoli/lib/base.php,v 0.1 $ - * * This file brings in all of the dependencies that every Skoli script will * need, and sets up objects that all scripts use. */ diff --git a/skoli/list.php b/skoli/list.php index 08aaea318..17509f2fc 100644 --- a/skoli/list.php +++ b/skoli/list.php @@ -1,7 +1,5 @@ - Skoli Übersicht @@ -7,7 +6,7 @@ Skoli ist ein einfaches Verwaltungsmodul für Lehrpersonen. Mehrere Kontakte (Studierende) werden zu einer Klasse zusammengefasst. Zu - jedem Studierenden können anschliessend Noten, Beobachtungen, Lernziele + jedem Studierenden können anschliessend Noten, Beobachtungen, Lernziele und Absenzen eingetragen werden. Neben einer Suchfunktion bietet Skoli auch eine Exportmöglichkeit im CSV und TSV Format. diff --git a/skoli/locale/en_US/help.xml b/skoli/locale/en_US/help.xml index 276f04346..0d50ff3b0 100644 --- a/skoli/locale/en_US/help.xml +++ b/skoli/locale/en_US/help.xml @@ -1,15 +1,14 @@ - Skoli Overview What is Skoli? - Skoli is a simple administrative module for teachers. Several - contacts (students) will be summarized to a class. To each - student one can then enter marks, objectives, outcomes and - absences. Besides offering a search function Skoli also offers + Skoli is a simple administrative module for teachers. Several + contacts (students) will be summarized to a class. To each + student one can then enter marks, objectives, outcomes and + absences. Besides offering a search function Skoli also offers an export option in the CSV and TSV formats. diff --git a/skoli/scripts/sql/skoli.sql b/skoli/scripts/sql/skoli.sql index 3339617b4..99a430fbf 100755 --- a/skoli/scripts/sql/skoli.sql +++ b/skoli/scripts/sql/skoli.sql @@ -1,5 +1,3 @@ --- $Horde: skoli/scripts/sql/skoli.sql,v 0.1 $ - CREATE TABLE skoli_classes_students ( class_id VARCHAR(255) NOT NULL, student_id VARCHAR(255) NOT NULL diff --git a/skoli/search.php b/skoli/search.php index 1a9b0ab32..551a5b8c7 100644 --- a/skoli/search.php +++ b/skoli/search.php @@ -1,7 +1,5 @@ - diff --git a/vilma/README b/vilma/README index d1b48826f..7f28d5f4e 100644 --- a/vilma/README +++ b/vilma/README @@ -61,5 +61,3 @@ Vilma distribution. Thanks, The Vilma team - -$Horde: vilma/README,v 1.3 2007/08/05 22:37:11 mp Exp $ diff --git a/vilma/config/conf.xml b/vilma/config/conf.xml index 67674ddd5..5cdb9fa34 100644 --- a/vilma/config/conf.xml +++ b/vilma/config/conf.xml @@ -1,5 +1,4 @@ - diff --git a/vilma/config/hooks.php.dist b/vilma/config/hooks.php.dist index 101d2535a..927602c94 100644 --- a/vilma/config/hooks.php.dist +++ b/vilma/config/hooks.php.dist @@ -7,8 +7,6 @@ * TO MATCH YOUR SPECIFIC NEEDS AND SYSTEM ENVIRONMENT. * * For more information please see the horde/config/hooks.php.dist file. - * - * $Horde: vilma/config/hooks.php.dist,v 1.3 2009/07/13 20:05:58 slusarz Exp $ */ // Example hook for handling a new domain within Vilma. This can be used, for diff --git a/vilma/config/prefs.php.dist b/vilma/config/prefs.php.dist index db05b32bb..dcb68e0ec 100644 --- a/vilma/config/prefs.php.dist +++ b/vilma/config/prefs.php.dist @@ -1,7 +1,5 @@ Italian Marko Djukic Lithuanian Vilius ¦umskas Spanish Manuel Perez Ayala - - -$Horde: vilma/docs/CREDITS,v 1.7 2008/03/22 10:43:53 jan Exp $ diff --git a/vilma/docs/INSTALL b/vilma/docs/INSTALL index 3bf7b70a1..47d2b9712 100644 --- a/vilma/docs/INSTALL +++ b/vilma/docs/INSTALL @@ -192,5 +192,3 @@ For information on reasonable support expectations, please read Thanks for using Vilma! The Vilma team - -$Horde: vilma/docs/INSTALL,v 1.6 2007/08/30 05:10:06 chuck Exp $ diff --git a/vilma/docs/TODO b/vilma/docs/TODO index c36707385..fbe97ec89 100644 --- a/vilma/docs/TODO +++ b/vilma/docs/TODO @@ -13,5 +13,3 @@ Vilma Development TODO List * Create Beatnik-integrated domains driver * Throw proper error if MySQL module not installed in PHP - -$Horde: vilma/docs/TODO,v 1.7 2007/08/06 00:08:29 mp Exp $ diff --git a/vilma/domains/delete.php b/vilma/domains/delete.php index b73bfe579..f1bdd128e 100644 --- a/vilma/domains/delete.php +++ b/vilma/domains/delete.php @@ -1,7 +1,5 @@ * @package Vilma */ diff --git a/vilma/lib/Driver/qmailldap.php b/vilma/lib/Driver/qmailldap.php index d3486133c..9dea67b15 100644 --- a/vilma/lib/Driver/qmailldap.php +++ b/vilma/lib/Driver/qmailldap.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Driver/qmailldap.php,v 1.26 2009/07/08 20:16:22 bklang Exp $ - * * @author Ben Klang * @author David Cummings * @package Vilma diff --git a/vilma/lib/Driver/sql.php b/vilma/lib/Driver/sql.php index e4468d014..f75229d2c 100644 --- a/vilma/lib/Driver/sql.php +++ b/vilma/lib/Driver/sql.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Driver/sql.php,v 1.54 2009/01/06 18:02:27 jan Exp $ - * * @author Marko Djukic * @package Vilma */ diff --git a/vilma/lib/Forms/DeleteDomainForm.php b/vilma/lib/Forms/DeleteDomainForm.php index 4601cceab..ad8cacee8 100644 --- a/vilma/lib/Forms/DeleteDomainForm.php +++ b/vilma/lib/Forms/DeleteDomainForm.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Forms/DeleteDomainForm.php,v 1.1 2008/03/12 02:52:34 bklang Exp $ - * * @author Ben Klang * @package Vilma */ @@ -22,7 +20,7 @@ class DeleteDomainForm extends Horde_Form { } $domain = $domain_record['domain_name']; - + /* Set up the form. */ $this->setButtons(array(_("Delete"), _("Do not delete"))); $this->addHidden('', 'domain_id', 'text', false); diff --git a/vilma/lib/Forms/EditDomainForm.php b/vilma/lib/Forms/EditDomainForm.php index 79fccba32..bbc2a5599 100644 --- a/vilma/lib/Forms/EditDomainForm.php +++ b/vilma/lib/Forms/EditDomainForm.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Forms/EditDomainForm.php,v 1.10 2009/07/14 18:43:46 selsky Exp $ - * * @author Ben Klang * @package Vilma */ diff --git a/vilma/lib/Forms/EditUserForm.php b/vilma/lib/Forms/EditUserForm.php index 65792528f..a4e4d488e 100644 --- a/vilma/lib/Forms/EditUserForm.php +++ b/vilma/lib/Forms/EditUserForm.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Forms/EditUserForm.php,v 1.6 2009/05/27 23:57:32 bklang Exp $ - * * @author Ben Klang * @package Vilma */ diff --git a/vilma/lib/MailboxDriver.php b/vilma/lib/MailboxDriver.php index dff110ea3..4f62d6e7b 100644 --- a/vilma/lib/MailboxDriver.php +++ b/vilma/lib/MailboxDriver.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/MailboxDriver.php,v 1.15 2009/01/06 18:02:27 jan Exp $ - * * @author Jason M. Felice * @package Vilma */ diff --git a/vilma/lib/MailboxDriver/hooks.php b/vilma/lib/MailboxDriver/hooks.php index 253fe8c99..ff158e239 100644 --- a/vilma/lib/MailboxDriver/hooks.php +++ b/vilma/lib/MailboxDriver/hooks.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/MailboxDriver/hooks.php,v 1.7 2007/09/10 22:28:57 jan Exp $ - * * @author Ben Klang * @package Vilma */ diff --git a/vilma/lib/MailboxDriver/imap.php b/vilma/lib/MailboxDriver/imap.php index e7ada119d..966cfc23c 100644 --- a/vilma/lib/MailboxDriver/imap.php +++ b/vilma/lib/MailboxDriver/imap.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/MailboxDriver/imap.php,v 1.12 2009/01/06 18:02:28 jan Exp $ - * * @author Jason M. Felice * @package Vilma */ diff --git a/vilma/lib/MailboxDriver/maildrop.php b/vilma/lib/MailboxDriver/maildrop.php index b9e557c2e..55051060a 100644 --- a/vilma/lib/MailboxDriver/maildrop.php +++ b/vilma/lib/MailboxDriver/maildrop.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/MailboxDriver/maildrop.php,v 1.17 2009/05/27 23:57:32 bklang Exp $ - * * @author Jason M. Felice * @package Vilma */ diff --git a/vilma/lib/MailboxDriver/null.php b/vilma/lib/MailboxDriver/null.php index 32557dab5..32d1b0a6b 100644 --- a/vilma/lib/MailboxDriver/null.php +++ b/vilma/lib/MailboxDriver/null.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/MailboxDriver/null.php,v 1.1 2009/05/28 00:33:00 bklang Exp $ - * * @author David Cummings * @package Vilma */ @@ -24,13 +22,13 @@ class Vilma_MailboxDriver_null extends Vilma_MailboxDriver { if ($usedomain) { $dir .= '/' . $domain; } - + return $dir . '/' . $user; */ } function checkMailbox($user, $domain) - { + { /* static $exists; diff --git a/vilma/lib/Vilma.php b/vilma/lib/Vilma.php index 676c0bd1d..5fb6a8c83 100644 --- a/vilma/lib/Vilma.php +++ b/vilma/lib/Vilma.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/Vilma.php,v 1.34 2009/07/08 18:30:03 slusarz Exp $ - * * @author Marko Djukic * @author David Cummings * @package Vilma diff --git a/vilma/lib/api.php b/vilma/lib/api.php index e03c30f01..465fd1fb0 100644 --- a/vilma/lib/api.php +++ b/vilma/lib/api.php @@ -10,8 +10,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/api.php,v 1.10 2007/06/27 17:24:16 jan Exp $ - * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * @@ -65,4 +63,4 @@ function _vilma_listDomains() $domains[] = $domain['domain_name']; } return $domains; -} \ No newline at end of file +} diff --git a/vilma/lib/base.php b/vilma/lib/base.php index ca709481d..49f3e94e3 100644 --- a/vilma/lib/base.php +++ b/vilma/lib/base.php @@ -5,8 +5,6 @@ * See the enclosed file LICENSE for license information (BSD). If you did not * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE. * - * $Horde: vilma/lib/base.php,v 1.37 2009/07/13 20:05:58 slusarz Exp $ - * * @author Marko Djukic * @author Ben Klang * @package Vilma diff --git a/vilma/scripts/create_mailboxes.php b/vilma/scripts/create_mailboxes.php index 03ce19b4e..e274544f3 100644 --- a/vilma/scripts/create_mailboxes.php +++ b/vilma/scripts/create_mailboxes.php @@ -3,8 +3,6 @@ /** * This script will check the user table and create any mail directories on the * system for any new users. A cron job can be set up to run this periodically. - * - * $Horde: vilma/scripts/create_mailboxes.php,v 1.6 2009/06/10 19:58:04 slusarz Exp $ */ // No auth. diff --git a/vilma/scripts/sql/vilma.sql b/vilma/scripts/sql/vilma.sql index c41ad9db9..9dac04cc6 100644 --- a/vilma/scripts/sql/vilma.sql +++ b/vilma/scripts/sql/vilma.sql @@ -1,6 +1,3 @@ ---$Horde: vilma/scripts/sql/vilma.sql,v 1.8 2007/04/17 12:44:06 jan Exp $ --- SQL scripts. - CREATE TABLE vilma_domains ( domain_id INT DEFAULT 0 NOT NULL, domain_name VARCHAR(128) DEFAULT '' NOT NULL, diff --git a/vilma/test.php b/vilma/test.php index 9da22200b..a10a05d8c 100644 --- a/vilma/test.php +++ b/vilma/test.php @@ -1,7 +1,5 @@ exists('mode')) { if (is_a($address, 'PEAR_Error')) { $notification->push(sprintf(_("Error reading address information from backend: %s"), $address->getMessage()), 'horde.error'); $url = '/users/index.php'; - require VILMA_BASE . $url; + require VILMA_BASE . $url; exit; } $vars = new Horde_Variables($address); @@ -53,7 +51,7 @@ if (!$vars->exists('mode')) { $vars->set('mode', 'new'); $domain_info = $_SESSION['vilma']['domain']; $domain = $domain_info['domain_name']; - $domain_id = $domain_info['domain_id']; + $domain_id = $domain_info['domain_id']; $vars->set('domain', $domain); $vars->set('id', $domain_id); $vars->add('user_name', Horde_Util::getFormData('user_name','')); diff --git a/vilma/users/index.php b/vilma/users/index.php index abe217108..283236282 100644 --- a/vilma/users/index.php +++ b/vilma/users/index.php @@ -1,7 +1,5 @@