Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Oliver Eglseder
lfeditor
Commits
b1d9b666
Commit
b1d9b666
authored
Dec 06, 2016
by
Stefan Galinski
🎮
Browse files
[TASK] Fix website url
parent
4ffe776c
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
37 additions
and
37 deletions
+37
-37
Classes/Controller/AbstractBackendController.php
Classes/Controller/AbstractBackendController.php
+2
-2
Classes/Controller/AbstractController.php
Classes/Controller/AbstractController.php
+2
-2
Classes/Controller/AddConstantController.php
Classes/Controller/AddConstantController.php
+2
-2
Classes/Controller/DeleteConstantController.php
Classes/Controller/DeleteConstantController.php
+2
-2
Classes/Controller/EditConstantController.php
Classes/Controller/EditConstantController.php
+2
-2
Classes/Controller/EditFileController.php
Classes/Controller/EditFileController.php
+2
-2
Classes/Controller/GeneralController.php
Classes/Controller/GeneralController.php
+2
-2
Classes/Controller/ManageBackupsController.php
Classes/Controller/ManageBackupsController.php
+2
-2
Classes/Controller/RenameConstantController.php
Classes/Controller/RenameConstantController.php
+2
-2
Classes/Controller/SearchConstantController.php
Classes/Controller/SearchConstantController.php
+2
-2
Classes/Controller/ViewTreeController.php
Classes/Controller/ViewTreeController.php
+2
-2
Classes/Exceptions/LFException.php
Classes/Exceptions/LFException.php
+1
-1
Classes/Service/AbstractService.php
Classes/Service/AbstractService.php
+2
-2
Classes/Service/BackupService.php
Classes/Service/BackupService.php
+2
-2
Classes/Service/ConfigurationService.php
Classes/Service/ConfigurationService.php
+2
-2
Classes/Service/FileBackupService.php
Classes/Service/FileBackupService.php
+2
-2
Classes/Service/FileBasePHPService.php
Classes/Service/FileBasePHPService.php
+2
-2
Classes/Service/FileBaseService.php
Classes/Service/FileBaseService.php
+2
-2
Classes/Service/FileBaseXLFService.php
Classes/Service/FileBaseXLFService.php
+1
-1
Classes/Service/FileBaseXMLService.php
Classes/Service/FileBaseXMLService.php
+1
-1
No files found.
Classes/Controller/AbstractBackendController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -190,4 +190,4 @@ abstract class AbstractBackendController extends AbstractController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/AbstractController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -307,4 +307,4 @@ abstract class AbstractController extends ActionController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/AddConstantController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -143,4 +143,4 @@ class AddConstantController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/DeleteConstantController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -147,4 +147,4 @@ class DeleteConstantController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/EditConstantController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -159,4 +159,4 @@ class EditConstantController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/EditFileController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -323,4 +323,4 @@ class EditFileController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/GeneralController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -257,4 +257,4 @@ class GeneralController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/ManageBackupsController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -424,4 +424,4 @@ class ManageBackupsController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/RenameConstantController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -159,4 +159,4 @@ class RenameConstantController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/SearchConstantController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -150,4 +150,4 @@ class SearchConstantController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Controller/ViewTreeController.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Controller;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -239,4 +239,4 @@ class ViewTreeController extends AbstractBackendController {
}
}
?>
\ No newline at end of file
?>
Classes/Exceptions/LFException.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Exceptions;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
Classes/Service/AbstractService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -61,4 +61,4 @@ abstract class AbstractService implements SingletonInterface {
$this
->
session
->
setSessionKey
(
'tx_lfeditor_sessionVariables'
);
}
}
}
\ No newline at end of file
}
Classes/Service/BackupService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -305,4 +305,4 @@ class BackupService extends AbstractService {
public
function
setBackupObj
(
$backupObj
)
{
$this
->
backupObj
=
$backupObj
;
}
}
\ No newline at end of file
}
Classes/Service/ConfigurationService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -719,4 +719,4 @@ class ConfigurationService extends AbstractService {
}
return
$languages
;
}
}
\ No newline at end of file
}
Classes/Service/FileBackupService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -481,4 +481,4 @@ class FileBackupService extends FileService {
}
}
?>
\ No newline at end of file
?>
Classes/Service/FileBasePHPService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -276,4 +276,4 @@ class FileBasePHPService extends FileBaseService {
}
}
?>
\ No newline at end of file
?>
Classes/Service/FileBaseService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
@@ -198,4 +198,4 @@ abstract class FileBaseService extends FileService {
}
}
?>
\ No newline at end of file
?>
Classes/Service/FileBaseXLFService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
Classes/Service/FileBaseXMLService.php
View file @
b1d9b666
...
...
@@ -5,7 +5,7 @@ namespace SGalinski\Lfeditor\Service;
/***************************************************************
* Copyright notice
*
* (c) sgalinski Internet Services (http://www.sgalinski.de)
* (c) sgalinski Internet Services (http
s
://www.sgalinski.de)
*
* All rights reserved
*
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment