From 1e8923265fe309c4863a6a89b89aac1c21e455d0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 19 Feb 2022 13:57:39 +0100 Subject: [PATCH] fix name --- CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 4 ++-- LICENSE.txt | 0 README.md | 20 ++++++++++---------- accordion.scss | 0 alert.scss | 0 alignment.scss | 0 animate.scss | 0 article.scss | 0 badge.scss | 0 blockquote.scss | 0 breadcrumb.scss | 0 button.scss | 0 canvas.scss | 0 clean.scss | 0 debug.css | 0 default.scss | 0 draggable.scss | 0 form.scss | 0 grid.scss | 0 icon.scss | 0 image.scss | 0 input.scss | 0 layout.scss | 0 link.scss | 0 list.scss | 0 media.scss | 0 nav.scss | 0 note.scss | 0 package.json | 0 pagination.scss | 0 popup.scss | 0 portlet.scss | 0 progress.scss | 0 section.scss | 0 size.scss | 0 slider.scss | 0 spinner.scss | 0 styles.scss | 0 tab.scss | 0 table.scss | 0 tag.scss | 0 tests/app/3d.php | 0 tests/app/actions.php | 0 tests/app/article.php | 0 tests/app/breadcrumbs.php | 0 tests/app/buttons.php | 0 tests/app/calendar.php | 0 tests/app/chart_area.php | 0 tests/app/chart_bar.php | 0 tests/app/chart_bcg.php | 0 tests/app/chart_boxplot.php | 0 tests/app/chart_bubblemap.php | 0 tests/app/chart_calendar.php | 0 tests/app/chart_candlestick.php | 0 tests/app/chart_column.php | 0 tests/app/chart_gantt.php | 0 tests/app/chart_gouge.php | 0 tests/app/chart_line.php | 0 tests/app/chart_map.php | 0 tests/app/chart_ohlc.php | 0 tests/app/chart_pie.php | 0 tests/app/chart_pyramid.php | 0 tests/app/chart_radar.php | 0 tests/app/chart_scatterplot.php | 0 tests/app/chart_tree.php | 0 tests/app/chart_waterfall.php | 0 tests/app/editor.php | 0 tests/app/forms.php | 0 tests/app/forms_input.php | 0 tests/app/forms_table.php | 0 tests/app/grid.php | 0 tests/app/images.php | 0 tests/app/index.php | 0 tests/app/lazyload.php | 0 tests/app/lists.php | 0 tests/app/load.js | 0 tests/app/loaders.php | 0 tests/app/navigations.php | 0 tests/app/notifications.php | 0 tests/app/panels.php | 0 tests/app/popups.php | 0 tests/app/progress.php | 0 tests/app/sizes.php | 0 tests/app/sliders.php | 0 tests/app/tables.php | 0 tests/app/tabs.php | 0 tests/app/tags.php | 0 tests/app/welcome.php | 0 text.scss | 0 tooltip.scss | 0 transformation.scss | 0 visibility.scss | 0 93 files changed, 12 insertions(+), 12 deletions(-) mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 README.md mode change 100644 => 100755 accordion.scss mode change 100644 => 100755 alert.scss mode change 100644 => 100755 alignment.scss mode change 100644 => 100755 animate.scss mode change 100644 => 100755 article.scss mode change 100644 => 100755 badge.scss mode change 100644 => 100755 blockquote.scss mode change 100644 => 100755 breadcrumb.scss mode change 100644 => 100755 button.scss mode change 100644 => 100755 canvas.scss mode change 100644 => 100755 clean.scss mode change 100644 => 100755 debug.css mode change 100644 => 100755 default.scss mode change 100644 => 100755 draggable.scss mode change 100644 => 100755 form.scss mode change 100644 => 100755 grid.scss mode change 100644 => 100755 icon.scss mode change 100644 => 100755 image.scss mode change 100644 => 100755 input.scss mode change 100644 => 100755 layout.scss mode change 100644 => 100755 link.scss mode change 100644 => 100755 list.scss mode change 100644 => 100755 media.scss mode change 100644 => 100755 nav.scss mode change 100644 => 100755 note.scss mode change 100644 => 100755 package.json mode change 100644 => 100755 pagination.scss mode change 100644 => 100755 popup.scss mode change 100644 => 100755 portlet.scss mode change 100644 => 100755 progress.scss mode change 100644 => 100755 section.scss mode change 100644 => 100755 size.scss mode change 100644 => 100755 slider.scss mode change 100644 => 100755 spinner.scss mode change 100644 => 100755 styles.scss mode change 100644 => 100755 tab.scss mode change 100644 => 100755 table.scss mode change 100644 => 100755 tag.scss mode change 100644 => 100755 tests/app/3d.php mode change 100644 => 100755 tests/app/actions.php mode change 100644 => 100755 tests/app/article.php mode change 100644 => 100755 tests/app/breadcrumbs.php mode change 100644 => 100755 tests/app/buttons.php mode change 100644 => 100755 tests/app/calendar.php mode change 100644 => 100755 tests/app/chart_area.php mode change 100644 => 100755 tests/app/chart_bar.php mode change 100644 => 100755 tests/app/chart_bcg.php mode change 100644 => 100755 tests/app/chart_boxplot.php mode change 100644 => 100755 tests/app/chart_bubblemap.php mode change 100644 => 100755 tests/app/chart_calendar.php mode change 100644 => 100755 tests/app/chart_candlestick.php mode change 100644 => 100755 tests/app/chart_column.php mode change 100644 => 100755 tests/app/chart_gantt.php mode change 100644 => 100755 tests/app/chart_gouge.php mode change 100644 => 100755 tests/app/chart_line.php mode change 100644 => 100755 tests/app/chart_map.php mode change 100644 => 100755 tests/app/chart_ohlc.php mode change 100644 => 100755 tests/app/chart_pie.php mode change 100644 => 100755 tests/app/chart_pyramid.php mode change 100644 => 100755 tests/app/chart_radar.php mode change 100644 => 100755 tests/app/chart_scatterplot.php mode change 100644 => 100755 tests/app/chart_tree.php mode change 100644 => 100755 tests/app/chart_waterfall.php mode change 100644 => 100755 tests/app/editor.php mode change 100644 => 100755 tests/app/forms.php mode change 100644 => 100755 tests/app/forms_input.php mode change 100644 => 100755 tests/app/forms_table.php mode change 100644 => 100755 tests/app/grid.php mode change 100644 => 100755 tests/app/images.php mode change 100644 => 100755 tests/app/index.php mode change 100644 => 100755 tests/app/lazyload.php mode change 100644 => 100755 tests/app/lists.php mode change 100644 => 100755 tests/app/load.js mode change 100644 => 100755 tests/app/loaders.php mode change 100644 => 100755 tests/app/navigations.php mode change 100644 => 100755 tests/app/notifications.php mode change 100644 => 100755 tests/app/panels.php mode change 100644 => 100755 tests/app/popups.php mode change 100644 => 100755 tests/app/progress.php mode change 100644 => 100755 tests/app/sizes.php mode change 100644 => 100755 tests/app/sliders.php mode change 100644 => 100755 tests/app/tables.php mode change 100644 => 100755 tests/app/tabs.php mode change 100644 => 100755 tests/app/tags.php mode change 100644 => 100755 tests/app/welcome.php mode change 100644 => 100755 text.scss mode change 100644 => 100755 tooltip.scss mode change 100644 => 100755 transformation.scss mode change 100644 => 100755 visibility.scss 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 baa3f4a..e4fbbe8 --- 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/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 2d53e7c..27b12bd --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@

