Skip to content

Commit

Permalink
Removing newline caused by Subversion line removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Nov 6, 2009
1 parent 384bb7a commit 1185681
Show file tree
Hide file tree
Showing 358 changed files with 0 additions and 358 deletions.
1 change: 0 additions & 1 deletion cake/basics.php
@@ -1,5 +1,4 @@
<?php

/**
* Basic Cake functionality.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/paths.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0080_00ff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0100_017f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0180_024F.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0250_02af.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0370_03ff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0400_04ff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0500_052f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/0530_058f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/1e00_1eff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/1f00_1fff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2100_214f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2150_218f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2460_24ff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2c00_2c5f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2c60_2c7f.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/2c80_2cff.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/config/unicode/casefolding/ff00_ffef.php
@@ -1,5 +1,4 @@
<?php

/**
* Case Folding Properties.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/error.php
@@ -1,5 +1,4 @@
<?php

/**
* ErrorHandler for Console Shells
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/api.php
@@ -1,5 +1,4 @@
<?php

/**
* API shell to get CakePHP core method signatures.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/console.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/i18n.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/shell.php
@@ -1,5 +1,4 @@
<?php

/**
* Base class for Shells
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/testsuite.php
@@ -1,5 +1,4 @@
<?php

/**
* Test Suite Shell
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/default/classes/controller.ctp
Expand Up @@ -29,7 +29,6 @@ class <?php echo $controllerName; ?>Controller extends <?php echo $plugin; ?>App
var $scaffold;
<?php else: ?>
<?php

echo "\tvar \$helpers = array('Html', 'Form'";
if (count($helpers)):
foreach ($helpers as $help):
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/default/classes/model.ctp
Expand Up @@ -52,7 +52,6 @@ endif;
?>
//The Associations below have been created with all possible keys, those that are not needed can be removed
<?php

foreach (array('hasOne', 'belongsTo') as $assocType):
if (!empty($associations[$assocType])):
$typeCount = count($associations[$assocType]);
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/default/views/form.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/default/views/index.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/default/views/view.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/app_controller.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/app_helper.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/app_model.php
@@ -1,5 +1,4 @@
<?php

/**
* Application model for Cake.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/config/inflections.php
@@ -1,5 +1,4 @@
<?php

/**
* Custom Inflected Words.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/config/routes.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/config/sql/db_acl.php
@@ -1,5 +1,4 @@
<?php

/*DbAcl schema generated on: 2007-11-24 15:11:13 : 1195945453*/

/**
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/config/sql/i18n.php
@@ -1,5 +1,4 @@
<?php

/*i18n schema generated on: 2007-11-25 07:11:25 : 1196004805*/

/**
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/config/sql/sessions.php
@@ -1,5 +1,4 @@
<?php

/*Sessions schema generated on: 2007-11-25 07:11:54 : 1196004714*/

/**
Expand Down
@@ -1,5 +1,4 @@
<?php

/**
* Static content controller.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/index.php
@@ -1,5 +1,4 @@
<?php

/**
* PHP versions 4 and 5
*
Expand Down
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/views/layouts/ajax.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/views/layouts/default.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/views/layouts/flash.ctp
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/webroot/css.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/console/templates/skel/webroot/index.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cache.php
@@ -1,5 +1,4 @@
<?php

/**
* Caching for CakePHP.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cache/apc.php
@@ -1,5 +1,4 @@
<?php

/**
* APC storage engine for cache.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cache/file.php
@@ -1,5 +1,4 @@
<?php

/**
* File Storage engine for cache
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cache/memcache.php
@@ -1,5 +1,4 @@
<?php

/**
* Memcache storage engine for cache
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cache/xcache.php
@@ -1,5 +1,4 @@
<?php

/**
* Xcache storage engine for cache.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/cake_socket.php
@@ -1,5 +1,4 @@
<?php

/**
* Cake Socket connection class.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/class_registry.php
@@ -1,5 +1,4 @@
<?php

/**
* Class collections.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/configure.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/app_controller.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/component.php
@@ -1,5 +1,4 @@
<?php

/**
*
* PHP versions 4 and 5
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/components/acl.php
@@ -1,5 +1,4 @@
<?php

/**
* Access Control List factory class.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/components/email.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/components/request_handler.php
@@ -1,5 +1,4 @@
<?php

/**
* Request object for handling alternative HTTP requests
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/components/security.php
@@ -1,5 +1,4 @@
<?php

/**
* Short description for file.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/controller/pages_controller.php
@@ -1,5 +1,4 @@
<?php

/**
* Static content controller.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/file.php
@@ -1,5 +1,4 @@
<?php

/**
* Convenience class for reading, writing and appending to files.
*
Expand Down
1 change: 0 additions & 1 deletion cake/libs/http_socket.php
@@ -1,5 +1,4 @@
<?php

/**
* HTTP Socket connection class.
*
Expand Down

0 comments on commit 1185681

Please sign in to comment.