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
/
session
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/14948] Adjust calls for twig and phpunit updates
Marc Alexander
2019-05-09
3
-6
/
+7
*
[ticket/16007] Correct check_ban_test to boolean
mrgoldy
2019-04-02
1
-1
/
+2
*
[ticket/15351] Makes confirm_works in a router context (app.php)
Tristan Darricau
2017-09-08
1
-0
/
+16
*
[ticket/14576] Move common required files to bootstrap
Matt Friedman
2016-03-31
4
-5
/
+0
*
[ticket/14555] Uniformize cache directory usages
Tristan Darricau
2016-03-24
1
-1
/
+2
*
[ticket/13697] Moving filesystem related functions to filesystem service
MateBartus
2015-04-16
2
-2
/
+5
*
[ticket/13455] Update calls to `request_var()`
Gaëtan Muller
2015-02-03
1
-1
/
+0
*
[ticket/13494] Update calls to `set_config()`
Gaëtan Muller
2015-02-02
1
-1
/
+0
*
[ticket/12620] Fix session tests
Tristan Darricau
2014-11-20
1
-0
/
+1
*
[ticket/13280] Make the tests failing
Tristan Darricau
2014-11-12
1
-22
/
+25
*
[ticket/13138] Fix the session key tests
Joas Schilling
2014-10-17
1
-6
/
+13
*
Merge pull request #2984 from nickvergessen/ticket/10729-asc
Marc Alexander
2014-09-23
1
-0
/
+7
|
\
|
*
Merge branch 'ticket/10729' into ticket/10729-asc
Joas Schilling
2014-09-23
1
-0
/
+7
|
|
\
|
|
*
[ticket/10729] Ensure that no bans exist before testing create_session
Joas Schilling
2014-09-22
1
-0
/
+7
*
|
|
[ticket/11854] Rename captchas.factory service to captcha.factory
Tristan Darricau
2014-08-11
1
-1
/
+1
*
|
|
[ticket/11854] Update unit tests
Tristan Darricau
2014-08-11
1
-1
/
+15
|
/
/
*
|
[ticket/12352] Use custom provider collection for auth providers
Marc Alexander
2014-06-01
1
-1
/
+3
*
|
[ticket/12352] Revert to db auth provider if default does not exist
Marc Alexander
2014-06-01
1
-0
/
+4
*
|
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
12
-63
/
+111
*
|
[ticket/12429] Can not insert into more columns than exist.
Andreas Fischer
2014-05-03
1
-1
/
+0
*
|
[ticket/12282] Use interface for type hinting
Joas Schilling
2014-04-01
1
-2
/
+2
*
|
[ticket/12115] Also port user interests to profile fields
Joas Schilling
2014-02-06
5
-28
/
+0
*
|
[ticket/11850] More namespaces
Nathan Guse
2013-09-30
1
-1
/
+1
*
|
[ticket/11850] Update for namespaces
Nathan Guse
2013-09-30
1
-1
/
+1
*
|
Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11850
Nathan Guse
2013-09-30
3
-11
/
+11
|
\
\
|
*
|
[ticket/11700] Fix tests after merging new develop code
Nils Adermann
2013-09-16
2
-14
/
+14
|
*
|
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
17
-204
/
+921
|
|
\
\
|
*
|
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
3
-11
/
+11
*
|
|
|
[ticket/11850] Add test for outside of the phpBB directory
Nathan Guse
2013-09-18
1
-0
/
+16
*
|
|
|
[ticket/11850] page_name contains controller request rather than query string
Nathan Guse
2013-09-17
2
-28
/
+46
|
|
/
/
|
/
|
|
*
|
|
[ticket/11620] Whitespace and combine function into test_case
Andy Chase
2013-07-22
5
-35
/
+17
*
|
|
[ticket/11620] Move check_ban_test functions to setUp/tearDown for clarity
Andy Chase
2013-07-22
1
-10
/
+26
*
|
|
[ticket/11620] Changed incorrect global variable
Andy Chase
2013-07-22
1
-2
/
+2
*
|
|
[ticket/11620] Minor indentation changes and comment clarity
Andy Chase
2013-07-22
2
-7
/
+5
*
|
|
[ticket/11620] Expected and actual test conditions wrongly swapped
Andy Chase
2013-07-22
1
-1
/
+1
*
|
|
[ticket/11620] Space between . in directory import concatenation
Andy Chase
2013-07-22
9
-9
/
+9
*
|
|
[ticket/11620] Changes to match merge
Andy Chase
2013-07-22
2
-1
/
+4
*
|
|
[ticket/11620] Changes for code guidelines consistency
Andy Chase
2013-07-22
3
-13
/
+15
*
|
|
[ticket/11620] Cleanup creation_test that was renamed on a cherry-pick
asperous
2013-07-22
1
-69
/
+0
*
|
|
[ticket/11620] Added garbage_collection_test
asperous
2013-07-22
2
-0
/
+121
*
|
|
[ticket/11620] Fixed check_ban_test errors with cache and ban warning message
asperous
2013-07-22
1
-6
/
+18
*
|
|
[ticket/11620] Fixed a typo on check_ban_test
asperous
2013-07-22
1
-1
/
+1
*
|
|
[ticket/11620] Refactored check_isvalid_test to use session_test_case
asperous
2013-07-22
1
-20
/
+6
*
|
|
[ticket/11615] Refactored isvalid test to be more imperative
Andy Chase
2013-07-22
2
-85
/
+63
*
|
|
[ticket/11615] Rename continue -> check_isvalid for clarity
Andy Chase
2013-07-22
1
-1
/
+1
*
|
|
[ticket/11620] Added a test for checking if users are banned
asperous
2013-07-22
2
-0
/
+117
*
|
|
[ticket/11620] Remove typo in beginning of session_key_test
asperous
2013-07-22
1
-1
/
+1
*
|
|
[ticket/11620] Typo in file name session_key_tests -> test
asperous
2013-07-22
1
-0
/
+0
*
|
|
[ticket/11620] Added a session key reset test
asperous
2013-07-22
1
-5
/
+28
*
|
|
[ticket/11620] Added manual key test
asperous
2013-07-22
2
-0
/
+72
[next]