| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* task/naderman/phing-build:
[task/phing-build] Correct the path for update package patch files.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9849
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9880:
[ticket/9880] Change "antibot" to "anti-spambot".
[ticket/9880] Changing the term 'CAPTCHA' to something more obvious.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9880
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9880
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/paul999/9696:
[ticket/9696] Surpress is_dir() notice when using SQLite with open_basedir.
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-9696
|
| |\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / /
| | | |
| | | | |
* task/naderman/phing-build:
[task/phing-build] Automatically trigger build_diff
[task/phing-build] Added a build.xml configuration for phing.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The build_diff script generates MOD format change descriptions for
language and style files. It is automatically triggered by phin with
the correct version numbers now so it does not need to be changed
anymore.
PHPBB3-9849
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The current state of the phing build script allowed the removal of
some code from the old packaging process written entirely in PHP.
Further simplifcations of the PHP code and additions to the phing
build file will follow.
PHPBB3-9849
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/cs278/9752:
[ticket/9752] Mark unused language variable as such.
[ticket/9752] Change reference to 'confirmation code' to be more generic.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9752
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Related to 71b35a924f7a5f517e8d07d975582c27813f5797
PHPBB3-9752
|
| | | | | | | |
| | \ \ \ \ | |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'github-cs278/ticket/9095' into develop-olympus
* github-bantu/ticket/9879:
[ticket/9879] Fix markup and use Q&A instead of Q & A for consistency.
[ticket/9879] Spelling, punctuation and grammar update for the Q&A CAPTCHA.
* github-cs278/ticket/9095:
[ticket/9095] Update CAPTCHA related strings to reflect CAPTCHAs plugins.
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With the addition of CAPTCHA plugins in 3.0.6 a number of language
strings need updating to account for non visual based CAPTCHAs.
PHPBB3-9095
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9879
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed spelling, punctuation and grammar as well as removed registration
specific language from plugin as it can be/is used for form submissions other
than registration.
PHPBB3-9879
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9075:
[ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When an administrator set a numbers field to default to 'not specified', a SQL
error was caused on the registration page because it was tried to insert an
empty string into an integer column.
Because the column already supports NULL values, empty strings are now
converted to NULL for custom profile fields of the type 'Numbers' before
insertion into the data table.
PHPBB3-9075
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9835:
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9827:
[ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* ticket/igorw/9850:
[ticket/9850] Display upgrade instructions for feature release in acp
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-9850
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* task/naderman/mssql-db-tests:
[task/mssql-db-tests] Remove MS SQL helper values from SELECT LIMIT results.
[task/mssql-db-tests] Split up database tests into SELECT and write operations
[task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.
[task/mssql-db-tests] sql_query_limit must return all results when total = 0
[task/mssql-db-tests] Add support for odbc & sqlsrv PDO test connections
[task/mssql-db-tests] Refactored getConnection into multiple smaller parts.
[task/mssql-db-tests] Allow test configuration with environment variables.
[task/mssql-db-tests] No longer display an error when skipping db tests.
[task/mssql-db-tests] Use a simple getter for test case helpers.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is
tested using the config table fixture.
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a first step to simplify the extraction of database specific code
parts into separate classes.
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To allow execution of the tests with different configurations without having
to use the test_config.php file, environment variables of the form
PHPBB_TEST_<name> can now be used, e.g. PHPBB_TEST_DBMS to set the variables
otherwise expected in test_config.php
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Tests are run with sqlite by default now anyway, so in the majority of cases
the error message explaining how to set up database test running will not be
displayed anyway. Database tests are now generally simply skipped if no
configuration can be found. The RUNNING_TESTS.txt file explains how to set
them up however, and more info is available on the wiki.
The get_database_config method was moved from test_case_helpers to
database_test_case because it has no general purpose.
PHPBB3-9868
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Calling initialisation to then use the member directly seems more
complicated than just having a method that returns the instance or
creates it if necessary.
PHPBB3-9868
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/cs278/9061:
[ticket/9061] Simplify conditional statements by reworking the logic.
[ticket/9061] Fixed a race condition in queue locking.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9061
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed queue locking to cover all queue file operations,
in particular the check for queue file existince and
inclusion of queue file must be done under one lock.
Also refactored queue locking and unlocking into separate
methods.
PHPBB3-9061
|
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'ticket/bantu/9853' into develop-olympus
* ticket/bantu/9101:
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
* ticket/bantu/9595:
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
* ticket/bantu/9853:
[ticket/9853] Change recaptcha theme from default to 'clean'.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change recaptcha theme to 'clean' to better coordinate with the color schemes
of prosilver and subsilver2. The default red theme doesn't really fit prosilver
and subsilver2.
PHPBB3-9853
|
| | | | |_|/ / /
| | |/| | | |
| | | | | | |
| | | | | | | |
PHPBB3-9595
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove misleading 'below' from RECAPTCHA_EXPLAIN because recaptcha is actually
displayed to the side.
PHPBB3-9101
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/naderman/9686:
[ticket/9686] Fix mssqlnative database data export
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We require version 1.1 of the sqlsrv extension anyway so the regular
sqlsrv_num_rows can be used instead of buffering the result. The result
buffer (class result_mssqlnative) should never automatically free the
resource it receives - we consistently close resources using sql_freeresult().
PHPBB3-9686
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/rxu/9478:
[ticket/9478] Validate maximum number of allowed recipients per PM value.
|
| | | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Do not allow to enter the value larger than it's allowed by MySQL mediumnt(8).
PHPBB3-9478
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/igorw/9807:
[ticket/9807] Update existing module permissions in database
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9807
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9807
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/bantu/9857:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
|