Files
FHC-Core/skin/images
Paminger 2dada5200c Merge branch 'master' into ci
Conflicts:
	.gitignore
	composer.json
	include/prestudent.class.php
	include/securimage/securimage.php
	include/studienplan.class.php
	system/dbupdate_3.2.php
	tests/codesniffer/FHComplete/Sniffs/Commenting/DocBlockAlignmentSniff.php
	tests/codesniffer/FHComplete/Sniffs/Commenting/FunctionCommentSniff.php
	tests/codesniffer/FHComplete/Sniffs/Commenting/FunctionCommentTypeSniff.php
	tests/codesniffer/FHComplete/Sniffs/ControlStructures/ControlSignatureSniff.php
	tests/codesniffer/FHComplete/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
	tests/codesniffer/FHComplete/Sniffs/ControlStructures/WhileStructuresSniff.php
	tests/codesniffer/FHComplete/Sniffs/Formatting/OneClassPerUseSniff.php
	tests/codesniffer/FHComplete/Sniffs/Formatting/UseInAlphabeticalOrderSniff.php
	tests/codesniffer/FHComplete/Sniffs/Functions/ClosureDeclarationSniff.php
	tests/codesniffer/FHComplete/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/CamelCapsMethodNameSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/ValidClassBracketsSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/ValidFunctionNameSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/ValidTraitNameSniff.php
	tests/codesniffer/FHComplete/Sniffs/NamingConventions/ValidVariableNameSniff.php
	tests/codesniffer/FHComplete/Sniffs/PHP/DisallowShortOpenTagSniff.php
	tests/codesniffer/FHComplete/Sniffs/PHP/TypeCastingSniff.php
	tests/codesniffer/FHComplete/Sniffs/Strings/ConcatenationSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/CommaSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/FunctionCallSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/FunctionSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/OperatorSpacingSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/ScopeIndentSniff.php
	tests/codesniffer/FHComplete/Sniffs/WhiteSpace/TabAndSpaceSniff.php
	tests/codesniffer/FHComplete/ruleset.xml
	tests/codesniffer/FHComplete/tests/FHCompletePHPStandardTest.php
	tests/codesniffer/FHComplete/tests/TestHelper.php
	tests/codesniffer/FHComplete/tests/bootstrap.php
	tests/codesniffer/FHComplete/tests/files/FHComplete/throws_pass.php
	tests/codesniffer/FHComplete/tests/files/bad_trait_name.php
	tests/codesniffer/FHComplete/tests/files/class_brackets_fail1.php
	tests/codesniffer/FHComplete/tests/files/class_brackets_fail2.php
	tests/codesniffer/FHComplete/tests/files/class_brackets_fail3.php
	tests/codesniffer/FHComplete/tests/files/class_underscore_prefix_pass.php
	tests/codesniffer/FHComplete/tests/files/control_structure_brackets_pass.php
	tests/codesniffer/FHComplete/tests/files/control_structure_dowhile.php
	tests/codesniffer/FHComplete/tests/files/control_structure_elseif.php
	tests/codesniffer/FHComplete/tests/files/control_structure_indentation.php
	tests/codesniffer/FHComplete/tests/files/control_structure_nobrackets.php
	tests/codesniffer/FHComplete/tests/files/control_structure_nospace.php
	tests/codesniffer/FHComplete/tests/files/control_structure_while.php
	tests/codesniffer/FHComplete/tests/files/control_structures_no_newline.php
	tests/codesniffer/FHComplete/tests/files/docblock_align_fail.php
	tests/codesniffer/FHComplete/tests/files/docblock_align_flat_pass.php
	tests/codesniffer/FHComplete/tests/files/docblock_align_pass.php
	tests/codesniffer/FHComplete/tests/files/double_space.php
	tests/codesniffer/FHComplete/tests/files/for_function_comment_pass.php
	tests/codesniffer/FHComplete/tests/files/function_comment_opening_line_fail.php
	tests/codesniffer/FHComplete/tests/files/function_comment_opening_line_pass.php
	tests/codesniffer/FHComplete/tests/files/function_comment_type_fail.php
	tests/codesniffer/FHComplete/tests/files/function_comment_type_pass.php
	tests/codesniffer/FHComplete/tests/files/function_spacing.php
	tests/codesniffer/FHComplete/tests/files/mixing_indent.php
	tests/codesniffer/FHComplete/tests/files/multiple_use.php
	tests/codesniffer/FHComplete/tests/files/multiple_use_pass.php
	tests/codesniffer/FHComplete/tests/files/operator_spacing_pass.php
	tests/codesniffer/FHComplete/tests/files/short_open_tags_fail.php
	tests/codesniffer/FHComplete/tests/files/short_open_tags_pass.php
	tests/codesniffer/FHComplete/tests/files/space_tab.php
	tests/codesniffer/FHComplete/tests/files/tab_space.php
	tests/codesniffer/FHComplete/tests/files/traits_no_order.php
	tests/codesniffer/FHComplete/tests/files/traits_pass.php
	tests/codesniffer/FHComplete/tests/files/type_casting_fail.php
	tests/codesniffer/FHComplete/tests/files/type_casting_pass.php
	tests/codesniffer/FHComplete/tests/files/use_class_and_closure_pass.php
	tests/codesniffer/FHComplete/tests/files/use_closure_pass.php
	tests/codesniffer/FHComplete/tests/files/use_no_order.php
	tests/codesniffer/FHComplete/tests/files/use_ok_pass.php
	tests/codesniffer/FHComplete/tests/files/use_with_commas.php
	tests/codesniffer/FHComplete/tests/files/variable_name_pass.php
	tests/codesniffer/FHComplete/tests/files/whitespace_comma.php
	tests/codesniffer/FHComplete/tests/files/whitespace_comma_before.php
	tests/codesniffer/FHComplete/tests/files/whitespace_comma_pass.php
	tests/codesniffer/FHComplete/tests/ruleset.xml
