]> git.mxchange.org Git - shipsimu.git/blobdiff - .gitattributes
Payment introduced, minor rewrites
[shipsimu.git] / .gitattributes
index 616fec235baa36391f471e551df6fc430534be4e..fb12de854a04f28c3949120422ae01f9bcdf399f 100644 (file)
@@ -4,6 +4,7 @@ application/.htaccess -text
 application/blog/.htaccess -text
 application/blog/class_ApplicationHelper.php -text
 application/blog/config.php -text
+application/blog/data.php -text
 application/blog/debug.php -text
 application/blog/exceptions.php -text
 application/blog/exceptions/.htaccess -text
@@ -47,6 +48,7 @@ application/selector/.htaccess -text
 application/selector/class_ApplicationHelper.php -text
 application/selector/class_ApplicationSelector.php -text
 application/selector/config.php -text
+application/selector/data.php -text
 application/selector/debug.php -text
 application/selector/exceptions.php -text
 application/selector/init.php -text
@@ -60,6 +62,7 @@ application/selector/templates/de/code/selector_main.ctp -text
 application/ship-simu/.htaccess -text
 application/ship-simu/class_ApplicationHelper.php -text
 application/ship-simu/config.php -text
+application/ship-simu/data.php -text
 application/ship-simu/debug.php -text
 application/ship-simu/exceptions.php -text
 application/ship-simu/exceptions/.htaccess -text
@@ -236,6 +239,7 @@ application/ship-simu/templates/images/de/image/code_captcha.itp -text
 application/shoutbox/.htaccess -text
 application/shoutbox/class_ApplicationHelper.php -text
 application/shoutbox/config.php -text
+application/shoutbox/data.php -text
 application/shoutbox/debug.php -text
 application/shoutbox/exceptions.php -text
 application/shoutbox/exceptions/.htaccess -text
@@ -278,6 +282,7 @@ application/shoutbox/templates/images/de/image/code_captcha.itp -text
 application/todo/.htaccess -text
 application/todo/class_ApplicationHelper.php -text
 application/todo/config.php -text
+application/todo/data.php -text
 application/todo/debug.php -text
 application/todo/exceptions.php -text
 application/todo/exceptions/.htaccess -text
@@ -322,6 +327,7 @@ db/.htaccess -text
 db/company_user/.htaccess -text
 db/gov_user/.htaccess -text
 db/news/.htaccess -text
+db/payments/.htaccess -text
 db/user/.htaccess -text
 db/user_points/.htaccess -text
 devel/.htaccess -text
@@ -480,6 +486,8 @@ inc/classes/interfaces/database/middleware/.htaccess -text
 inc/classes/interfaces/database/middleware/class_DatabaseConnector.php -text
 inc/classes/interfaces/debug/.htaccess -text
 inc/classes/interfaces/debug/class_Debugger.php -text
+inc/classes/interfaces/discovery/.htaccess -text
+inc/classes/interfaces/discovery/class_Discoverable.php -text
 inc/classes/interfaces/filter/.htaccess -text
 inc/classes/interfaces/filter/class_Filterable.php -text
 inc/classes/interfaces/helper/.htaccess -text
@@ -604,12 +612,18 @@ inc/classes/main/database/databases/.htaccess -text
 inc/classes/main/database/databases/class_LocalFileDatabase.php -text
 inc/classes/main/database/wrapper/.htaccess -text
 inc/classes/main/database/wrapper/class_NewsDatabaseWrapper.php -text
+inc/classes/main/database/wrapper/class_PaymentsDatabaseWrapper.php -text
 inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php -text
 inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php -text
 inc/classes/main/debug/.htaccess -text
 inc/classes/main/debug/class_DebugConsoleOutput.php -text
 inc/classes/main/debug/class_DebugErrorLogOutput.php -text
 inc/classes/main/debug/class_DebugWebOutput.php -text
+inc/classes/main/discovery/.htaccess -text
+inc/classes/main/discovery/class_ -text
+inc/classes/main/discovery/class_BaseDiscovery.php -text
+inc/classes/main/discovery/payment/.htaccess -text
+inc/classes/main/discovery/payment/class_LocalPaymentDiscovery.php -text
 inc/classes/main/factories/.htaccess -text
 inc/classes/main/factories/cache/.htaccess -text
 inc/classes/main/factories/cache/class_CacheFactory.php -text
@@ -640,6 +654,8 @@ inc/classes/main/filter/news/class_NewsDownloadFilter.php -text
 inc/classes/main/filter/news/class_NewsProcessFilter.php -text
 inc/classes/main/filter/null/.htaccess -text
 inc/classes/main/filter/null/class_NullFilter.php -text
+inc/classes/main/filter/payment/.htaccess -text
+inc/classes/main/filter/payment/class_PaymentDiscoveryFilter.php -text
 inc/classes/main/filter/update/.htaccess -text
 inc/classes/main/filter/update/class_UserStatusConfimedUpdateFilter.php -text
 inc/classes/main/filter/update/class_UserUpdateFilter.php -text