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