From 7a10c194bdd751f74669c07836befecc1fde400e Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 1 Nov 2016 13:37:24 +1300 Subject: [PATCH] NEW: Move code files into src/ folder. This updates framework to be more in keeping with PHP conventions. --- {Assets => src/Assets}/AssetControlExtension.php | 0 {Assets => src/Assets}/AssetManipulationList.php | 0 {Assets => src/Assets}/File.php | 0 {Assets => src/Assets}/FileFinder.php | 0 {Assets => src/Assets}/FileMigrationHelper.php | 0 {Assets => src/Assets}/FileNameFilter.php | 0 {Assets => src/Assets}/Filesystem.php | 0 {Assets => src/Assets}/Flysystem/AssetAdapter.php | 0 .../Assets}/Flysystem/FlysystemAssetStore.php | 0 .../Assets}/Flysystem/GeneratedAssetHandler.php | 0 .../Assets}/Flysystem/ProtectedAdapter.php | 0 .../Assets}/Flysystem/ProtectedAssetAdapter.php | 0 {Assets => src/Assets}/Flysystem/PublicAdapter.php | 0 .../Assets}/Flysystem/PublicAssetAdapter.php | 0 {Assets => src/Assets}/Folder.php | 0 {Assets => src/Assets}/GDBackend.php | 0 {Assets => src/Assets}/Image.php | 0 {Assets => src/Assets}/ImageManipulation.php | 0 {Assets => src/Assets}/Image_Backend.php | 0 {Assets => src/Assets}/ImagickBackend.php | 0 {Assets => src/Assets}/Storage/AssetContainer.php | 0 .../Assets}/Storage/AssetNameGenerator.php | 0 {Assets => src/Assets}/Storage/AssetStore.php | 0 {Assets => src/Assets}/Storage/AssetStoreRouter.php | 0 {Assets => src/Assets}/Storage/DBFile.php | 0 .../Assets}/Storage/DefaultAssetNameGenerator.php | 0 .../Assets}/Storage/GeneratedAssetHandler.php | 0 .../Assets}/Storage/ProtectedFileController.php | 0 {Assets => src/Assets}/Thumbnail.php | 0 {Assets => src/Assets}/Upload.php | 0 {Assets => src/Assets}/Upload_Validator.php | 0 {Control => src/Control}/CliController.php | 0 {Control => src/Control}/ContentNegotiator.php | 0 {Control => src/Control}/Controller.php | 0 {Control => src/Control}/Cookie.php | 0 {Control => src/Control}/CookieJar.php | 0 {Control => src/Control}/Cookie_Backend.php | 0 {Control => src/Control}/Director.php | 0 {Control => src/Control}/Email/Email.php | 0 {Control => src/Control}/Email/Mailer.php | 0 {Control => src/Control}/FlushRequestFilter.php | 0 {Control => src/Control}/HTTP.php | 0 {Control => src/Control}/HTTPRequest.php | 0 {Control => src/Control}/HTTPResponse.php | 0 {Control => src/Control}/HTTPResponse_Exception.php | 0 {Control => src/Control}/IPUtils.php | 0 {Control => src/Control}/NestedController.php | 0 {Control => src/Control}/NullHTTPRequest.php | 0 {Control => src/Control}/PjaxResponseNegotiator.php | 0 {Control => src/Control}/RSS/RSSFeed.php | 0 {Control => src/Control}/RSS/RSSFeed_Entry.php | 0 {Control => src/Control}/RequestFilter.php | 0 {Control => src/Control}/RequestHandler.php | 0 {Control => src/Control}/RequestProcessor.php | 0 {Control => src/Control}/Session.php | 0 {Control => src/Control}/VersionedRequestFilter.php | 0 {Core => src/Core}/Cache.php | 0 {Core => src/Core}/ClassInfo.php | 0 {Core => src/Core}/Config/Config.php | 0 {Core => src/Core}/Config/Config_ForClass.php | 0 {Core => src/Core}/Config/Config_MemCache.php | 0 {Core => src/Core}/Config/Configurable.php | 0 {Core => src/Core}/Config/DAG.php | 0 {Core => src/Core}/Config/DAG_CyclicException.php | 0 {Core => src/Core}/Config/DAG_Iterator.php | 0 {Core => src/Core}/Constants.php | 0 {Core => src/Core}/Convert.php | 0 {Core => src/Core}/Core.php | 0 {Core => src/Core}/CustomMethods.php | 0 {Core => src/Core}/Extensible.php | 0 {Core => src/Core}/Extension.php | 0 {Core => src/Core}/Flushable.php | 0 {Core => src/Core}/Injector/AfterCallAspect.php | 0 {Core => src/Core}/Injector/AopProxyService.php | 0 {Core => src/Core}/Injector/BeforeCallAspect.php | 0 {Core => src/Core}/Injector/Factory.php | 0 {Core => src/Core}/Injector/Injectable.php | 0 {Core => src/Core}/Injector/InjectionCreator.php | 0 {Core => src/Core}/Injector/Injector.php | 0 .../Core}/Injector/ServiceConfigurationLocator.php | 0 .../SilverStripeServiceConfigurationLocator.php | 0 {Core => src/Core}/Manifest/ClassLoader.php | 0 {Core => src/Core}/Manifest/ClassManifest.php | 0 {Core => src/Core}/Manifest/ConfigManifest.php | 0 .../Core}/Manifest/ConfigStaticManifest.php | 0 {Core => src/Core}/Manifest/ManifestCache.php | 0 {Core => src/Core}/Manifest/ManifestCache_APC.php | 0 {Core => src/Core}/Manifest/ManifestCache_File.php | 0 .../Core}/Manifest/ManifestCache_File_PHP.php | 0 {Core => src/Core}/Manifest/ManifestFileFinder.php | 0 .../Core}/Manifest/TokenisedRegularExpression.php | 0 {Core => src/Core}/Object.php | 0 {Core => src/Core}/Startup/ErrorControlChain.php | 0 .../Core}/Startup/ParameterConfirmationToken.php | 0 {Core => src/Core}/TempPath.php | 0 {Dev => src/Dev}/Backtrace.php | 0 {Dev => src/Dev}/BehatFixtureFactory.php | 0 {Dev => src/Dev}/BuildTask.php | 0 {Dev => src/Dev}/BulkLoader.php | 0 {Dev => src/Dev}/BulkLoader_Result.php | 0 {Dev => src/Dev}/CLI.php | 0 {Dev => src/Dev}/CSSContentParser.php | 0 {Dev => src/Dev}/CSVParser.php | 0 {Dev => src/Dev}/CliDebugView.php | 0 {Dev => src/Dev}/CliTestReporter.php | 0 {Dev => src/Dev}/CsvBulkLoader.php | 0 {Dev => src/Dev}/Debug.php | 0 {Dev => src/Dev}/DebugView.php | 0 {Dev => src/Dev}/Deprecation.php | 0 {Dev => src/Dev}/DevBuildController.php | 0 {Dev => src/Dev}/DevelopmentAdmin.php | 0 {Dev => src/Dev}/FixtureBlueprint.php | 0 {Dev => src/Dev}/FixtureFactory.php | 0 {Dev => src/Dev}/FunctionalTest.php | 0 .../Dev}/Install/DatabaseAdapterRegistry.php | 0 .../Dev}/Install/DatabaseConfigurationHelper.php | 0 .../Install/MySQLDatabaseConfigurationHelper.php | 0 .../Dev}/Install/client/dist/images/ss-logo.png | Bin {Dev => src/Dev}/Install/client/dist/js/install.js | 0 .../Dev}/Install/client/dist/styles/install.css | 0 .../Dev/Install}/client/src/images/arrows.png | Bin .../Dev/Install}/client/src/images/logo.gif | Bin .../Dev/Install}/client/src/images/question.png | Bin .../Dev}/Install/client/src/styles/install.scss | 0 {Dev => src/Dev}/Install/config-form.html | 0 {Dev => src/Dev}/Install/install.php | 0 {Dev => src/Dev}/Install/install.php5 | 0 {Dev => src/Dev}/Install/php5-required.html | 0 {Dev => src/Dev}/InstallerTest.php | 0 {Dev => src/Dev}/MigrationTask.php | 0 {Dev => src/Dev}/SapphireInfo.php | 0 {Dev => src/Dev}/SapphireREPL.php | 0 {Dev => src/Dev}/SapphireTest.php | 0 {Dev => src/Dev}/SapphireTestReporter.php | 0 {Dev => src/Dev}/SilverStripeListener.php | 0 {Dev => src/Dev}/TaskRunner.php | 0 {Dev => src/Dev}/Tasks/CleanupTestDatabasesTask.php | 0 {Dev => src/Dev}/Tasks/MigrateFileTask.php | 0 {Dev => src/Dev}/Tasks/i18nTextCollectorTask.php | 0 {Dev => src/Dev}/TeamCityListener.php | 0 {Dev => src/Dev}/TestListener.php | 0 {Dev => src/Dev}/TestMailer.php | 0 {Dev => src/Dev}/TestOnly.php | 0 {Dev => src/Dev}/TestSession.php | 0 {Dev => src/Dev}/TestSession_STResponseWrapper.php | 0 {Dev => src/Dev}/YamlFixture.php | 0 {Forms => src/Forms}/AssetField.php | 0 {Forms => src/Forms}/CheckboxField.php | 0 {Forms => src/Forms}/CheckboxField_Readonly.php | 0 {Forms => src/Forms}/CheckboxSetField.php | 0 {Forms => src/Forms}/CompositeField.php | 0 {Forms => src/Forms}/ConfirmedPasswordField.php | 0 {Forms => src/Forms}/CountryDropdownField.php | 0 {Forms => src/Forms}/CreditCardField.php | 0 {Forms => src/Forms}/CurrencyField.php | 0 {Forms => src/Forms}/CurrencyField_Disabled.php | 0 {Forms => src/Forms}/CurrencyField_Readonly.php | 0 {Forms => src/Forms}/DatalessField.php | 0 {Forms => src/Forms}/DateField.php | 0 {Forms => src/Forms}/DateField_Disabled.php | 0 {Forms => src/Forms}/DateField_View_JQuery.php | 0 {Forms => src/Forms}/DatetimeField.php | 0 {Forms => src/Forms}/DefaultFormFactory.php | 0 {Forms => src/Forms}/DisabledTransformation.php | 0 {Forms => src/Forms}/DropdownField.php | 0 {Forms => src/Forms}/EmailField.php | 0 {Forms => src/Forms}/FieldGroup.php | 0 {Forms => src/Forms}/FieldList.php | 0 {Forms => src/Forms}/FileField.php | 0 {Forms => src/Forms}/Form.php | 0 {Forms => src/Forms}/FormAction.php | 0 {Forms => src/Forms}/FormFactory.php | 0 {Forms => src/Forms}/FormField.php | 0 {Forms => src/Forms}/FormScaffolder.php | 0 {Forms => src/Forms}/FormTemplateHelper.php | 0 {Forms => src/Forms}/FormTransformation.php | 0 {Forms => src/Forms}/Form_FieldMap.php | 0 {Forms => src/Forms}/GridField/GridField.php | 0 .../GridField/GridFieldAddExistingAutocompleter.php | 0 .../Forms}/GridField/GridFieldAddNewButton.php | 0 .../Forms}/GridField/GridFieldButtonRow.php | 0 .../Forms}/GridField/GridFieldComponent.php | 0 {Forms => src/Forms}/GridField/GridFieldConfig.php | 0 .../Forms}/GridField/GridFieldConfig_Base.php | 0 .../GridField/GridFieldConfig_RecordEditor.php | 0 .../GridField/GridFieldConfig_RecordViewer.php | 0 .../GridField/GridFieldConfig_RelationEditor.php | 0 .../Forms}/GridField/GridFieldDataColumns.php | 0 .../Forms}/GridField/GridFieldDeleteAction.php | 0 .../Forms}/GridField/GridFieldDetailForm.php | 0 .../GridField/GridFieldDetailForm_ItemRequest.php | 0 .../Forms}/GridField/GridFieldEditButton.php | 0 .../Forms}/GridField/GridFieldExportButton.php | 0 .../Forms}/GridField/GridFieldFilterHeader.php | 0 {Forms => src/Forms}/GridField/GridFieldFooter.php | 0 {Forms => src/Forms}/GridField/GridFieldLevelup.php | 0 .../Forms}/GridField/GridFieldPageCount.php | 0 .../Forms}/GridField/GridFieldPaginator.php | 0 .../Forms}/GridField/GridFieldPrintButton.php | 0 .../Forms}/GridField/GridFieldSortableHeader.php | 0 .../Forms}/GridField/GridFieldToolbarHeader.php | 0 .../Forms}/GridField/GridFieldViewButton.php | 0 .../Forms}/GridField/GridField_ActionProvider.php | 0 .../Forms}/GridField/GridField_ColumnProvider.php | 0 .../Forms}/GridField/GridField_DataManipulator.php | 0 .../Forms}/GridField/GridField_FormAction.php | 0 .../Forms}/GridField/GridField_HTMLProvider.php | 0 .../Forms}/GridField/GridField_SaveHandler.php | 0 .../Forms}/GridField/GridField_URLHandler.php | 0 {Forms => src/Forms}/GridField/GridState.php | 0 .../Forms}/GridField/GridState_Component.php | 0 {Forms => src/Forms}/GridField/GridState_Data.php | 0 {Forms => src/Forms}/GroupedDropdownField.php | 0 .../Forms}/HTMLEditor/EmbedShortcodeProvider.php | 0 .../Forms}/HTMLEditor/HTMLEditorConfig.php | 0 {Forms => src/Forms}/HTMLEditor/HTMLEditorField.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_Embed.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_File.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_Flash.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_Image.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_Readonly.php | 0 .../Forms}/HTMLEditor/HTMLEditorField_Toolbar.php | 0 .../Forms}/HTMLEditor/HTMLEditorSanitiser.php | 0 {Forms => src/Forms}/HTMLEditor/TinyMCEConfig.php | 0 {Forms => src/Forms}/HTMLReadonlyField.php | 0 {Forms => src/Forms}/HeaderField.php | 0 {Forms => src/Forms}/HiddenField.php | 0 {Forms => src/Forms}/InlineFormAction.php | 0 {Forms => src/Forms}/InlineFormAction_ReadOnly.php | 0 {Forms => src/Forms}/LabelField.php | 0 {Forms => src/Forms}/ListboxField.php | 0 {Forms => src/Forms}/LiteralField.php | 0 {Forms => src/Forms}/LookupField.php | 0 .../Forms}/MemberDatetimeOptionsetField.php | 0 {Forms => src/Forms}/MoneyField.php | 0 {Forms => src/Forms}/MultiSelectField.php | 0 {Forms => src/Forms}/NullableField.php | 0 {Forms => src/Forms}/NumericField.php | 0 {Forms => src/Forms}/NumericField_Readonly.php | 0 {Forms => src/Forms}/OptionsetField.php | 0 {Forms => src/Forms}/PasswordField.php | 0 {Forms => src/Forms}/PhoneNumberField.php | 0 {Forms => src/Forms}/PopoverField.php | 0 {Forms => src/Forms}/PrintableTransformation.php | 0 .../Forms}/PrintableTransformation_TabSet.php | 0 {Forms => src/Forms}/ReadonlyField.php | 0 {Forms => src/Forms}/ReadonlyTransformation.php | 0 {Forms => src/Forms}/RequiredFields.php | 0 {Forms => src/Forms}/ResetFormAction.php | 0 {Forms => src/Forms}/Schema/FormSchema.php | 0 {Forms => src/Forms}/SelectField.php | 0 {Forms => src/Forms}/SelectionGroup.php | 0 {Forms => src/Forms}/SelectionGroup_Item.php | 0 {Forms => src/Forms}/SingleSelectField.php | 0 {Forms => src/Forms}/Tab.php | 0 {Forms => src/Forms}/TabSet.php | 0 {Forms => src/Forms}/TextField.php | 0 {Forms => src/Forms}/TextareaField.php | 0 {Forms => src/Forms}/TimeField.php | 0 {Forms => src/Forms}/TimeField_Readonly.php | 0 {Forms => src/Forms}/ToggleCompositeField.php | 0 {Forms => src/Forms}/TreeDropdownField.php | 0 {Forms => src/Forms}/TreeDropdownField_Readonly.php | 0 {Forms => src/Forms}/TreeMultiselectField.php | 0 .../Forms}/TreeMultiselectField_Readonly.php | 0 {Forms => src/Forms}/UploadField.php | 0 {Forms => src/Forms}/UploadField_ItemHandler.php | 0 {Forms => src/Forms}/UploadField_SelectHandler.php | 0 {Forms => src/Forms}/Validator.php | 0 .../Logging}/DebugViewFriendlyErrorFormatter.php | 0 {Logging => src/Logging}/DetailedErrorFormatter.php | 0 {Logging => src/Logging}/HTTPOutputHandler.php | 0 {Logging => src/Logging}/Log.php | 0 {Logging => src/Logging}/MonologErrorHandler.php | 0 {ORM => src/ORM}/ArrayLib.php | 0 {ORM => src/ORM}/ArrayList.php | 0 {ORM => src/ORM}/Connect/DBConnector.php | 0 {ORM => src/ORM}/Connect/DBQueryBuilder.php | 0 {ORM => src/ORM}/Connect/DBSchemaManager.php | 0 {ORM => src/ORM}/Connect/Database.php | 0 {ORM => src/ORM}/Connect/DatabaseException.php | 0 {ORM => src/ORM}/Connect/MySQLDatabase.php | 0 {ORM => src/ORM}/Connect/MySQLQuery.php | 0 {ORM => src/ORM}/Connect/MySQLQueryBuilder.php | 0 {ORM => src/ORM}/Connect/MySQLSchemaManager.php | 0 {ORM => src/ORM}/Connect/MySQLStatement.php | 0 {ORM => src/ORM}/Connect/MySQLiConnector.php | 0 {ORM => src/ORM}/Connect/PDOConnector.php | 0 {ORM => src/ORM}/Connect/PDOQuery.php | 0 {ORM => src/ORM}/Connect/Query.php | 0 {ORM => src/ORM}/DB.php | 0 {ORM => src/ORM}/DataExtension.php | 0 {ORM => src/ORM}/DataList.php | 0 {ORM => src/ORM}/DataModel.php | 0 {ORM => src/ORM}/DataObject.php | 0 {ORM => src/ORM}/DataObjectInterface.php | 0 {ORM => src/ORM}/DataObjectSchema.php | 0 {ORM => src/ORM}/DataQuery.php | 0 {ORM => src/ORM}/DataQueryManipulator.php | 0 {ORM => src/ORM}/DataQuery_SubGroup.php | 0 {ORM => src/ORM}/DatabaseAdmin.php | 0 {ORM => src/ORM}/FieldType/DBBoolean.php | 0 {ORM => src/ORM}/FieldType/DBClassName.php | 0 {ORM => src/ORM}/FieldType/DBComposite.php | 0 {ORM => src/ORM}/FieldType/DBCurrency.php | 0 {ORM => src/ORM}/FieldType/DBDate.php | 0 {ORM => src/ORM}/FieldType/DBDatetime.php | 0 {ORM => src/ORM}/FieldType/DBDecimal.php | 0 {ORM => src/ORM}/FieldType/DBDouble.php | 0 {ORM => src/ORM}/FieldType/DBEnum.php | 0 {ORM => src/ORM}/FieldType/DBField.php | 0 {ORM => src/ORM}/FieldType/DBFloat.php | 0 {ORM => src/ORM}/FieldType/DBForeignKey.php | 0 {ORM => src/ORM}/FieldType/DBHTMLText.php | 0 {ORM => src/ORM}/FieldType/DBHTMLVarchar.php | 0 {ORM => src/ORM}/FieldType/DBInt.php | 0 {ORM => src/ORM}/FieldType/DBLocale.php | 0 {ORM => src/ORM}/FieldType/DBMoney.php | 0 {ORM => src/ORM}/FieldType/DBMultiEnum.php | 0 {ORM => src/ORM}/FieldType/DBPercentage.php | 0 .../ORM}/FieldType/DBPolymorphicForeignKey.php | 0 {ORM => src/ORM}/FieldType/DBPrimaryKey.php | 0 {ORM => src/ORM}/FieldType/DBString.php | 0 {ORM => src/ORM}/FieldType/DBText.php | 0 {ORM => src/ORM}/FieldType/DBTime.php | 0 {ORM => src/ORM}/FieldType/DBVarchar.php | 0 {ORM => src/ORM}/FieldType/DBYear.php | 0 {ORM => src/ORM}/Filterable.php | 0 {ORM => src/ORM}/Filters/ComparisonFilter.php | 0 {ORM => src/ORM}/Filters/EndsWithFilter.php | 0 {ORM => src/ORM}/Filters/ExactMatchFilter.php | 0 {ORM => src/ORM}/Filters/FulltextFilter.php | 0 {ORM => src/ORM}/Filters/GreaterThanFilter.php | 0 .../ORM}/Filters/GreaterThanOrEqualFilter.php | 0 {ORM => src/ORM}/Filters/LessThanFilter.php | 0 {ORM => src/ORM}/Filters/LessThanOrEqualFilter.php | 0 {ORM => src/ORM}/Filters/PartialMatchFilter.php | 0 {ORM => src/ORM}/Filters/SearchFilter.php | 0 {ORM => src/ORM}/Filters/StartsWithFilter.php | 0 {ORM => src/ORM}/Filters/WithinRangeFilter.php | 0 {ORM => src/ORM}/GroupedList.php | 0 {ORM => src/ORM}/HasManyList.php | 0 {ORM => src/ORM}/HiddenClass.php | 0 {ORM => src/ORM}/Hierarchy/Hierarchy.php | 0 {ORM => src/ORM}/Limitable.php | 0 {ORM => src/ORM}/ListDecorator.php | 0 {ORM => src/ORM}/ManyManyList.php | 0 {ORM => src/ORM}/ManyManyThroughList.php | 0 .../ORM}/ManyManyThroughQueryManipulator.php | 0 {ORM => src/ORM}/Map.php | 0 {ORM => src/ORM}/Map_Iterator.php | 0 {ORM => src/ORM}/PaginatedList.php | 0 {ORM => src/ORM}/PolymorphicHasManyList.php | 0 {ORM => src/ORM}/Queries/SQLAssignmentRow.php | 0 {ORM => src/ORM}/Queries/SQLConditionGroup.php | 0 .../ORM}/Queries/SQLConditionalExpression.php | 0 {ORM => src/ORM}/Queries/SQLDelete.php | 0 {ORM => src/ORM}/Queries/SQLExpression.php | 0 {ORM => src/ORM}/Queries/SQLInsert.php | 0 {ORM => src/ORM}/Queries/SQLSelect.php | 0 {ORM => src/ORM}/Queries/SQLUpdate.php | 0 {ORM => src/ORM}/Queries/SQLWriteExpression.php | 0 {ORM => src/ORM}/Relation.php | 0 {ORM => src/ORM}/RelationList.php | 0 {ORM => src/ORM}/SS_List.php | 0 {ORM => src/ORM}/Search/FulltextSearchable.php | 0 {ORM => src/ORM}/Search/SearchContext.php | 0 {ORM => src/ORM}/Sortable.php | 0 {ORM => src/ORM}/UnexpectedDataException.php | 0 {ORM => src/ORM}/UnsavedRelationList.php | 0 {ORM => src/ORM}/ValidationException.php | 0 {ORM => src/ORM}/ValidationResult.php | 0 {ORM => src/ORM}/Versioning/ChangeSet.php | 0 {ORM => src/ORM}/Versioning/ChangeSetItem.php | 0 {ORM => src/ORM}/Versioning/DataDifferencer.php | 0 .../ORM}/Versioning/VersionableExtension.php | 0 {ORM => src/ORM}/Versioning/Versioned.php | 0 .../Versioning/VersionedGridFieldDetailForm.php | 0 .../Versioning/VersionedGridFieldItemRequest.php | 0 {ORM => src/ORM}/Versioning/Versioned_Version.php | 0 {Security => src/Security}/Authenticator.php | 0 {Security => src/Security}/BasicAuth.php | 0 {Security => src/Security}/CMSMemberLoginForm.php | 0 {Security => src/Security}/CMSSecurity.php | 0 {Security => src/Security}/ChangePasswordForm.php | 0 {Security => src/Security}/Group.php | 0 {Security => src/Security}/GroupCsvBulkLoader.php | 0 {Security => src/Security}/LoginAttempt.php | 0 {Security => src/Security}/LoginForm.php | 0 {Security => src/Security}/Member.php | 0 {Security => src/Security}/MemberAuthenticator.php | 0 {Security => src/Security}/MemberCsvBulkLoader.php | 0 {Security => src/Security}/MemberLoginForm.php | 0 {Security => src/Security}/MemberPassword.php | 0 {Security => src/Security}/Member_GroupSet.php | 0 {Security => src/Security}/Member_Validator.php | 0 {Security => src/Security}/NullSecurityToken.php | 0 {Security => src/Security}/PasswordEncryptor.php | 0 .../Security}/PasswordEncryptor_Blowfish.php | 0 .../PasswordEncryptor_EncryptionFailed.php | 0 .../Security}/PasswordEncryptor_LegacyPHPHash.php | 0 .../PasswordEncryptor_MySQLOldPassword.php | 0 .../Security}/PasswordEncryptor_MySQLPassword.php | 0 .../Security}/PasswordEncryptor_None.php | 0 .../PasswordEncryptor_NotFoundException.php | 0 .../Security}/PasswordEncryptor_PHPHash.php | 0 {Security => src/Security}/PasswordValidator.php | 0 {Security => src/Security}/Permission.php | 0 .../Security}/PermissionCheckboxSetField.php | 0 .../PermissionCheckboxSetField_Readonly.php | 0 .../Security}/PermissionFailureException.php | 0 {Security => src/Security}/PermissionProvider.php | 0 {Security => src/Security}/PermissionRole.php | 0 {Security => src/Security}/PermissionRoleCode.php | 0 {Security => src/Security}/Permission_Group.php | 0 {Security => src/Security}/RandomGenerator.php | 0 {Security => src/Security}/RememberLoginHash.php | 0 {Security => src/Security}/Security.php | 0 {Security => src/Security}/SecurityToken.php | 0 {View => src/View}/ArrayData.php | 0 .../View}/GenericTemplateGlobalProvider.php | 0 {View => src/View}/JSMinifier.php | 0 {View => src/View}/Parsers/Diff.php | 0 {View => src/View}/Parsers/HTML4Value.php | 0 {View => src/View}/Parsers/HTMLCleaner.php | 0 {View => src/View}/Parsers/HTMLValue.php | 0 {View => src/View}/Parsers/PurifierHTMLCleaner.php | 0 {View => src/View}/Parsers/SQLFormatter.php | 0 {View => src/View}/Parsers/ShortcodeHandler.php | 0 {View => src/View}/Parsers/ShortcodeParser.php | 0 {View => src/View}/Parsers/TidyHTMLCleaner.php | 0 {View => src/View}/Parsers/Transliterator.php | 0 {View => src/View}/Parsers/URLSegmentFilter.php | 0 {View => src/View}/Requirements.php | 0 {View => src/View}/Requirements_Backend.php | 0 {View => src/View}/Requirements_Minifier.php | 0 {View => src/View}/SSTemplateParseException.php | 0 {View => src/View}/SSTemplateParser.php | 0 {View => src/View}/SSTemplateParser.php.inc | 0 {View => src/View}/SSViewer.php | 0 .../View}/SSViewer_BasicIteratorSupport.php | 0 {View => src/View}/SSViewer_DataPresenter.php | 0 {View => src/View}/SSViewer_FromString.php | 0 {View => src/View}/SSViewer_Scope.php | 0 {View => src/View}/TemplateGlobalProvider.php | 0 {View => src/View}/TemplateIteratorProvider.php | 0 {View => src/View}/TemplateParser.php | 0 {View => src/View}/ThemeList.php | 0 {View => src/View}/ThemeManifest.php | 0 {View => src/View}/ThemeResourceLoader.php | 0 {View => src/View}/ViewableData.php | 0 {View => src/View}/ViewableData_Customised.php | 0 {View => src/View}/ViewableData_Debugger.php | 0 {i18n => src/i18n}/i18n.php | 0 {i18n => src/i18n}/i18nEntityProvider.php | 0 {i18n => src/i18n}/i18nRailsYamlAdapter.php | 0 {i18n => src/i18n}/i18nTextCollector.php | 0 {i18n => src/i18n}/i18nTextCollector_Parser.php | 0 {i18n => src/i18n}/i18nTextCollector_Writer.php | 0 .../i18n}/i18nTextCollector_Writer_RailsYaml.php | 0 .../i18n}/i18nTranslateAdapterInterface.php | 0 461 files changed, 0 insertions(+), 0 deletions(-) rename {Assets => src/Assets}/AssetControlExtension.php (100%) rename {Assets => src/Assets}/AssetManipulationList.php (100%) rename {Assets => src/Assets}/File.php (100%) rename {Assets => src/Assets}/FileFinder.php (100%) rename {Assets => src/Assets}/FileMigrationHelper.php (100%) rename {Assets => src/Assets}/FileNameFilter.php (100%) rename {Assets => src/Assets}/Filesystem.php (100%) rename {Assets => src/Assets}/Flysystem/AssetAdapter.php (100%) rename {Assets => src/Assets}/Flysystem/FlysystemAssetStore.php (100%) rename {Assets => src/Assets}/Flysystem/GeneratedAssetHandler.php (100%) rename {Assets => src/Assets}/Flysystem/ProtectedAdapter.php (100%) rename {Assets => src/Assets}/Flysystem/ProtectedAssetAdapter.php (100%) rename {Assets => src/Assets}/Flysystem/PublicAdapter.php (100%) rename {Assets => src/Assets}/Flysystem/PublicAssetAdapter.php (100%) rename {Assets => src/Assets}/Folder.php (100%) rename {Assets => src/Assets}/GDBackend.php (100%) rename {Assets => src/Assets}/Image.php (100%) rename {Assets => src/Assets}/ImageManipulation.php (100%) rename {Assets => src/Assets}/Image_Backend.php (100%) rename {Assets => src/Assets}/ImagickBackend.php (100%) rename {Assets => src/Assets}/Storage/AssetContainer.php (100%) rename {Assets => src/Assets}/Storage/AssetNameGenerator.php (100%) rename {Assets => src/Assets}/Storage/AssetStore.php (100%) rename {Assets => src/Assets}/Storage/AssetStoreRouter.php (100%) rename {Assets => src/Assets}/Storage/DBFile.php (100%) rename {Assets => src/Assets}/Storage/DefaultAssetNameGenerator.php (100%) rename {Assets => src/Assets}/Storage/GeneratedAssetHandler.php (100%) rename {Assets => src/Assets}/Storage/ProtectedFileController.php (100%) rename {Assets => src/Assets}/Thumbnail.php (100%) rename {Assets => src/Assets}/Upload.php (100%) rename {Assets => src/Assets}/Upload_Validator.php (100%) rename {Control => src/Control}/CliController.php (100%) rename {Control => src/Control}/ContentNegotiator.php (100%) rename {Control => src/Control}/Controller.php (100%) rename {Control => src/Control}/Cookie.php (100%) rename {Control => src/Control}/CookieJar.php (100%) rename {Control => src/Control}/Cookie_Backend.php (100%) rename {Control => src/Control}/Director.php (100%) rename {Control => src/Control}/Email/Email.php (100%) rename {Control => src/Control}/Email/Mailer.php (100%) rename {Control => src/Control}/FlushRequestFilter.php (100%) rename {Control => src/Control}/HTTP.php (100%) rename {Control => src/Control}/HTTPRequest.php (100%) rename {Control => src/Control}/HTTPResponse.php (100%) rename {Control => src/Control}/HTTPResponse_Exception.php (100%) rename {Control => src/Control}/IPUtils.php (100%) rename {Control => src/Control}/NestedController.php (100%) rename {Control => src/Control}/NullHTTPRequest.php (100%) rename {Control => src/Control}/PjaxResponseNegotiator.php (100%) rename {Control => src/Control}/RSS/RSSFeed.php (100%) rename {Control => src/Control}/RSS/RSSFeed_Entry.php (100%) rename {Control => src/Control}/RequestFilter.php (100%) rename {Control => src/Control}/RequestHandler.php (100%) rename {Control => src/Control}/RequestProcessor.php (100%) rename {Control => src/Control}/Session.php (100%) rename {Control => src/Control}/VersionedRequestFilter.php (100%) rename {Core => src/Core}/Cache.php (100%) rename {Core => src/Core}/ClassInfo.php (100%) rename {Core => src/Core}/Config/Config.php (100%) rename {Core => src/Core}/Config/Config_ForClass.php (100%) rename {Core => src/Core}/Config/Config_MemCache.php (100%) rename {Core => src/Core}/Config/Configurable.php (100%) rename {Core => src/Core}/Config/DAG.php (100%) rename {Core => src/Core}/Config/DAG_CyclicException.php (100%) rename {Core => src/Core}/Config/DAG_Iterator.php (100%) rename {Core => src/Core}/Constants.php (100%) rename {Core => src/Core}/Convert.php (100%) rename {Core => src/Core}/Core.php (100%) rename {Core => src/Core}/CustomMethods.php (100%) rename {Core => src/Core}/Extensible.php (100%) rename {Core => src/Core}/Extension.php (100%) rename {Core => src/Core}/Flushable.php (100%) rename {Core => src/Core}/Injector/AfterCallAspect.php (100%) rename {Core => src/Core}/Injector/AopProxyService.php (100%) rename {Core => src/Core}/Injector/BeforeCallAspect.php (100%) rename {Core => src/Core}/Injector/Factory.php (100%) rename {Core => src/Core}/Injector/Injectable.php (100%) rename {Core => src/Core}/Injector/InjectionCreator.php (100%) rename {Core => src/Core}/Injector/Injector.php (100%) rename {Core => src/Core}/Injector/ServiceConfigurationLocator.php (100%) rename {Core => src/Core}/Injector/SilverStripeServiceConfigurationLocator.php (100%) rename {Core => src/Core}/Manifest/ClassLoader.php (100%) rename {Core => src/Core}/Manifest/ClassManifest.php (100%) rename {Core => src/Core}/Manifest/ConfigManifest.php (100%) rename {Core => src/Core}/Manifest/ConfigStaticManifest.php (100%) rename {Core => src/Core}/Manifest/ManifestCache.php (100%) rename {Core => src/Core}/Manifest/ManifestCache_APC.php (100%) rename {Core => src/Core}/Manifest/ManifestCache_File.php (100%) rename {Core => src/Core}/Manifest/ManifestCache_File_PHP.php (100%) rename {Core => src/Core}/Manifest/ManifestFileFinder.php (100%) rename {Core => src/Core}/Manifest/TokenisedRegularExpression.php (100%) rename {Core => src/Core}/Object.php (100%) rename {Core => src/Core}/Startup/ErrorControlChain.php (100%) rename {Core => src/Core}/Startup/ParameterConfirmationToken.php (100%) rename {Core => src/Core}/TempPath.php (100%) rename {Dev => src/Dev}/Backtrace.php (100%) rename {Dev => src/Dev}/BehatFixtureFactory.php (100%) rename {Dev => src/Dev}/BuildTask.php (100%) rename {Dev => src/Dev}/BulkLoader.php (100%) rename {Dev => src/Dev}/BulkLoader_Result.php (100%) rename {Dev => src/Dev}/CLI.php (100%) rename {Dev => src/Dev}/CSSContentParser.php (100%) rename {Dev => src/Dev}/CSVParser.php (100%) rename {Dev => src/Dev}/CliDebugView.php (100%) rename {Dev => src/Dev}/CliTestReporter.php (100%) rename {Dev => src/Dev}/CsvBulkLoader.php (100%) rename {Dev => src/Dev}/Debug.php (100%) rename {Dev => src/Dev}/DebugView.php (100%) rename {Dev => src/Dev}/Deprecation.php (100%) rename {Dev => src/Dev}/DevBuildController.php (100%) rename {Dev => src/Dev}/DevelopmentAdmin.php (100%) rename {Dev => src/Dev}/FixtureBlueprint.php (100%) rename {Dev => src/Dev}/FixtureFactory.php (100%) rename {Dev => src/Dev}/FunctionalTest.php (100%) rename {Dev => src/Dev}/Install/DatabaseAdapterRegistry.php (100%) rename {Dev => src/Dev}/Install/DatabaseConfigurationHelper.php (100%) rename {Dev => src/Dev}/Install/MySQLDatabaseConfigurationHelper.php (100%) rename {Dev => src/Dev}/Install/client/dist/images/ss-logo.png (100%) rename {Dev => src/Dev}/Install/client/dist/js/install.js (100%) rename {Dev => src/Dev}/Install/client/dist/styles/install.css (100%) rename {dev/install => src/Dev/Install}/client/src/images/arrows.png (100%) rename {dev/install => src/Dev/Install}/client/src/images/logo.gif (100%) rename {dev/install => src/Dev/Install}/client/src/images/question.png (100%) rename {Dev => src/Dev}/Install/client/src/styles/install.scss (100%) rename {Dev => src/Dev}/Install/config-form.html (100%) rename {Dev => src/Dev}/Install/install.php (100%) rename {Dev => src/Dev}/Install/install.php5 (100%) rename {Dev => src/Dev}/Install/php5-required.html (100%) rename {Dev => src/Dev}/InstallerTest.php (100%) rename {Dev => src/Dev}/MigrationTask.php (100%) rename {Dev => src/Dev}/SapphireInfo.php (100%) rename {Dev => src/Dev}/SapphireREPL.php (100%) rename {Dev => src/Dev}/SapphireTest.php (100%) rename {Dev => src/Dev}/SapphireTestReporter.php (100%) rename {Dev => src/Dev}/SilverStripeListener.php (100%) rename {Dev => src/Dev}/TaskRunner.php (100%) rename {Dev => src/Dev}/Tasks/CleanupTestDatabasesTask.php (100%) rename {Dev => src/Dev}/Tasks/MigrateFileTask.php (100%) rename {Dev => src/Dev}/Tasks/i18nTextCollectorTask.php (100%) rename {Dev => src/Dev}/TeamCityListener.php (100%) rename {Dev => src/Dev}/TestListener.php (100%) rename {Dev => src/Dev}/TestMailer.php (100%) rename {Dev => src/Dev}/TestOnly.php (100%) rename {Dev => src/Dev}/TestSession.php (100%) rename {Dev => src/Dev}/TestSession_STResponseWrapper.php (100%) rename {Dev => src/Dev}/YamlFixture.php (100%) rename {Forms => src/Forms}/AssetField.php (100%) rename {Forms => src/Forms}/CheckboxField.php (100%) rename {Forms => src/Forms}/CheckboxField_Readonly.php (100%) rename {Forms => src/Forms}/CheckboxSetField.php (100%) rename {Forms => src/Forms}/CompositeField.php (100%) rename {Forms => src/Forms}/ConfirmedPasswordField.php (100%) rename {Forms => src/Forms}/CountryDropdownField.php (100%) rename {Forms => src/Forms}/CreditCardField.php (100%) rename {Forms => src/Forms}/CurrencyField.php (100%) rename {Forms => src/Forms}/CurrencyField_Disabled.php (100%) rename {Forms => src/Forms}/CurrencyField_Readonly.php (100%) rename {Forms => src/Forms}/DatalessField.php (100%) rename {Forms => src/Forms}/DateField.php (100%) rename {Forms => src/Forms}/DateField_Disabled.php (100%) rename {Forms => src/Forms}/DateField_View_JQuery.php (100%) rename {Forms => src/Forms}/DatetimeField.php (100%) rename {Forms => src/Forms}/DefaultFormFactory.php (100%) rename {Forms => src/Forms}/DisabledTransformation.php (100%) rename {Forms => src/Forms}/DropdownField.php (100%) rename {Forms => src/Forms}/EmailField.php (100%) rename {Forms => src/Forms}/FieldGroup.php (100%) rename {Forms => src/Forms}/FieldList.php (100%) rename {Forms => src/Forms}/FileField.php (100%) rename {Forms => src/Forms}/Form.php (100%) rename {Forms => src/Forms}/FormAction.php (100%) rename {Forms => src/Forms}/FormFactory.php (100%) rename {Forms => src/Forms}/FormField.php (100%) rename {Forms => src/Forms}/FormScaffolder.php (100%) rename {Forms => src/Forms}/FormTemplateHelper.php (100%) rename {Forms => src/Forms}/FormTransformation.php (100%) rename {Forms => src/Forms}/Form_FieldMap.php (100%) rename {Forms => src/Forms}/GridField/GridField.php (100%) rename {Forms => src/Forms}/GridField/GridFieldAddExistingAutocompleter.php (100%) rename {Forms => src/Forms}/GridField/GridFieldAddNewButton.php (100%) rename {Forms => src/Forms}/GridField/GridFieldButtonRow.php (100%) rename {Forms => src/Forms}/GridField/GridFieldComponent.php (100%) rename {Forms => src/Forms}/GridField/GridFieldConfig.php (100%) rename {Forms => src/Forms}/GridField/GridFieldConfig_Base.php (100%) rename {Forms => src/Forms}/GridField/GridFieldConfig_RecordEditor.php (100%) rename {Forms => src/Forms}/GridField/GridFieldConfig_RecordViewer.php (100%) rename {Forms => src/Forms}/GridField/GridFieldConfig_RelationEditor.php (100%) rename {Forms => src/Forms}/GridField/GridFieldDataColumns.php (100%) rename {Forms => src/Forms}/GridField/GridFieldDeleteAction.php (100%) rename {Forms => src/Forms}/GridField/GridFieldDetailForm.php (100%) rename {Forms => src/Forms}/GridField/GridFieldDetailForm_ItemRequest.php (100%) rename {Forms => src/Forms}/GridField/GridFieldEditButton.php (100%) rename {Forms => src/Forms}/GridField/GridFieldExportButton.php (100%) rename {Forms => src/Forms}/GridField/GridFieldFilterHeader.php (100%) rename {Forms => src/Forms}/GridField/GridFieldFooter.php (100%) rename {Forms => src/Forms}/GridField/GridFieldLevelup.php (100%) rename {Forms => src/Forms}/GridField/GridFieldPageCount.php (100%) rename {Forms => src/Forms}/GridField/GridFieldPaginator.php (100%) rename {Forms => src/Forms}/GridField/GridFieldPrintButton.php (100%) rename {Forms => src/Forms}/GridField/GridFieldSortableHeader.php (100%) rename {Forms => src/Forms}/GridField/GridFieldToolbarHeader.php (100%) rename {Forms => src/Forms}/GridField/GridFieldViewButton.php (100%) rename {Forms => src/Forms}/GridField/GridField_ActionProvider.php (100%) rename {Forms => src/Forms}/GridField/GridField_ColumnProvider.php (100%) rename {Forms => src/Forms}/GridField/GridField_DataManipulator.php (100%) rename {Forms => src/Forms}/GridField/GridField_FormAction.php (100%) rename {Forms => src/Forms}/GridField/GridField_HTMLProvider.php (100%) rename {Forms => src/Forms}/GridField/GridField_SaveHandler.php (100%) rename {Forms => src/Forms}/GridField/GridField_URLHandler.php (100%) rename {Forms => src/Forms}/GridField/GridState.php (100%) rename {Forms => src/Forms}/GridField/GridState_Component.php (100%) rename {Forms => src/Forms}/GridField/GridState_Data.php (100%) rename {Forms => src/Forms}/GroupedDropdownField.php (100%) rename {Forms => src/Forms}/HTMLEditor/EmbedShortcodeProvider.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorConfig.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_Embed.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_File.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_Flash.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_Image.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_Readonly.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorField_Toolbar.php (100%) rename {Forms => src/Forms}/HTMLEditor/HTMLEditorSanitiser.php (100%) rename {Forms => src/Forms}/HTMLEditor/TinyMCEConfig.php (100%) rename {Forms => src/Forms}/HTMLReadonlyField.php (100%) rename {Forms => src/Forms}/HeaderField.php (100%) rename {Forms => src/Forms}/HiddenField.php (100%) rename {Forms => src/Forms}/InlineFormAction.php (100%) rename {Forms => src/Forms}/InlineFormAction_ReadOnly.php (100%) rename {Forms => src/Forms}/LabelField.php (100%) rename {Forms => src/Forms}/ListboxField.php (100%) rename {Forms => src/Forms}/LiteralField.php (100%) rename {Forms => src/Forms}/LookupField.php (100%) rename {Forms => src/Forms}/MemberDatetimeOptionsetField.php (100%) rename {Forms => src/Forms}/MoneyField.php (100%) rename {Forms => src/Forms}/MultiSelectField.php (100%) rename {Forms => src/Forms}/NullableField.php (100%) rename {Forms => src/Forms}/NumericField.php (100%) rename {Forms => src/Forms}/NumericField_Readonly.php (100%) rename {Forms => src/Forms}/OptionsetField.php (100%) rename {Forms => src/Forms}/PasswordField.php (100%) rename {Forms => src/Forms}/PhoneNumberField.php (100%) rename {Forms => src/Forms}/PopoverField.php (100%) rename {Forms => src/Forms}/PrintableTransformation.php (100%) rename {Forms => src/Forms}/PrintableTransformation_TabSet.php (100%) rename {Forms => src/Forms}/ReadonlyField.php (100%) rename {Forms => src/Forms}/ReadonlyTransformation.php (100%) rename {Forms => src/Forms}/RequiredFields.php (100%) rename {Forms => src/Forms}/ResetFormAction.php (100%) rename {Forms => src/Forms}/Schema/FormSchema.php (100%) rename {Forms => src/Forms}/SelectField.php (100%) rename {Forms => src/Forms}/SelectionGroup.php (100%) rename {Forms => src/Forms}/SelectionGroup_Item.php (100%) rename {Forms => src/Forms}/SingleSelectField.php (100%) rename {Forms => src/Forms}/Tab.php (100%) rename {Forms => src/Forms}/TabSet.php (100%) rename {Forms => src/Forms}/TextField.php (100%) rename {Forms => src/Forms}/TextareaField.php (100%) rename {Forms => src/Forms}/TimeField.php (100%) rename {Forms => src/Forms}/TimeField_Readonly.php (100%) rename {Forms => src/Forms}/ToggleCompositeField.php (100%) rename {Forms => src/Forms}/TreeDropdownField.php (100%) rename {Forms => src/Forms}/TreeDropdownField_Readonly.php (100%) rename {Forms => src/Forms}/TreeMultiselectField.php (100%) rename {Forms => src/Forms}/TreeMultiselectField_Readonly.php (100%) rename {Forms => src/Forms}/UploadField.php (100%) rename {Forms => src/Forms}/UploadField_ItemHandler.php (100%) rename {Forms => src/Forms}/UploadField_SelectHandler.php (100%) rename {Forms => src/Forms}/Validator.php (100%) rename {Logging => src/Logging}/DebugViewFriendlyErrorFormatter.php (100%) rename {Logging => src/Logging}/DetailedErrorFormatter.php (100%) rename {Logging => src/Logging}/HTTPOutputHandler.php (100%) rename {Logging => src/Logging}/Log.php (100%) rename {Logging => src/Logging}/MonologErrorHandler.php (100%) rename {ORM => src/ORM}/ArrayLib.php (100%) rename {ORM => src/ORM}/ArrayList.php (100%) rename {ORM => src/ORM}/Connect/DBConnector.php (100%) rename {ORM => src/ORM}/Connect/DBQueryBuilder.php (100%) rename {ORM => src/ORM}/Connect/DBSchemaManager.php (100%) rename {ORM => src/ORM}/Connect/Database.php (100%) rename {ORM => src/ORM}/Connect/DatabaseException.php (100%) rename {ORM => src/ORM}/Connect/MySQLDatabase.php (100%) rename {ORM => src/ORM}/Connect/MySQLQuery.php (100%) rename {ORM => src/ORM}/Connect/MySQLQueryBuilder.php (100%) rename {ORM => src/ORM}/Connect/MySQLSchemaManager.php (100%) rename {ORM => src/ORM}/Connect/MySQLStatement.php (100%) rename {ORM => src/ORM}/Connect/MySQLiConnector.php (100%) rename {ORM => src/ORM}/Connect/PDOConnector.php (100%) rename {ORM => src/ORM}/Connect/PDOQuery.php (100%) rename {ORM => src/ORM}/Connect/Query.php (100%) rename {ORM => src/ORM}/DB.php (100%) rename {ORM => src/ORM}/DataExtension.php (100%) rename {ORM => src/ORM}/DataList.php (100%) rename {ORM => src/ORM}/DataModel.php (100%) rename {ORM => src/ORM}/DataObject.php (100%) rename {ORM => src/ORM}/DataObjectInterface.php (100%) rename {ORM => src/ORM}/DataObjectSchema.php (100%) rename {ORM => src/ORM}/DataQuery.php (100%) rename {ORM => src/ORM}/DataQueryManipulator.php (100%) rename {ORM => src/ORM}/DataQuery_SubGroup.php (100%) rename {ORM => src/ORM}/DatabaseAdmin.php (100%) rename {ORM => src/ORM}/FieldType/DBBoolean.php (100%) rename {ORM => src/ORM}/FieldType/DBClassName.php (100%) rename {ORM => src/ORM}/FieldType/DBComposite.php (100%) rename {ORM => src/ORM}/FieldType/DBCurrency.php (100%) rename {ORM => src/ORM}/FieldType/DBDate.php (100%) rename {ORM => src/ORM}/FieldType/DBDatetime.php (100%) rename {ORM => src/ORM}/FieldType/DBDecimal.php (100%) rename {ORM => src/ORM}/FieldType/DBDouble.php (100%) rename {ORM => src/ORM}/FieldType/DBEnum.php (100%) rename {ORM => src/ORM}/FieldType/DBField.php (100%) rename {ORM => src/ORM}/FieldType/DBFloat.php (100%) rename {ORM => src/ORM}/FieldType/DBForeignKey.php (100%) rename {ORM => src/ORM}/FieldType/DBHTMLText.php (100%) rename {ORM => src/ORM}/FieldType/DBHTMLVarchar.php (100%) rename {ORM => src/ORM}/FieldType/DBInt.php (100%) rename {ORM => src/ORM}/FieldType/DBLocale.php (100%) rename {ORM => src/ORM}/FieldType/DBMoney.php (100%) rename {ORM => src/ORM}/FieldType/DBMultiEnum.php (100%) rename {ORM => src/ORM}/FieldType/DBPercentage.php (100%) rename {ORM => src/ORM}/FieldType/DBPolymorphicForeignKey.php (100%) rename {ORM => src/ORM}/FieldType/DBPrimaryKey.php (100%) rename {ORM => src/ORM}/FieldType/DBString.php (100%) rename {ORM => src/ORM}/FieldType/DBText.php (100%) rename {ORM => src/ORM}/FieldType/DBTime.php (100%) rename {ORM => src/ORM}/FieldType/DBVarchar.php (100%) rename {ORM => src/ORM}/FieldType/DBYear.php (100%) rename {ORM => src/ORM}/Filterable.php (100%) rename {ORM => src/ORM}/Filters/ComparisonFilter.php (100%) rename {ORM => src/ORM}/Filters/EndsWithFilter.php (100%) rename {ORM => src/ORM}/Filters/ExactMatchFilter.php (100%) rename {ORM => src/ORM}/Filters/FulltextFilter.php (100%) rename {ORM => src/ORM}/Filters/GreaterThanFilter.php (100%) rename {ORM => src/ORM}/Filters/GreaterThanOrEqualFilter.php (100%) rename {ORM => src/ORM}/Filters/LessThanFilter.php (100%) rename {ORM => src/ORM}/Filters/LessThanOrEqualFilter.php (100%) rename {ORM => src/ORM}/Filters/PartialMatchFilter.php (100%) rename {ORM => src/ORM}/Filters/SearchFilter.php (100%) rename {ORM => src/ORM}/Filters/StartsWithFilter.php (100%) rename {ORM => src/ORM}/Filters/WithinRangeFilter.php (100%) rename {ORM => src/ORM}/GroupedList.php (100%) rename {ORM => src/ORM}/HasManyList.php (100%) rename {ORM => src/ORM}/HiddenClass.php (100%) rename {ORM => src/ORM}/Hierarchy/Hierarchy.php (100%) rename {ORM => src/ORM}/Limitable.php (100%) rename {ORM => src/ORM}/ListDecorator.php (100%) rename {ORM => src/ORM}/ManyManyList.php (100%) rename {ORM => src/ORM}/ManyManyThroughList.php (100%) rename {ORM => src/ORM}/ManyManyThroughQueryManipulator.php (100%) rename {ORM => src/ORM}/Map.php (100%) rename {ORM => src/ORM}/Map_Iterator.php (100%) rename {ORM => src/ORM}/PaginatedList.php (100%) rename {ORM => src/ORM}/PolymorphicHasManyList.php (100%) rename {ORM => src/ORM}/Queries/SQLAssignmentRow.php (100%) rename {ORM => src/ORM}/Queries/SQLConditionGroup.php (100%) rename {ORM => src/ORM}/Queries/SQLConditionalExpression.php (100%) rename {ORM => src/ORM}/Queries/SQLDelete.php (100%) rename {ORM => src/ORM}/Queries/SQLExpression.php (100%) rename {ORM => src/ORM}/Queries/SQLInsert.php (100%) rename {ORM => src/ORM}/Queries/SQLSelect.php (100%) rename {ORM => src/ORM}/Queries/SQLUpdate.php (100%) rename {ORM => src/ORM}/Queries/SQLWriteExpression.php (100%) rename {ORM => src/ORM}/Relation.php (100%) rename {ORM => src/ORM}/RelationList.php (100%) rename {ORM => src/ORM}/SS_List.php (100%) rename {ORM => src/ORM}/Search/FulltextSearchable.php (100%) rename {ORM => src/ORM}/Search/SearchContext.php (100%) rename {ORM => src/ORM}/Sortable.php (100%) rename {ORM => src/ORM}/UnexpectedDataException.php (100%) rename {ORM => src/ORM}/UnsavedRelationList.php (100%) rename {ORM => src/ORM}/ValidationException.php (100%) rename {ORM => src/ORM}/ValidationResult.php (100%) rename {ORM => src/ORM}/Versioning/ChangeSet.php (100%) rename {ORM => src/ORM}/Versioning/ChangeSetItem.php (100%) rename {ORM => src/ORM}/Versioning/DataDifferencer.php (100%) rename {ORM => src/ORM}/Versioning/VersionableExtension.php (100%) rename {ORM => src/ORM}/Versioning/Versioned.php (100%) rename {ORM => src/ORM}/Versioning/VersionedGridFieldDetailForm.php (100%) rename {ORM => src/ORM}/Versioning/VersionedGridFieldItemRequest.php (100%) rename {ORM => src/ORM}/Versioning/Versioned_Version.php (100%) rename {Security => src/Security}/Authenticator.php (100%) rename {Security => src/Security}/BasicAuth.php (100%) rename {Security => src/Security}/CMSMemberLoginForm.php (100%) rename {Security => src/Security}/CMSSecurity.php (100%) rename {Security => src/Security}/ChangePasswordForm.php (100%) rename {Security => src/Security}/Group.php (100%) rename {Security => src/Security}/GroupCsvBulkLoader.php (100%) rename {Security => src/Security}/LoginAttempt.php (100%) rename {Security => src/Security}/LoginForm.php (100%) rename {Security => src/Security}/Member.php (100%) rename {Security => src/Security}/MemberAuthenticator.php (100%) rename {Security => src/Security}/MemberCsvBulkLoader.php (100%) rename {Security => src/Security}/MemberLoginForm.php (100%) rename {Security => src/Security}/MemberPassword.php (100%) rename {Security => src/Security}/Member_GroupSet.php (100%) rename {Security => src/Security}/Member_Validator.php (100%) rename {Security => src/Security}/NullSecurityToken.php (100%) rename {Security => src/Security}/PasswordEncryptor.php (100%) rename {Security => src/Security}/PasswordEncryptor_Blowfish.php (100%) rename {Security => src/Security}/PasswordEncryptor_EncryptionFailed.php (100%) rename {Security => src/Security}/PasswordEncryptor_LegacyPHPHash.php (100%) rename {Security => src/Security}/PasswordEncryptor_MySQLOldPassword.php (100%) rename {Security => src/Security}/PasswordEncryptor_MySQLPassword.php (100%) rename {Security => src/Security}/PasswordEncryptor_None.php (100%) rename {Security => src/Security}/PasswordEncryptor_NotFoundException.php (100%) rename {Security => src/Security}/PasswordEncryptor_PHPHash.php (100%) rename {Security => src/Security}/PasswordValidator.php (100%) rename {Security => src/Security}/Permission.php (100%) rename {Security => src/Security}/PermissionCheckboxSetField.php (100%) rename {Security => src/Security}/PermissionCheckboxSetField_Readonly.php (100%) rename {Security => src/Security}/PermissionFailureException.php (100%) rename {Security => src/Security}/PermissionProvider.php (100%) rename {Security => src/Security}/PermissionRole.php (100%) rename {Security => src/Security}/PermissionRoleCode.php (100%) rename {Security => src/Security}/Permission_Group.php (100%) rename {Security => src/Security}/RandomGenerator.php (100%) rename {Security => src/Security}/RememberLoginHash.php (100%) rename {Security => src/Security}/Security.php (100%) rename {Security => src/Security}/SecurityToken.php (100%) rename {View => src/View}/ArrayData.php (100%) rename {View => src/View}/GenericTemplateGlobalProvider.php (100%) rename {View => src/View}/JSMinifier.php (100%) rename {View => src/View}/Parsers/Diff.php (100%) rename {View => src/View}/Parsers/HTML4Value.php (100%) rename {View => src/View}/Parsers/HTMLCleaner.php (100%) rename {View => src/View}/Parsers/HTMLValue.php (100%) rename {View => src/View}/Parsers/PurifierHTMLCleaner.php (100%) rename {View => src/View}/Parsers/SQLFormatter.php (100%) rename {View => src/View}/Parsers/ShortcodeHandler.php (100%) rename {View => src/View}/Parsers/ShortcodeParser.php (100%) rename {View => src/View}/Parsers/TidyHTMLCleaner.php (100%) rename {View => src/View}/Parsers/Transliterator.php (100%) rename {View => src/View}/Parsers/URLSegmentFilter.php (100%) rename {View => src/View}/Requirements.php (100%) rename {View => src/View}/Requirements_Backend.php (100%) rename {View => src/View}/Requirements_Minifier.php (100%) rename {View => src/View}/SSTemplateParseException.php (100%) rename {View => src/View}/SSTemplateParser.php (100%) rename {View => src/View}/SSTemplateParser.php.inc (100%) rename {View => src/View}/SSViewer.php (100%) rename {View => src/View}/SSViewer_BasicIteratorSupport.php (100%) rename {View => src/View}/SSViewer_DataPresenter.php (100%) rename {View => src/View}/SSViewer_FromString.php (100%) rename {View => src/View}/SSViewer_Scope.php (100%) rename {View => src/View}/TemplateGlobalProvider.php (100%) rename {View => src/View}/TemplateIteratorProvider.php (100%) rename {View => src/View}/TemplateParser.php (100%) rename {View => src/View}/ThemeList.php (100%) rename {View => src/View}/ThemeManifest.php (100%) rename {View => src/View}/ThemeResourceLoader.php (100%) rename {View => src/View}/ViewableData.php (100%) rename {View => src/View}/ViewableData_Customised.php (100%) rename {View => src/View}/ViewableData_Debugger.php (100%) rename {i18n => src/i18n}/i18n.php (100%) rename {i18n => src/i18n}/i18nEntityProvider.php (100%) rename {i18n => src/i18n}/i18nRailsYamlAdapter.php (100%) rename {i18n => src/i18n}/i18nTextCollector.php (100%) rename {i18n => src/i18n}/i18nTextCollector_Parser.php (100%) rename {i18n => src/i18n}/i18nTextCollector_Writer.php (100%) rename {i18n => src/i18n}/i18nTextCollector_Writer_RailsYaml.php (100%) rename {i18n => src/i18n}/i18nTranslateAdapterInterface.php (100%) diff --git a/Assets/AssetControlExtension.php b/src/Assets/AssetControlExtension.php similarity index 100% rename from Assets/AssetControlExtension.php rename to src/Assets/AssetControlExtension.php diff --git a/Assets/AssetManipulationList.php b/src/Assets/AssetManipulationList.php similarity index 100% rename from Assets/AssetManipulationList.php rename to src/Assets/AssetManipulationList.php diff --git a/Assets/File.php b/src/Assets/File.php similarity index 100% rename from Assets/File.php rename to src/Assets/File.php diff --git a/Assets/FileFinder.php b/src/Assets/FileFinder.php similarity index 100% rename from Assets/FileFinder.php rename to src/Assets/FileFinder.php diff --git a/Assets/FileMigrationHelper.php b/src/Assets/FileMigrationHelper.php similarity index 100% rename from Assets/FileMigrationHelper.php rename to src/Assets/FileMigrationHelper.php diff --git a/Assets/FileNameFilter.php b/src/Assets/FileNameFilter.php similarity index 100% rename from Assets/FileNameFilter.php rename to src/Assets/FileNameFilter.php diff --git a/Assets/Filesystem.php b/src/Assets/Filesystem.php similarity index 100% rename from Assets/Filesystem.php rename to src/Assets/Filesystem.php diff --git a/Assets/Flysystem/AssetAdapter.php b/src/Assets/Flysystem/AssetAdapter.php similarity index 100% rename from Assets/Flysystem/AssetAdapter.php rename to src/Assets/Flysystem/AssetAdapter.php diff --git a/Assets/Flysystem/FlysystemAssetStore.php b/src/Assets/Flysystem/FlysystemAssetStore.php similarity index 100% rename from Assets/Flysystem/FlysystemAssetStore.php rename to src/Assets/Flysystem/FlysystemAssetStore.php diff --git a/Assets/Flysystem/GeneratedAssetHandler.php b/src/Assets/Flysystem/GeneratedAssetHandler.php similarity index 100% rename from Assets/Flysystem/GeneratedAssetHandler.php rename to src/Assets/Flysystem/GeneratedAssetHandler.php diff --git a/Assets/Flysystem/ProtectedAdapter.php b/src/Assets/Flysystem/ProtectedAdapter.php similarity index 100% rename from Assets/Flysystem/ProtectedAdapter.php rename to src/Assets/Flysystem/ProtectedAdapter.php diff --git a/Assets/Flysystem/ProtectedAssetAdapter.php b/src/Assets/Flysystem/ProtectedAssetAdapter.php similarity index 100% rename from Assets/Flysystem/ProtectedAssetAdapter.php rename to src/Assets/Flysystem/ProtectedAssetAdapter.php diff --git a/Assets/Flysystem/PublicAdapter.php b/src/Assets/Flysystem/PublicAdapter.php similarity index 100% rename from Assets/Flysystem/PublicAdapter.php rename to src/Assets/Flysystem/PublicAdapter.php diff --git a/Assets/Flysystem/PublicAssetAdapter.php b/src/Assets/Flysystem/PublicAssetAdapter.php similarity index 100% rename from Assets/Flysystem/PublicAssetAdapter.php rename to src/Assets/Flysystem/PublicAssetAdapter.php diff --git a/Assets/Folder.php b/src/Assets/Folder.php similarity index 100% rename from Assets/Folder.php rename to src/Assets/Folder.php diff --git a/Assets/GDBackend.php b/src/Assets/GDBackend.php similarity index 100% rename from Assets/GDBackend.php rename to src/Assets/GDBackend.php diff --git a/Assets/Image.php b/src/Assets/Image.php similarity index 100% rename from Assets/Image.php rename to src/Assets/Image.php diff --git a/Assets/ImageManipulation.php b/src/Assets/ImageManipulation.php similarity index 100% rename from Assets/ImageManipulation.php rename to src/Assets/ImageManipulation.php diff --git a/Assets/Image_Backend.php b/src/Assets/Image_Backend.php similarity index 100% rename from Assets/Image_Backend.php rename to src/Assets/Image_Backend.php diff --git a/Assets/ImagickBackend.php b/src/Assets/ImagickBackend.php similarity index 100% rename from Assets/ImagickBackend.php rename to src/Assets/ImagickBackend.php diff --git a/Assets/Storage/AssetContainer.php b/src/Assets/Storage/AssetContainer.php similarity index 100% rename from Assets/Storage/AssetContainer.php rename to src/Assets/Storage/AssetContainer.php diff --git a/Assets/Storage/AssetNameGenerator.php b/src/Assets/Storage/AssetNameGenerator.php similarity index 100% rename from Assets/Storage/AssetNameGenerator.php rename to src/Assets/Storage/AssetNameGenerator.php diff --git a/Assets/Storage/AssetStore.php b/src/Assets/Storage/AssetStore.php similarity index 100% rename from Assets/Storage/AssetStore.php rename to src/Assets/Storage/AssetStore.php diff --git a/Assets/Storage/AssetStoreRouter.php b/src/Assets/Storage/AssetStoreRouter.php similarity index 100% rename from Assets/Storage/AssetStoreRouter.php rename to src/Assets/Storage/AssetStoreRouter.php diff --git a/Assets/Storage/DBFile.php b/src/Assets/Storage/DBFile.php similarity index 100% rename from Assets/Storage/DBFile.php rename to src/Assets/Storage/DBFile.php diff --git a/Assets/Storage/DefaultAssetNameGenerator.php b/src/Assets/Storage/DefaultAssetNameGenerator.php similarity index 100% rename from Assets/Storage/DefaultAssetNameGenerator.php rename to src/Assets/Storage/DefaultAssetNameGenerator.php diff --git a/Assets/Storage/GeneratedAssetHandler.php b/src/Assets/Storage/GeneratedAssetHandler.php similarity index 100% rename from Assets/Storage/GeneratedAssetHandler.php rename to src/Assets/Storage/GeneratedAssetHandler.php diff --git a/Assets/Storage/ProtectedFileController.php b/src/Assets/Storage/ProtectedFileController.php similarity index 100% rename from Assets/Storage/ProtectedFileController.php rename to src/Assets/Storage/ProtectedFileController.php diff --git a/Assets/Thumbnail.php b/src/Assets/Thumbnail.php similarity index 100% rename from Assets/Thumbnail.php rename to src/Assets/Thumbnail.php diff --git a/Assets/Upload.php b/src/Assets/Upload.php similarity index 100% rename from Assets/Upload.php rename to src/Assets/Upload.php diff --git a/Assets/Upload_Validator.php b/src/Assets/Upload_Validator.php similarity index 100% rename from Assets/Upload_Validator.php rename to src/Assets/Upload_Validator.php diff --git a/Control/CliController.php b/src/Control/CliController.php similarity index 100% rename from Control/CliController.php rename to src/Control/CliController.php diff --git a/Control/ContentNegotiator.php b/src/Control/ContentNegotiator.php similarity index 100% rename from Control/ContentNegotiator.php rename to src/Control/ContentNegotiator.php diff --git a/Control/Controller.php b/src/Control/Controller.php similarity index 100% rename from Control/Controller.php rename to src/Control/Controller.php diff --git a/Control/Cookie.php b/src/Control/Cookie.php similarity index 100% rename from Control/Cookie.php rename to src/Control/Cookie.php diff --git a/Control/CookieJar.php b/src/Control/CookieJar.php similarity index 100% rename from Control/CookieJar.php rename to src/Control/CookieJar.php diff --git a/Control/Cookie_Backend.php b/src/Control/Cookie_Backend.php similarity index 100% rename from Control/Cookie_Backend.php rename to src/Control/Cookie_Backend.php diff --git a/Control/Director.php b/src/Control/Director.php similarity index 100% rename from Control/Director.php rename to src/Control/Director.php diff --git a/Control/Email/Email.php b/src/Control/Email/Email.php similarity index 100% rename from Control/Email/Email.php rename to src/Control/Email/Email.php diff --git a/Control/Email/Mailer.php b/src/Control/Email/Mailer.php similarity index 100% rename from Control/Email/Mailer.php rename to src/Control/Email/Mailer.php diff --git a/Control/FlushRequestFilter.php b/src/Control/FlushRequestFilter.php similarity index 100% rename from Control/FlushRequestFilter.php rename to src/Control/FlushRequestFilter.php diff --git a/Control/HTTP.php b/src/Control/HTTP.php similarity index 100% rename from Control/HTTP.php rename to src/Control/HTTP.php diff --git a/Control/HTTPRequest.php b/src/Control/HTTPRequest.php similarity index 100% rename from Control/HTTPRequest.php rename to src/Control/HTTPRequest.php diff --git a/Control/HTTPResponse.php b/src/Control/HTTPResponse.php similarity index 100% rename from Control/HTTPResponse.php rename to src/Control/HTTPResponse.php diff --git a/Control/HTTPResponse_Exception.php b/src/Control/HTTPResponse_Exception.php similarity index 100% rename from Control/HTTPResponse_Exception.php rename to src/Control/HTTPResponse_Exception.php diff --git a/Control/IPUtils.php b/src/Control/IPUtils.php similarity index 100% rename from Control/IPUtils.php rename to src/Control/IPUtils.php diff --git a/Control/NestedController.php b/src/Control/NestedController.php similarity index 100% rename from Control/NestedController.php rename to src/Control/NestedController.php diff --git a/Control/NullHTTPRequest.php b/src/Control/NullHTTPRequest.php similarity index 100% rename from Control/NullHTTPRequest.php rename to src/Control/NullHTTPRequest.php diff --git a/Control/PjaxResponseNegotiator.php b/src/Control/PjaxResponseNegotiator.php similarity index 100% rename from Control/PjaxResponseNegotiator.php rename to src/Control/PjaxResponseNegotiator.php diff --git a/Control/RSS/RSSFeed.php b/src/Control/RSS/RSSFeed.php similarity index 100% rename from Control/RSS/RSSFeed.php rename to src/Control/RSS/RSSFeed.php diff --git a/Control/RSS/RSSFeed_Entry.php b/src/Control/RSS/RSSFeed_Entry.php similarity index 100% rename from Control/RSS/RSSFeed_Entry.php rename to src/Control/RSS/RSSFeed_Entry.php diff --git a/Control/RequestFilter.php b/src/Control/RequestFilter.php similarity index 100% rename from Control/RequestFilter.php rename to src/Control/RequestFilter.php diff --git a/Control/RequestHandler.php b/src/Control/RequestHandler.php similarity index 100% rename from Control/RequestHandler.php rename to src/Control/RequestHandler.php diff --git a/Control/RequestProcessor.php b/src/Control/RequestProcessor.php similarity index 100% rename from Control/RequestProcessor.php rename to src/Control/RequestProcessor.php diff --git a/Control/Session.php b/src/Control/Session.php similarity index 100% rename from Control/Session.php rename to src/Control/Session.php diff --git a/Control/VersionedRequestFilter.php b/src/Control/VersionedRequestFilter.php similarity index 100% rename from Control/VersionedRequestFilter.php rename to src/Control/VersionedRequestFilter.php diff --git a/Core/Cache.php b/src/Core/Cache.php similarity index 100% rename from Core/Cache.php rename to src/Core/Cache.php diff --git a/Core/ClassInfo.php b/src/Core/ClassInfo.php similarity index 100% rename from Core/ClassInfo.php rename to src/Core/ClassInfo.php diff --git a/Core/Config/Config.php b/src/Core/Config/Config.php similarity index 100% rename from Core/Config/Config.php rename to src/Core/Config/Config.php diff --git a/Core/Config/Config_ForClass.php b/src/Core/Config/Config_ForClass.php similarity index 100% rename from Core/Config/Config_ForClass.php rename to src/Core/Config/Config_ForClass.php diff --git a/Core/Config/Config_MemCache.php b/src/Core/Config/Config_MemCache.php similarity index 100% rename from Core/Config/Config_MemCache.php rename to src/Core/Config/Config_MemCache.php diff --git a/Core/Config/Configurable.php b/src/Core/Config/Configurable.php similarity index 100% rename from Core/Config/Configurable.php rename to src/Core/Config/Configurable.php diff --git a/Core/Config/DAG.php b/src/Core/Config/DAG.php similarity index 100% rename from Core/Config/DAG.php rename to src/Core/Config/DAG.php diff --git a/Core/Config/DAG_CyclicException.php b/src/Core/Config/DAG_CyclicException.php similarity index 100% rename from Core/Config/DAG_CyclicException.php rename to src/Core/Config/DAG_CyclicException.php diff --git a/Core/Config/DAG_Iterator.php b/src/Core/Config/DAG_Iterator.php similarity index 100% rename from Core/Config/DAG_Iterator.php rename to src/Core/Config/DAG_Iterator.php diff --git a/Core/Constants.php b/src/Core/Constants.php similarity index 100% rename from Core/Constants.php rename to src/Core/Constants.php diff --git a/Core/Convert.php b/src/Core/Convert.php similarity index 100% rename from Core/Convert.php rename to src/Core/Convert.php diff --git a/Core/Core.php b/src/Core/Core.php similarity index 100% rename from Core/Core.php rename to src/Core/Core.php diff --git a/Core/CustomMethods.php b/src/Core/CustomMethods.php similarity index 100% rename from Core/CustomMethods.php rename to src/Core/CustomMethods.php diff --git a/Core/Extensible.php b/src/Core/Extensible.php similarity index 100% rename from Core/Extensible.php rename to src/Core/Extensible.php diff --git a/Core/Extension.php b/src/Core/Extension.php similarity index 100% rename from Core/Extension.php rename to src/Core/Extension.php diff --git a/Core/Flushable.php b/src/Core/Flushable.php similarity index 100% rename from Core/Flushable.php rename to src/Core/Flushable.php diff --git a/Core/Injector/AfterCallAspect.php b/src/Core/Injector/AfterCallAspect.php similarity index 100% rename from Core/Injector/AfterCallAspect.php rename to src/Core/Injector/AfterCallAspect.php diff --git a/Core/Injector/AopProxyService.php b/src/Core/Injector/AopProxyService.php similarity index 100% rename from Core/Injector/AopProxyService.php rename to src/Core/Injector/AopProxyService.php diff --git a/Core/Injector/BeforeCallAspect.php b/src/Core/Injector/BeforeCallAspect.php similarity index 100% rename from Core/Injector/BeforeCallAspect.php rename to src/Core/Injector/BeforeCallAspect.php diff --git a/Core/Injector/Factory.php b/src/Core/Injector/Factory.php similarity index 100% rename from Core/Injector/Factory.php rename to src/Core/Injector/Factory.php diff --git a/Core/Injector/Injectable.php b/src/Core/Injector/Injectable.php similarity index 100% rename from Core/Injector/Injectable.php rename to src/Core/Injector/Injectable.php diff --git a/Core/Injector/InjectionCreator.php b/src/Core/Injector/InjectionCreator.php similarity index 100% rename from Core/Injector/InjectionCreator.php rename to src/Core/Injector/InjectionCreator.php diff --git a/Core/Injector/Injector.php b/src/Core/Injector/Injector.php similarity index 100% rename from Core/Injector/Injector.php rename to src/Core/Injector/Injector.php diff --git a/Core/Injector/ServiceConfigurationLocator.php b/src/Core/Injector/ServiceConfigurationLocator.php similarity index 100% rename from Core/Injector/ServiceConfigurationLocator.php rename to src/Core/Injector/ServiceConfigurationLocator.php diff --git a/Core/Injector/SilverStripeServiceConfigurationLocator.php b/src/Core/Injector/SilverStripeServiceConfigurationLocator.php similarity index 100% rename from Core/Injector/SilverStripeServiceConfigurationLocator.php rename to src/Core/Injector/SilverStripeServiceConfigurationLocator.php diff --git a/Core/Manifest/ClassLoader.php b/src/Core/Manifest/ClassLoader.php similarity index 100% rename from Core/Manifest/ClassLoader.php rename to src/Core/Manifest/ClassLoader.php diff --git a/Core/Manifest/ClassManifest.php b/src/Core/Manifest/ClassManifest.php similarity index 100% rename from Core/Manifest/ClassManifest.php rename to src/Core/Manifest/ClassManifest.php diff --git a/Core/Manifest/ConfigManifest.php b/src/Core/Manifest/ConfigManifest.php similarity index 100% rename from Core/Manifest/ConfigManifest.php rename to src/Core/Manifest/ConfigManifest.php diff --git a/Core/Manifest/ConfigStaticManifest.php b/src/Core/Manifest/ConfigStaticManifest.php similarity index 100% rename from Core/Manifest/ConfigStaticManifest.php rename to src/Core/Manifest/ConfigStaticManifest.php diff --git a/Core/Manifest/ManifestCache.php b/src/Core/Manifest/ManifestCache.php similarity index 100% rename from Core/Manifest/ManifestCache.php rename to src/Core/Manifest/ManifestCache.php diff --git a/Core/Manifest/ManifestCache_APC.php b/src/Core/Manifest/ManifestCache_APC.php similarity index 100% rename from Core/Manifest/ManifestCache_APC.php rename to src/Core/Manifest/ManifestCache_APC.php diff --git a/Core/Manifest/ManifestCache_File.php b/src/Core/Manifest/ManifestCache_File.php similarity index 100% rename from Core/Manifest/ManifestCache_File.php rename to src/Core/Manifest/ManifestCache_File.php diff --git a/Core/Manifest/ManifestCache_File_PHP.php b/src/Core/Manifest/ManifestCache_File_PHP.php similarity index 100% rename from Core/Manifest/ManifestCache_File_PHP.php rename to src/Core/Manifest/ManifestCache_File_PHP.php diff --git a/Core/Manifest/ManifestFileFinder.php b/src/Core/Manifest/ManifestFileFinder.php similarity index 100% rename from Core/Manifest/ManifestFileFinder.php rename to src/Core/Manifest/ManifestFileFinder.php diff --git a/Core/Manifest/TokenisedRegularExpression.php b/src/Core/Manifest/TokenisedRegularExpression.php similarity index 100% rename from Core/Manifest/TokenisedRegularExpression.php rename to src/Core/Manifest/TokenisedRegularExpression.php diff --git a/Core/Object.php b/src/Core/Object.php similarity index 100% rename from Core/Object.php rename to src/Core/Object.php diff --git a/Core/Startup/ErrorControlChain.php b/src/Core/Startup/ErrorControlChain.php similarity index 100% rename from Core/Startup/ErrorControlChain.php rename to src/Core/Startup/ErrorControlChain.php diff --git a/Core/Startup/ParameterConfirmationToken.php b/src/Core/Startup/ParameterConfirmationToken.php similarity index 100% rename from Core/Startup/ParameterConfirmationToken.php rename to src/Core/Startup/ParameterConfirmationToken.php diff --git a/Core/TempPath.php b/src/Core/TempPath.php similarity index 100% rename from Core/TempPath.php rename to src/Core/TempPath.php diff --git a/Dev/Backtrace.php b/src/Dev/Backtrace.php similarity index 100% rename from Dev/Backtrace.php rename to src/Dev/Backtrace.php diff --git a/Dev/BehatFixtureFactory.php b/src/Dev/BehatFixtureFactory.php similarity index 100% rename from Dev/BehatFixtureFactory.php rename to src/Dev/BehatFixtureFactory.php diff --git a/Dev/BuildTask.php b/src/Dev/BuildTask.php similarity index 100% rename from Dev/BuildTask.php rename to src/Dev/BuildTask.php diff --git a/Dev/BulkLoader.php b/src/Dev/BulkLoader.php similarity index 100% rename from Dev/BulkLoader.php rename to src/Dev/BulkLoader.php diff --git a/Dev/BulkLoader_Result.php b/src/Dev/BulkLoader_Result.php similarity index 100% rename from Dev/BulkLoader_Result.php rename to src/Dev/BulkLoader_Result.php diff --git a/Dev/CLI.php b/src/Dev/CLI.php similarity index 100% rename from Dev/CLI.php rename to src/Dev/CLI.php diff --git a/Dev/CSSContentParser.php b/src/Dev/CSSContentParser.php similarity index 100% rename from Dev/CSSContentParser.php rename to src/Dev/CSSContentParser.php diff --git a/Dev/CSVParser.php b/src/Dev/CSVParser.php similarity index 100% rename from Dev/CSVParser.php rename to src/Dev/CSVParser.php diff --git a/Dev/CliDebugView.php b/src/Dev/CliDebugView.php similarity index 100% rename from Dev/CliDebugView.php rename to src/Dev/CliDebugView.php diff --git a/Dev/CliTestReporter.php b/src/Dev/CliTestReporter.php similarity index 100% rename from Dev/CliTestReporter.php rename to src/Dev/CliTestReporter.php diff --git a/Dev/CsvBulkLoader.php b/src/Dev/CsvBulkLoader.php similarity index 100% rename from Dev/CsvBulkLoader.php rename to src/Dev/CsvBulkLoader.php diff --git a/Dev/Debug.php b/src/Dev/Debug.php similarity index 100% rename from Dev/Debug.php rename to src/Dev/Debug.php diff --git a/Dev/DebugView.php b/src/Dev/DebugView.php similarity index 100% rename from Dev/DebugView.php rename to src/Dev/DebugView.php diff --git a/Dev/Deprecation.php b/src/Dev/Deprecation.php similarity index 100% rename from Dev/Deprecation.php rename to src/Dev/Deprecation.php diff --git a/Dev/DevBuildController.php b/src/Dev/DevBuildController.php similarity index 100% rename from Dev/DevBuildController.php rename to src/Dev/DevBuildController.php diff --git a/Dev/DevelopmentAdmin.php b/src/Dev/DevelopmentAdmin.php similarity index 100% rename from Dev/DevelopmentAdmin.php rename to src/Dev/DevelopmentAdmin.php diff --git a/Dev/FixtureBlueprint.php b/src/Dev/FixtureBlueprint.php similarity index 100% rename from Dev/FixtureBlueprint.php rename to src/Dev/FixtureBlueprint.php diff --git a/Dev/FixtureFactory.php b/src/Dev/FixtureFactory.php similarity index 100% rename from Dev/FixtureFactory.php rename to src/Dev/FixtureFactory.php diff --git a/Dev/FunctionalTest.php b/src/Dev/FunctionalTest.php similarity index 100% rename from Dev/FunctionalTest.php rename to src/Dev/FunctionalTest.php diff --git a/Dev/Install/DatabaseAdapterRegistry.php b/src/Dev/Install/DatabaseAdapterRegistry.php similarity index 100% rename from Dev/Install/DatabaseAdapterRegistry.php rename to src/Dev/Install/DatabaseAdapterRegistry.php diff --git a/Dev/Install/DatabaseConfigurationHelper.php b/src/Dev/Install/DatabaseConfigurationHelper.php similarity index 100% rename from Dev/Install/DatabaseConfigurationHelper.php rename to src/Dev/Install/DatabaseConfigurationHelper.php diff --git a/Dev/Install/MySQLDatabaseConfigurationHelper.php b/src/Dev/Install/MySQLDatabaseConfigurationHelper.php similarity index 100% rename from Dev/Install/MySQLDatabaseConfigurationHelper.php rename to src/Dev/Install/MySQLDatabaseConfigurationHelper.php diff --git a/Dev/Install/client/dist/images/ss-logo.png b/src/Dev/Install/client/dist/images/ss-logo.png similarity index 100% rename from Dev/Install/client/dist/images/ss-logo.png rename to src/Dev/Install/client/dist/images/ss-logo.png diff --git a/Dev/Install/client/dist/js/install.js b/src/Dev/Install/client/dist/js/install.js similarity index 100% rename from Dev/Install/client/dist/js/install.js rename to src/Dev/Install/client/dist/js/install.js diff --git a/Dev/Install/client/dist/styles/install.css b/src/Dev/Install/client/dist/styles/install.css similarity index 100% rename from Dev/Install/client/dist/styles/install.css rename to src/Dev/Install/client/dist/styles/install.css diff --git a/dev/install/client/src/images/arrows.png b/src/Dev/Install/client/src/images/arrows.png similarity index 100% rename from dev/install/client/src/images/arrows.png rename to src/Dev/Install/client/src/images/arrows.png diff --git a/dev/install/client/src/images/logo.gif b/src/Dev/Install/client/src/images/logo.gif similarity index 100% rename from dev/install/client/src/images/logo.gif rename to src/Dev/Install/client/src/images/logo.gif diff --git a/dev/install/client/src/images/question.png b/src/Dev/Install/client/src/images/question.png similarity index 100% rename from dev/install/client/src/images/question.png rename to src/Dev/Install/client/src/images/question.png diff --git a/Dev/Install/client/src/styles/install.scss b/src/Dev/Install/client/src/styles/install.scss similarity index 100% rename from Dev/Install/client/src/styles/install.scss rename to src/Dev/Install/client/src/styles/install.scss diff --git a/Dev/Install/config-form.html b/src/Dev/Install/config-form.html similarity index 100% rename from Dev/Install/config-form.html rename to src/Dev/Install/config-form.html diff --git a/Dev/Install/install.php b/src/Dev/Install/install.php similarity index 100% rename from Dev/Install/install.php rename to src/Dev/Install/install.php diff --git a/Dev/Install/install.php5 b/src/Dev/Install/install.php5 similarity index 100% rename from Dev/Install/install.php5 rename to src/Dev/Install/install.php5 diff --git a/Dev/Install/php5-required.html b/src/Dev/Install/php5-required.html similarity index 100% rename from Dev/Install/php5-required.html rename to src/Dev/Install/php5-required.html diff --git a/Dev/InstallerTest.php b/src/Dev/InstallerTest.php similarity index 100% rename from Dev/InstallerTest.php rename to src/Dev/InstallerTest.php diff --git a/Dev/MigrationTask.php b/src/Dev/MigrationTask.php similarity index 100% rename from Dev/MigrationTask.php rename to src/Dev/MigrationTask.php diff --git a/Dev/SapphireInfo.php b/src/Dev/SapphireInfo.php similarity index 100% rename from Dev/SapphireInfo.php rename to src/Dev/SapphireInfo.php diff --git a/Dev/SapphireREPL.php b/src/Dev/SapphireREPL.php similarity index 100% rename from Dev/SapphireREPL.php rename to src/Dev/SapphireREPL.php diff --git a/Dev/SapphireTest.php b/src/Dev/SapphireTest.php similarity index 100% rename from Dev/SapphireTest.php rename to src/Dev/SapphireTest.php diff --git a/Dev/SapphireTestReporter.php b/src/Dev/SapphireTestReporter.php similarity index 100% rename from Dev/SapphireTestReporter.php rename to src/Dev/SapphireTestReporter.php diff --git a/Dev/SilverStripeListener.php b/src/Dev/SilverStripeListener.php similarity index 100% rename from Dev/SilverStripeListener.php rename to src/Dev/SilverStripeListener.php diff --git a/Dev/TaskRunner.php b/src/Dev/TaskRunner.php similarity index 100% rename from Dev/TaskRunner.php rename to src/Dev/TaskRunner.php diff --git a/Dev/Tasks/CleanupTestDatabasesTask.php b/src/Dev/Tasks/CleanupTestDatabasesTask.php similarity index 100% rename from Dev/Tasks/CleanupTestDatabasesTask.php rename to src/Dev/Tasks/CleanupTestDatabasesTask.php diff --git a/Dev/Tasks/MigrateFileTask.php b/src/Dev/Tasks/MigrateFileTask.php similarity index 100% rename from Dev/Tasks/MigrateFileTask.php rename to src/Dev/Tasks/MigrateFileTask.php diff --git a/Dev/Tasks/i18nTextCollectorTask.php b/src/Dev/Tasks/i18nTextCollectorTask.php similarity index 100% rename from Dev/Tasks/i18nTextCollectorTask.php rename to src/Dev/Tasks/i18nTextCollectorTask.php diff --git a/Dev/TeamCityListener.php b/src/Dev/TeamCityListener.php similarity index 100% rename from Dev/TeamCityListener.php rename to src/Dev/TeamCityListener.php diff --git a/Dev/TestListener.php b/src/Dev/TestListener.php similarity index 100% rename from Dev/TestListener.php rename to src/Dev/TestListener.php diff --git a/Dev/TestMailer.php b/src/Dev/TestMailer.php similarity index 100% rename from Dev/TestMailer.php rename to src/Dev/TestMailer.php diff --git a/Dev/TestOnly.php b/src/Dev/TestOnly.php similarity index 100% rename from Dev/TestOnly.php rename to src/Dev/TestOnly.php diff --git a/Dev/TestSession.php b/src/Dev/TestSession.php similarity index 100% rename from Dev/TestSession.php rename to src/Dev/TestSession.php diff --git a/Dev/TestSession_STResponseWrapper.php b/src/Dev/TestSession_STResponseWrapper.php similarity index 100% rename from Dev/TestSession_STResponseWrapper.php rename to src/Dev/TestSession_STResponseWrapper.php diff --git a/Dev/YamlFixture.php b/src/Dev/YamlFixture.php similarity index 100% rename from Dev/YamlFixture.php rename to src/Dev/YamlFixture.php diff --git a/Forms/AssetField.php b/src/Forms/AssetField.php similarity index 100% rename from Forms/AssetField.php rename to src/Forms/AssetField.php diff --git a/Forms/CheckboxField.php b/src/Forms/CheckboxField.php similarity index 100% rename from Forms/CheckboxField.php rename to src/Forms/CheckboxField.php diff --git a/Forms/CheckboxField_Readonly.php b/src/Forms/CheckboxField_Readonly.php similarity index 100% rename from Forms/CheckboxField_Readonly.php rename to src/Forms/CheckboxField_Readonly.php diff --git a/Forms/CheckboxSetField.php b/src/Forms/CheckboxSetField.php similarity index 100% rename from Forms/CheckboxSetField.php rename to src/Forms/CheckboxSetField.php diff --git a/Forms/CompositeField.php b/src/Forms/CompositeField.php similarity index 100% rename from Forms/CompositeField.php rename to src/Forms/CompositeField.php diff --git a/Forms/ConfirmedPasswordField.php b/src/Forms/ConfirmedPasswordField.php similarity index 100% rename from Forms/ConfirmedPasswordField.php rename to src/Forms/ConfirmedPasswordField.php diff --git a/Forms/CountryDropdownField.php b/src/Forms/CountryDropdownField.php similarity index 100% rename from Forms/CountryDropdownField.php rename to src/Forms/CountryDropdownField.php diff --git a/Forms/CreditCardField.php b/src/Forms/CreditCardField.php similarity index 100% rename from Forms/CreditCardField.php rename to src/Forms/CreditCardField.php diff --git a/Forms/CurrencyField.php b/src/Forms/CurrencyField.php similarity index 100% rename from Forms/CurrencyField.php rename to src/Forms/CurrencyField.php diff --git a/Forms/CurrencyField_Disabled.php b/src/Forms/CurrencyField_Disabled.php similarity index 100% rename from Forms/CurrencyField_Disabled.php rename to src/Forms/CurrencyField_Disabled.php diff --git a/Forms/CurrencyField_Readonly.php b/src/Forms/CurrencyField_Readonly.php similarity index 100% rename from Forms/CurrencyField_Readonly.php rename to src/Forms/CurrencyField_Readonly.php diff --git a/Forms/DatalessField.php b/src/Forms/DatalessField.php similarity index 100% rename from Forms/DatalessField.php rename to src/Forms/DatalessField.php diff --git a/Forms/DateField.php b/src/Forms/DateField.php similarity index 100% rename from Forms/DateField.php rename to src/Forms/DateField.php diff --git a/Forms/DateField_Disabled.php b/src/Forms/DateField_Disabled.php similarity index 100% rename from Forms/DateField_Disabled.php rename to src/Forms/DateField_Disabled.php diff --git a/Forms/DateField_View_JQuery.php b/src/Forms/DateField_View_JQuery.php similarity index 100% rename from Forms/DateField_View_JQuery.php rename to src/Forms/DateField_View_JQuery.php diff --git a/Forms/DatetimeField.php b/src/Forms/DatetimeField.php similarity index 100% rename from Forms/DatetimeField.php rename to src/Forms/DatetimeField.php diff --git a/Forms/DefaultFormFactory.php b/src/Forms/DefaultFormFactory.php similarity index 100% rename from Forms/DefaultFormFactory.php rename to src/Forms/DefaultFormFactory.php diff --git a/Forms/DisabledTransformation.php b/src/Forms/DisabledTransformation.php similarity index 100% rename from Forms/DisabledTransformation.php rename to src/Forms/DisabledTransformation.php diff --git a/Forms/DropdownField.php b/src/Forms/DropdownField.php similarity index 100% rename from Forms/DropdownField.php rename to src/Forms/DropdownField.php diff --git a/Forms/EmailField.php b/src/Forms/EmailField.php similarity index 100% rename from Forms/EmailField.php rename to src/Forms/EmailField.php diff --git a/Forms/FieldGroup.php b/src/Forms/FieldGroup.php similarity index 100% rename from Forms/FieldGroup.php rename to src/Forms/FieldGroup.php diff --git a/Forms/FieldList.php b/src/Forms/FieldList.php similarity index 100% rename from Forms/FieldList.php rename to src/Forms/FieldList.php diff --git a/Forms/FileField.php b/src/Forms/FileField.php similarity index 100% rename from Forms/FileField.php rename to src/Forms/FileField.php diff --git a/Forms/Form.php b/src/Forms/Form.php similarity index 100% rename from Forms/Form.php rename to src/Forms/Form.php diff --git a/Forms/FormAction.php b/src/Forms/FormAction.php similarity index 100% rename from Forms/FormAction.php rename to src/Forms/FormAction.php diff --git a/Forms/FormFactory.php b/src/Forms/FormFactory.php similarity index 100% rename from Forms/FormFactory.php rename to src/Forms/FormFactory.php diff --git a/Forms/FormField.php b/src/Forms/FormField.php similarity index 100% rename from Forms/FormField.php rename to src/Forms/FormField.php diff --git a/Forms/FormScaffolder.php b/src/Forms/FormScaffolder.php similarity index 100% rename from Forms/FormScaffolder.php rename to src/Forms/FormScaffolder.php diff --git a/Forms/FormTemplateHelper.php b/src/Forms/FormTemplateHelper.php similarity index 100% rename from Forms/FormTemplateHelper.php rename to src/Forms/FormTemplateHelper.php diff --git a/Forms/FormTransformation.php b/src/Forms/FormTransformation.php similarity index 100% rename from Forms/FormTransformation.php rename to src/Forms/FormTransformation.php diff --git a/Forms/Form_FieldMap.php b/src/Forms/Form_FieldMap.php similarity index 100% rename from Forms/Form_FieldMap.php rename to src/Forms/Form_FieldMap.php diff --git a/Forms/GridField/GridField.php b/src/Forms/GridField/GridField.php similarity index 100% rename from Forms/GridField/GridField.php rename to src/Forms/GridField/GridField.php diff --git a/Forms/GridField/GridFieldAddExistingAutocompleter.php b/src/Forms/GridField/GridFieldAddExistingAutocompleter.php similarity index 100% rename from Forms/GridField/GridFieldAddExistingAutocompleter.php rename to src/Forms/GridField/GridFieldAddExistingAutocompleter.php diff --git a/Forms/GridField/GridFieldAddNewButton.php b/src/Forms/GridField/GridFieldAddNewButton.php similarity index 100% rename from Forms/GridField/GridFieldAddNewButton.php rename to src/Forms/GridField/GridFieldAddNewButton.php diff --git a/Forms/GridField/GridFieldButtonRow.php b/src/Forms/GridField/GridFieldButtonRow.php similarity index 100% rename from Forms/GridField/GridFieldButtonRow.php rename to src/Forms/GridField/GridFieldButtonRow.php diff --git a/Forms/GridField/GridFieldComponent.php b/src/Forms/GridField/GridFieldComponent.php similarity index 100% rename from Forms/GridField/GridFieldComponent.php rename to src/Forms/GridField/GridFieldComponent.php diff --git a/Forms/GridField/GridFieldConfig.php b/src/Forms/GridField/GridFieldConfig.php similarity index 100% rename from Forms/GridField/GridFieldConfig.php rename to src/Forms/GridField/GridFieldConfig.php diff --git a/Forms/GridField/GridFieldConfig_Base.php b/src/Forms/GridField/GridFieldConfig_Base.php similarity index 100% rename from Forms/GridField/GridFieldConfig_Base.php rename to src/Forms/GridField/GridFieldConfig_Base.php diff --git a/Forms/GridField/GridFieldConfig_RecordEditor.php b/src/Forms/GridField/GridFieldConfig_RecordEditor.php similarity index 100% rename from Forms/GridField/GridFieldConfig_RecordEditor.php rename to src/Forms/GridField/GridFieldConfig_RecordEditor.php diff --git a/Forms/GridField/GridFieldConfig_RecordViewer.php b/src/Forms/GridField/GridFieldConfig_RecordViewer.php similarity index 100% rename from Forms/GridField/GridFieldConfig_RecordViewer.php rename to src/Forms/GridField/GridFieldConfig_RecordViewer.php diff --git a/Forms/GridField/GridFieldConfig_RelationEditor.php b/src/Forms/GridField/GridFieldConfig_RelationEditor.php similarity index 100% rename from Forms/GridField/GridFieldConfig_RelationEditor.php rename to src/Forms/GridField/GridFieldConfig_RelationEditor.php diff --git a/Forms/GridField/GridFieldDataColumns.php b/src/Forms/GridField/GridFieldDataColumns.php similarity index 100% rename from Forms/GridField/GridFieldDataColumns.php rename to src/Forms/GridField/GridFieldDataColumns.php diff --git a/Forms/GridField/GridFieldDeleteAction.php b/src/Forms/GridField/GridFieldDeleteAction.php similarity index 100% rename from Forms/GridField/GridFieldDeleteAction.php rename to src/Forms/GridField/GridFieldDeleteAction.php diff --git a/Forms/GridField/GridFieldDetailForm.php b/src/Forms/GridField/GridFieldDetailForm.php similarity index 100% rename from Forms/GridField/GridFieldDetailForm.php rename to src/Forms/GridField/GridFieldDetailForm.php diff --git a/Forms/GridField/GridFieldDetailForm_ItemRequest.php b/src/Forms/GridField/GridFieldDetailForm_ItemRequest.php similarity index 100% rename from Forms/GridField/GridFieldDetailForm_ItemRequest.php rename to src/Forms/GridField/GridFieldDetailForm_ItemRequest.php diff --git a/Forms/GridField/GridFieldEditButton.php b/src/Forms/GridField/GridFieldEditButton.php similarity index 100% rename from Forms/GridField/GridFieldEditButton.php rename to src/Forms/GridField/GridFieldEditButton.php diff --git a/Forms/GridField/GridFieldExportButton.php b/src/Forms/GridField/GridFieldExportButton.php similarity index 100% rename from Forms/GridField/GridFieldExportButton.php rename to src/Forms/GridField/GridFieldExportButton.php diff --git a/Forms/GridField/GridFieldFilterHeader.php b/src/Forms/GridField/GridFieldFilterHeader.php similarity index 100% rename from Forms/GridField/GridFieldFilterHeader.php rename to src/Forms/GridField/GridFieldFilterHeader.php diff --git a/Forms/GridField/GridFieldFooter.php b/src/Forms/GridField/GridFieldFooter.php similarity index 100% rename from Forms/GridField/GridFieldFooter.php rename to src/Forms/GridField/GridFieldFooter.php diff --git a/Forms/GridField/GridFieldLevelup.php b/src/Forms/GridField/GridFieldLevelup.php similarity index 100% rename from Forms/GridField/GridFieldLevelup.php rename to src/Forms/GridField/GridFieldLevelup.php diff --git a/Forms/GridField/GridFieldPageCount.php b/src/Forms/GridField/GridFieldPageCount.php similarity index 100% rename from Forms/GridField/GridFieldPageCount.php rename to src/Forms/GridField/GridFieldPageCount.php diff --git a/Forms/GridField/GridFieldPaginator.php b/src/Forms/GridField/GridFieldPaginator.php similarity index 100% rename from Forms/GridField/GridFieldPaginator.php rename to src/Forms/GridField/GridFieldPaginator.php diff --git a/Forms/GridField/GridFieldPrintButton.php b/src/Forms/GridField/GridFieldPrintButton.php similarity index 100% rename from Forms/GridField/GridFieldPrintButton.php rename to src/Forms/GridField/GridFieldPrintButton.php diff --git a/Forms/GridField/GridFieldSortableHeader.php b/src/Forms/GridField/GridFieldSortableHeader.php similarity index 100% rename from Forms/GridField/GridFieldSortableHeader.php rename to src/Forms/GridField/GridFieldSortableHeader.php diff --git a/Forms/GridField/GridFieldToolbarHeader.php b/src/Forms/GridField/GridFieldToolbarHeader.php similarity index 100% rename from Forms/GridField/GridFieldToolbarHeader.php rename to src/Forms/GridField/GridFieldToolbarHeader.php diff --git a/Forms/GridField/GridFieldViewButton.php b/src/Forms/GridField/GridFieldViewButton.php similarity index 100% rename from Forms/GridField/GridFieldViewButton.php rename to src/Forms/GridField/GridFieldViewButton.php diff --git a/Forms/GridField/GridField_ActionProvider.php b/src/Forms/GridField/GridField_ActionProvider.php similarity index 100% rename from Forms/GridField/GridField_ActionProvider.php rename to src/Forms/GridField/GridField_ActionProvider.php diff --git a/Forms/GridField/GridField_ColumnProvider.php b/src/Forms/GridField/GridField_ColumnProvider.php similarity index 100% rename from Forms/GridField/GridField_ColumnProvider.php rename to src/Forms/GridField/GridField_ColumnProvider.php diff --git a/Forms/GridField/GridField_DataManipulator.php b/src/Forms/GridField/GridField_DataManipulator.php similarity index 100% rename from Forms/GridField/GridField_DataManipulator.php rename to src/Forms/GridField/GridField_DataManipulator.php diff --git a/Forms/GridField/GridField_FormAction.php b/src/Forms/GridField/GridField_FormAction.php similarity index 100% rename from Forms/GridField/GridField_FormAction.php rename to src/Forms/GridField/GridField_FormAction.php diff --git a/Forms/GridField/GridField_HTMLProvider.php b/src/Forms/GridField/GridField_HTMLProvider.php similarity index 100% rename from Forms/GridField/GridField_HTMLProvider.php rename to src/Forms/GridField/GridField_HTMLProvider.php diff --git a/Forms/GridField/GridField_SaveHandler.php b/src/Forms/GridField/GridField_SaveHandler.php similarity index 100% rename from Forms/GridField/GridField_SaveHandler.php rename to src/Forms/GridField/GridField_SaveHandler.php diff --git a/Forms/GridField/GridField_URLHandler.php b/src/Forms/GridField/GridField_URLHandler.php similarity index 100% rename from Forms/GridField/GridField_URLHandler.php rename to src/Forms/GridField/GridField_URLHandler.php diff --git a/Forms/GridField/GridState.php b/src/Forms/GridField/GridState.php similarity index 100% rename from Forms/GridField/GridState.php rename to src/Forms/GridField/GridState.php diff --git a/Forms/GridField/GridState_Component.php b/src/Forms/GridField/GridState_Component.php similarity index 100% rename from Forms/GridField/GridState_Component.php rename to src/Forms/GridField/GridState_Component.php diff --git a/Forms/GridField/GridState_Data.php b/src/Forms/GridField/GridState_Data.php similarity index 100% rename from Forms/GridField/GridState_Data.php rename to src/Forms/GridField/GridState_Data.php diff --git a/Forms/GroupedDropdownField.php b/src/Forms/GroupedDropdownField.php similarity index 100% rename from Forms/GroupedDropdownField.php rename to src/Forms/GroupedDropdownField.php diff --git a/Forms/HTMLEditor/EmbedShortcodeProvider.php b/src/Forms/HTMLEditor/EmbedShortcodeProvider.php similarity index 100% rename from Forms/HTMLEditor/EmbedShortcodeProvider.php rename to src/Forms/HTMLEditor/EmbedShortcodeProvider.php diff --git a/Forms/HTMLEditor/HTMLEditorConfig.php b/src/Forms/HTMLEditor/HTMLEditorConfig.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorConfig.php rename to src/Forms/HTMLEditor/HTMLEditorConfig.php diff --git a/Forms/HTMLEditor/HTMLEditorField.php b/src/Forms/HTMLEditor/HTMLEditorField.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField.php rename to src/Forms/HTMLEditor/HTMLEditorField.php diff --git a/Forms/HTMLEditor/HTMLEditorField_Embed.php b/src/Forms/HTMLEditor/HTMLEditorField_Embed.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_Embed.php rename to src/Forms/HTMLEditor/HTMLEditorField_Embed.php diff --git a/Forms/HTMLEditor/HTMLEditorField_File.php b/src/Forms/HTMLEditor/HTMLEditorField_File.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_File.php rename to src/Forms/HTMLEditor/HTMLEditorField_File.php diff --git a/Forms/HTMLEditor/HTMLEditorField_Flash.php b/src/Forms/HTMLEditor/HTMLEditorField_Flash.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_Flash.php rename to src/Forms/HTMLEditor/HTMLEditorField_Flash.php diff --git a/Forms/HTMLEditor/HTMLEditorField_Image.php b/src/Forms/HTMLEditor/HTMLEditorField_Image.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_Image.php rename to src/Forms/HTMLEditor/HTMLEditorField_Image.php diff --git a/Forms/HTMLEditor/HTMLEditorField_Readonly.php b/src/Forms/HTMLEditor/HTMLEditorField_Readonly.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_Readonly.php rename to src/Forms/HTMLEditor/HTMLEditorField_Readonly.php diff --git a/Forms/HTMLEditor/HTMLEditorField_Toolbar.php b/src/Forms/HTMLEditor/HTMLEditorField_Toolbar.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorField_Toolbar.php rename to src/Forms/HTMLEditor/HTMLEditorField_Toolbar.php diff --git a/Forms/HTMLEditor/HTMLEditorSanitiser.php b/src/Forms/HTMLEditor/HTMLEditorSanitiser.php similarity index 100% rename from Forms/HTMLEditor/HTMLEditorSanitiser.php rename to src/Forms/HTMLEditor/HTMLEditorSanitiser.php diff --git a/Forms/HTMLEditor/TinyMCEConfig.php b/src/Forms/HTMLEditor/TinyMCEConfig.php similarity index 100% rename from Forms/HTMLEditor/TinyMCEConfig.php rename to src/Forms/HTMLEditor/TinyMCEConfig.php diff --git a/Forms/HTMLReadonlyField.php b/src/Forms/HTMLReadonlyField.php similarity index 100% rename from Forms/HTMLReadonlyField.php rename to src/Forms/HTMLReadonlyField.php diff --git a/Forms/HeaderField.php b/src/Forms/HeaderField.php similarity index 100% rename from Forms/HeaderField.php rename to src/Forms/HeaderField.php diff --git a/Forms/HiddenField.php b/src/Forms/HiddenField.php similarity index 100% rename from Forms/HiddenField.php rename to src/Forms/HiddenField.php diff --git a/Forms/InlineFormAction.php b/src/Forms/InlineFormAction.php similarity index 100% rename from Forms/InlineFormAction.php rename to src/Forms/InlineFormAction.php diff --git a/Forms/InlineFormAction_ReadOnly.php b/src/Forms/InlineFormAction_ReadOnly.php similarity index 100% rename from Forms/InlineFormAction_ReadOnly.php rename to src/Forms/InlineFormAction_ReadOnly.php diff --git a/Forms/LabelField.php b/src/Forms/LabelField.php similarity index 100% rename from Forms/LabelField.php rename to src/Forms/LabelField.php diff --git a/Forms/ListboxField.php b/src/Forms/ListboxField.php similarity index 100% rename from Forms/ListboxField.php rename to src/Forms/ListboxField.php diff --git a/Forms/LiteralField.php b/src/Forms/LiteralField.php similarity index 100% rename from Forms/LiteralField.php rename to src/Forms/LiteralField.php diff --git a/Forms/LookupField.php b/src/Forms/LookupField.php similarity index 100% rename from Forms/LookupField.php rename to src/Forms/LookupField.php diff --git a/Forms/MemberDatetimeOptionsetField.php b/src/Forms/MemberDatetimeOptionsetField.php similarity index 100% rename from Forms/MemberDatetimeOptionsetField.php rename to src/Forms/MemberDatetimeOptionsetField.php diff --git a/Forms/MoneyField.php b/src/Forms/MoneyField.php similarity index 100% rename from Forms/MoneyField.php rename to src/Forms/MoneyField.php diff --git a/Forms/MultiSelectField.php b/src/Forms/MultiSelectField.php similarity index 100% rename from Forms/MultiSelectField.php rename to src/Forms/MultiSelectField.php diff --git a/Forms/NullableField.php b/src/Forms/NullableField.php similarity index 100% rename from Forms/NullableField.php rename to src/Forms/NullableField.php diff --git a/Forms/NumericField.php b/src/Forms/NumericField.php similarity index 100% rename from Forms/NumericField.php rename to src/Forms/NumericField.php diff --git a/Forms/NumericField_Readonly.php b/src/Forms/NumericField_Readonly.php similarity index 100% rename from Forms/NumericField_Readonly.php rename to src/Forms/NumericField_Readonly.php diff --git a/Forms/OptionsetField.php b/src/Forms/OptionsetField.php similarity index 100% rename from Forms/OptionsetField.php rename to src/Forms/OptionsetField.php diff --git a/Forms/PasswordField.php b/src/Forms/PasswordField.php similarity index 100% rename from Forms/PasswordField.php rename to src/Forms/PasswordField.php diff --git a/Forms/PhoneNumberField.php b/src/Forms/PhoneNumberField.php similarity index 100% rename from Forms/PhoneNumberField.php rename to src/Forms/PhoneNumberField.php diff --git a/Forms/PopoverField.php b/src/Forms/PopoverField.php similarity index 100% rename from Forms/PopoverField.php rename to src/Forms/PopoverField.php diff --git a/Forms/PrintableTransformation.php b/src/Forms/PrintableTransformation.php similarity index 100% rename from Forms/PrintableTransformation.php rename to src/Forms/PrintableTransformation.php diff --git a/Forms/PrintableTransformation_TabSet.php b/src/Forms/PrintableTransformation_TabSet.php similarity index 100% rename from Forms/PrintableTransformation_TabSet.php rename to src/Forms/PrintableTransformation_TabSet.php diff --git a/Forms/ReadonlyField.php b/src/Forms/ReadonlyField.php similarity index 100% rename from Forms/ReadonlyField.php rename to src/Forms/ReadonlyField.php diff --git a/Forms/ReadonlyTransformation.php b/src/Forms/ReadonlyTransformation.php similarity index 100% rename from Forms/ReadonlyTransformation.php rename to src/Forms/ReadonlyTransformation.php diff --git a/Forms/RequiredFields.php b/src/Forms/RequiredFields.php similarity index 100% rename from Forms/RequiredFields.php rename to src/Forms/RequiredFields.php diff --git a/Forms/ResetFormAction.php b/src/Forms/ResetFormAction.php similarity index 100% rename from Forms/ResetFormAction.php rename to src/Forms/ResetFormAction.php diff --git a/Forms/Schema/FormSchema.php b/src/Forms/Schema/FormSchema.php similarity index 100% rename from Forms/Schema/FormSchema.php rename to src/Forms/Schema/FormSchema.php diff --git a/Forms/SelectField.php b/src/Forms/SelectField.php similarity index 100% rename from Forms/SelectField.php rename to src/Forms/SelectField.php diff --git a/Forms/SelectionGroup.php b/src/Forms/SelectionGroup.php similarity index 100% rename from Forms/SelectionGroup.php rename to src/Forms/SelectionGroup.php diff --git a/Forms/SelectionGroup_Item.php b/src/Forms/SelectionGroup_Item.php similarity index 100% rename from Forms/SelectionGroup_Item.php rename to src/Forms/SelectionGroup_Item.php diff --git a/Forms/SingleSelectField.php b/src/Forms/SingleSelectField.php similarity index 100% rename from Forms/SingleSelectField.php rename to src/Forms/SingleSelectField.php diff --git a/Forms/Tab.php b/src/Forms/Tab.php similarity index 100% rename from Forms/Tab.php rename to src/Forms/Tab.php diff --git a/Forms/TabSet.php b/src/Forms/TabSet.php similarity index 100% rename from Forms/TabSet.php rename to src/Forms/TabSet.php diff --git a/Forms/TextField.php b/src/Forms/TextField.php similarity index 100% rename from Forms/TextField.php rename to src/Forms/TextField.php diff --git a/Forms/TextareaField.php b/src/Forms/TextareaField.php similarity index 100% rename from Forms/TextareaField.php rename to src/Forms/TextareaField.php diff --git a/Forms/TimeField.php b/src/Forms/TimeField.php similarity index 100% rename from Forms/TimeField.php rename to src/Forms/TimeField.php diff --git a/Forms/TimeField_Readonly.php b/src/Forms/TimeField_Readonly.php similarity index 100% rename from Forms/TimeField_Readonly.php rename to src/Forms/TimeField_Readonly.php diff --git a/Forms/ToggleCompositeField.php b/src/Forms/ToggleCompositeField.php similarity index 100% rename from Forms/ToggleCompositeField.php rename to src/Forms/ToggleCompositeField.php diff --git a/Forms/TreeDropdownField.php b/src/Forms/TreeDropdownField.php similarity index 100% rename from Forms/TreeDropdownField.php rename to src/Forms/TreeDropdownField.php diff --git a/Forms/TreeDropdownField_Readonly.php b/src/Forms/TreeDropdownField_Readonly.php similarity index 100% rename from Forms/TreeDropdownField_Readonly.php rename to src/Forms/TreeDropdownField_Readonly.php diff --git a/Forms/TreeMultiselectField.php b/src/Forms/TreeMultiselectField.php similarity index 100% rename from Forms/TreeMultiselectField.php rename to src/Forms/TreeMultiselectField.php diff --git a/Forms/TreeMultiselectField_Readonly.php b/src/Forms/TreeMultiselectField_Readonly.php similarity index 100% rename from Forms/TreeMultiselectField_Readonly.php rename to src/Forms/TreeMultiselectField_Readonly.php diff --git a/Forms/UploadField.php b/src/Forms/UploadField.php similarity index 100% rename from Forms/UploadField.php rename to src/Forms/UploadField.php diff --git a/Forms/UploadField_ItemHandler.php b/src/Forms/UploadField_ItemHandler.php similarity index 100% rename from Forms/UploadField_ItemHandler.php rename to src/Forms/UploadField_ItemHandler.php diff --git a/Forms/UploadField_SelectHandler.php b/src/Forms/UploadField_SelectHandler.php similarity index 100% rename from Forms/UploadField_SelectHandler.php rename to src/Forms/UploadField_SelectHandler.php diff --git a/Forms/Validator.php b/src/Forms/Validator.php similarity index 100% rename from Forms/Validator.php rename to src/Forms/Validator.php diff --git a/Logging/DebugViewFriendlyErrorFormatter.php b/src/Logging/DebugViewFriendlyErrorFormatter.php similarity index 100% rename from Logging/DebugViewFriendlyErrorFormatter.php rename to src/Logging/DebugViewFriendlyErrorFormatter.php diff --git a/Logging/DetailedErrorFormatter.php b/src/Logging/DetailedErrorFormatter.php similarity index 100% rename from Logging/DetailedErrorFormatter.php rename to src/Logging/DetailedErrorFormatter.php diff --git a/Logging/HTTPOutputHandler.php b/src/Logging/HTTPOutputHandler.php similarity index 100% rename from Logging/HTTPOutputHandler.php rename to src/Logging/HTTPOutputHandler.php diff --git a/Logging/Log.php b/src/Logging/Log.php similarity index 100% rename from Logging/Log.php rename to src/Logging/Log.php diff --git a/Logging/MonologErrorHandler.php b/src/Logging/MonologErrorHandler.php similarity index 100% rename from Logging/MonologErrorHandler.php rename to src/Logging/MonologErrorHandler.php diff --git a/ORM/ArrayLib.php b/src/ORM/ArrayLib.php similarity index 100% rename from ORM/ArrayLib.php rename to src/ORM/ArrayLib.php diff --git a/ORM/ArrayList.php b/src/ORM/ArrayList.php similarity index 100% rename from ORM/ArrayList.php rename to src/ORM/ArrayList.php diff --git a/ORM/Connect/DBConnector.php b/src/ORM/Connect/DBConnector.php similarity index 100% rename from ORM/Connect/DBConnector.php rename to src/ORM/Connect/DBConnector.php diff --git a/ORM/Connect/DBQueryBuilder.php b/src/ORM/Connect/DBQueryBuilder.php similarity index 100% rename from ORM/Connect/DBQueryBuilder.php rename to src/ORM/Connect/DBQueryBuilder.php diff --git a/ORM/Connect/DBSchemaManager.php b/src/ORM/Connect/DBSchemaManager.php similarity index 100% rename from ORM/Connect/DBSchemaManager.php rename to src/ORM/Connect/DBSchemaManager.php diff --git a/ORM/Connect/Database.php b/src/ORM/Connect/Database.php similarity index 100% rename from ORM/Connect/Database.php rename to src/ORM/Connect/Database.php diff --git a/ORM/Connect/DatabaseException.php b/src/ORM/Connect/DatabaseException.php similarity index 100% rename from ORM/Connect/DatabaseException.php rename to src/ORM/Connect/DatabaseException.php diff --git a/ORM/Connect/MySQLDatabase.php b/src/ORM/Connect/MySQLDatabase.php similarity index 100% rename from ORM/Connect/MySQLDatabase.php rename to src/ORM/Connect/MySQLDatabase.php diff --git a/ORM/Connect/MySQLQuery.php b/src/ORM/Connect/MySQLQuery.php similarity index 100% rename from ORM/Connect/MySQLQuery.php rename to src/ORM/Connect/MySQLQuery.php diff --git a/ORM/Connect/MySQLQueryBuilder.php b/src/ORM/Connect/MySQLQueryBuilder.php similarity index 100% rename from ORM/Connect/MySQLQueryBuilder.php rename to src/ORM/Connect/MySQLQueryBuilder.php diff --git a/ORM/Connect/MySQLSchemaManager.php b/src/ORM/Connect/MySQLSchemaManager.php similarity index 100% rename from ORM/Connect/MySQLSchemaManager.php rename to src/ORM/Connect/MySQLSchemaManager.php diff --git a/ORM/Connect/MySQLStatement.php b/src/ORM/Connect/MySQLStatement.php similarity index 100% rename from ORM/Connect/MySQLStatement.php rename to src/ORM/Connect/MySQLStatement.php diff --git a/ORM/Connect/MySQLiConnector.php b/src/ORM/Connect/MySQLiConnector.php similarity index 100% rename from ORM/Connect/MySQLiConnector.php rename to src/ORM/Connect/MySQLiConnector.php diff --git a/ORM/Connect/PDOConnector.php b/src/ORM/Connect/PDOConnector.php similarity index 100% rename from ORM/Connect/PDOConnector.php rename to src/ORM/Connect/PDOConnector.php diff --git a/ORM/Connect/PDOQuery.php b/src/ORM/Connect/PDOQuery.php similarity index 100% rename from ORM/Connect/PDOQuery.php rename to src/ORM/Connect/PDOQuery.php diff --git a/ORM/Connect/Query.php b/src/ORM/Connect/Query.php similarity index 100% rename from ORM/Connect/Query.php rename to src/ORM/Connect/Query.php diff --git a/ORM/DB.php b/src/ORM/DB.php similarity index 100% rename from ORM/DB.php rename to src/ORM/DB.php diff --git a/ORM/DataExtension.php b/src/ORM/DataExtension.php similarity index 100% rename from ORM/DataExtension.php rename to src/ORM/DataExtension.php diff --git a/ORM/DataList.php b/src/ORM/DataList.php similarity index 100% rename from ORM/DataList.php rename to src/ORM/DataList.php diff --git a/ORM/DataModel.php b/src/ORM/DataModel.php similarity index 100% rename from ORM/DataModel.php rename to src/ORM/DataModel.php diff --git a/ORM/DataObject.php b/src/ORM/DataObject.php similarity index 100% rename from ORM/DataObject.php rename to src/ORM/DataObject.php diff --git a/ORM/DataObjectInterface.php b/src/ORM/DataObjectInterface.php similarity index 100% rename from ORM/DataObjectInterface.php rename to src/ORM/DataObjectInterface.php diff --git a/ORM/DataObjectSchema.php b/src/ORM/DataObjectSchema.php similarity index 100% rename from ORM/DataObjectSchema.php rename to src/ORM/DataObjectSchema.php diff --git a/ORM/DataQuery.php b/src/ORM/DataQuery.php similarity index 100% rename from ORM/DataQuery.php rename to src/ORM/DataQuery.php diff --git a/ORM/DataQueryManipulator.php b/src/ORM/DataQueryManipulator.php similarity index 100% rename from ORM/DataQueryManipulator.php rename to src/ORM/DataQueryManipulator.php diff --git a/ORM/DataQuery_SubGroup.php b/src/ORM/DataQuery_SubGroup.php similarity index 100% rename from ORM/DataQuery_SubGroup.php rename to src/ORM/DataQuery_SubGroup.php diff --git a/ORM/DatabaseAdmin.php b/src/ORM/DatabaseAdmin.php similarity index 100% rename from ORM/DatabaseAdmin.php rename to src/ORM/DatabaseAdmin.php diff --git a/ORM/FieldType/DBBoolean.php b/src/ORM/FieldType/DBBoolean.php similarity index 100% rename from ORM/FieldType/DBBoolean.php rename to src/ORM/FieldType/DBBoolean.php diff --git a/ORM/FieldType/DBClassName.php b/src/ORM/FieldType/DBClassName.php similarity index 100% rename from ORM/FieldType/DBClassName.php rename to src/ORM/FieldType/DBClassName.php diff --git a/ORM/FieldType/DBComposite.php b/src/ORM/FieldType/DBComposite.php similarity index 100% rename from ORM/FieldType/DBComposite.php rename to src/ORM/FieldType/DBComposite.php diff --git a/ORM/FieldType/DBCurrency.php b/src/ORM/FieldType/DBCurrency.php similarity index 100% rename from ORM/FieldType/DBCurrency.php rename to src/ORM/FieldType/DBCurrency.php diff --git a/ORM/FieldType/DBDate.php b/src/ORM/FieldType/DBDate.php similarity index 100% rename from ORM/FieldType/DBDate.php rename to src/ORM/FieldType/DBDate.php diff --git a/ORM/FieldType/DBDatetime.php b/src/ORM/FieldType/DBDatetime.php similarity index 100% rename from ORM/FieldType/DBDatetime.php rename to src/ORM/FieldType/DBDatetime.php diff --git a/ORM/FieldType/DBDecimal.php b/src/ORM/FieldType/DBDecimal.php similarity index 100% rename from ORM/FieldType/DBDecimal.php rename to src/ORM/FieldType/DBDecimal.php diff --git a/ORM/FieldType/DBDouble.php b/src/ORM/FieldType/DBDouble.php similarity index 100% rename from ORM/FieldType/DBDouble.php rename to src/ORM/FieldType/DBDouble.php diff --git a/ORM/FieldType/DBEnum.php b/src/ORM/FieldType/DBEnum.php similarity index 100% rename from ORM/FieldType/DBEnum.php rename to src/ORM/FieldType/DBEnum.php diff --git a/ORM/FieldType/DBField.php b/src/ORM/FieldType/DBField.php similarity index 100% rename from ORM/FieldType/DBField.php rename to src/ORM/FieldType/DBField.php diff --git a/ORM/FieldType/DBFloat.php b/src/ORM/FieldType/DBFloat.php similarity index 100% rename from ORM/FieldType/DBFloat.php rename to src/ORM/FieldType/DBFloat.php diff --git a/ORM/FieldType/DBForeignKey.php b/src/ORM/FieldType/DBForeignKey.php similarity index 100% rename from ORM/FieldType/DBForeignKey.php rename to src/ORM/FieldType/DBForeignKey.php diff --git a/ORM/FieldType/DBHTMLText.php b/src/ORM/FieldType/DBHTMLText.php similarity index 100% rename from ORM/FieldType/DBHTMLText.php rename to src/ORM/FieldType/DBHTMLText.php diff --git a/ORM/FieldType/DBHTMLVarchar.php b/src/ORM/FieldType/DBHTMLVarchar.php similarity index 100% rename from ORM/FieldType/DBHTMLVarchar.php rename to src/ORM/FieldType/DBHTMLVarchar.php diff --git a/ORM/FieldType/DBInt.php b/src/ORM/FieldType/DBInt.php similarity index 100% rename from ORM/FieldType/DBInt.php rename to src/ORM/FieldType/DBInt.php diff --git a/ORM/FieldType/DBLocale.php b/src/ORM/FieldType/DBLocale.php similarity index 100% rename from ORM/FieldType/DBLocale.php rename to src/ORM/FieldType/DBLocale.php diff --git a/ORM/FieldType/DBMoney.php b/src/ORM/FieldType/DBMoney.php similarity index 100% rename from ORM/FieldType/DBMoney.php rename to src/ORM/FieldType/DBMoney.php diff --git a/ORM/FieldType/DBMultiEnum.php b/src/ORM/FieldType/DBMultiEnum.php similarity index 100% rename from ORM/FieldType/DBMultiEnum.php rename to src/ORM/FieldType/DBMultiEnum.php diff --git a/ORM/FieldType/DBPercentage.php b/src/ORM/FieldType/DBPercentage.php similarity index 100% rename from ORM/FieldType/DBPercentage.php rename to src/ORM/FieldType/DBPercentage.php diff --git a/ORM/FieldType/DBPolymorphicForeignKey.php b/src/ORM/FieldType/DBPolymorphicForeignKey.php similarity index 100% rename from ORM/FieldType/DBPolymorphicForeignKey.php rename to src/ORM/FieldType/DBPolymorphicForeignKey.php diff --git a/ORM/FieldType/DBPrimaryKey.php b/src/ORM/FieldType/DBPrimaryKey.php similarity index 100% rename from ORM/FieldType/DBPrimaryKey.php rename to src/ORM/FieldType/DBPrimaryKey.php diff --git a/ORM/FieldType/DBString.php b/src/ORM/FieldType/DBString.php similarity index 100% rename from ORM/FieldType/DBString.php rename to src/ORM/FieldType/DBString.php diff --git a/ORM/FieldType/DBText.php b/src/ORM/FieldType/DBText.php similarity index 100% rename from ORM/FieldType/DBText.php rename to src/ORM/FieldType/DBText.php diff --git a/ORM/FieldType/DBTime.php b/src/ORM/FieldType/DBTime.php similarity index 100% rename from ORM/FieldType/DBTime.php rename to src/ORM/FieldType/DBTime.php diff --git a/ORM/FieldType/DBVarchar.php b/src/ORM/FieldType/DBVarchar.php similarity index 100% rename from ORM/FieldType/DBVarchar.php rename to src/ORM/FieldType/DBVarchar.php diff --git a/ORM/FieldType/DBYear.php b/src/ORM/FieldType/DBYear.php similarity index 100% rename from ORM/FieldType/DBYear.php rename to src/ORM/FieldType/DBYear.php diff --git a/ORM/Filterable.php b/src/ORM/Filterable.php similarity index 100% rename from ORM/Filterable.php rename to src/ORM/Filterable.php diff --git a/ORM/Filters/ComparisonFilter.php b/src/ORM/Filters/ComparisonFilter.php similarity index 100% rename from ORM/Filters/ComparisonFilter.php rename to src/ORM/Filters/ComparisonFilter.php diff --git a/ORM/Filters/EndsWithFilter.php b/src/ORM/Filters/EndsWithFilter.php similarity index 100% rename from ORM/Filters/EndsWithFilter.php rename to src/ORM/Filters/EndsWithFilter.php diff --git a/ORM/Filters/ExactMatchFilter.php b/src/ORM/Filters/ExactMatchFilter.php similarity index 100% rename from ORM/Filters/ExactMatchFilter.php rename to src/ORM/Filters/ExactMatchFilter.php diff --git a/ORM/Filters/FulltextFilter.php b/src/ORM/Filters/FulltextFilter.php similarity index 100% rename from ORM/Filters/FulltextFilter.php rename to src/ORM/Filters/FulltextFilter.php diff --git a/ORM/Filters/GreaterThanFilter.php b/src/ORM/Filters/GreaterThanFilter.php similarity index 100% rename from ORM/Filters/GreaterThanFilter.php rename to src/ORM/Filters/GreaterThanFilter.php diff --git a/ORM/Filters/GreaterThanOrEqualFilter.php b/src/ORM/Filters/GreaterThanOrEqualFilter.php similarity index 100% rename from ORM/Filters/GreaterThanOrEqualFilter.php rename to src/ORM/Filters/GreaterThanOrEqualFilter.php diff --git a/ORM/Filters/LessThanFilter.php b/src/ORM/Filters/LessThanFilter.php similarity index 100% rename from ORM/Filters/LessThanFilter.php rename to src/ORM/Filters/LessThanFilter.php diff --git a/ORM/Filters/LessThanOrEqualFilter.php b/src/ORM/Filters/LessThanOrEqualFilter.php similarity index 100% rename from ORM/Filters/LessThanOrEqualFilter.php rename to src/ORM/Filters/LessThanOrEqualFilter.php diff --git a/ORM/Filters/PartialMatchFilter.php b/src/ORM/Filters/PartialMatchFilter.php similarity index 100% rename from ORM/Filters/PartialMatchFilter.php rename to src/ORM/Filters/PartialMatchFilter.php diff --git a/ORM/Filters/SearchFilter.php b/src/ORM/Filters/SearchFilter.php similarity index 100% rename from ORM/Filters/SearchFilter.php rename to src/ORM/Filters/SearchFilter.php diff --git a/ORM/Filters/StartsWithFilter.php b/src/ORM/Filters/StartsWithFilter.php similarity index 100% rename from ORM/Filters/StartsWithFilter.php rename to src/ORM/Filters/StartsWithFilter.php diff --git a/ORM/Filters/WithinRangeFilter.php b/src/ORM/Filters/WithinRangeFilter.php similarity index 100% rename from ORM/Filters/WithinRangeFilter.php rename to src/ORM/Filters/WithinRangeFilter.php diff --git a/ORM/GroupedList.php b/src/ORM/GroupedList.php similarity index 100% rename from ORM/GroupedList.php rename to src/ORM/GroupedList.php diff --git a/ORM/HasManyList.php b/src/ORM/HasManyList.php similarity index 100% rename from ORM/HasManyList.php rename to src/ORM/HasManyList.php diff --git a/ORM/HiddenClass.php b/src/ORM/HiddenClass.php similarity index 100% rename from ORM/HiddenClass.php rename to src/ORM/HiddenClass.php diff --git a/ORM/Hierarchy/Hierarchy.php b/src/ORM/Hierarchy/Hierarchy.php similarity index 100% rename from ORM/Hierarchy/Hierarchy.php rename to src/ORM/Hierarchy/Hierarchy.php diff --git a/ORM/Limitable.php b/src/ORM/Limitable.php similarity index 100% rename from ORM/Limitable.php rename to src/ORM/Limitable.php diff --git a/ORM/ListDecorator.php b/src/ORM/ListDecorator.php similarity index 100% rename from ORM/ListDecorator.php rename to src/ORM/ListDecorator.php diff --git a/ORM/ManyManyList.php b/src/ORM/ManyManyList.php similarity index 100% rename from ORM/ManyManyList.php rename to src/ORM/ManyManyList.php diff --git a/ORM/ManyManyThroughList.php b/src/ORM/ManyManyThroughList.php similarity index 100% rename from ORM/ManyManyThroughList.php rename to src/ORM/ManyManyThroughList.php diff --git a/ORM/ManyManyThroughQueryManipulator.php b/src/ORM/ManyManyThroughQueryManipulator.php similarity index 100% rename from ORM/ManyManyThroughQueryManipulator.php rename to src/ORM/ManyManyThroughQueryManipulator.php diff --git a/ORM/Map.php b/src/ORM/Map.php similarity index 100% rename from ORM/Map.php rename to src/ORM/Map.php diff --git a/ORM/Map_Iterator.php b/src/ORM/Map_Iterator.php similarity index 100% rename from ORM/Map_Iterator.php rename to src/ORM/Map_Iterator.php diff --git a/ORM/PaginatedList.php b/src/ORM/PaginatedList.php similarity index 100% rename from ORM/PaginatedList.php rename to src/ORM/PaginatedList.php diff --git a/ORM/PolymorphicHasManyList.php b/src/ORM/PolymorphicHasManyList.php similarity index 100% rename from ORM/PolymorphicHasManyList.php rename to src/ORM/PolymorphicHasManyList.php diff --git a/ORM/Queries/SQLAssignmentRow.php b/src/ORM/Queries/SQLAssignmentRow.php similarity index 100% rename from ORM/Queries/SQLAssignmentRow.php rename to src/ORM/Queries/SQLAssignmentRow.php diff --git a/ORM/Queries/SQLConditionGroup.php b/src/ORM/Queries/SQLConditionGroup.php similarity index 100% rename from ORM/Queries/SQLConditionGroup.php rename to src/ORM/Queries/SQLConditionGroup.php diff --git a/ORM/Queries/SQLConditionalExpression.php b/src/ORM/Queries/SQLConditionalExpression.php similarity index 100% rename from ORM/Queries/SQLConditionalExpression.php rename to src/ORM/Queries/SQLConditionalExpression.php diff --git a/ORM/Queries/SQLDelete.php b/src/ORM/Queries/SQLDelete.php similarity index 100% rename from ORM/Queries/SQLDelete.php rename to src/ORM/Queries/SQLDelete.php diff --git a/ORM/Queries/SQLExpression.php b/src/ORM/Queries/SQLExpression.php similarity index 100% rename from ORM/Queries/SQLExpression.php rename to src/ORM/Queries/SQLExpression.php diff --git a/ORM/Queries/SQLInsert.php b/src/ORM/Queries/SQLInsert.php similarity index 100% rename from ORM/Queries/SQLInsert.php rename to src/ORM/Queries/SQLInsert.php diff --git a/ORM/Queries/SQLSelect.php b/src/ORM/Queries/SQLSelect.php similarity index 100% rename from ORM/Queries/SQLSelect.php rename to src/ORM/Queries/SQLSelect.php diff --git a/ORM/Queries/SQLUpdate.php b/src/ORM/Queries/SQLUpdate.php similarity index 100% rename from ORM/Queries/SQLUpdate.php rename to src/ORM/Queries/SQLUpdate.php diff --git a/ORM/Queries/SQLWriteExpression.php b/src/ORM/Queries/SQLWriteExpression.php similarity index 100% rename from ORM/Queries/SQLWriteExpression.php rename to src/ORM/Queries/SQLWriteExpression.php diff --git a/ORM/Relation.php b/src/ORM/Relation.php similarity index 100% rename from ORM/Relation.php rename to src/ORM/Relation.php diff --git a/ORM/RelationList.php b/src/ORM/RelationList.php similarity index 100% rename from ORM/RelationList.php rename to src/ORM/RelationList.php diff --git a/ORM/SS_List.php b/src/ORM/SS_List.php similarity index 100% rename from ORM/SS_List.php rename to src/ORM/SS_List.php diff --git a/ORM/Search/FulltextSearchable.php b/src/ORM/Search/FulltextSearchable.php similarity index 100% rename from ORM/Search/FulltextSearchable.php rename to src/ORM/Search/FulltextSearchable.php diff --git a/ORM/Search/SearchContext.php b/src/ORM/Search/SearchContext.php similarity index 100% rename from ORM/Search/SearchContext.php rename to src/ORM/Search/SearchContext.php diff --git a/ORM/Sortable.php b/src/ORM/Sortable.php similarity index 100% rename from ORM/Sortable.php rename to src/ORM/Sortable.php diff --git a/ORM/UnexpectedDataException.php b/src/ORM/UnexpectedDataException.php similarity index 100% rename from ORM/UnexpectedDataException.php rename to src/ORM/UnexpectedDataException.php diff --git a/ORM/UnsavedRelationList.php b/src/ORM/UnsavedRelationList.php similarity index 100% rename from ORM/UnsavedRelationList.php rename to src/ORM/UnsavedRelationList.php diff --git a/ORM/ValidationException.php b/src/ORM/ValidationException.php similarity index 100% rename from ORM/ValidationException.php rename to src/ORM/ValidationException.php diff --git a/ORM/ValidationResult.php b/src/ORM/ValidationResult.php similarity index 100% rename from ORM/ValidationResult.php rename to src/ORM/ValidationResult.php diff --git a/ORM/Versioning/ChangeSet.php b/src/ORM/Versioning/ChangeSet.php similarity index 100% rename from ORM/Versioning/ChangeSet.php rename to src/ORM/Versioning/ChangeSet.php diff --git a/ORM/Versioning/ChangeSetItem.php b/src/ORM/Versioning/ChangeSetItem.php similarity index 100% rename from ORM/Versioning/ChangeSetItem.php rename to src/ORM/Versioning/ChangeSetItem.php diff --git a/ORM/Versioning/DataDifferencer.php b/src/ORM/Versioning/DataDifferencer.php similarity index 100% rename from ORM/Versioning/DataDifferencer.php rename to src/ORM/Versioning/DataDifferencer.php diff --git a/ORM/Versioning/VersionableExtension.php b/src/ORM/Versioning/VersionableExtension.php similarity index 100% rename from ORM/Versioning/VersionableExtension.php rename to src/ORM/Versioning/VersionableExtension.php diff --git a/ORM/Versioning/Versioned.php b/src/ORM/Versioning/Versioned.php similarity index 100% rename from ORM/Versioning/Versioned.php rename to src/ORM/Versioning/Versioned.php diff --git a/ORM/Versioning/VersionedGridFieldDetailForm.php b/src/ORM/Versioning/VersionedGridFieldDetailForm.php similarity index 100% rename from ORM/Versioning/VersionedGridFieldDetailForm.php rename to src/ORM/Versioning/VersionedGridFieldDetailForm.php diff --git a/ORM/Versioning/VersionedGridFieldItemRequest.php b/src/ORM/Versioning/VersionedGridFieldItemRequest.php similarity index 100% rename from ORM/Versioning/VersionedGridFieldItemRequest.php rename to src/ORM/Versioning/VersionedGridFieldItemRequest.php diff --git a/ORM/Versioning/Versioned_Version.php b/src/ORM/Versioning/Versioned_Version.php similarity index 100% rename from ORM/Versioning/Versioned_Version.php rename to src/ORM/Versioning/Versioned_Version.php diff --git a/Security/Authenticator.php b/src/Security/Authenticator.php similarity index 100% rename from Security/Authenticator.php rename to src/Security/Authenticator.php diff --git a/Security/BasicAuth.php b/src/Security/BasicAuth.php similarity index 100% rename from Security/BasicAuth.php rename to src/Security/BasicAuth.php diff --git a/Security/CMSMemberLoginForm.php b/src/Security/CMSMemberLoginForm.php similarity index 100% rename from Security/CMSMemberLoginForm.php rename to src/Security/CMSMemberLoginForm.php diff --git a/Security/CMSSecurity.php b/src/Security/CMSSecurity.php similarity index 100% rename from Security/CMSSecurity.php rename to src/Security/CMSSecurity.php diff --git a/Security/ChangePasswordForm.php b/src/Security/ChangePasswordForm.php similarity index 100% rename from Security/ChangePasswordForm.php rename to src/Security/ChangePasswordForm.php diff --git a/Security/Group.php b/src/Security/Group.php similarity index 100% rename from Security/Group.php rename to src/Security/Group.php diff --git a/Security/GroupCsvBulkLoader.php b/src/Security/GroupCsvBulkLoader.php similarity index 100% rename from Security/GroupCsvBulkLoader.php rename to src/Security/GroupCsvBulkLoader.php diff --git a/Security/LoginAttempt.php b/src/Security/LoginAttempt.php similarity index 100% rename from Security/LoginAttempt.php rename to src/Security/LoginAttempt.php diff --git a/Security/LoginForm.php b/src/Security/LoginForm.php similarity index 100% rename from Security/LoginForm.php rename to src/Security/LoginForm.php diff --git a/Security/Member.php b/src/Security/Member.php similarity index 100% rename from Security/Member.php rename to src/Security/Member.php diff --git a/Security/MemberAuthenticator.php b/src/Security/MemberAuthenticator.php similarity index 100% rename from Security/MemberAuthenticator.php rename to src/Security/MemberAuthenticator.php diff --git a/Security/MemberCsvBulkLoader.php b/src/Security/MemberCsvBulkLoader.php similarity index 100% rename from Security/MemberCsvBulkLoader.php rename to src/Security/MemberCsvBulkLoader.php diff --git a/Security/MemberLoginForm.php b/src/Security/MemberLoginForm.php similarity index 100% rename from Security/MemberLoginForm.php rename to src/Security/MemberLoginForm.php diff --git a/Security/MemberPassword.php b/src/Security/MemberPassword.php similarity index 100% rename from Security/MemberPassword.php rename to src/Security/MemberPassword.php diff --git a/Security/Member_GroupSet.php b/src/Security/Member_GroupSet.php similarity index 100% rename from Security/Member_GroupSet.php rename to src/Security/Member_GroupSet.php diff --git a/Security/Member_Validator.php b/src/Security/Member_Validator.php similarity index 100% rename from Security/Member_Validator.php rename to src/Security/Member_Validator.php diff --git a/Security/NullSecurityToken.php b/src/Security/NullSecurityToken.php similarity index 100% rename from Security/NullSecurityToken.php rename to src/Security/NullSecurityToken.php diff --git a/Security/PasswordEncryptor.php b/src/Security/PasswordEncryptor.php similarity index 100% rename from Security/PasswordEncryptor.php rename to src/Security/PasswordEncryptor.php diff --git a/Security/PasswordEncryptor_Blowfish.php b/src/Security/PasswordEncryptor_Blowfish.php similarity index 100% rename from Security/PasswordEncryptor_Blowfish.php rename to src/Security/PasswordEncryptor_Blowfish.php diff --git a/Security/PasswordEncryptor_EncryptionFailed.php b/src/Security/PasswordEncryptor_EncryptionFailed.php similarity index 100% rename from Security/PasswordEncryptor_EncryptionFailed.php rename to src/Security/PasswordEncryptor_EncryptionFailed.php diff --git a/Security/PasswordEncryptor_LegacyPHPHash.php b/src/Security/PasswordEncryptor_LegacyPHPHash.php similarity index 100% rename from Security/PasswordEncryptor_LegacyPHPHash.php rename to src/Security/PasswordEncryptor_LegacyPHPHash.php diff --git a/Security/PasswordEncryptor_MySQLOldPassword.php b/src/Security/PasswordEncryptor_MySQLOldPassword.php similarity index 100% rename from Security/PasswordEncryptor_MySQLOldPassword.php rename to src/Security/PasswordEncryptor_MySQLOldPassword.php diff --git a/Security/PasswordEncryptor_MySQLPassword.php b/src/Security/PasswordEncryptor_MySQLPassword.php similarity index 100% rename from Security/PasswordEncryptor_MySQLPassword.php rename to src/Security/PasswordEncryptor_MySQLPassword.php diff --git a/Security/PasswordEncryptor_None.php b/src/Security/PasswordEncryptor_None.php similarity index 100% rename from Security/PasswordEncryptor_None.php rename to src/Security/PasswordEncryptor_None.php diff --git a/Security/PasswordEncryptor_NotFoundException.php b/src/Security/PasswordEncryptor_NotFoundException.php similarity index 100% rename from Security/PasswordEncryptor_NotFoundException.php rename to src/Security/PasswordEncryptor_NotFoundException.php diff --git a/Security/PasswordEncryptor_PHPHash.php b/src/Security/PasswordEncryptor_PHPHash.php similarity index 100% rename from Security/PasswordEncryptor_PHPHash.php rename to src/Security/PasswordEncryptor_PHPHash.php diff --git a/Security/PasswordValidator.php b/src/Security/PasswordValidator.php similarity index 100% rename from Security/PasswordValidator.php rename to src/Security/PasswordValidator.php diff --git a/Security/Permission.php b/src/Security/Permission.php similarity index 100% rename from Security/Permission.php rename to src/Security/Permission.php diff --git a/Security/PermissionCheckboxSetField.php b/src/Security/PermissionCheckboxSetField.php similarity index 100% rename from Security/PermissionCheckboxSetField.php rename to src/Security/PermissionCheckboxSetField.php diff --git a/Security/PermissionCheckboxSetField_Readonly.php b/src/Security/PermissionCheckboxSetField_Readonly.php similarity index 100% rename from Security/PermissionCheckboxSetField_Readonly.php rename to src/Security/PermissionCheckboxSetField_Readonly.php diff --git a/Security/PermissionFailureException.php b/src/Security/PermissionFailureException.php similarity index 100% rename from Security/PermissionFailureException.php rename to src/Security/PermissionFailureException.php diff --git a/Security/PermissionProvider.php b/src/Security/PermissionProvider.php similarity index 100% rename from Security/PermissionProvider.php rename to src/Security/PermissionProvider.php diff --git a/Security/PermissionRole.php b/src/Security/PermissionRole.php similarity index 100% rename from Security/PermissionRole.php rename to src/Security/PermissionRole.php diff --git a/Security/PermissionRoleCode.php b/src/Security/PermissionRoleCode.php similarity index 100% rename from Security/PermissionRoleCode.php rename to src/Security/PermissionRoleCode.php diff --git a/Security/Permission_Group.php b/src/Security/Permission_Group.php similarity index 100% rename from Security/Permission_Group.php rename to src/Security/Permission_Group.php diff --git a/Security/RandomGenerator.php b/src/Security/RandomGenerator.php similarity index 100% rename from Security/RandomGenerator.php rename to src/Security/RandomGenerator.php diff --git a/Security/RememberLoginHash.php b/src/Security/RememberLoginHash.php similarity index 100% rename from Security/RememberLoginHash.php rename to src/Security/RememberLoginHash.php diff --git a/Security/Security.php b/src/Security/Security.php similarity index 100% rename from Security/Security.php rename to src/Security/Security.php diff --git a/Security/SecurityToken.php b/src/Security/SecurityToken.php similarity index 100% rename from Security/SecurityToken.php rename to src/Security/SecurityToken.php diff --git a/View/ArrayData.php b/src/View/ArrayData.php similarity index 100% rename from View/ArrayData.php rename to src/View/ArrayData.php diff --git a/View/GenericTemplateGlobalProvider.php b/src/View/GenericTemplateGlobalProvider.php similarity index 100% rename from View/GenericTemplateGlobalProvider.php rename to src/View/GenericTemplateGlobalProvider.php diff --git a/View/JSMinifier.php b/src/View/JSMinifier.php similarity index 100% rename from View/JSMinifier.php rename to src/View/JSMinifier.php diff --git a/View/Parsers/Diff.php b/src/View/Parsers/Diff.php similarity index 100% rename from View/Parsers/Diff.php rename to src/View/Parsers/Diff.php diff --git a/View/Parsers/HTML4Value.php b/src/View/Parsers/HTML4Value.php similarity index 100% rename from View/Parsers/HTML4Value.php rename to src/View/Parsers/HTML4Value.php diff --git a/View/Parsers/HTMLCleaner.php b/src/View/Parsers/HTMLCleaner.php similarity index 100% rename from View/Parsers/HTMLCleaner.php rename to src/View/Parsers/HTMLCleaner.php diff --git a/View/Parsers/HTMLValue.php b/src/View/Parsers/HTMLValue.php similarity index 100% rename from View/Parsers/HTMLValue.php rename to src/View/Parsers/HTMLValue.php diff --git a/View/Parsers/PurifierHTMLCleaner.php b/src/View/Parsers/PurifierHTMLCleaner.php similarity index 100% rename from View/Parsers/PurifierHTMLCleaner.php rename to src/View/Parsers/PurifierHTMLCleaner.php diff --git a/View/Parsers/SQLFormatter.php b/src/View/Parsers/SQLFormatter.php similarity index 100% rename from View/Parsers/SQLFormatter.php rename to src/View/Parsers/SQLFormatter.php diff --git a/View/Parsers/ShortcodeHandler.php b/src/View/Parsers/ShortcodeHandler.php similarity index 100% rename from View/Parsers/ShortcodeHandler.php rename to src/View/Parsers/ShortcodeHandler.php diff --git a/View/Parsers/ShortcodeParser.php b/src/View/Parsers/ShortcodeParser.php similarity index 100% rename from View/Parsers/ShortcodeParser.php rename to src/View/Parsers/ShortcodeParser.php diff --git a/View/Parsers/TidyHTMLCleaner.php b/src/View/Parsers/TidyHTMLCleaner.php similarity index 100% rename from View/Parsers/TidyHTMLCleaner.php rename to src/View/Parsers/TidyHTMLCleaner.php diff --git a/View/Parsers/Transliterator.php b/src/View/Parsers/Transliterator.php similarity index 100% rename from View/Parsers/Transliterator.php rename to src/View/Parsers/Transliterator.php diff --git a/View/Parsers/URLSegmentFilter.php b/src/View/Parsers/URLSegmentFilter.php similarity index 100% rename from View/Parsers/URLSegmentFilter.php rename to src/View/Parsers/URLSegmentFilter.php diff --git a/View/Requirements.php b/src/View/Requirements.php similarity index 100% rename from View/Requirements.php rename to src/View/Requirements.php diff --git a/View/Requirements_Backend.php b/src/View/Requirements_Backend.php similarity index 100% rename from View/Requirements_Backend.php rename to src/View/Requirements_Backend.php diff --git a/View/Requirements_Minifier.php b/src/View/Requirements_Minifier.php similarity index 100% rename from View/Requirements_Minifier.php rename to src/View/Requirements_Minifier.php diff --git a/View/SSTemplateParseException.php b/src/View/SSTemplateParseException.php similarity index 100% rename from View/SSTemplateParseException.php rename to src/View/SSTemplateParseException.php diff --git a/View/SSTemplateParser.php b/src/View/SSTemplateParser.php similarity index 100% rename from View/SSTemplateParser.php rename to src/View/SSTemplateParser.php diff --git a/View/SSTemplateParser.php.inc b/src/View/SSTemplateParser.php.inc similarity index 100% rename from View/SSTemplateParser.php.inc rename to src/View/SSTemplateParser.php.inc diff --git a/View/SSViewer.php b/src/View/SSViewer.php similarity index 100% rename from View/SSViewer.php rename to src/View/SSViewer.php diff --git a/View/SSViewer_BasicIteratorSupport.php b/src/View/SSViewer_BasicIteratorSupport.php similarity index 100% rename from View/SSViewer_BasicIteratorSupport.php rename to src/View/SSViewer_BasicIteratorSupport.php diff --git a/View/SSViewer_DataPresenter.php b/src/View/SSViewer_DataPresenter.php similarity index 100% rename from View/SSViewer_DataPresenter.php rename to src/View/SSViewer_DataPresenter.php diff --git a/View/SSViewer_FromString.php b/src/View/SSViewer_FromString.php similarity index 100% rename from View/SSViewer_FromString.php rename to src/View/SSViewer_FromString.php diff --git a/View/SSViewer_Scope.php b/src/View/SSViewer_Scope.php similarity index 100% rename from View/SSViewer_Scope.php rename to src/View/SSViewer_Scope.php diff --git a/View/TemplateGlobalProvider.php b/src/View/TemplateGlobalProvider.php similarity index 100% rename from View/TemplateGlobalProvider.php rename to src/View/TemplateGlobalProvider.php diff --git a/View/TemplateIteratorProvider.php b/src/View/TemplateIteratorProvider.php similarity index 100% rename from View/TemplateIteratorProvider.php rename to src/View/TemplateIteratorProvider.php diff --git a/View/TemplateParser.php b/src/View/TemplateParser.php similarity index 100% rename from View/TemplateParser.php rename to src/View/TemplateParser.php diff --git a/View/ThemeList.php b/src/View/ThemeList.php similarity index 100% rename from View/ThemeList.php rename to src/View/ThemeList.php diff --git a/View/ThemeManifest.php b/src/View/ThemeManifest.php similarity index 100% rename from View/ThemeManifest.php rename to src/View/ThemeManifest.php diff --git a/View/ThemeResourceLoader.php b/src/View/ThemeResourceLoader.php similarity index 100% rename from View/ThemeResourceLoader.php rename to src/View/ThemeResourceLoader.php diff --git a/View/ViewableData.php b/src/View/ViewableData.php similarity index 100% rename from View/ViewableData.php rename to src/View/ViewableData.php diff --git a/View/ViewableData_Customised.php b/src/View/ViewableData_Customised.php similarity index 100% rename from View/ViewableData_Customised.php rename to src/View/ViewableData_Customised.php diff --git a/View/ViewableData_Debugger.php b/src/View/ViewableData_Debugger.php similarity index 100% rename from View/ViewableData_Debugger.php rename to src/View/ViewableData_Debugger.php diff --git a/i18n/i18n.php b/src/i18n/i18n.php similarity index 100% rename from i18n/i18n.php rename to src/i18n/i18n.php diff --git a/i18n/i18nEntityProvider.php b/src/i18n/i18nEntityProvider.php similarity index 100% rename from i18n/i18nEntityProvider.php rename to src/i18n/i18nEntityProvider.php diff --git a/i18n/i18nRailsYamlAdapter.php b/src/i18n/i18nRailsYamlAdapter.php similarity index 100% rename from i18n/i18nRailsYamlAdapter.php rename to src/i18n/i18nRailsYamlAdapter.php diff --git a/i18n/i18nTextCollector.php b/src/i18n/i18nTextCollector.php similarity index 100% rename from i18n/i18nTextCollector.php rename to src/i18n/i18nTextCollector.php diff --git a/i18n/i18nTextCollector_Parser.php b/src/i18n/i18nTextCollector_Parser.php similarity index 100% rename from i18n/i18nTextCollector_Parser.php rename to src/i18n/i18nTextCollector_Parser.php diff --git a/i18n/i18nTextCollector_Writer.php b/src/i18n/i18nTextCollector_Writer.php similarity index 100% rename from i18n/i18nTextCollector_Writer.php rename to src/i18n/i18nTextCollector_Writer.php diff --git a/i18n/i18nTextCollector_Writer_RailsYaml.php b/src/i18n/i18nTextCollector_Writer_RailsYaml.php similarity index 100% rename from i18n/i18nTextCollector_Writer_RailsYaml.php rename to src/i18n/i18nTextCollector_Writer_RailsYaml.php diff --git a/i18n/i18nTranslateAdapterInterface.php b/src/i18n/i18nTranslateAdapterInterface.php similarity index 100% rename from i18n/i18nTranslateAdapterInterface.php rename to src/i18n/i18nTranslateAdapterInterface.php