name
|
2bc46b8f21
|
match languages such as ja_rm (or any other with underscore) properly
|
2018-11-17 20:20:06 +02:00 |
|
marc tobias
|
27bc8d4f7b
|
replace PHP sizeof() with either count() or empty()
|
2018-03-22 12:36:24 +01:00 |
|
marc tobias
|
3ef4c4fbe7
|
ParameterParser: getStringList removes empty strings
|
2018-03-06 14:51:48 +01:00 |
|
marc tobias
|
47258f40ea
|
ParameterParser: getFloat with empty string value throws exception
|
2018-03-06 13:35:27 +01:00 |
|
marc tobias
|
123a3c0347
|
ParameterParser: getInt with empty string value throws exception
|
2018-03-06 13:33:19 +01:00 |
|
Sarah Hoffmann
|
6c1977b448
|
replace double-quoting with single quotes where applicable
|
2017-10-26 21:40:33 +02:00 |
|
Marc Tobias Metten
|
6238ae6032
|
add namespaces, method visibility according to PSR2 standard
|
2016-09-16 02:27:36 +02:00 |
|
Marc Tobias Metten
|
4a321487f3
|
fix indentation and misc errors according to PSR2 coding style guide
|
2016-09-14 03:16:46 +02:00 |
|
Marc Tobias Metten
|
2a784fa3d4
|
fix function declaration errors according to PSR2 coding style guide
|
2016-09-11 05:22:51 +02:00 |
|
marc tobias
|
f05ea577f4
|
bracket spacing for if/else/for/foreach/while/switch according to PSR2 standard
|
2016-09-08 02:16:22 +01:00 |
|
Marc Tobias Metten
|
832547f192
|
tabs-to-spaces
|
2016-09-04 03:19:48 +02:00 |
|
Sarah Hoffmann
|
5464dec057
|
factor out parameter parsing into its own class
Allows to use the parsing functions in website/search.php and
utils/query.php as well.
|
2016-08-20 13:43:50 +02:00 |
|