Logo

-The cssOMS framework is primarily developed for the Orange Management application which is a modular web application for small to mid sized companies that need CRM, ERP, Intranet and/or CMS functionalities and much more. The framework is also used in some other tools and websites which compliment the Orange Management web application and provides the necessary basic CSS. +The cssOMS framework is primarily developed for the Karaka application which is a modular web application for small to mid sized companies that need CRM, ERP, Intranet and/or CMS functionalities and much more. The framework is also used in some other tools and websites which compliment the Karaka web application and provides the necessary basic CSS. With Orange-Management you have one partner who can provide all the tools and software solutions you are used to at fair and reasonable prices even for small organizations and companies/startups. Our solutions can be used independently from each other or fully integrated with other solutions we provide. By choosing Orange-Management as your partner you'll be able to adjust your software based on the changes in your requirements without worrying about integration and workflow optimization. ## Table of content -- [Orange-Management](#orange-management) +- [Orange-Management](#karaka) - [Table of content](#table-of-content) - [Installation](#installation) - [Requirements](#requirements) @@ -33,13 +33,13 @@ You can either link the `styles.css` in the head of your output file or choose t We believe software should support a business in it's daily tasks and growth in a very efficient way without frustration. In order to achieve this we constantly take feedback from our customers and expand and improve our software solutions. -Since we believe in our software and transparent business model you can live test parts of our application and it's modules in our demo application at https://orange-management.app (user: admin, pass: orange) without any registration or inquiry. This can be done even during the development phase. +Since we believe in our software and transparent business model you can live test parts of our application and it's modules in our demo application at https://karaka.app (user: admin, pass: orange) without any registration or inquiry. This can be done even during the development phase. ## Development Status -Currently Orange Management is still developing the first Alpha version. As soon as we have a running Beta version we are allowing external testers to use our software and a selected amount of inhouse developed modules. The cssOMS style framework is one of the least developed components and still requires many improvements in terms of visuals, missing styles and mobile support. +Currently Karaka is still developing the first Alpha version. As soon as we have a running Beta version we are allowing external testers to use our software and a selected amount of inhouse developed modules. The cssOMS style framework is one of the least developed components and still requires many improvements in terms of visuals, missing styles and mobile support. -General updates can be found in our info section at https://orange-management.org/info and developer updates can be found in our developer section at https://orange-management.org/dev. In our developer section you can also check out the automatically generated reports such as code coverage, code style, static analysis etc. as well as our code style guide lines and developer documentation. +General updates can be found in our info section at https://karaka.app/info and developer updates can be found in our developer section at https://karaka.app/dev. In our developer section you can also check out the automatically generated reports such as code coverage, code style, static analysis etc. as well as our code style guide lines and developer documentation. ![Preview](https://raw.githubusercontent.com/Orange-Management/Assets/master/art/preview.png) @@ -56,12 +56,12 @@ Orange-Management has a very open culture and we always welcome new people who s * Artist and/or Frontend * DevOps -Check out https://orange-management.org/career and our developer section https://orange-management.org/dev for more information. +Check out https://karaka.app/career and our developer section https://karaka.app/dev for more information. ## Misc * Languages: PHP, JS, HTML, CSS -* Website: [https://orange-management.org](https://orange-management.org) -* Demo: [https://orange-management.app](https://orange-management.app) (user: admin, pass: orange) -* Dev: [https://orange-management.org/dev](https://orange-management.org/dev) -* Contact: dennis@orange-management.email +* Website: [https://karaka.app](https://karaka.app) +* Demo: [https://karaka.app](https://karaka.app) (user: admin, pass: orange) +* Dev: [https://karaka.app/dev](https://karaka.app/dev) +* Contact: dennis@karaka.email diff --git a/accordion.scss b/accordion.scss old mode 100644 new mode 100755 diff --git a/alert.scss b/alert.scss old mode 100644 new mode 100755 diff --git a/alignment.scss b/alignment.scss old mode 100644 new mode 100755 diff --git a/animate.scss b/animate.scss old mode 100644 new mode 100755 diff --git a/article.scss b/article.scss old mode 100644 new mode 100755 diff --git a/badge.scss b/badge.scss old mode 100644 new mode 100755 diff --git a/blockquote.scss b/blockquote.scss old mode 100644 new mode 100755 diff --git a/breadcrumb.scss b/breadcrumb.scss old mode 100644 new mode 100755 diff --git a/button.scss b/button.scss old mode 100644 new mode 100755 diff --git a/canvas.scss b/canvas.scss old mode 100644 new mode 100755 diff --git a/clean.scss b/clean.scss old mode 100644 new mode 100755 diff --git a/debug.css b/debug.css old mode 100644 new mode 100755 diff --git a/default.scss b/default.scss old mode 100644 new mode 100755 diff --git a/draggable.scss b/draggable.scss old mode 100644 new mode 100755 diff --git a/form.scss b/form.scss old mode 100644 new mode 100755 diff --git a/grid.scss b/grid.scss old mode 100644 new mode 100755 diff --git a/icon.scss b/icon.scss old mode 100644 new mode 100755 diff --git a/image.scss b/image.scss old mode 100644 new mode 100755 diff --git a/input.scss b/input.scss old mode 100644 new mode 100755 diff --git a/layout.scss b/layout.scss old mode 100644 new mode 100755 diff --git a/link.scss b/link.scss old mode 100644 new mode 100755 diff --git a/list.scss b/list.scss old mode 100644 new mode 100755 diff --git a/media.scss b/media.scss old mode 100644 new mode 100755 diff --git a/nav.scss b/nav.scss old mode 100644 new mode 100755 diff --git a/note.scss b/note.scss old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/pagination.scss b/pagination.scss old mode 100644 new mode 100755 diff --git a/popup.scss b/popup.scss old mode 100644 new mode 100755 diff --git a/portlet.scss b/portlet.scss old mode 100644 new mode 100755 diff --git a/progress.scss b/progress.scss old mode 100644 new mode 100755 diff --git a/section.scss b/section.scss old mode 100644 new mode 100755 diff --git a/size.scss b/size.scss old mode 100644 new mode 100755 diff --git a/slider.scss b/slider.scss old mode 100644 new mode 100755 diff --git a/spinner.scss b/spinner.scss old mode 100644 new mode 100755 diff --git a/styles.scss b/styles.scss old mode 100644 new mode 100755 diff --git a/tab.scss b/tab.scss old mode 100644 new mode 100755 diff --git a/table.scss b/table.scss old mode 100644 new mode 100755 diff --git a/tag.scss b/tag.scss old mode 100644 new mode 100755 diff --git a/tests/app/3d.php b/tests/app/3d.php old mode 100644 new mode 100755 diff --git a/tests/app/actions.php b/tests/app/actions.php old mode 100644 new mode 100755 diff --git a/tests/app/article.php b/tests/app/article.php old mode 100644 new mode 100755 diff --git a/tests/app/breadcrumbs.php b/tests/app/breadcrumbs.php old mode 100644 new mode 100755 diff --git a/tests/app/buttons.php b/tests/app/buttons.php old mode 100644 new mode 100755 diff --git a/tests/app/calendar.php b/tests/app/calendar.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_area.php b/tests/app/chart_area.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_bar.php b/tests/app/chart_bar.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_bcg.php b/tests/app/chart_bcg.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_boxplot.php b/tests/app/chart_boxplot.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_bubblemap.php b/tests/app/chart_bubblemap.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_calendar.php b/tests/app/chart_calendar.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_candlestick.php b/tests/app/chart_candlestick.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_column.php b/tests/app/chart_column.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_gantt.php b/tests/app/chart_gantt.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_gouge.php b/tests/app/chart_gouge.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_line.php b/tests/app/chart_line.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_map.php b/tests/app/chart_map.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_ohlc.php b/tests/app/chart_ohlc.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_pie.php b/tests/app/chart_pie.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_pyramid.php b/tests/app/chart_pyramid.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_radar.php b/tests/app/chart_radar.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_scatterplot.php b/tests/app/chart_scatterplot.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_tree.php b/tests/app/chart_tree.php old mode 100644 new mode 100755 diff --git a/tests/app/chart_waterfall.php b/tests/app/chart_waterfall.php old mode 100644 new mode 100755 diff --git a/tests/app/editor.php b/tests/app/editor.php old mode 100644 new mode 100755 diff --git a/tests/app/forms.php b/tests/app/forms.php old mode 100644 new mode 100755 diff --git a/tests/app/forms_input.php b/tests/app/forms_input.php old mode 100644 new mode 100755 diff --git a/tests/app/forms_table.php b/tests/app/forms_table.php old mode 100644 new mode 100755 diff --git a/tests/app/grid.php b/tests/app/grid.php old mode 100644 new mode 100755 diff --git a/tests/app/images.php b/tests/app/images.php old mode 100644 new mode 100755 diff --git a/tests/app/index.php b/tests/app/index.php old mode 100644 new mode 100755 diff --git a/tests/app/lazyload.php b/tests/app/lazyload.php old mode 100644 new mode 100755 diff --git a/tests/app/lists.php b/tests/app/lists.php old mode 100644 new mode 100755 diff --git a/tests/app/load.js b/tests/app/load.js old mode 100644 new mode 100755 diff --git a/tests/app/loaders.php b/tests/app/loaders.php old mode 100644 new mode 100755 diff --git a/tests/app/navigations.php b/tests/app/navigations.php old mode 100644 new mode 100755 diff --git a/tests/app/notifications.php b/tests/app/notifications.php old mode 100644 new mode 100755 diff --git a/tests/app/panels.php b/tests/app/panels.php old mode 100644 new mode 100755 diff --git a/tests/app/popups.php b/tests/app/popups.php old mode 100644 new mode 100755 diff --git a/tests/app/progress.php b/tests/app/progress.php old mode 100644 new mode 100755 diff --git a/tests/app/sizes.php b/tests/app/sizes.php old mode 100644 new mode 100755 diff --git a/tests/app/sliders.php b/tests/app/sliders.php old mode 100644 new mode 100755 diff --git a/tests/app/tables.php b/tests/app/tables.php old mode 100644 new mode 100755 diff --git a/tests/app/tabs.php b/tests/app/tabs.php old mode 100644 new mode 100755 diff --git a/tests/app/tags.php b/tests/app/tags.php old mode 100644 new mode 100755 diff --git a/tests/app/welcome.php b/tests/app/welcome.php old mode 100644 new mode 100755 diff --git a/text.scss b/text.scss old mode 100644 new mode 100755 diff --git a/tooltip.scss b/tooltip.scss old mode 100644 new mode 100755 diff --git a/transformation.scss b/transformation.scss old mode 100644 new mode 100755 diff --git a/visibility.scss b/visibility.scss old mode 100644 new mode 100755