Oleg Pudeyev
f5de11438c
[ticket/11162] Use empty($queries).
...
PHPBB3-11162
2012-12-05 10:47:26 -05:00
Oleg Pudeyev
fe87d441ee
[ticket/11162] Review comments fixed.
...
PHPBB3-11162
2012-12-05 10:44:36 -05:00
Oleg Pudeyev
16966f52d3
[ticket/11162] Reformat.
...
PHPBB3-11162
2012-12-05 10:41:08 -05:00
Oleg Pudeyev
94ebc57078
[ticket/11162] Newlines to LF.
...
PHPBB3-11162
2012-12-05 10:40:42 -05:00
Oleg Pudeyev
1e50116c54
[ticket/10602] Avoid a race condition.
...
PHPBB3-10602
2012-12-05 00:57:24 -05:00
Oleg Pudeyev
03f819862f
[ticket/10602] Use last_queue_run for its intended purpose.
...
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
2012-12-05 00:41:47 -05:00
Oleg Pudeyev
1a411c5658
[ticket/11162] Use correct functions.
...
PHPBB3-11162
2012-12-05 00:11:14 -05:00
Oleg Pudeyev
6872104aa9
[ticket/11162] Account for notify_status.
...
PHPBB3-11162
2012-12-05 00:07:01 -05:00
Oleg Pudeyev
abca64b1df
[ticket/11162] Add includes.
...
PHPBB3-11162
2012-12-04 23:37:14 -05:00
Oleg Pudeyev
0f96b1aad3
[ticket/11162] Move to a separate file to avoid blowing out functions.php.
...
PHPBB3-11162
2012-12-04 23:35:34 -05:00
Oleg Pudeyev
5120f36a25
[ticket/10205] Reduce nesting in mysql drivers.
...
PHPBB3-10205
2012-12-04 21:33:13 -05:00
Oleg Pudeyev
597dea1e04
[ticket/10205] Rewrite _sql_error implementations to have a single return.
...
PHPBB3-10205
2012-12-04 21:32:02 -05:00
Oleg Pudeyev
89c9c9d4b0
[ticket/10205] Cosmetic changes.
...
PHPBB3-10205
2012-12-04 21:22:33 -05:00
Oleg Pudeyev
dc521692f3
[ticket/10205] Check for function existence in mssql connect method.
...
PHPBB3-10205
2012-12-04 16:14:39 -05:00
Oleg Pudeyev
de2fe1a308
[ticket/10205] Convert mssqlnative driver to the same logic.
...
PHPBB3-10205
2012-12-04 16:12:31 -05:00
Oleg Pudeyev
40db60e45f
[ticket/10205] Fix a parse error in oracle driver.
...
PHPBB3-10205
2012-12-04 16:07:02 -05:00
Oleg Pudeyev
9f549e8249
[ticket/10205] Fix remaining db drivers.
...
PHPBB3-10205
2012-12-04 04:50:41 -05:00
Oleg Pudeyev
1a7e2211c3
[ticket/10205] Avoid calling mysqli functions when mysqli is missing.
...
PHPBB3-10205
2012-12-04 04:41:46 -05:00
Oleg Pudeyev
025a95ea90
[ticket/10205] Account for potentially missing extensions in dbal.
...
PHPBB3-10205
2012-12-04 04:40:47 -05:00
Oleg Pudeyev
2fc43e6ed7
[ticket/11162] No whitespace changes in olympus.
...
PHPBB3-11162
2012-12-01 23:11:14 -05:00
Oleg Pudeyev
05053dacd3
[ticket/11162] Fix inaccurately copy pasted comment.
...
PHPBB3-11162
2012-12-01 23:09:32 -05:00
Oleg Pudeyev
69225bd0a6
[ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.
...
PHPBB3-11162
2012-12-01 23:09:31 -05:00
Oleg Pudeyev
c2c105df9f
[ticket/11162] Clarify that only the two tables actually work.
...
PHPBB3-11162
2012-12-01 23:09:31 -05:00
Oleg Pudeyev
2e947334e5
[ticket/11162] Uncomment transactions.
...
PHPBB3-11162
2012-12-01 23:09:31 -05:00
Oleg Pudeyev
d0338531cb
[ticket/11162] An implementation that actually works.
...
PHPBB3-11162
2012-12-01 23:09:29 -05:00
Oleg Pudeyev
65253a3023
[ticket/11227] @return void -> @return null in develop-olympus.
...
PHPBB3-11227
2012-11-29 15:37:12 -05:00
Andreas Fischer
efd6f1df63
[ticket/11192] Update $value parameter description to support other types.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Andreas Fischer
7cbd440e7a
[ticket/11192] Mark negative byte numbers as unsupported.
...
PHPBB3-11192
2012-11-16 14:56:15 +01:00
Andreas Fischer
c699b88bc5
[ticket/11192] Add Tebibyte to get_formatted_filesize().
...
PHPBB3-11192
2012-11-11 14:35:31 +01:00
Nils Adermann
0209431e4f
Merge remote-tracking branch 'github-igorw/ticket/11181-olympus' into develop-olympus
...
* github-igorw/ticket/11181-olympus:
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
2012-11-09 23:46:51 +01:00
Igor Wiedler
923137cf31
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
...
PHPBB3-11181
2012-11-09 23:22:02 +01:00
Oleg Pudeyev
fd6ee50e06
[ticket/11162] Extract existing behavior into a function and add a test.
...
PHPBB3-11162
2012-11-02 16:05:53 -04:00
Oleg Pudeyev
5f5d395c62
[ticket/11158] Require acl_u_sig for ucp signature module.
...
PHPBB3-11158
2012-10-29 14:58:25 -04:00
Andreas Fischer
c84268d2f9
Merge remote-tracking branch 'p/ticket/10848' into develop-olympus
...
* p/ticket/10848:
[ticket/10848] Move include up.
[ticket/10848] Add phpbb_ prefix.
[ticket/10848] Redirect from adm to installer correctly.
2012-10-18 16:26:54 +02:00
Oleg Pudeyev
bd44088757
Merge PR #918 branch 'Senky/ticket/10568' into develop-olympus
...
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
2012-10-17 22:10:49 -04:00
Oleg Pudeyev
bb09cd9c8e
[ticket/10848] Add phpbb_ prefix.
...
PHPBB3-10848
2012-10-17 15:13:35 -04:00
Oleg Pudeyev
c630480ca1
[ticket/10848] Redirect from adm to installer correctly.
...
PHPBB3-10848
2012-10-17 15:08:09 -04:00
Oleg Pudeyev
f0544c884f
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
...
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:20:58 -04:00
Oleg Pudeyev
bef3f9c7e7
Merge PR #917 branch 'Senky/ticket/10967' into develop-olympus
...
* Senky/ticket/10967:
[ticket/10967] adding $root_path to posting_get_topic_icons
2012-10-16 20:30:45 -04:00
Senky
d434672dde
[ticket/10967] adding $root_path to posting_get_topic_icons
...
PHPBB3-10967
2012-10-11 20:38:24 +02:00
Senky
1f89fc9cb6
[ticket/11112] updating links to phpbb.com to use SSL
...
PHPBB3-11112
2012-10-01 15:38:16 +02:00
David King
4dd1bbc587
[task/functional] Fixed DEBUG_TEST related issues
...
PHPBB3-10758
2012-09-01 10:53:01 -04:00
David King
7dfe26dd78
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
...
PHPBB3-10758
2012-09-01 10:37:44 -04:00
Jordan Rogers
73cd044f5c
[ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php
...
For some reason, all errors are just flipped on before connecting to the
database, despite the system as a whole having a different setting for
displayable errors. Had to add & ~E_STRICT in PHP 5.4.5 to suppress Strict
Standards messages, but I would assume that the db piece shouldn't be involved
with setting error_reporting at all.
PHPBB3-11066
2012-08-23 15:41:57 +02:00
Senky
d0a1c7bf0a
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
...
PHPBB3-10568
2012-08-02 20:08:49 +02:00
Andreas Fischer
60acd63c70
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
2012-07-23 23:39:58 +02:00
Nils Adermann
296fadfca4
[ticket/10965] Profile data is only grabbed when show_novalue is enabled
...
PHPBB3-10965
2012-07-23 23:35:48 +02:00
Andreas Fischer
27d9e3133b
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
2012-07-23 22:56:47 +02:00
Nils Adermann
2f5692d4bb
[ticket/10965] Make sure all profile fields are always grabbed on viewtopic
...
PHPBB3-10965
2012-07-23 22:38:38 +02:00
Andreas Fischer
7b98e75ec3
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
2012-07-23 15:48:53 +02:00