aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [feature/controller-new] Call pass to subscribe the Kernel event listenerDavid King2012-11-162-0/+2
| | | | PHPBB3-10864
* [feature/controller] Fix 403 Forbidden errorDavid King2012-11-161-0/+2
|
* [feature/controller] includes/functions.php is included by defaultDavid King2012-11-161-5/+0
| | | | PHPBB3-10864
* [feature/controller-new] Rename kernel compiler pass classDavid King2012-11-162-1/+2
| | | | PHPBB3-10864
* [feature/controller] Don't allow a kernel listener to be added with no methodDavid King2012-11-162-4/+2
| | | | PHPBB3-10864
* [feature/controller] Transfer kernel-related stuff from container PRDavid King2012-11-162-0/+166
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-1623-59/+818
| | | | PHPBB3-10864
* Merge remote-tracking branch 'imkingdavid/ticket/11211' into developAndreas Fischer2012-11-161-1/+1
|\ | | | | | | | | * imkingdavid/ticket/11211: [ticket/11211] Fix typo in phpbb_realpath() method name
| * [ticket/11211] Fix typo in phpbb_realpath() method nameDavid King2012-11-161-1/+1
|/ | | | PHPBB3-11211
* Merge PR #1074 branch 'develop-olympus' into developOleg Pudeyev2012-11-163-1/+81
|\ | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11192] Merge dataProvider arrays because the test is the same now. [ticket/11192] Update $value parameter description to support other types. [ticket/11192] Mark negative byte numbers as unsupported. [ticket/11192] Test strings not converted to int/float before. [ticket/11192] Also test strings, e.g. sums returned by the database. [ticket/11192] Also test powers of 10 / 1000. [ticket/11192] Add tests. [ticket/11192] Add Tebibyte to get_formatted_filesize().
| * Merge PR #1074 branch 'bantu/ticket/11192' into develop-olympusOleg Pudeyev2012-11-163-1/+81
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11192: [ticket/11192] Merge dataProvider arrays because the test is the same now. [ticket/11192] Update $value parameter description to support other types. [ticket/11192] Mark negative byte numbers as unsupported. [ticket/11192] Test strings not converted to int/float before. [ticket/11192] Also test strings, e.g. sums returned by the database. [ticket/11192] Also test powers of 10 / 1000. [ticket/11192] Add tests. [ticket/11192] Add Tebibyte to get_formatted_filesize().
| | * [ticket/11192] Merge dataProvider arrays because the test is the same now.Andreas Fischer2012-11-161-15/+1
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Update $value parameter description to support other types.Andreas Fischer2012-11-161-1/+2
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-162-17/+1
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Test strings not converted to int/float before.Andreas Fischer2012-11-161-2/+36
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Also test strings, e.g. sums returned by the database.Andreas Fischer2012-11-161-0/+10
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Also test powers of 10 / 1000.Andreas Fischer2012-11-161-0/+7
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Add tests.Oleg Pudeyev2012-11-151-0/+50
| | | | | | | | | | | | PHPBB3-11192
| | * [ticket/11192] Add Tebibyte to get_formatted_filesize().Andreas Fischer2012-11-112-0/+8
| | | | | | | | | | | | PHPBB3-11192
* | | Merge PR #1041 branch 'cyberalien/ticket/11175' into developOleg Pudeyev2012-11-153-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/11175: [ticket/11175] Add microdata to prosilver [ticket/11175] Add microdata to subsilver2
| * | | [ticket/11175] Add microdata to prosilverVjacheslav Trushkin2012-11-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add breadcrumb microdata to prosilver PHPBB3-11175
| * | | [ticket/11175] Add microdata to subsilver2Vjacheslav Trushkin2012-11-112-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Add breadcrumb data to subsilver2 PHPBB3-11175
* | | | Merge PR #1094 branch 'igorw/ticket/11206' into developOleg Pudeyev2012-11-151-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * igorw/ticket/11206: [ticket/11206] Remove includes to non-existent files from download/file.php
| * | | | [ticket/11206] Remove includes to non-existent files from download/file.phpIgor Wiedler2012-11-161-2/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | This makes avatars work again. PHPBB3-11206
* | | | Merge remote-tracking branch 'p/ticket/11205' into developIgor Wiedler2012-11-151-5/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * p/ticket/11205: [ticket/11205] Fix merge conflict in readme.html.
| * | | | [ticket/11205] Fix merge conflict in readme.html.Oleg Pudeyev2012-11-151-5/+1
|/ / / / | | | | | | | | | | | | PHPBB3-11205
* | | | Merge PR #1060 branch 'develop-olympus' into developOleg Pudeyev2012-11-151-6/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * develop-olympus: [ticket/11186] Database unit tests fail on windows using sqlite2
| * | | Merge PR #1060 branch 'nickvergessen/ticket/11186' into develop-olympusOleg Pudeyev2012-11-151-6/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11186: [ticket/11186] Database unit tests fail on windows using sqlite2
| | * | | [ticket/11186] Database unit tests fail on windows using sqlite2Joas Schilling2012-11-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is, that we try to recreate the db and reconnect to it, while the old connection is still hold. To resolve this, we just drop all tables and recreate the tables instead of the hole db. PHPBB3-11186
* | | | | Merge remote-tracking branch 'p/ticket/11202' into developAndreas Fischer2012-11-151-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11202: [ticket/11202] Check response success before content assertions.
| * | | | | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202
* | | | | | Merge remote-tracking branch 'p/ticket/11204' into developIgor Wiedler2012-11-151-11/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * p/ticket/11204: [ticket/11204] Reindent.
| * | | | | [ticket/11204] Reindent.Oleg Pudeyev2012-11-151-11/+11
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-11204
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-152-0/+18
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success. Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * | | | Merge remote-tracking branch 'p/ticket/11202-olympus' into develop-olympusAndreas Fischer2012-11-152-1/+19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11202-olympus: [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success.
| | * | | | [ticket/11202] Custom message does not make sense here, delete it.Oleg Pudeyev2012-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11202
| | * | | | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202
| | * | | | [ticket/11202] Add a heuristic function to check for response success.Oleg Pudeyev2012-11-151-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tries to account for php sending fatal errors with 200 status code. PHPBB3-11202
* | | | | | Merge PR #1085 branch 'nickvergessen/ticket/11198' into developOleg Pudeyev2012-11-152-35/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11198: [ticket/11198] Remove additional asterix as /** is doc-block only [ticket/11198] Store the swapping partners in vars and simplify the logic [ticket/11198] Correctly set links after an item is moved up/down with AJAX
| * | | | | | [ticket/11198] Remove additional asterix as /** is doc-block onlyJoas Schilling2012-11-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11198
| * | | | | | [ticket/11198] Store the swapping partners in vars and simplify the logicJoas Schilling2012-11-141-39/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11198
| * | | | | | [ticket/11198] Correctly set links after an item is moved up/down with AJAXJoas Schilling2012-11-142-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11198
* | | | | | | Merge PR #1070 branch 'Fyorl/ticket/11190-develop' into developOleg Pudeyev2012-11-151-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11190-develop: [ticket/11190-develop] Functional tests purge cache before running.
| * | | | | | | [ticket/11190-develop] Functional tests purge cache before running.Fyorl2012-11-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11190
* | | | | | | | Merge PR #1069 branch 'develop-olympus' into developOleg Pudeyev2012-11-150-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11190] Functional tests purge cache before running. develop fix needs no code from develop-olympus.
| * | | | | | | Merge PR #1069 branch 'Fyorl/ticket/11190' into develop-olympusOleg Pudeyev2012-11-151-0/+23
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11190: [ticket/11190] Functional tests purge cache before running.
| | * | | | | | [ticket/11190] Functional tests purge cache before running.Fyorl2012-11-111-0/+23
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added functions to get and purge cache to functional framework also. PHPBB3-11190
* | | | | | | Merge PR #1088 branch 'igorw/ticket/11199' into developOleg Pudeyev2012-11-153-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * igorw/ticket/11199: [ticket/11199] Match cache purge container files against container_* [ticket/11199] Purge dumped container correctly on cache purge.
| * | | | | | | [ticket/11199] Match cache purge container files against container_*Igor Wiedler2012-11-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was matching against only container*, checking for the underscore is consistent with the other checks. PHPBB3-11199
| * | | | | | | [ticket/11199] Purge dumped container correctly on cache purge.Igor Wiedler2012-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes the dumped container suffix to a prefix instead which makes the existing code for purging 'cache/container_*' files work as intended. PHPBB3-11199