Commit

commit b8f609675d8e5de33412db89fcca3ec80c35c0b0
Author: Jan Dankert 
Date:   Sat Feb 22 00:46:59 2020 +0100

    Refactoring: Renaming template-engine to template_engine because '-' is no valid namespace char.

 dev-helper/create-output-files.sh                                   | 6 +++---
 dev-helper/template-watcher.sh                                      | 4 ++--
 dev-helper/update.html                                              | 4 ++--
 modules/cms-ui/action/IndexAction.class.php                         | 4 ++--
 modules/{template-engine => template_engine}/CMSElement.class.php   | 0
 .../{template-engine => template_engine}/ConditionalAttribute.php   | 0
 modules/{template-engine => template_engine}/Element.class.php      | 0
 modules/{template-engine => template_engine}/EmptyElement.class.php | 0
 modules/{template-engine => template_engine}/HtmlElement.class.php  | 0
 .../{template-engine => template_engine}/PHPBlockElement.class.php  | 2 +-
 modules/{template-engine => template_engine}/SimpleAttribute.php    | 0
 modules/{template-engine => template_engine}/TemplateCompiler.php   | 2 +-
 .../TemplateEngineInfo.class.php                                    | 0
 .../components/XSDGenerator.php                                     | 0
 .../{template-engine => template_engine}/components/components.ini  | 0
 .../components/html/Component.class.php                             | 0
 .../components/html/FieldComponent.class.php                        | 0
 .../components/html/HtmlComponent.class.php                         | 0
 .../components/html/NativeHtmlComponent.class.php                   | 0
 .../components/html/button/Button.class.php                         | 0
 .../components/html/checkbox/Checkbox.class.php                     | 0
 .../components/html/column/Column.class.php                         | 0
 .../components/html/column/column.js                                | 0
 .../components/html/column/column.min.js                            | 0
 .../components/html/date/Date.class.php                             | 0
 .../components/html/date/component-date.php                         | 0
 .../components/html/dummy/Dummy.class.php                           | 0
 .../components/html/editor/Editor.class.php                         | 0
 .../components/html/editor/editor.css                               | 0
 .../components/html/editor/editor.js                                | 0
 .../components/html/editor/editor.less                              | 0
 .../components/html/editor/editor.min.css                           | 0
 .../components/html/editor/editor.min.js                            | 0
 .../components/html/else/Else.class.php                             | 0
 .../components/html/focus/Focus.class.php                           | 0
 .../components/html/form/Form.class.php                             | 0
 .../components/html/group/Group.class.php                           | 0
 .../components/html/group/group.css                                 | 0
 .../components/html/group/group.js                                  | 0
 .../components/html/group/group.less                                | 0
 .../components/html/group/group.min.css                             | 0
 .../components/html/group/group.min.js                              | 0
 .../components/html/header/Header.class.php                         | 0
 .../components/html/hidden/Hidden.class.php                         | 0
 .../components/html/if/If.class.php                                 | 0
 .../components/html/image/Image.class.php                           | 0
 .../components/html/image/image.css                                 | 0
 .../components/html/image/image.js                                  | 0
 .../components/html/image/image.less                                | 0
 .../components/html/image/image.min.css                             | 0
 .../components/html/image/image.min.js                              | 0
 .../components/html/include/Include.class.php                       | 0
 .../components/html/input/Input.class.php                           | 0
 .../components/html/inputarea/Inputarea.class.php                   | 0
 .../components/html/insert/Insert.class.php                         | 0
 .../components/html/label/Label.class.php                           | 0
 .../components/html/link/Link.class.php                             | 0
 .../components/html/link/link.js                                    | 0
 .../components/html/link/link.min.js                                | 0
 .../components/html/list/List.class.php                             | 0
 .../components/html/logo/Logo.class.php                             | 0
 .../components/html/newline/Newline.class.php                       | 0
 .../components/html/output/Output.class.php                         | 0
 .../components/html/page/Page.class.php                             | 0
 .../components/html/part/Part.class.php                             | 0
 .../components/html/password/Password.class.php                     | 0
 .../components/html/qrcode/Qrcode.class.php                         | 0
 .../components/html/qrcode/qrcode.js                                | 0
 .../components/html/qrcode/qrcode.min.js                            | 0
 .../components/html/radio/Radio.class.php                           | 0
 .../components/html/radiobox/Radiobox.class.php                     | 0
 .../components/html/row/Row.class.php                               | 0
 .../components/html/selectbox/Selectbox.class.php                   | 0
 .../components/html/selector/Selector.class.php                     | 0
 .../components/html/set/Set.class.php                               | 0
 .../components/html/table/Table.class.php                           | 0
 .../components/html/table/table.css                                 | 0
 .../components/html/table/table.js                                  | 0
 .../components/html/table/table.less                                | 0
 .../components/html/table/table.min.css                             | 0
 .../components/html/table/table.min.js                              | 0
 .../components/html/text/Text.class.php                             | 0
 .../components/html/tree/Tree.class.php                             | 0
 .../components/html/tree/component-tree.php                         | 0
 .../components/html/tree/tree.js                                    | 0
 .../components/html/tree/tree.min.js                                | 0
 .../components/html/upload/Upload.class.php                         | 0
 .../components/html/upload/upload.css                               | 0
 .../components/html/upload/upload.js                                | 0
 .../components/html/upload/upload.less                              | 0
 .../components/html/upload/upload.min.css                           | 0
 .../components/html/upload/upload.min.js                            | 0
 .../components/html/user/User.class.php                             | 0
 .../components/html/user/component-user.php                         | 0
 .../components/html/window/Window.class.php                         | 0
 .../{template-engine => template_engine}/components/template.xsd    | 0
 .../engine/TemplateEngine.class.php                                 | 0
 modules/{template-engine => template_engine}/require.php            | 0
 98 files changed, 11 insertions(+), 11 deletions(-)