| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-10865
|
| | | |
| | |
| | |
| | | |
PHPBB3-10865
|
| | | |
| | |
| | |
| | | |
PHPBB3-10865
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed more grammatical issues, changed some phrasings, added a link
for offline conversions, and other corrections.
PHPBB3-10865
|
| | | |
| | |
| | |
| | | |
PHPBB3-10865
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added anti-spam section.
Changed www.mydomain.com/tld to www.example.com.
Updated update section to mention third party styles.
Reworded several sentences for clarity.
Made file name/path formatting more consistent.
Corrected update archive type availabilities.
Changed PHP version listing to be less redundant.
PHPBB3-10865
PHPBB3-10918
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
develop-olympus
* github-igorw/ticket/11181-olympus:
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
|
| | | |
| | |
| | |
| | | |
PHPBB3-11181
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/11178:
[ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
|