| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-10254
|
| |
|
|
| |
PHPBB3-10254
|
| |
|
|
| |
PHPBB3-10254
|
| |
|
|
| |
PHPBB3-10254
|
| |\
| |
| |
| |
| |
| | |
* cs278/ticket/9307:
[ticket/9307] Add config variable to installation schema.
[ticket/9307] Remove hardcoded chunk size of mass emails.
|
| | |
| |
| |
| | |
PHPBB3-9307
|
| | |
| |
| |
| |
| |
| |
| | |
The new config option is 'email_max_chunk_size' I have not added
an interface option to change this.
PHPBB3-9307
|
| |\ \
| | |
| | |
| | |
| | | |
* bantu/ticket/10420:
[ticket/10420] Update includes/startup.php for PHP 5.4.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PHP 5.4 dropped support for register globals and magic quotes.
Calling set_magic_quotes_runtime() on PHP 5.4 actually results in an
E_CORE_ERROR error.
PHPBB3-10420
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* cyberalien/ticket/10422:
[ticket/10422] Invalid "if" in viewtopic_body.html
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Fixing incorrect "IF" in viewtopic_body.html
PHPBB3-10422
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10421:
[ticket/10421] Correct parameter order for phpbb_check_hash() in acp_users.php
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-10421
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* dellsystem/ticket/olympus/10430:
[ticket/10430] Fix typos/etc in coding guidelines
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Mainly minor changes to correct errors and improve readability.
* "overcroud" --> "overcrowd"
* "concentinations" --> "concatenations"
* "SQL Statements", "SQL Formatting" - unnecessary capitalisation removed
* "keep a very close eye to it" --> "keep a very close eye on it"
* Fixed some fragmented sentences under the SQL Quotes section
* Added capitalisation of "sql", "select", "select distinct"
* "noticable" --> "noticeable"
* "outputed" --> "outputted"
* Added a missing "it" on the line about append_sid()
* And some other grammatical/stylistic changes, not worth listing them all
PHPBB3-10430
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10259:
[ticket/10259] Do not send notifications to user accounts joining free groups.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It does not make sense to send notifications to users joining a freely open
group. They already know that they were added to the group, because they
triggered the actual join.
PHPBB3-10259
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* bantu/ticket/10166:
[ticket/10166] No longer refer to previous mail in admin_welcome_activated.txt
|
| |/ /
| |
| |
| |
| |
| |
| | |
It does not make much sense to say "the username you received in a previous
e-mail" when the message itself contains the username.
PHPBB3-10166
|
| |\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/9525:
[ticket/9525] Minimum post length 0 is accepted but not working.
|
| | | |
| | |
| | |
| | | |
PHPBB3-9525
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10416:
[ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10416
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
* igorw/ticket/10413:
[ticket/10413] Fix CS
[ticket/10413] Make create_schema_files usable
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10413
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10413
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-igorw/ticket/10377:
[ticket/10377] Do not allow all moderators to sticky posts
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In the mcp the change_topic_type does not properly check permissions,
allowing moderators to make any post sticky or announced by visiting the
correct URL.
PHPBB3-10377
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10327:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10327
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10327
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-8240
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-8240
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10327:
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* CREATE INDEX is internally mapped to an ALTER INDEX statement.
* CREATE INDEX requires the INDEX permission.
* ALTER TABLE requires the (more powerful) ALTER permission.
* We require the ALTER permission anyway for operation.
* Changing CREATE INDEX to ALTER TABLE thus removes dependency on the INDEX
permission which is good because some management software does not give
out the INDEX permission by default.
http://dev.mysql.com/doc/refman/5.0/en/create-index.html
PHPBB3-10327
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10189
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10189
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* naderman/ticket/10212:
[ticket/10212] Return a CAPTCHA on incorrect username for ip limited users too
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-10212
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* github-nickvergessen/ticket/10074:
[ticket/10074] Change default value of 'Set as special rank' to No
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-10074
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10187:
[ticket/10187] XHTML fix for empty groups in UCP.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10187
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10278:
[ticket/10278] Show VERSIONCHECK_FAIL instead of FSOCK_TIMEOUT.
[ticket/10278] Also timeout when receiving data over a slow connection.
[ticket/10278] Decrease default timeout of get_remote_file() to 6 seconds.
[ticket/10278] Return with a timeout error when fread() or fgets() time out.
[ticket/10278] Also set timeout on stream in get_remote_file().
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10278
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10278
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10278
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10278
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
From the PHP manual for fsockopen():
If you need to set a timeout for reading/writing data over the socket, use
stream_set_timeout(), as the timeout parameter to fsockopen() only applies
while connecting the socket.
http://www.php.net/manual/en/function.fsockopen.php
PHPBB3-10278
|