From 4ddb64e55b3f58af08fead3339fc290ff61d87fa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 19 Feb 2022 13:57:39 +0100 Subject: [PATCH] fix name --- 3D/3DViewer.js | 0 3D/Loader/DdsLoader.js | 0 3D/Loader/MtlLoader.js | 0 3D/Loader/ObjLoader.js | 0 3D/Loader/StlLoader.js | 0 Account/Account.js | 0 Account/AccountManager.js | 0 Account/AccountType.js | 0 Animation/Animation.js | 0 Animation/Canvas/Particle.js | 0 Animation/Canvas/ParticleAnimation.js | 0 Asset/AssetManager.js | 0 Auth/Auth.js | 0 Autoloader.js | 0 CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 4 ++-- Chart/AreaChart.js | 0 Chart/Axis.js | 0 Chart/BarChart.js | 0 Chart/BoxplotChart.js | 0 Chart/CalendarChart.js | 0 Chart/CandlestickChart.js | 0 Chart/Chart.js | 0 Chart/ChartAbstract.js | 0 Chart/ChartLegend.js | 0 Chart/Colors.js | 0 Chart/ColumnChart.js | 0 Chart/DiffAreaChart.js | 0 Chart/DonutChart.js | 0 Chart/FillGougeChart.js | 0 Chart/GanttChart.js | 0 Chart/GougeChart.js | 0 Chart/GroupedBarChart.js | 0 Chart/GroupedColumnChart.js | 0 Chart/LineChart.js | 0 Chart/OhlcChart.js | 0 Chart/PieChart.js | 0 Chart/Position.js | 0 Chart/PositionEnum.js | 0 Chart/PyramidChart.js | 0 Chart/RadarChart.js | 0 Chart/ScatterplotChart.js | 0 Chart/StackedAreaChart.js | 0 Chart/StackedBarChart.js | 0 Chart/StackedColumnChart.js | 0 Chart/TextElement.js | 0 Chart/TreeChart.js | 0 Chart/VWaterfallChart.js | 0 Chart/WaterfallChart.js | 0 Config/Options.js | 0 DataStorage/CacheManager.js | 0 DataStorage/LocalStorage.js | 0 DataStorage/StorageManager.js | 0 Dispatcher/Dispatcher.js | 0 Event/EventManager.js | 0 LICENSE.txt | 0 Localization/README.md | 0 Log/LogLevel.js | 0 Log/Logger.js | 0 Math/MathProcessor.js | 0 Media/Audio/UISound.js | 0 Media/README.md | 0 Media/Video/CameraRecognition.js | 0 Message/Notification/App/AppNotification.js | 0 Message/Notification/Browser/BrowserNotification.js | 0 Message/Notification/NotificationLevel.js | 0 Message/Notification/NotificationManager.js | 0 Message/Notification/NotificationMessage.js | 0 Message/Notification/NotificationType.js | 0 Message/Request/BrowserType.js | 0 Message/Request/OSType.js | 0 Message/Request/Request.js | 0 Message/Request/RequestMethod.js | 0 Message/Request/RequestType.js | 0 Message/Response/Response.js | 0 Message/Response/ResponseManager.js | 0 Message/Response/ResponseType.js | 0 Model/Action/Dom/Click.js | 0 Model/Action/Dom/Datalist/Append.js | 0 Model/Action/Dom/Datalist/Clear.js | 0 Model/Action/Dom/Focus.js | 0 Model/Action/Dom/FormSubmit.js | 0 Model/Action/Dom/GetValue.js | 0 Model/Action/Dom/Hide.js | 0 Model/Action/Dom/Popup.js | 0 Model/Action/Dom/Reload.js | 0 Model/Action/Dom/Remove.js | 0 Model/Action/Dom/RemoveValue.js | 0 Model/Action/Dom/SetValue.js | 0 Model/Action/Dom/Show.js | 0 Model/Action/Dom/Table/Append.js | 0 Model/Action/Dom/Table/Clear.js | 0 Model/Action/Event/Prevent.js | 0 Model/Action/Message/Log.js | 0 Model/Action/Message/Request.js | 0 Model/Action/Utils/DataCollector.js | 0 Model/Action/Utils/Timer.js | 0 Model/Action/Validate/Keypress.js | 0 Model/Message/Dom.js | 0 Model/Message/DomAction.js | 0 Model/Message/DomActionType.js | 0 Model/Message/FormValidation.js | 0 Model/Message/Notify.js | 0 Model/Message/NotifyType.js | 0 Model/Message/Redirect.js | 0 Model/Message/Reload.js | 0 Module/ModuleFactory.js | 0 Module/ModuleManager.js | 0 README.md | 0 Route/Route.js | 0 Security/Hash/Sha1.js | 0 Security/Hash/Sha1b.js | 0 Socket/Client/Client.js | 0 Spreadsheet/Cell.js | 0 Spreadsheet/Formatting.js | 0 Spreadsheet/Functions.js | 0 Spreadsheet/Sheet.js | 0 Spreadsheet/Spreadsheet.js | 0 UI/ActionManager.js | 0 UI/Component/AdvancedCalendar.js | 0 UI/Component/AdvancedInput.js | 0 UI/Component/AdvancedRange.js | 0 UI/Component/AdvancedSelect.js | 0 UI/Component/Form.js | 0 UI/Component/Input.js | 0 UI/Component/Tab.js | 0 UI/Component/Table.js | 0 UI/DragNDrop.js | 0 UI/GeneralUI.js | 0 UI/Input/InputManager.js | 0 UI/Input/Keyboard/KeyboardManager.js | 0 UI/Input/Mouse/ClickType.js | 0 UI/Input/Mouse/EventType.js | 0 UI/Input/Mouse/MouseManager.js | 0 UI/Input/Touch/TouchManager.js | 0 UI/Input/Voice/ReadManager.js | 0 UI/Input/Voice/SpeechManager.js | 0 UI/Input/Voice/VoiceManager.js | 0 UI/Loader.js | 0 UI/UIManager.js | 0 UnhandledException.js | 0 Uri/HttpUri.js | 0 Uri/UriFactory.js | 0 Utils/ArrayUtils.js | 0 Utils/Debug.js | 0 Utils/GeneralUtils.js | 0 Utils/Parser/Markdown.js | 0 Utils/Parser/license.txt | 0 Utils/StringUtils.js | 0 Utils/UiUtils.js | 0 Utils/oLib.js | 0 Views/FormView.js | 0 Views/TableView.js | 0 composer.json | 4 ++-- composer.lock | 0 tests/3D/3DViewerTest.js | 0 tests/3D/Loader/DdsLoaderTest.js | 0 tests/3D/Loader/MtlLoaderTest.js | 0 tests/3D/Loader/ObjLoaderTest.js | 0 tests/3D/Loader/StlLoaderTest.js | 0 tests/Account/AccountManagerTest.js | 0 tests/Account/AccountTest.js | 0 tests/Account/AccountTypeTest.js | 0 tests/Animation/AnimationTest.js | 0 tests/Animation/Canvas/ParticleAnimationTest.js | 0 tests/Animation/Canvas/ParticleTest.js | 0 tests/Asset/AssetManagerTest.js | 0 tests/Auth/AuthTest.js | 0 tests/AutoloaderTest.js | 0 tests/Chart/AreaChartTest.js | 0 tests/Chart/BarChartTest.js | 0 tests/Chart/BoxplotChartTest.js | 0 tests/Chart/CalendarChartTest.js | 0 tests/Chart/CandlestickChartTest.js | 0 tests/Chart/ChartLegendTest.js | 0 tests/Chart/ColumnChartTest.js | 0 tests/Chart/DiffAreaChartTest.js | 0 tests/Chart/DonutChartTest.js | 0 tests/Chart/FillGougeChartTest.js | 0 tests/Chart/GanttChartTest.js | 0 tests/Chart/GougeChartTest.js | 0 tests/Chart/GroupedBarChartTest.js | 0 tests/Chart/GroupedColumnChartTest.js | 0 tests/Chart/LineChartTest.js | 0 tests/Chart/OhlcChartTest.js | 0 tests/Chart/PieChartTest.js | 0 tests/Chart/PositionEnumTest.js | 0 tests/Chart/PositionTest.enum.js | 0 tests/Chart/PyramidChartTest.js | 0 tests/Chart/RadarChartTest.js | 0 tests/Chart/ScatterplotChartTest.js | 0 tests/Chart/StackedAreaChartTest.js | 0 tests/Chart/StackedBarChartTest.js | 0 tests/Chart/StackedColumnChartTest.js | 0 tests/Chart/TextElementTest.js | 0 tests/Chart/TreeChartTest.js | 0 tests/Chart/VWaterfallChartTest.js | 0 tests/Chart/WaterfallChartTest.js | 0 tests/Chart/chart-column.htm | 0 tests/Chart/chart-line.htm | 0 tests/Chart/chart-pie.htm | 0 tests/Chart/chart-radar.htm | 0 tests/Config/OptionsTest.js | 0 tests/DataStorage/CacheManagerTest.js | 0 tests/DataStorage/LocalStorageTest.js | 0 tests/DataStorage/StorageManagerTest.js | 0 tests/Dispatcher/DispatcherTest.js | 0 tests/Event/EventManagerTest.js | 0 tests/Log/LogLevelTest.js | 0 tests/Log/LoggerTest.js | 0 tests/Math/MathProcessorTest.js | 0 tests/Media/Audio/UISoundTest.js | 0 tests/Media/Video/CameraRecognitionTest.js | 0 tests/Message/Notification/NotificationLevelTest.js | 0 tests/Message/Notification/NotificationManagerTest.js | 0 tests/Message/Notification/NotificationMessageTest.js | 0 tests/Message/Notification/NotificationTypeTest.js | 0 tests/Message/Request/BrowserTypeTest.js | 0 tests/Message/Request/OSTypeTest.js | 0 tests/Message/Request/RequestMethodTest.js | 0 tests/Message/Request/RequestTest.js | 0 tests/Message/Request/RequestTypeTest.js | 0 tests/Message/Response/ResponseManagerTest.js | 0 tests/Message/Response/ResponseTest.js | 0 tests/Message/Response/ResponseTypeTest.js | 0 tests/Module/ModuleFactoryTest.js | 0 tests/Module/ModuleManagerTest.js | 0 tests/Route/RouteTest.js | 0 tests/Security/Hash/Sha1Test.js | 0 tests/Security/Hash/Sha1bTest.js | 0 tests/Socket/Client/ClientTest.js | 0 tests/SpecRunner.html | 0 tests/Spreadsheet/CellTest.js | 0 tests/Spreadsheet/FormattingTest.js | 0 tests/Spreadsheet/FunctionsTest.js | 0 tests/Spreadsheet/SheetTest.js | 0 tests/Spreadsheet/SpreadsheetTest.js | 0 tests/UI/ActionManagerTest.js | 0 tests/UI/Component/AutocompleteTest.js | 0 tests/UI/Component/FormTest.js | 0 tests/UI/Component/InputTest.js | 0 tests/UI/Component/TabTest.js | 0 tests/UI/Component/TableTest.js | 0 tests/UI/Component/TagInputTest.js | 0 tests/UI/Component/TagListTest.js | 0 tests/UI/DragNDropTest.js | 0 tests/UI/GeneralUITest.js | 0 tests/UI/Input/InputManagerTest.js | 0 tests/UI/Input/Keyboard/KeyboardManagerTest.js | 0 tests/UI/Input/Math/EvaluatorTest.class | 0 tests/UI/Input/Mouse/ClickTypeTest.enum | 0 tests/UI/Input/Mouse/EventTypeTest.enum | 0 tests/UI/Input/Mouse/MouseManagerTest.js | 0 tests/UI/Input/Touch/TouchManagerTest.js | 0 tests/UI/Input/Voice/ReadManagerTest.js | 0 tests/UI/Input/Voice/SpeechManagerTest.js | 0 tests/UI/Input/Voice/VoiceManagerTest.js | 0 tests/UI/LoaderTest.js | 0 tests/UI/UIManagerTest.js | 0 tests/UnhandledExceptionTest.js | 0 tests/Uri/HttpUriTest.js | 0 tests/Uri/UriFactoryTest.js | 0 tests/Utils/ArrayUtilsTest.js | 0 tests/Utils/GeneralUtilsTest.js | 0 tests/Utils/StringUtilsTest.js | 0 tests/Utils/oLibTest.js | 0 tests/Validation/ValidateDateTest.class | 0 tests/Validation/ValidateMathTest.class | 0 tests/Validation/ValidateNumberTest.class | 0 tests/Validation/ValidateStringTest.class | 0 tests/Views/FormViewTest.js | 0 tests/Views/TableViewTest.js | 0 272 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 3D/3DViewer.js mode change 100644 => 100755 3D/Loader/DdsLoader.js mode change 100644 => 100755 3D/Loader/MtlLoader.js mode change 100644 => 100755 3D/Loader/ObjLoader.js mode change 100644 => 100755 3D/Loader/StlLoader.js mode change 100644 => 100755 Account/Account.js mode change 100644 => 100755 Account/AccountManager.js mode change 100644 => 100755 Account/AccountType.js mode change 100644 => 100755 Animation/Animation.js mode change 100644 => 100755 Animation/Canvas/Particle.js mode change 100644 => 100755 Animation/Canvas/ParticleAnimation.js mode change 100644 => 100755 Asset/AssetManager.js mode change 100644 => 100755 Auth/Auth.js mode change 100644 => 100755 Autoloader.js mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 Chart/AreaChart.js mode change 100644 => 100755 Chart/Axis.js mode change 100644 => 100755 Chart/BarChart.js mode change 100644 => 100755 Chart/BoxplotChart.js mode change 100644 => 100755 Chart/CalendarChart.js mode change 100644 => 100755 Chart/CandlestickChart.js mode change 100644 => 100755 Chart/Chart.js mode change 100644 => 100755 Chart/ChartAbstract.js mode change 100644 => 100755 Chart/ChartLegend.js mode change 100644 => 100755 Chart/Colors.js mode change 100644 => 100755 Chart/ColumnChart.js mode change 100644 => 100755 Chart/DiffAreaChart.js mode change 100644 => 100755 Chart/DonutChart.js mode change 100644 => 100755 Chart/FillGougeChart.js mode change 100644 => 100755 Chart/GanttChart.js mode change 100644 => 100755 Chart/GougeChart.js mode change 100644 => 100755 Chart/GroupedBarChart.js mode change 100644 => 100755 Chart/GroupedColumnChart.js mode change 100644 => 100755 Chart/LineChart.js mode change 100644 => 100755 Chart/OhlcChart.js mode change 100644 => 100755 Chart/PieChart.js mode change 100644 => 100755 Chart/Position.js mode change 100644 => 100755 Chart/PositionEnum.js mode change 100644 => 100755 Chart/PyramidChart.js mode change 100644 => 100755 Chart/RadarChart.js mode change 100644 => 100755 Chart/ScatterplotChart.js mode change 100644 => 100755 Chart/StackedAreaChart.js mode change 100644 => 100755 Chart/StackedBarChart.js mode change 100644 => 100755 Chart/StackedColumnChart.js mode change 100644 => 100755 Chart/TextElement.js mode change 100644 => 100755 Chart/TreeChart.js mode change 100644 => 100755 Chart/VWaterfallChart.js mode change 100644 => 100755 Chart/WaterfallChart.js mode change 100644 => 100755 Config/Options.js mode change 100644 => 100755 DataStorage/CacheManager.js mode change 100644 => 100755 DataStorage/LocalStorage.js mode change 100644 => 100755 DataStorage/StorageManager.js mode change 100644 => 100755 Dispatcher/Dispatcher.js mode change 100644 => 100755 Event/EventManager.js mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 Localization/README.md mode change 100644 => 100755 Log/LogLevel.js mode change 100644 => 100755 Log/Logger.js mode change 100644 => 100755 Math/MathProcessor.js mode change 100644 => 100755 Media/Audio/UISound.js mode change 100644 => 100755 Media/README.md mode change 100644 => 100755 Media/Video/CameraRecognition.js mode change 100644 => 100755 Message/Notification/App/AppNotification.js mode change 100644 => 100755 Message/Notification/Browser/BrowserNotification.js mode change 100644 => 100755 Message/Notification/NotificationLevel.js mode change 100644 => 100755 Message/Notification/NotificationManager.js mode change 100644 => 100755 Message/Notification/NotificationMessage.js mode change 100644 => 100755 Message/Notification/NotificationType.js mode change 100644 => 100755 Message/Request/BrowserType.js mode change 100644 => 100755 Message/Request/OSType.js mode change 100644 => 100755 Message/Request/Request.js mode change 100644 => 100755 Message/Request/RequestMethod.js mode change 100644 => 100755 Message/Request/RequestType.js mode change 100644 => 100755 Message/Response/Response.js mode change 100644 => 100755 Message/Response/ResponseManager.js mode change 100644 => 100755 Message/Response/ResponseType.js mode change 100644 => 100755 Model/Action/Dom/Click.js mode change 100644 => 100755 Model/Action/Dom/Datalist/Append.js mode change 100644 => 100755 Model/Action/Dom/Datalist/Clear.js mode change 100644 => 100755 Model/Action/Dom/Focus.js mode change 100644 => 100755 Model/Action/Dom/FormSubmit.js mode change 100644 => 100755 Model/Action/Dom/GetValue.js mode change 100644 => 100755 Model/Action/Dom/Hide.js mode change 100644 => 100755 Model/Action/Dom/Popup.js mode change 100644 => 100755 Model/Action/Dom/Reload.js mode change 100644 => 100755 Model/Action/Dom/Remove.js mode change 100644 => 100755 Model/Action/Dom/RemoveValue.js mode change 100644 => 100755 Model/Action/Dom/SetValue.js mode change 100644 => 100755 Model/Action/Dom/Show.js mode change 100644 => 100755 Model/Action/Dom/Table/Append.js mode change 100644 => 100755 Model/Action/Dom/Table/Clear.js mode change 100644 => 100755 Model/Action/Event/Prevent.js mode change 100644 => 100755 Model/Action/Message/Log.js mode change 100644 => 100755 Model/Action/Message/Request.js mode change 100644 => 100755 Model/Action/Utils/DataCollector.js mode change 100644 => 100755 Model/Action/Utils/Timer.js mode change 100644 => 100755 Model/Action/Validate/Keypress.js mode change 100644 => 100755 Model/Message/Dom.js mode change 100644 => 100755 Model/Message/DomAction.js mode change 100644 => 100755 Model/Message/DomActionType.js mode change 100644 => 100755 Model/Message/FormValidation.js mode change 100644 => 100755 Model/Message/Notify.js mode change 100644 => 100755 Model/Message/NotifyType.js mode change 100644 => 100755 Model/Message/Redirect.js mode change 100644 => 100755 Model/Message/Reload.js mode change 100644 => 100755 Module/ModuleFactory.js mode change 100644 => 100755 Module/ModuleManager.js mode change 100644 => 100755 README.md mode change 100644 => 100755 Route/Route.js mode change 100644 => 100755 Security/Hash/Sha1.js mode change 100644 => 100755 Security/Hash/Sha1b.js mode change 100644 => 100755 Socket/Client/Client.js mode change 100644 => 100755 Spreadsheet/Cell.js mode change 100644 => 100755 Spreadsheet/Formatting.js mode change 100644 => 100755 Spreadsheet/Functions.js mode change 100644 => 100755 Spreadsheet/Sheet.js mode change 100644 => 100755 Spreadsheet/Spreadsheet.js mode change 100644 => 100755 UI/ActionManager.js mode change 100644 => 100755 UI/Component/AdvancedCalendar.js mode change 100644 => 100755 UI/Component/AdvancedInput.js mode change 100644 => 100755 UI/Component/AdvancedRange.js mode change 100644 => 100755 UI/Component/AdvancedSelect.js mode change 100644 => 100755 UI/Component/Form.js mode change 100644 => 100755 UI/Component/Input.js mode change 100644 => 100755 UI/Component/Tab.js mode change 100644 => 100755 UI/Component/Table.js mode change 100644 => 100755 UI/DragNDrop.js mode change 100644 => 100755 UI/GeneralUI.js mode change 100644 => 100755 UI/Input/InputManager.js mode change 100644 => 100755 UI/Input/Keyboard/KeyboardManager.js mode change 100644 => 100755 UI/Input/Mouse/ClickType.js mode change 100644 => 100755 UI/Input/Mouse/EventType.js mode change 100644 => 100755 UI/Input/Mouse/MouseManager.js mode change 100644 => 100755 UI/Input/Touch/TouchManager.js mode change 100644 => 100755 UI/Input/Voice/ReadManager.js mode change 100644 => 100755 UI/Input/Voice/SpeechManager.js mode change 100644 => 100755 UI/Input/Voice/VoiceManager.js mode change 100644 => 100755 UI/Loader.js mode change 100644 => 100755 UI/UIManager.js mode change 100644 => 100755 UnhandledException.js mode change 100644 => 100755 Uri/HttpUri.js mode change 100644 => 100755 Uri/UriFactory.js mode change 100644 => 100755 Utils/ArrayUtils.js mode change 100644 => 100755 Utils/Debug.js mode change 100644 => 100755 Utils/GeneralUtils.js mode change 100644 => 100755 Utils/Parser/Markdown.js mode change 100644 => 100755 Utils/Parser/license.txt mode change 100644 => 100755 Utils/StringUtils.js mode change 100644 => 100755 Utils/UiUtils.js mode change 100644 => 100755 Utils/oLib.js mode change 100644 => 100755 Views/FormView.js mode change 100644 => 100755 Views/TableView.js mode change 100644 => 100755 composer.json mode change 100644 => 100755 composer.lock mode change 100644 => 100755 tests/3D/3DViewerTest.js mode change 100644 => 100755 tests/3D/Loader/DdsLoaderTest.js mode change 100644 => 100755 tests/3D/Loader/MtlLoaderTest.js mode change 100644 => 100755 tests/3D/Loader/ObjLoaderTest.js mode change 100644 => 100755 tests/3D/Loader/StlLoaderTest.js mode change 100644 => 100755 tests/Account/AccountManagerTest.js mode change 100644 => 100755 tests/Account/AccountTest.js mode change 100644 => 100755 tests/Account/AccountTypeTest.js mode change 100644 => 100755 tests/Animation/AnimationTest.js mode change 100644 => 100755 tests/Animation/Canvas/ParticleAnimationTest.js mode change 100644 => 100755 tests/Animation/Canvas/ParticleTest.js mode change 100644 => 100755 tests/Asset/AssetManagerTest.js mode change 100644 => 100755 tests/Auth/AuthTest.js mode change 100644 => 100755 tests/AutoloaderTest.js mode change 100644 => 100755 tests/Chart/AreaChartTest.js mode change 100644 => 100755 tests/Chart/BarChartTest.js mode change 100644 => 100755 tests/Chart/BoxplotChartTest.js mode change 100644 => 100755 tests/Chart/CalendarChartTest.js mode change 100644 => 100755 tests/Chart/CandlestickChartTest.js mode change 100644 => 100755 tests/Chart/ChartLegendTest.js mode change 100644 => 100755 tests/Chart/ColumnChartTest.js mode change 100644 => 100755 tests/Chart/DiffAreaChartTest.js mode change 100644 => 100755 tests/Chart/DonutChartTest.js mode change 100644 => 100755 tests/Chart/FillGougeChartTest.js mode change 100644 => 100755 tests/Chart/GanttChartTest.js mode change 100644 => 100755 tests/Chart/GougeChartTest.js mode change 100644 => 100755 tests/Chart/GroupedBarChartTest.js mode change 100644 => 100755 tests/Chart/GroupedColumnChartTest.js mode change 100644 => 100755 tests/Chart/LineChartTest.js mode change 100644 => 100755 tests/Chart/OhlcChartTest.js mode change 100644 => 100755 tests/Chart/PieChartTest.js mode change 100644 => 100755 tests/Chart/PositionEnumTest.js mode change 100644 => 100755 tests/Chart/PositionTest.enum.js mode change 100644 => 100755 tests/Chart/PyramidChartTest.js mode change 100644 => 100755 tests/Chart/RadarChartTest.js mode change 100644 => 100755 tests/Chart/ScatterplotChartTest.js mode change 100644 => 100755 tests/Chart/StackedAreaChartTest.js mode change 100644 => 100755 tests/Chart/StackedBarChartTest.js mode change 100644 => 100755 tests/Chart/StackedColumnChartTest.js mode change 100644 => 100755 tests/Chart/TextElementTest.js mode change 100644 => 100755 tests/Chart/TreeChartTest.js mode change 100644 => 100755 tests/Chart/VWaterfallChartTest.js mode change 100644 => 100755 tests/Chart/WaterfallChartTest.js mode change 100644 => 100755 tests/Chart/chart-column.htm mode change 100644 => 100755 tests/Chart/chart-line.htm mode change 100644 => 100755 tests/Chart/chart-pie.htm mode change 100644 => 100755 tests/Chart/chart-radar.htm mode change 100644 => 100755 tests/Config/OptionsTest.js mode change 100644 => 100755 tests/DataStorage/CacheManagerTest.js mode change 100644 => 100755 tests/DataStorage/LocalStorageTest.js mode change 100644 => 100755 tests/DataStorage/StorageManagerTest.js mode change 100644 => 100755 tests/Dispatcher/DispatcherTest.js mode change 100644 => 100755 tests/Event/EventManagerTest.js mode change 100644 => 100755 tests/Log/LogLevelTest.js mode change 100644 => 100755 tests/Log/LoggerTest.js mode change 100644 => 100755 tests/Math/MathProcessorTest.js mode change 100644 => 100755 tests/Media/Audio/UISoundTest.js mode change 100644 => 100755 tests/Media/Video/CameraRecognitionTest.js mode change 100644 => 100755 tests/Message/Notification/NotificationLevelTest.js mode change 100644 => 100755 tests/Message/Notification/NotificationManagerTest.js mode change 100644 => 100755 tests/Message/Notification/NotificationMessageTest.js mode change 100644 => 100755 tests/Message/Notification/NotificationTypeTest.js mode change 100644 => 100755 tests/Message/Request/BrowserTypeTest.js mode change 100644 => 100755 tests/Message/Request/OSTypeTest.js mode change 100644 => 100755 tests/Message/Request/RequestMethodTest.js mode change 100644 => 100755 tests/Message/Request/RequestTest.js mode change 100644 => 100755 tests/Message/Request/RequestTypeTest.js mode change 100644 => 100755 tests/Message/Response/ResponseManagerTest.js mode change 100644 => 100755 tests/Message/Response/ResponseTest.js mode change 100644 => 100755 tests/Message/Response/ResponseTypeTest.js mode change 100644 => 100755 tests/Module/ModuleFactoryTest.js mode change 100644 => 100755 tests/Module/ModuleManagerTest.js mode change 100644 => 100755 tests/Route/RouteTest.js mode change 100644 => 100755 tests/Security/Hash/Sha1Test.js mode change 100644 => 100755 tests/Security/Hash/Sha1bTest.js mode change 100644 => 100755 tests/Socket/Client/ClientTest.js mode change 100644 => 100755 tests/SpecRunner.html mode change 100644 => 100755 tests/Spreadsheet/CellTest.js mode change 100644 => 100755 tests/Spreadsheet/FormattingTest.js mode change 100644 => 100755 tests/Spreadsheet/FunctionsTest.js mode change 100644 => 100755 tests/Spreadsheet/SheetTest.js mode change 100644 => 100755 tests/Spreadsheet/SpreadsheetTest.js mode change 100644 => 100755 tests/UI/ActionManagerTest.js mode change 100644 => 100755 tests/UI/Component/AutocompleteTest.js mode change 100644 => 100755 tests/UI/Component/FormTest.js mode change 100644 => 100755 tests/UI/Component/InputTest.js mode change 100644 => 100755 tests/UI/Component/TabTest.js mode change 100644 => 100755 tests/UI/Component/TableTest.js mode change 100644 => 100755 tests/UI/Component/TagInputTest.js mode change 100644 => 100755 tests/UI/Component/TagListTest.js mode change 100644 => 100755 tests/UI/DragNDropTest.js mode change 100644 => 100755 tests/UI/GeneralUITest.js mode change 100644 => 100755 tests/UI/Input/InputManagerTest.js mode change 100644 => 100755 tests/UI/Input/Keyboard/KeyboardManagerTest.js mode change 100644 => 100755 tests/UI/Input/Math/EvaluatorTest.class mode change 100644 => 100755 tests/UI/Input/Mouse/ClickTypeTest.enum mode change 100644 => 100755 tests/UI/Input/Mouse/EventTypeTest.enum mode change 100644 => 100755 tests/UI/Input/Mouse/MouseManagerTest.js mode change 100644 => 100755 tests/UI/Input/Touch/TouchManagerTest.js mode change 100644 => 100755 tests/UI/Input/Voice/ReadManagerTest.js mode change 100644 => 100755 tests/UI/Input/Voice/SpeechManagerTest.js mode change 100644 => 100755 tests/UI/Input/Voice/VoiceManagerTest.js mode change 100644 => 100755 tests/UI/LoaderTest.js mode change 100644 => 100755 tests/UI/UIManagerTest.js mode change 100644 => 100755 tests/UnhandledExceptionTest.js mode change 100644 => 100755 tests/Uri/HttpUriTest.js mode change 100644 => 100755 tests/Uri/UriFactoryTest.js mode change 100644 => 100755 tests/Utils/ArrayUtilsTest.js mode change 100644 => 100755 tests/Utils/GeneralUtilsTest.js mode change 100644 => 100755 tests/Utils/StringUtilsTest.js mode change 100644 => 100755 tests/Utils/oLibTest.js mode change 100644 => 100755 tests/Validation/ValidateDateTest.class mode change 100644 => 100755 tests/Validation/ValidateMathTest.class mode change 100644 => 100755 tests/Validation/ValidateNumberTest.class mode change 100644 => 100755 tests/Validation/ValidateStringTest.class mode change 100644 => 100755 tests/Views/FormViewTest.js mode change 100644 => 100755 tests/Views/TableViewTest.js diff --git a/3D/3DViewer.js b/3D/3DViewer.js old mode 100644 new mode 100755 diff --git a/3D/Loader/DdsLoader.js b/3D/Loader/DdsLoader.js old mode 100644 new mode 100755 diff --git a/3D/Loader/MtlLoader.js b/3D/Loader/MtlLoader.js old mode 100644 new mode 100755 diff --git a/3D/Loader/ObjLoader.js b/3D/Loader/ObjLoader.js old mode 100644 new mode 100755 diff --git a/3D/Loader/StlLoader.js b/3D/Loader/StlLoader.js old mode 100644 new mode 100755 diff --git a/Account/Account.js b/Account/Account.js old mode 100644 new mode 100755 diff --git a/Account/AccountManager.js b/Account/AccountManager.js old mode 100644 new mode 100755 diff --git a/Account/AccountType.js b/Account/AccountType.js old mode 100644 new mode 100755 diff --git a/Animation/Animation.js b/Animation/Animation.js old mode 100644 new mode 100755 diff --git a/Animation/Canvas/Particle.js b/Animation/Canvas/Particle.js old mode 100644 new mode 100755 diff --git a/Animation/Canvas/ParticleAnimation.js b/Animation/Canvas/ParticleAnimation.js old mode 100644 new mode 100755 diff --git a/Asset/AssetManager.js b/Asset/AssetManager.js old mode 100644 new mode 100755 diff --git a/Auth/Auth.js b/Auth/Auth.js old mode 100644 new mode 100755 diff --git a/Autoloader.js b/Autoloader.js old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 index a5916b7..2e60223 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Code Style & Best Practices -For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. +For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. ## How Can I Contribute @@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all ### Issues -Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file. +Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file. ### Code Style diff --git a/Chart/AreaChart.js b/Chart/AreaChart.js old mode 100644 new mode 100755 diff --git a/Chart/Axis.js b/Chart/Axis.js old mode 100644 new mode 100755 diff --git a/Chart/BarChart.js b/Chart/BarChart.js old mode 100644 new mode 100755 diff --git a/Chart/BoxplotChart.js b/Chart/BoxplotChart.js old mode 100644 new mode 100755 diff --git a/Chart/CalendarChart.js b/Chart/CalendarChart.js old mode 100644 new mode 100755 diff --git a/Chart/CandlestickChart.js b/Chart/CandlestickChart.js old mode 100644 new mode 100755 diff --git a/Chart/Chart.js b/Chart/Chart.js old mode 100644 new mode 100755 diff --git a/Chart/ChartAbstract.js b/Chart/ChartAbstract.js old mode 100644 new mode 100755 diff --git a/Chart/ChartLegend.js b/Chart/ChartLegend.js old mode 100644 new mode 100755 diff --git a/Chart/Colors.js b/Chart/Colors.js old mode 100644 new mode 100755 diff --git a/Chart/ColumnChart.js b/Chart/ColumnChart.js old mode 100644 new mode 100755 diff --git a/Chart/DiffAreaChart.js b/Chart/DiffAreaChart.js old mode 100644 new mode 100755 diff --git a/Chart/DonutChart.js b/Chart/DonutChart.js old mode 100644 new mode 100755 diff --git a/Chart/FillGougeChart.js b/Chart/FillGougeChart.js old mode 100644 new mode 100755 diff --git a/Chart/GanttChart.js b/Chart/GanttChart.js old mode 100644 new mode 100755 diff --git a/Chart/GougeChart.js b/Chart/GougeChart.js old mode 100644 new mode 100755 diff --git a/Chart/GroupedBarChart.js b/Chart/GroupedBarChart.js old mode 100644 new mode 100755 diff --git a/Chart/GroupedColumnChart.js b/Chart/GroupedColumnChart.js old mode 100644 new mode 100755 diff --git a/Chart/LineChart.js b/Chart/LineChart.js old mode 100644 new mode 100755 diff --git a/Chart/OhlcChart.js b/Chart/OhlcChart.js old mode 100644 new mode 100755 diff --git a/Chart/PieChart.js b/Chart/PieChart.js old mode 100644 new mode 100755 diff --git a/Chart/Position.js b/Chart/Position.js old mode 100644 new mode 100755 diff --git a/Chart/PositionEnum.js b/Chart/PositionEnum.js old mode 100644 new mode 100755 diff --git a/Chart/PyramidChart.js b/Chart/PyramidChart.js old mode 100644 new mode 100755 diff --git a/Chart/RadarChart.js b/Chart/RadarChart.js old mode 100644 new mode 100755 diff --git a/Chart/ScatterplotChart.js b/Chart/ScatterplotChart.js old mode 100644 new mode 100755 diff --git a/Chart/StackedAreaChart.js b/Chart/StackedAreaChart.js old mode 100644 new mode 100755 diff --git a/Chart/StackedBarChart.js b/Chart/StackedBarChart.js old mode 100644 new mode 100755 diff --git a/Chart/StackedColumnChart.js b/Chart/StackedColumnChart.js old mode 100644 new mode 100755 diff --git a/Chart/TextElement.js b/Chart/TextElement.js old mode 100644 new mode 100755 diff --git a/Chart/TreeChart.js b/Chart/TreeChart.js old mode 100644 new mode 100755 diff --git a/Chart/VWaterfallChart.js b/Chart/VWaterfallChart.js old mode 100644 new mode 100755 diff --git a/Chart/WaterfallChart.js b/Chart/WaterfallChart.js old mode 100644 new mode 100755 diff --git a/Config/Options.js b/Config/Options.js old mode 100644 new mode 100755 diff --git a/DataStorage/CacheManager.js b/DataStorage/CacheManager.js old mode 100644 new mode 100755 diff --git a/DataStorage/LocalStorage.js b/DataStorage/LocalStorage.js old mode 100644 new mode 100755 diff --git a/DataStorage/StorageManager.js b/DataStorage/StorageManager.js old mode 100644 new mode 100755 diff --git a/Dispatcher/Dispatcher.js b/Dispatcher/Dispatcher.js old mode 100644 new mode 100755 diff --git a/Event/EventManager.js b/Event/EventManager.js old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Localization/README.md b/Localization/README.md old mode 100644 new mode 100755 diff --git a/Log/LogLevel.js b/Log/LogLevel.js old mode 100644 new mode 100755 diff --git a/Log/Logger.js b/Log/Logger.js old mode 100644 new mode 100755 diff --git a/Math/MathProcessor.js b/Math/MathProcessor.js old mode 100644 new mode 100755 diff --git a/Media/Audio/UISound.js b/Media/Audio/UISound.js old mode 100644 new mode 100755 diff --git a/Media/README.md b/Media/README.md old mode 100644 new mode 100755 diff --git a/Media/Video/CameraRecognition.js b/Media/Video/CameraRecognition.js old mode 100644 new mode 100755 diff --git a/Message/Notification/App/AppNotification.js b/Message/Notification/App/AppNotification.js old mode 100644 new mode 100755 diff --git a/Message/Notification/Browser/BrowserNotification.js b/Message/Notification/Browser/BrowserNotification.js old mode 100644 new mode 100755 diff --git a/Message/Notification/NotificationLevel.js b/Message/Notification/NotificationLevel.js old mode 100644 new mode 100755 diff --git a/Message/Notification/NotificationManager.js b/Message/Notification/NotificationManager.js old mode 100644 new mode 100755 diff --git a/Message/Notification/NotificationMessage.js b/Message/Notification/NotificationMessage.js old mode 100644 new mode 100755 diff --git a/Message/Notification/NotificationType.js b/Message/Notification/NotificationType.js old mode 100644 new mode 100755 diff --git a/Message/Request/BrowserType.js b/Message/Request/BrowserType.js old mode 100644 new mode 100755 diff --git a/Message/Request/OSType.js b/Message/Request/OSType.js old mode 100644 new mode 100755 diff --git a/Message/Request/Request.js b/Message/Request/Request.js old mode 100644 new mode 100755 diff --git a/Message/Request/RequestMethod.js b/Message/Request/RequestMethod.js old mode 100644 new mode 100755 diff --git a/Message/Request/RequestType.js b/Message/Request/RequestType.js old mode 100644 new mode 100755 diff --git a/Message/Response/Response.js b/Message/Response/Response.js old mode 100644 new mode 100755 diff --git a/Message/Response/ResponseManager.js b/Message/Response/ResponseManager.js old mode 100644 new mode 100755 diff --git a/Message/Response/ResponseType.js b/Message/Response/ResponseType.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Click.js b/Model/Action/Dom/Click.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Datalist/Append.js b/Model/Action/Dom/Datalist/Append.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Datalist/Clear.js b/Model/Action/Dom/Datalist/Clear.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Focus.js b/Model/Action/Dom/Focus.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/FormSubmit.js b/Model/Action/Dom/FormSubmit.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/GetValue.js b/Model/Action/Dom/GetValue.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Hide.js b/Model/Action/Dom/Hide.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Popup.js b/Model/Action/Dom/Popup.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Reload.js b/Model/Action/Dom/Reload.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Remove.js b/Model/Action/Dom/Remove.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/RemoveValue.js b/Model/Action/Dom/RemoveValue.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/SetValue.js b/Model/Action/Dom/SetValue.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Show.js b/Model/Action/Dom/Show.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Table/Append.js b/Model/Action/Dom/Table/Append.js old mode 100644 new mode 100755 diff --git a/Model/Action/Dom/Table/Clear.js b/Model/Action/Dom/Table/Clear.js old mode 100644 new mode 100755 diff --git a/Model/Action/Event/Prevent.js b/Model/Action/Event/Prevent.js old mode 100644 new mode 100755 diff --git a/Model/Action/Message/Log.js b/Model/Action/Message/Log.js old mode 100644 new mode 100755 diff --git a/Model/Action/Message/Request.js b/Model/Action/Message/Request.js old mode 100644 new mode 100755 diff --git a/Model/Action/Utils/DataCollector.js b/Model/Action/Utils/DataCollector.js old mode 100644 new mode 100755 diff --git a/Model/Action/Utils/Timer.js b/Model/Action/Utils/Timer.js old mode 100644 new mode 100755 diff --git a/Model/Action/Validate/Keypress.js b/Model/Action/Validate/Keypress.js old mode 100644 new mode 100755 diff --git a/Model/Message/Dom.js b/Model/Message/Dom.js old mode 100644 new mode 100755 diff --git a/Model/Message/DomAction.js b/Model/Message/DomAction.js old mode 100644 new mode 100755 diff --git a/Model/Message/DomActionType.js b/Model/Message/DomActionType.js old mode 100644 new mode 100755 diff --git a/Model/Message/FormValidation.js b/Model/Message/FormValidation.js old mode 100644 new mode 100755 diff --git a/Model/Message/Notify.js b/Model/Message/Notify.js old mode 100644 new mode 100755 diff --git a/Model/Message/NotifyType.js b/Model/Message/NotifyType.js old mode 100644 new mode 100755 diff --git a/Model/Message/Redirect.js b/Model/Message/Redirect.js old mode 100644 new mode 100755 diff --git a/Model/Message/Reload.js b/Model/Message/Reload.js old mode 100644 new mode 100755 diff --git a/Module/ModuleFactory.js b/Module/ModuleFactory.js old mode 100644 new mode 100755 diff --git a/Module/ModuleManager.js b/Module/ModuleManager.js old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Route/Route.js b/Route/Route.js old mode 100644 new mode 100755 diff --git a/Security/Hash/Sha1.js b/Security/Hash/Sha1.js old mode 100644 new mode 100755 diff --git a/Security/Hash/Sha1b.js b/Security/Hash/Sha1b.js old mode 100644 new mode 100755 diff --git a/Socket/Client/Client.js b/Socket/Client/Client.js old mode 100644 new mode 100755 diff --git a/Spreadsheet/Cell.js b/Spreadsheet/Cell.js old mode 100644 new mode 100755 diff --git a/Spreadsheet/Formatting.js b/Spreadsheet/Formatting.js old mode 100644 new mode 100755 diff --git a/Spreadsheet/Functions.js b/Spreadsheet/Functions.js old mode 100644 new mode 100755 diff --git a/Spreadsheet/Sheet.js b/Spreadsheet/Sheet.js old mode 100644 new mode 100755 diff --git a/Spreadsheet/Spreadsheet.js b/Spreadsheet/Spreadsheet.js old mode 100644 new mode 100755 diff --git a/UI/ActionManager.js b/UI/ActionManager.js old mode 100644 new mode 100755 diff --git a/UI/Component/AdvancedCalendar.js b/UI/Component/AdvancedCalendar.js old mode 100644 new mode 100755 diff --git a/UI/Component/AdvancedInput.js b/UI/Component/AdvancedInput.js old mode 100644 new mode 100755 diff --git a/UI/Component/AdvancedRange.js b/UI/Component/AdvancedRange.js old mode 100644 new mode 100755 diff --git a/UI/Component/AdvancedSelect.js b/UI/Component/AdvancedSelect.js old mode 100644 new mode 100755 diff --git a/UI/Component/Form.js b/UI/Component/Form.js old mode 100644 new mode 100755 diff --git a/UI/Component/Input.js b/UI/Component/Input.js old mode 100644 new mode 100755 diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js old mode 100644 new mode 100755 diff --git a/UI/Component/Table.js b/UI/Component/Table.js old mode 100644 new mode 100755 diff --git a/UI/DragNDrop.js b/UI/DragNDrop.js old mode 100644 new mode 100755 diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js old mode 100644 new mode 100755 diff --git a/UI/Input/InputManager.js b/UI/Input/InputManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Keyboard/KeyboardManager.js b/UI/Input/Keyboard/KeyboardManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Mouse/ClickType.js b/UI/Input/Mouse/ClickType.js old mode 100644 new mode 100755 diff --git a/UI/Input/Mouse/EventType.js b/UI/Input/Mouse/EventType.js old mode 100644 new mode 100755 diff --git a/UI/Input/Mouse/MouseManager.js b/UI/Input/Mouse/MouseManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Touch/TouchManager.js b/UI/Input/Touch/TouchManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Voice/ReadManager.js b/UI/Input/Voice/ReadManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Voice/SpeechManager.js b/UI/Input/Voice/SpeechManager.js old mode 100644 new mode 100755 diff --git a/UI/Input/Voice/VoiceManager.js b/UI/Input/Voice/VoiceManager.js old mode 100644 new mode 100755 diff --git a/UI/Loader.js b/UI/Loader.js old mode 100644 new mode 100755 diff --git a/UI/UIManager.js b/UI/UIManager.js old mode 100644 new mode 100755 diff --git a/UnhandledException.js b/UnhandledException.js old mode 100644 new mode 100755 diff --git a/Uri/HttpUri.js b/Uri/HttpUri.js old mode 100644 new mode 100755 diff --git a/Uri/UriFactory.js b/Uri/UriFactory.js old mode 100644 new mode 100755 diff --git a/Utils/ArrayUtils.js b/Utils/ArrayUtils.js old mode 100644 new mode 100755 diff --git a/Utils/Debug.js b/Utils/Debug.js old mode 100644 new mode 100755 diff --git a/Utils/GeneralUtils.js b/Utils/GeneralUtils.js old mode 100644 new mode 100755 diff --git a/Utils/Parser/Markdown.js b/Utils/Parser/Markdown.js old mode 100644 new mode 100755 diff --git a/Utils/Parser/license.txt b/Utils/Parser/license.txt old mode 100644 new mode 100755 diff --git a/Utils/StringUtils.js b/Utils/StringUtils.js old mode 100644 new mode 100755 diff --git a/Utils/UiUtils.js b/Utils/UiUtils.js old mode 100644 new mode 100755 diff --git a/Utils/oLib.js b/Utils/oLib.js old mode 100644 new mode 100755 diff --git a/Views/FormView.js b/Views/FormView.js old mode 100644 new mode 100755 diff --git a/Views/TableView.js b/Views/TableView.js old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 index 1417b9a..ad956f4 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "orange-management/jsoms", - "description": "JS Framework for Orange Management.", + "name": "karaka/jsoms", + "description": "JS Framework for Karaka.", "authors": [ { "name": "Dennis Eichhorn", diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/tests/3D/3DViewerTest.js b/tests/3D/3DViewerTest.js old mode 100644 new mode 100755 diff --git a/tests/3D/Loader/DdsLoaderTest.js b/tests/3D/Loader/DdsLoaderTest.js old mode 100644 new mode 100755 diff --git a/tests/3D/Loader/MtlLoaderTest.js b/tests/3D/Loader/MtlLoaderTest.js old mode 100644 new mode 100755 diff --git a/tests/3D/Loader/ObjLoaderTest.js b/tests/3D/Loader/ObjLoaderTest.js old mode 100644 new mode 100755 diff --git a/tests/3D/Loader/StlLoaderTest.js b/tests/3D/Loader/StlLoaderTest.js old mode 100644 new mode 100755 diff --git a/tests/Account/AccountManagerTest.js b/tests/Account/AccountManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Account/AccountTest.js b/tests/Account/AccountTest.js old mode 100644 new mode 100755 diff --git a/tests/Account/AccountTypeTest.js b/tests/Account/AccountTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Animation/AnimationTest.js b/tests/Animation/AnimationTest.js old mode 100644 new mode 100755 diff --git a/tests/Animation/Canvas/ParticleAnimationTest.js b/tests/Animation/Canvas/ParticleAnimationTest.js old mode 100644 new mode 100755 diff --git a/tests/Animation/Canvas/ParticleTest.js b/tests/Animation/Canvas/ParticleTest.js old mode 100644 new mode 100755 diff --git a/tests/Asset/AssetManagerTest.js b/tests/Asset/AssetManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Auth/AuthTest.js b/tests/Auth/AuthTest.js old mode 100644 new mode 100755 diff --git a/tests/AutoloaderTest.js b/tests/AutoloaderTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/AreaChartTest.js b/tests/Chart/AreaChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/BarChartTest.js b/tests/Chart/BarChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/BoxplotChartTest.js b/tests/Chart/BoxplotChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/CalendarChartTest.js b/tests/Chart/CalendarChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/CandlestickChartTest.js b/tests/Chart/CandlestickChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/ChartLegendTest.js b/tests/Chart/ChartLegendTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/ColumnChartTest.js b/tests/Chart/ColumnChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/DiffAreaChartTest.js b/tests/Chart/DiffAreaChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/DonutChartTest.js b/tests/Chart/DonutChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/FillGougeChartTest.js b/tests/Chart/FillGougeChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/GanttChartTest.js b/tests/Chart/GanttChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/GougeChartTest.js b/tests/Chart/GougeChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/GroupedBarChartTest.js b/tests/Chart/GroupedBarChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/GroupedColumnChartTest.js b/tests/Chart/GroupedColumnChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/LineChartTest.js b/tests/Chart/LineChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/OhlcChartTest.js b/tests/Chart/OhlcChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/PieChartTest.js b/tests/Chart/PieChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/PositionEnumTest.js b/tests/Chart/PositionEnumTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/PositionTest.enum.js b/tests/Chart/PositionTest.enum.js old mode 100644 new mode 100755 diff --git a/tests/Chart/PyramidChartTest.js b/tests/Chart/PyramidChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/RadarChartTest.js b/tests/Chart/RadarChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/ScatterplotChartTest.js b/tests/Chart/ScatterplotChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/StackedAreaChartTest.js b/tests/Chart/StackedAreaChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/StackedBarChartTest.js b/tests/Chart/StackedBarChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/StackedColumnChartTest.js b/tests/Chart/StackedColumnChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/TextElementTest.js b/tests/Chart/TextElementTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/TreeChartTest.js b/tests/Chart/TreeChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/VWaterfallChartTest.js b/tests/Chart/VWaterfallChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/WaterfallChartTest.js b/tests/Chart/WaterfallChartTest.js old mode 100644 new mode 100755 diff --git a/tests/Chart/chart-column.htm b/tests/Chart/chart-column.htm old mode 100644 new mode 100755 diff --git a/tests/Chart/chart-line.htm b/tests/Chart/chart-line.htm old mode 100644 new mode 100755 diff --git a/tests/Chart/chart-pie.htm b/tests/Chart/chart-pie.htm old mode 100644 new mode 100755 diff --git a/tests/Chart/chart-radar.htm b/tests/Chart/chart-radar.htm old mode 100644 new mode 100755 diff --git a/tests/Config/OptionsTest.js b/tests/Config/OptionsTest.js old mode 100644 new mode 100755 diff --git a/tests/DataStorage/CacheManagerTest.js b/tests/DataStorage/CacheManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/DataStorage/LocalStorageTest.js b/tests/DataStorage/LocalStorageTest.js old mode 100644 new mode 100755 diff --git a/tests/DataStorage/StorageManagerTest.js b/tests/DataStorage/StorageManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Dispatcher/DispatcherTest.js b/tests/Dispatcher/DispatcherTest.js old mode 100644 new mode 100755 diff --git a/tests/Event/EventManagerTest.js b/tests/Event/EventManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Log/LogLevelTest.js b/tests/Log/LogLevelTest.js old mode 100644 new mode 100755 diff --git a/tests/Log/LoggerTest.js b/tests/Log/LoggerTest.js old mode 100644 new mode 100755 diff --git a/tests/Math/MathProcessorTest.js b/tests/Math/MathProcessorTest.js old mode 100644 new mode 100755 diff --git a/tests/Media/Audio/UISoundTest.js b/tests/Media/Audio/UISoundTest.js old mode 100644 new mode 100755 diff --git a/tests/Media/Video/CameraRecognitionTest.js b/tests/Media/Video/CameraRecognitionTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Notification/NotificationLevelTest.js b/tests/Message/Notification/NotificationLevelTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Notification/NotificationManagerTest.js b/tests/Message/Notification/NotificationManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Notification/NotificationMessageTest.js b/tests/Message/Notification/NotificationMessageTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Notification/NotificationTypeTest.js b/tests/Message/Notification/NotificationTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Request/BrowserTypeTest.js b/tests/Message/Request/BrowserTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Request/OSTypeTest.js b/tests/Message/Request/OSTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Request/RequestMethodTest.js b/tests/Message/Request/RequestMethodTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Request/RequestTest.js b/tests/Message/Request/RequestTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Request/RequestTypeTest.js b/tests/Message/Request/RequestTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Response/ResponseManagerTest.js b/tests/Message/Response/ResponseManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Response/ResponseTest.js b/tests/Message/Response/ResponseTest.js old mode 100644 new mode 100755 diff --git a/tests/Message/Response/ResponseTypeTest.js b/tests/Message/Response/ResponseTypeTest.js old mode 100644 new mode 100755 diff --git a/tests/Module/ModuleFactoryTest.js b/tests/Module/ModuleFactoryTest.js old mode 100644 new mode 100755 diff --git a/tests/Module/ModuleManagerTest.js b/tests/Module/ModuleManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/Route/RouteTest.js b/tests/Route/RouteTest.js old mode 100644 new mode 100755 diff --git a/tests/Security/Hash/Sha1Test.js b/tests/Security/Hash/Sha1Test.js old mode 100644 new mode 100755 diff --git a/tests/Security/Hash/Sha1bTest.js b/tests/Security/Hash/Sha1bTest.js old mode 100644 new mode 100755 diff --git a/tests/Socket/Client/ClientTest.js b/tests/Socket/Client/ClientTest.js old mode 100644 new mode 100755 diff --git a/tests/SpecRunner.html b/tests/SpecRunner.html old mode 100644 new mode 100755 diff --git a/tests/Spreadsheet/CellTest.js b/tests/Spreadsheet/CellTest.js old mode 100644 new mode 100755 diff --git a/tests/Spreadsheet/FormattingTest.js b/tests/Spreadsheet/FormattingTest.js old mode 100644 new mode 100755 diff --git a/tests/Spreadsheet/FunctionsTest.js b/tests/Spreadsheet/FunctionsTest.js old mode 100644 new mode 100755 diff --git a/tests/Spreadsheet/SheetTest.js b/tests/Spreadsheet/SheetTest.js old mode 100644 new mode 100755 diff --git a/tests/Spreadsheet/SpreadsheetTest.js b/tests/Spreadsheet/SpreadsheetTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/ActionManagerTest.js b/tests/UI/ActionManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/AutocompleteTest.js b/tests/UI/Component/AutocompleteTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/FormTest.js b/tests/UI/Component/FormTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/InputTest.js b/tests/UI/Component/InputTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/TabTest.js b/tests/UI/Component/TabTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/TableTest.js b/tests/UI/Component/TableTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/TagInputTest.js b/tests/UI/Component/TagInputTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Component/TagListTest.js b/tests/UI/Component/TagListTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/DragNDropTest.js b/tests/UI/DragNDropTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/GeneralUITest.js b/tests/UI/GeneralUITest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/InputManagerTest.js b/tests/UI/Input/InputManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Keyboard/KeyboardManagerTest.js b/tests/UI/Input/Keyboard/KeyboardManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Math/EvaluatorTest.class b/tests/UI/Input/Math/EvaluatorTest.class old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Mouse/ClickTypeTest.enum b/tests/UI/Input/Mouse/ClickTypeTest.enum old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Mouse/EventTypeTest.enum b/tests/UI/Input/Mouse/EventTypeTest.enum old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Mouse/MouseManagerTest.js b/tests/UI/Input/Mouse/MouseManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Touch/TouchManagerTest.js b/tests/UI/Input/Touch/TouchManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Voice/ReadManagerTest.js b/tests/UI/Input/Voice/ReadManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Voice/SpeechManagerTest.js b/tests/UI/Input/Voice/SpeechManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/Input/Voice/VoiceManagerTest.js b/tests/UI/Input/Voice/VoiceManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/LoaderTest.js b/tests/UI/LoaderTest.js old mode 100644 new mode 100755 diff --git a/tests/UI/UIManagerTest.js b/tests/UI/UIManagerTest.js old mode 100644 new mode 100755 diff --git a/tests/UnhandledExceptionTest.js b/tests/UnhandledExceptionTest.js old mode 100644 new mode 100755 diff --git a/tests/Uri/HttpUriTest.js b/tests/Uri/HttpUriTest.js old mode 100644 new mode 100755 diff --git a/tests/Uri/UriFactoryTest.js b/tests/Uri/UriFactoryTest.js old mode 100644 new mode 100755 diff --git a/tests/Utils/ArrayUtilsTest.js b/tests/Utils/ArrayUtilsTest.js old mode 100644 new mode 100755 diff --git a/tests/Utils/GeneralUtilsTest.js b/tests/Utils/GeneralUtilsTest.js old mode 100644 new mode 100755 diff --git a/tests/Utils/StringUtilsTest.js b/tests/Utils/StringUtilsTest.js old mode 100644 new mode 100755 diff --git a/tests/Utils/oLibTest.js b/tests/Utils/oLibTest.js old mode 100644 new mode 100755 diff --git a/tests/Validation/ValidateDateTest.class b/tests/Validation/ValidateDateTest.class old mode 100644 new mode 100755 diff --git a/tests/Validation/ValidateMathTest.class b/tests/Validation/ValidateMathTest.class old mode 100644 new mode 100755 diff --git a/tests/Validation/ValidateNumberTest.class b/tests/Validation/ValidateNumberTest.class old mode 100644 new mode 100755 diff --git a/tests/Validation/ValidateStringTest.class b/tests/Validation/ValidateStringTest.class old mode 100644 new mode 100755 diff --git a/tests/Views/FormViewTest.js b/tests/Views/FormViewTest.js old mode 100644 new mode 100755 diff --git a/tests/Views/TableViewTest.js b/tests/Views/TableViewTest.js old mode 100644 new mode 100755