| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11219
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The previous method would always leave a gap between the last value and the
new one due to how you have to update the sequence values. To remove gaps in
all situations, the options are to alter the USER_SEQUENCES table or just
drop the sequence and recreate it. The prior requires elevated priveleges
and the latter can break attached objects. Since we don't attach objects to
the sequences, we won't have any problems doing it for the tests.
PHPBB3-11219
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11219
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If a value is provide for an auto_increment type of column, certain DBMSes
do not update their internal sequencers. If a row is inserted later, it can
be given an ID that is already in use, resulting in an error. The database
test cases now resynchronise the sequencers before the tests are run.
PHPBB3-11219
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* p/ticket/10841:
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10841
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10841
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10841
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10841
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
this sould reduce load and be faster. Also freeresult functions added
PHPBB3-10841
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* p/ticket/10602:
[ticket/10602] Avoid a race condition.
[ticket/10602] Use last_queue_run for its intended purpose.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10602
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We keep the last queue run time around, therefore for determining
whether enough time has passed since the last run we can simply
use this config variable.
When there is no queue file we consider a queue run successful.
Previously queue.php ("cache file") modification time would be used
for determining whether enough time has passed since last queue run.
The problem was that modification time would be updated whenever
anything was added to the queue, creating a situation where if
queue is processed less frequently than it is added to that email
would not be sent.
PHPBB3-10602
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/10716:
[ticket/10716] Collect standard error from executed php process.
[ticket/10716] Skip test if php is not in PATH.
[ticket/10716] Exclude our dependencies from linting.
[ticket/10716] Only lint on php 5.3+.
[ticket/10716] php parse all php files as part of the test suite.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
php executes everything via a shell. The standard error of this
top level shell is not captured by exec/shell_exec/popen/etc.
and there is no way to capture it. proc_open might work but it
is a nightmare to use and without multiplexing reads from
standard error and standard output it can deadlock.
Thus the solution in this commit. Put the command into a subshell
and redirect standard error to standard output for the subshell.
PHPBB3-10716
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10716
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10716
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10716
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10716
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/11240:
[ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11240
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/11238-olympus:
[ticket/11238] Set goutte version to 0.1.0.
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11238
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10184:
[ticket/10184] Query bots table to get the user_ids of the bots
[ticket/10184] Disable receiving pms for bots by default
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10184
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10184
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
* p/ticket/11227:
[ticket/11227] @return void -> @return null in develop-olympus.
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11227
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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().
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11192
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* nickvergessen/ticket/11186:
[ticket/11186] Database unit tests fail on windows using sqlite2
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11202
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This does not change tests that perform requests which are either
clearly not supposed to succeed or are a gray area.
PHPBB3-11202
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This tries to account for php sending fatal errors with 200 status code.
PHPBB3-11202
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* Fyorl/ticket/11190:
[ticket/11190] Functional tests purge cache before running.
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added functions to get and purge cache to functional framework also.
PHPBB3-11190
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* marc1706/ticket/10879:
[ticket/10879] Remove arrow icon from attachment link in editor
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If you upload a file with a long filename the filename will partially
cover the arrow icon background image. Remove the icon as it's not needed
anyways.
PHPBB3-10879
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/10865:
[ticket/10865] Use code tags for install/database_update.php.
[ticket/10865] Should have been a slash.
[ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files
[ticket/10865] Phrase change for visiting with browser
[ticket/10865] Grammar corrections for the entire document
[ticket/10865] Typo and phrasing change
[ticket/10865] Updates and additions to /docs/INSTALL.html
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10865
|