aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ticket/p/10041' into develop-olympusAndreas Fischer2011-02-241-0/+12
|\ | | | | | | | | * ticket/p/10041: [ticket/10041] Use send_status_line more in download/file.php
| * [ticket/10041] Use send_status_line more in download/file.phpOleg Pudeyev2011-02-231-0/+12
| | | | | | | | PHPBB3-10041
* | Merge branch 'ticket/p/10056' into develop-olympusAndreas Fischer2011-02-241-1/+1
|\ \ | | | | | | | | | | | | * ticket/p/10056: [ticket/10056] Corrected a typo in Firebird name.
| * | [ticket/10056] Corrected a typo in Firebird name.Oleg Pudeyev2011-02-231-1/+1
| |/ | | | | | | PHPBB3-10056
* | Merge branch 'ticket/erikfrerejean/7778' into develop-olympusOleg Pudeyev2011-02-2310-10/+20
|\ \ | |/ |/| | | | | | | | | * ticket/erikfrerejean/7778: [ticket/7778] Update all the schema files [ticket/7778] Add the column change to `mysql_upgrader.php` [ticket/7778] BBCode single limit
| * [ticket/7778] Update all the schema filesErik Frèrejean2011-02-235-5/+5
| | | | | | | | | | | | Correct all the schema files to contain the new field type PHPBB3-7778
| * [ticket/7778] Add the column change to `mysql_upgrader.php`Erik Frèrejean2011-02-231-1/+1
| | | | | | | | PHPBB3-7778
| * [ticket/7778] BBCode single limitErik Frèrejean2011-02-234-4/+14
|/ | | | | | | | | | | | | There are currently two hard limits for the number of BBCodes allowed. One is enforced by the type of the `bbcode_id` column, the other by an hard limit in `acp/acp_bbcode.php`. However this limit can never be reached due to the size of the database column. Suggested fix involves adding a new constant to define the max. number of BBCodes (as with smilies) and chaning the database column from a tinyint to a smallint to actually allow 1511 BBCodes PHPBB3-7778
* Merge branch 'ticket/naderman/10052' into develop-olympusNils Adermann2011-02-235-78/+218
|\ | | | | | | | | | | * ticket/naderman/10052: [ticket/10052] Add comments to the session testable factory. [ticket/10052] Correct session tests, and separate session factory from tests
| * [ticket/10052] Add comments to the session testable factory.Nils Adermann2011-02-232-7/+60
| | | | | | | | PHPBB3-10052
| * [ticket/10052] Correct session tests, and separate session factory from testsNils Adermann2011-02-235-78/+165
| | | | | | | | PHPBB3-10052
* | Merge branch 'ticket/nickvergessen/9675' into develop-olympusOleg Pudeyev2011-02-213-44/+237
|\ \ | |/ |/| | | | | | | | | | | * ticket/nickvergessen/9675: [ticket/9675] Correctly check whether the style/component is still in use. [ticket/9675] Put the code into methods to avoid code duplication. [ticket/9675] Adjust the language-string to reflect the changes. [ticket/9675] Add option to delete template/theme/imageset when deleting style.
| * [ticket/9675] Correctly check whether the style/component is still in use.Joas Schilling2011-02-081-28/+64
| | | | | | | | | | | | And don't allow to delete it in that case. PHPBB3-9675
| * [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-083-124/+162
| | | | | | | | PHPBB3-9675
| * [ticket/9675] Adjust the language-string to reflect the changes.Joas Schilling2011-02-081-1/+1
| | | | | | | | PHPBB3-9675
| * [ticket/9675] Add option to delete template/theme/imageset when deleting style.Joas Schilling2011-02-083-2/+121
| | | | | | | | PHPBB3-9675
* | Merge branch 'ticket/p/10049' into develop-olympusAndreas Fischer2011-02-203-12/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/p/10049: [ticket/10049] Mark session init test incomplete for now. [ticket/10049] Mark session continue test incomplete for now. [ticket/10049] Globalize $_SID. [ticket/10049] Chase assertResultEquals rename. [ticket/10049] Fixed requires in session tests and mock. [ticket/10049] Renamed session test files to proper file names.
| * | [ticket/10049] Mark session init test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | This test passes by itself but fails when run as part of the compete suite. Mark it incomplete to avoid breaking the suite. PHPBB3-10049
| * | [ticket/10049] Mark session continue test incomplete for now.Oleg Pudeyev2011-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | I am unable to find any code revision in which this test worked. Thus to not break the entire suite I mark it incomplete. PHPBB3-10049
| * | [ticket/10049] Globalize $_SID.Oleg Pudeyev2011-02-191-0/+1
| | | | | | | | | | | | PHPBB3-10049
| * | [ticket/10049] Chase assertResultEquals rename.Oleg Pudeyev2011-02-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd694e9b9dfd59c8be00a52b30db8e6c280b97a9 renamed assertResultEquals to assertSqlResultEquals. However, since the session tests were never executed calls in them were never updated. Parameter order also changed; chase that too. PHPBB3-10049
| * | [ticket/10049] Fixed requires in session tests and mock.Oleg Pudeyev2011-02-193-8/+6
| | | | | | | | | | | | PHPBB3-10049
| * | [ticket/10049] Renamed session test files to proper file names.Oleg Pudeyev2011-02-192-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | phpunit.xml.dist specifies that only files ending in _test.php are test files; with the old names session tests were not run as a result. PHPBB3-10049
* | | Merge branch 'ticket/bantu/10047' into develop-olympusOleg Pudeyev2011-02-201-2/+2
|\ \ \ | |/ / |/| | | | | | | | * ticket/bantu/10047: [ticket/10047] Do not put session id in URL on posting.php when cookies are on.
| * | [ticket/10047] Do not put session id in URL on posting.php when cookies are on.Andreas Fischer2011-02-191-2/+2
|/ / | | | | | | PHPBB3-10047
* | Merge branch 'ticket/nickvergessen/9944' into develop-olympusOleg Pudeyev2011-02-172-9/+35
|\ \ | | | | | | | | | | | | | | | * ticket/nickvergessen/9944: [ticket/9944] Add empty line before the while() so you can better read the code [ticket/9944] Extension groups naming don't use users' language in ACP
| * | [ticket/9944] Add empty line before the while() so you can better read the codeJoas Schilling2011-02-141-0/+1
| | | | | | | | | | | | PHPBB3-9944
| * | [ticket/9944] Extension groups naming don't use users' language in ACPJoas Schilling2011-01-272-9/+34
| |/ | | | | | | | | | | Only happens on boards which were installed with 3.0.8 PHPBB3-9944
* | Merge branch 'ticket/p/10044' into develop-olympusAndreas Fischer2011-02-171-44/+77
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * ticket/p/10044: [ticket/10044] Updated invocation documentation. [ticket/10044] Stop when failed to retrieve network/collaborators. [ticket/10044] Added -h to setup_github_network.php. [ticket/10044] Error handling for remote requests in setup_github_network.php [ticket/10044] Made setup_github_network.php runnable as a script
| * | [ticket/10044] Updated invocation documentation.Oleg Pudeyev2011-02-161-1/+1
| | | | | | | | | | | | PHPBB3-10044
| * | [ticket/10044] Stop when failed to retrieve network/collaborators.Oleg Pudeyev2011-02-151-40/+50
| | | | | | | | | | | | PHPBB3-10044
| * | [ticket/10044] Added -h to setup_github_network.php.Oleg Pudeyev2011-02-151-2/+3
| | | | | | | | | | | | PHPBB3-10044
| * | [ticket/10044] Error handling for remote requests in setup_github_network.phpOleg Pudeyev2011-02-151-1/+22
| | | | | | | | | | | | PHPBB3-10044
| * | [ticket/10044] Made setup_github_network.php runnable as a scriptOleg Pudeyev2011-02-151-0/+1
| | | | | | | | | | | | PHPBB3-10044
* | | Merge branch 'task/refactor-db-testcase' into develop-olympusNils Adermann2011-02-163-273/+359
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * task/refactor-db-testcase: [task/refactor-db-testcase] Further improve error messages. [task/refactor-db-testcase] Do not show db password on connect error [task/refactor-db-testcase] Improve error message of db tests [task/refactor-db-testcase] Refactor phpbb_database_test_case
| * | [task/refactor-db-testcase] Further improve error messages.Oleg Pudeyev2011-02-151-2/+2
| | | | | | | | | | | | PHPBB3-10043
| * | [task/refactor-db-testcase] Do not show db password on connect errorIgor Wiedler2011-02-141-1/+2
| | | | | | | | | | | | PHPBB3-10043
| * | [task/refactor-db-testcase] Improve error message of db testsIgor Wiedler2011-02-141-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If database tests cannot be run the error message is ambigous. This commit makes it clearer: - whether the supplied dbms is supported by us - which dbms are supported by us - whether the required PDO extension is loaded PHPBB3-10043
| * | [task/refactor-db-testcase] Refactor phpbb_database_test_caseIgor Wiedler2011-02-143-273/+349
|/ / | | | | | | | | | | | | | | | | Move most of the methods to a separate connection manager class. The test case creates a manager to handle database creation, schema loading and more. Most of the methods could be simplified because they can access shared pdo, config and dbms data. PHPBB3-10043
* | Merge branch 'ticket/hammerhead/8904' into develop-olympusIgor Wiedler2011-02-131-1/+1
|\ \ | | | | | | | | | | | | * ticket/hammerhead/8904: [ticket/8904] Show default value for numeric custom profile fields when editing
| * | [ticket/8904] Show default value for numeric custom profile fields when editingNiklas Schmidtmer2011-02-131-1/+1
|/ / | | | | | | | | | | | | | | | | When displaying the default value for a numeric custom profile field, only use request_var to obtain the value on creation. When editing, it will always override the actual value with an empty string, as this is request_var's default return value. PHPBB3-8904
* | Merge branch 'ticket/bantu/10038' into develop-olympusIgor Wiedler2011-02-121-1/+1
|\ \ | | | | | | | | | | | | * ticket/bantu/10038: [ticket/10038] Use request_var() in the avatar code path of download/file.php
| * | [ticket/10038] Use request_var() in the avatar code path of download/file.phpAndreas Fischer2011-02-121-1/+1
|/ / | | | | | | | | | | | | | | | | | | There is no reason not to use request_var() here because it is available anyway since 3afd2c6948e777fde2f43f00bff1659f2691f4d8. This change especially prevents submitting an array which might then throw an error in one of the string functions substr() or strpos() later on. PHPBB3-10038
* | Merge branch 'ticket/bantu/9805' into develop-olympusIgor Wiedler2011-02-121-0/+215
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/9805: [ticket/9805] Setup security repository for developers. [ticket/9805] Move check lower down. [ticket/9805] Better support for already existing repositories. [ticket/9805] Add dry-run option. [ticket/9805] Use getopt(), add a few options, extend show_usage(). [ticket/9805] Script for easily cloning a whole github network.
| * | [ticket/9805] Setup security repository for developers.Andreas Fischer2011-02-031-0/+6
| | | | | | | | | | | | PHPBB3-9805
| * | [ticket/9805] Move check lower down.Andreas Fischer2011-02-031-6/+7
| | | | | | | | | | | | PHPBB3-9805
| * | [ticket/9805] Better support for already existing repositories.Andreas Fischer2011-02-031-17/+14
| | | | | | | | | | | | PHPBB3-9805
| * | [ticket/9805] Add dry-run option.Andreas Fischer2011-02-031-3/+19
| | | | | | | | | | | | PHPBB3-9805
| * | [ticket/9805] Use getopt(), add a few options, extend show_usage().Andreas Fischer2011-02-031-18/+34
| | | | | | | | | | | | PHPBB3-9805
| * | [ticket/9805] Script for easily cloning a whole github network.Andreas Fischer2011-01-151-0/+179
| | | | | | | | | | | | PHPBB3-9805