Skip to content

Commit

Permalink
Replace Platform Input package with Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed May 19, 2014
1 parent 7c6f210 commit 57ea1c7
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 887 deletions.
6 changes: 6 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,12 @@ public function deleteUnexistingFiles()
'/libraries/framework/Symfony/Component/Yaml/Parser.php',
'/libraries/framework/Symfony/Component/Yaml/Unescaper.php',
'/libraries/framework/Symfony/Component/Yaml/Yaml.php',
'/libraries/joomla/input/cli.php',
'/libraries/joomla/input/cookie.php',
'/libraries/joomla/input/files.php',
'/libraries/joomla/input/index.html',
'/libraries/joomla/input/input.php',
'/libraries/joomla/input/json.php',
'/libraries/phpmailer/language/index.html',
'/libraries/phpmailer/language/phpmailer.lang-joomla.php',
'/libraries/phpmailer/index.html',
Expand Down
4 changes: 4 additions & 0 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
'libraries/vendor/joomla/di/composer.json',
'libraries/vendor/joomla/di/phpunit.xml.dist',
'libraries/vendor/joomla/di/README.md',
'libraries/vendor/joomla/input/Tests',
'libraries/vendor/joomla/input/composer.json',
'libraries/vendor/joomla/input/phpunit.xml.dist',
'libraries/vendor/joomla/input/README.md',
'libraries/vendor/joomla/registry/Tests',
'libraries/vendor/joomla/registry/composer.json',
'libraries/vendor/joomla/registry/phpunit.xml.dist',
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"php": ">=5.3.10",
"joomla/application": "~1.2",
"joomla/di": "~1.2",
"joomla/input": "~1.1",
"joomla/registry": "~1.1",
"ircmaxell/password-compat": "1.*",
"phpmailer/phpmailer": "~5.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions libraries/classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

JLoader::registerAlias('JInput', '\\Joomla\\Input\\Input');
JLoader::registerAlias('JInputCli', '\\Joomla\\Input\\Cli');
JLoader::registerAlias('JInputCookie', '\\Joomla\\Input\\Cookie');
JLoader::registerAlias('JInputFiles', '\\Joomla\\Input\\Files');
JLoader::registerAlias('JInputJson', '\\Joomla\\Input\\Json');
JLoader::registerAlias('JRegistry', '\\Joomla\\Registry\\Registry');
JLoader::registerAlias('JRegistryFormat', '\\Joomla\\Registry\\AbstractRegistryFormat');
JLoader::registerAlias('JRegistryFormatINI', '\\Joomla\\Registry\\Format\\Ini');
Expand Down
202 changes: 0 additions & 202 deletions libraries/joomla/input/cli.php

This file was deleted.

91 changes: 0 additions & 91 deletions libraries/joomla/input/cookie.php

This file was deleted.

Loading

0 comments on commit 57ea1c7

Please sign in to comment.