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
/
extension
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/12963] Remove old migration/ folder from tests
Joas Schilling
2014-09-18
4
-63
/
+3
*
[ticket/12963] Add unit tests
Tristan Darricau
2014-09-10
5
-0
/
+157
*
[ticket/12661] Add new line at the end of files
Pico
2014-08-25
1
-1
/
+1
*
[ticket/12661] Add template test
Pico88
2014-08-24
3
-1
/
+25
*
[ticket/12932] Fix tests and calls to create_datetime
Marc Alexander
2014-08-10
2
-2
/
+2
*
Merge pull request #2729 from Nicofuma/ticket/12847
Joas Schilling
2014-08-07
3
-1
/
+57
|
\
|
*
[ticket/12847] Allow the extensions to say if they can be enabled
Tristan Darricau
2014-07-13
3
-1
/
+57
*
|
[ticket/12870] Add $config['version'] in phpbb_extension_manager_test
Tristan Darricau
2014-07-26
1
-1
/
+1
|
/
*
Merge pull request #2676 from Nicofuma/ticket/12787
Joas Schilling
2014-07-08
1
-0
/
+1
|
\
|
*
[ticket/12099] Remove config again
Joas Schilling
2014-06-29
1
-1
/
+0
|
*
[ticket/12099] Add request argument to path_helper service
Pico88
2014-06-29
1
-0
/
+2
*
|
Merge pull request #2673 from nickvergessen/ticket/12783
Tristan Darricau
2014-07-03
5
-227
/
+129
|
\
\
|
*
|
[ticket/12783] Move phpbb requirement to extra->soft-require
Joas Schilling
2014-07-02
5
-5
/
+15
|
*
|
[ticket/12783] Correctly use dataProviders and mark tests as incomplete
Joas Schilling
2014-06-28
1
-226
/
+104
|
*
|
[ticket/12783] Move phpbb/phpbb require version to extra
Joas Schilling
2014-06-28
5
-12
/
+26
|
|
/
*
|
[ticket/12777] Add tests for unavailable extension
Tristan Darricau
2014-06-27
1
-0
/
+5
*
|
[ticket/12777] Add tests
Tristan Darricau
2014-06-27
1
-3
/
+38
|
/
*
[ticket/12508] Add a unit test for set_extensions()
Joas Schilling
2014-06-10
1
-0
/
+43
*
[ticket/12508] Only take a list of names for set_extensions()
Joas Schilling
2014-06-10
1
-2
/
+2
*
[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder
Joas Schilling
2014-06-10
1
-2
/
+2
*
[ticket/12508] Fix usages of the finder
Joas Schilling
2014-06-10
1
-2
/
+3
*
Merge pull request #2494 from Nicofuma/ticket/12589
Joas Schilling
2014-05-31
1
-0
/
+16
|
\
|
*
[ticket/12589] Add test searching in a non absolute directory
Tristan Darricau
2014-05-26
1
-0
/
+16
*
|
[ticket/11467] Add user object to extension manager for tests
n-aleha
2014-05-29
2
-0
/
+4
*
|
[ticket/11467] Add language variables to tests
n-aleha
2014-05-29
1
-11
/
+11
*
|
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
6
-24
/
+42
|
/
*
[ticket/12350] Instantiate Mock Dispatcher for modules_test
K Fisher
2014-04-03
1
-1
/
+3
*
[ticket/12311] Use valid composer schema - license - for extensions
Matt Friedman
2014-03-27
5
-10
/
+10
*
[ticket/11880] Move get_schema_steps function to a migrator helper class
Nathan Guse
2014-02-05
2
-2
/
+4
*
[ticket/12006] Test for ext module auth
Nathan Guse
2013-12-30
2
-4
/
+42
*
[ticket/12009] Prevent user from enabling invalid extension through direct URL
Cesar G
2013-12-12
2
-1
/
+23
*
[ticket/12009] Move valid extensions in tests to correct dir structure.
Cesar G
2013-12-12
27
-97
/
+145
*
[ticket/11840] Correct Moo test extension composer
Nathan Guse
2013-09-30
1
-2
/
+2
*
[ticket/11840] Use generic information in the test extension
Nathan Guse
2013-09-30
2
-5
/
+5
*
[task/composer-compatibility] Minor changes that will break extension BC
MichaelC
2013-10-01
2
-17
/
+16
*
[ticket/11852] Split filesystem and path_helper into 2 classes
Joas Schilling
2013-09-26
2
-15
/
+4
*
[ticket/11700] Use spaces, not tabs
Nils Adermann
2013-09-25
1
-15
/
+15
*
[ticket/11700] Fix extension loading with namespaces
Nils Adermann
2013-09-19
2
-2
/
+4
*
[ticket/11700] Fix unit tests after develop merge
Nils Adermann
2013-09-17
2
-3
/
+3
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-17
2
-4
/
+21
|
\
|
*
[ticket/11832] Fix INCLUDE(JS/CSS)
Nathan Guse
2013-09-13
2
-4
/
+11
|
*
[ticket/11832] Fix constructions of phpbb_filesystem
Nathan Guse
2013-09-13
2
-2
/
+12
|
*
[ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)
Nathan Guse
2013-09-09
2
-2
/
+2
*
|
[ticket/11700] Correctly load extensions with nonprefixed namespaces
Nils Adermann
2013-09-17
21
-57
/
+95
*
|
[ticket/11700] Oh dear modules. Abort! Retreat!
Nils Adermann
2013-09-16
1
-0
/
+2
*
|
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
2
-68
/
+0
|
\
\
|
|
/
|
*
[ticket/11628] Remove remaining style_path_provider_test
Nathaniel Guse
2013-07-24
1
-18
/
+0
|
*
[ticket/11628] Remove style path provider
Nathaniel Guse
2013-07-24
1
-50
/
+0
*
|
[ticket/11700] Update finder tests for namespaced classnames
Nils Adermann
2013-09-16
1
-14
/
+14
*
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
8
-42
/
+42
|
/
[next]