2016-04-28 18:14:40 +02:00
..
2013-06-14 12:18:17 +00:00
2010-11-08 10:30:36 +00:00
2011-11-29 08:50:02 +00:00
2013-07-25 10:45:02 +00:00
2011-11-29 08:50:02 +00:00
2008-12-23 14:51:27 +00:00
2008-12-23 14:51:27 +00:00
2009-01-16 10:30:01 +00:00
2009-01-21 09:43:07 +00:00
2015-05-13 17:49:47 +02:00
2010-02-14 12:13:49 +00:00
2011-01-26 15:11:36 +00:00
2011-01-26 15:11:36 +00:00
2010-10-27 08:19:02 +00:00
2006-11-27 08:46:23 +00:00
2010-10-27 08:18:43 +00:00
2006-11-27 08:46:23 +00:00
2011-07-20 12:24:33 +00:00
2011-04-18 14:21:15 +00:00
2009-03-17 10:03:17 +00:00
2009-03-17 10:03:17 +00:00
2009-03-17 10:20:54 +00:00
2009-03-17 10:03:17 +00:00
2009-11-27 11:25:38 +00:00
2009-11-27 11:25:38 +00:00
2009-01-19 07:08:44 +00:00
2009-11-27 11:25:38 +00:00
2009-11-27 11:25:38 +00:00
2009-11-27 11:25:38 +00:00
2013-09-20 16:17:56 +00:00
2006-11-27 08:46:23 +00:00
2008-08-22 11:47:25 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2007-12-17 12:43:48 +00:00
2008-08-22 11:47:25 +00:00
2006-11-27 08:46:23 +00:00
2013-09-20 16:17:56 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2010-12-03 13:51:38 +00:00
2013-10-09 12:24:14 +00:00
2009-03-17 10:21:27 +00:00
2011-09-29 15:17:55 +00:00
2010-04-27 06:39:07 +00:00
2010-04-27 06:39:07 +00:00
2010-12-09 14:52:12 +00:00
2009-11-27 18:38:03 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2009-03-17 10:01:50 +00:00
2009-03-17 10:03:17 +00:00
2009-03-17 10:03:17 +00:00
2012-11-23 11:21:56 +00:00
2009-03-17 10:03:17 +00:00
2009-03-17 10:03:17 +00:00
2011-01-18 16:30:49 +00:00
2012-11-23 11:21:56 +00:00
2010-12-03 14:00:58 +00:00
2010-10-27 08:05:59 +00:00
2013-10-09 12:24:14 +00:00
2006-11-27 08:46:23 +00:00
2010-10-27 08:19:25 +00:00
2013-07-19 13:22:41 +00:00
2011-07-20 12:24:33 +00:00
2006-11-27 08:46:23 +00:00
2010-04-27 06:39:07 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2012-11-23 11:21:56 +00:00
2008-10-23 09:57:25 +00:00
2010-12-03 14:00:58 +00:00
2016-03-16 19:19:24 +01:00
2009-12-04 13:11:27 +00:00
2010-10-27 08:06:22 +00:00
2008-10-23 09:57:25 +00:00
2009-01-12 10:19:03 +00:00
2006-11-27 08:46:23 +00:00
2009-05-20 14:45:47 +00:00
2006-11-27 08:46:23 +00:00
2012-05-23 17:35:15 +00:00
2009-05-20 14:45:47 +00:00
2009-03-17 10:03:17 +00:00
2015-07-31 13:15:53 +02:00
2006-11-27 08:46:23 +00:00
2009-03-17 10:21:27 +00:00
2011-07-05 09:38:04 +00:00
2006-11-27 08:46:23 +00:00
2015-04-17 12:11:29 +02:00
2009-03-17 10:21:27 +00:00
2011-07-05 09:38:04 +00:00
2011-07-05 09:38:04 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2015-11-11 10:49:31 +01:00
2006-11-27 08:46:23 +00:00
2009-11-27 18:38:03 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2012-09-05 07:38:07 +00:00
2013-10-09 12:24:14 +00:00
2009-11-30 13:54:03 +00:00
2013-07-19 13:22:41 +00:00
2013-07-19 13:22:41 +00:00
2013-07-19 13:22:41 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2011-09-29 15:17:55 +00:00
2013-11-25 13:02:59 +00:00
2010-03-18 13:48:16 +00:00
2014-06-11 14:51:37 +00:00
2009-11-23 13:30:46 +00:00
2015-07-31 13:15:53 +02:00
2006-11-27 08:46:23 +00:00
2008-10-23 09:57:25 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2015-07-31 13:15:53 +02:00
2016-03-16 19:19:24 +01:00
2008-10-23 09:57:25 +00:00
2006-11-27 08:46:23 +00:00
2016-04-05 11:35:06 +02:00
2011-01-28 13:13:05 +00:00
2007-08-01 14:45:21 +00:00
2006-11-27 08:46:23 +00:00
2009-11-27 18:38:03 +00:00
2009-11-27 18:38:03 +00:00
2009-11-27 18:38:03 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2010-12-07 14:18:33 +00:00
2006-11-27 08:46:23 +00:00
2009-11-27 19:12:08 +00:00
2015-06-22 07:52:17 +02:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2015-12-03 10:49:00 +01:00
2015-05-13 17:49:47 +02:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2008-10-23 09:57:25 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2008-10-23 09:57:25 +00:00
2011-10-11 16:25:53 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2009-01-16 10:32:43 +00:00
2009-01-16 10:32:43 +00:00
2013-07-19 13:22:41 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2010-02-01 08:29:53 +00:00
2009-11-27 18:38:03 +00:00
2006-11-27 08:46:23 +00:00
2009-11-27 18:38:03 +00:00
2006-11-27 08:46:23 +00:00
2011-10-14 13:44:01 +00:00
2011-10-14 13:44:01 +00:00
2011-10-14 13:44:01 +00:00
2011-10-14 13:44:01 +00:00
2010-12-07 16:20:07 +00:00
2011-07-20 12:24:33 +00:00
2013-07-19 13:22:41 +00:00
2011-07-20 12:24:33 +00:00
2008-10-23 09:57:25 +00:00
2009-03-17 10:03:17 +00:00
2011-10-11 16:25:53 +00:00
2015-05-13 17:49:47 +02:00
2010-12-14 12:24:48 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2011-10-04 07:37:29 +00:00
2006-11-27 08:46:23 +00:00
2008-10-23 09:57:25 +00:00
2010-01-07 06:52:31 +00:00
2013-04-30 10:19:01 +00:00
2010-02-09 08:53:46 +00:00
2011-04-18 14:21:15 +00:00
2011-04-18 14:21:15 +00:00
2009-05-25 15:46:18 +00:00
2010-03-15 05:57:30 +00:00
2009-01-19 07:36:15 +00:00
2009-01-19 08:06:53 +00:00
2009-11-25 15:50:24 +00:00
2009-03-17 10:21:27 +00:00
2011-07-05 09:38:04 +00:00
2006-11-27 08:46:23 +00:00
2010-01-07 06:52:31 +00:00
2015-07-31 13:15:53 +02:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2006-11-27 08:46:23 +00:00
2007-08-28 08:26:44 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2013-09-11 08:28:24 +00:00
2010-11-22 14:15:31 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:42:10 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:28:24 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2013-09-11 08:28:24 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2013-09-11 08:28:24 +00:00
2010-11-22 14:15:31 +00:00
2013-09-11 08:42:10 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:28:24 +00:00
2013-09-11 08:28:24 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2010-11-22 14:15:31 +00:00
2010-04-27 06:39:07 +00:00
2006-11-27 08:46:23 +00:00
2013-10-09 12:24:14 +00:00
2009-11-30 13:05:40 +00:00
2010-04-27 06:39:07 +00:00
2010-04-27 06:39:07 +00:00
2009-06-30 11:35:37 +00:00
2008-10-23 09:57:25 +00:00
2009-03-17 10:21:27 +00:00
2010-11-12 14:14:48 +00:00
2010-11-12 14:14:48 +00:00
2011-09-29 15:17:55 +00:00
2008-10-23 09:57:25 +00:00
2015-11-11 10:49:31 +01:00
2015-11-11 10:49:31 +01:00
2013-07-19 13:22:41 +00:00
2011-07-20 12:24:33 +00:00
2006-11-27 08:46:23 +00:00
2013-07-19 13:22:41 +00:00
2011-07-20 12:24:33 +00:00
2006-11-27 08:46:23 +00:00