index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
request
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/14948] Adjust calls for twig and phpunit updates
Marc Alexander
2019-05-09
3
-4
/
+4
*
[ticket/14972] Migrate from deprecated getMock() method to createMock()
rxu
2019-05-08
2
-2
/
+2
*
[ticket/15742] Remove addslashes_recursively()
Jakub Senko
2018-09-13
1
-10
/
+0
*
[ticket/14576] Move common required files to bootstrap
Matt Friedman
2016-03-31
2
-5
/
+0
*
Merge branch '3.1.x' into 3.2.x
Tristan Darricau
2016-03-27
1
-3
/
+103
|
\
|
*
[ticket/14481] Add tests for x_forwarded_proto header
Marc Alexander
2016-03-10
1
-3
/
+103
*
|
[ticket/13455] Update calls to `request_var()`
Gaëtan Muller
2015-02-03
1
-1
/
+1
|
/
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
4
-15
/
+28
*
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
4
-7
/
+7
*
[ticket/11700] Modify all code to use the new interface names
Nils Adermann
2013-07-14
1
-1
/
+1
*
Merge remote-tracking branch 'Fyorl/ticket/10939' into develop
Andreas Fischer
2012-11-10
1
-0
/
+25
|
\
|
*
[ticket/10939] Added tests for phpbb_request::file
Fyorl
2012-08-20
1
-0
/
+17
|
*
[ticket/10939] Modified request test slightly to include $_FILES
Fyorl
2012-08-15
1
-0
/
+8
*
|
[ticket/8713] Add simple (non-nested) test case for untrimmed set_var().
Andreas Fischer
2012-09-08
1
-0
/
+10
*
|
[ticket/8713] Use \t in double quotes instead of tabs.
Andreas Fischer
2012-09-08
1
-2
/
+2
*
|
[ticket/8713] Use correct parameter for nested data.
Andreas Fischer
2012-09-08
1
-1
/
+1
*
|
[ticket/8713] Adjust test method name to other recursive_set_var() tests.
Andreas Fischer
2012-09-08
1
-1
/
+1
*
|
[ticket/8713] Do not trim login inputs
Nathaniel Guse
2012-09-03
1
-0
/
+10
|
/
*
[ticket/10733] Removing static from data providers
Vjacheslav Trushkin
2012-04-01
1
-2
/
+2
*
[ticket/9916] Updating license in non-distributed files
Unknown
2012-01-02
3
-3
/
+3
*
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-01-02
1
-1
/
+1
|
\
|
*
[ticket/9916] Updating License in the header
Unknown
2012-01-02
1
-1
/
+1
*
|
[feature/request-class] Remove $html_encode arg, force manual decoding
Igor Wiedler
2011-08-18
2
-13
/
+1
*
|
[feature/request-class] Add is_secure method to request for HTTPS
Igor Wiedler
2011-08-18
1
-0
/
+11
*
|
[feature/request-class] Make server() use the $html_encode parameter
Igor Wiedler
2011-08-06
1
-0
/
+44
*
|
[feature/request-class] Add server(), header() and is_ajax() to request
Igor Wiedler
2011-07-15
2
-1
/
+24
*
|
[ticket/10080] Allow resetting the request instance used by request_var.
Nils Adermann
2011-03-07
1
-0
/
+9
*
|
[ticket/10011] Tests can't be ran on PHP < 5.3
Erik Frèrejean
2011-01-31
1
-1
/
+1
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-01-31
1
-2
/
+2
|
\
\
|
|
/
|
*
[ticket/10011] Tests don't work on PHP < 5.3
Erik Frèrejean
2011-01-31
1
-2
/
+2
*
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-01-10
4
-0
/
+0
|
\
\
|
|
/
|
*
[ticket/9987] Rename test files to include a _test suffix
Igor Wiedler
2011-01-10
1
-0
/
+0
*
|
Merge branch 'ticket/igorw/9979' into develop
Igor Wiedler
2011-01-09
4
-15
/
+0
|
\
\
|
*
|
[ticket/9979] Support autoloading in unit tests
Igor Wiedler
2011-01-07
4
-15
/
+0
*
|
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-01-09
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
[ticket/9981] Fix unit test dependencies
Igor Wiedler
2011-01-07
1
-0
/
+1
*
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-01-07
5
-66
/
+15
|
\
\
|
|
/
|
*
[task/phpunit-xml] Use phpunit.xml for test suite
Igor Wiedler
2011-01-04
2
-43
/
+1
*
|
[feature/request-class] Adjust misleading comment
Igor Wiedler
2010-10-17
1
-1
/
+1
*
|
[feature/request-class] Make additional request test cases run
Igor Wiedler
2010-09-30
1
-3
/
+4
*
|
[feature/request-class] Prevent recursive_set_var from applying htmlspecialch...
Igor Wiedler
2010-09-19
1
-0
/
+21
*
|
[feature/request-class] Refactor request classes to use autoloading
Igor Wiedler
2010-09-17
4
-5
/
+6
*
|
[feature/request-class] Request class test now uses a type cast helper mock.
Nils Adermann
2010-09-17
1
-2
/
+4
*
|
[feature/request-class] Refactored request class and wrapper functions.
Nils Adermann
2010-09-17
4
-16
/
+12
*
|
[feature/request-class] Extracted type casting helpers from the request class.
Nils Adermann
2010-09-17
1
-0
/
+33
*
|
[feature/request-class] New request class supports recursive arrays.
Nils Adermann
2010-09-17
1
-2
/
+1
*
|
[feature/request-class] Adding a request class based on ascraeus-experiment.
Nils Adermann
2010-09-17
5
-74
/
+121
*
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2010-03-10
2
-2
/
+3
|
\
\
|
|
/
|
*
[develop-olympus] Backported 3.1 unit tests to 3.0.
Nils Adermann
2010-03-10
2
-0
/
+221
*
adjust tests a little bit to let them work again in trunk (not adjusted templ...
Meik Sievertsen
2009-10-05
2
-18
/
+35
[next]