| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-10190
|
| |\
| |
| |
| |
| | |
* nickvergessen/ticket/9525:
[ticket/9525] Minimum post length 0 is accepted but not working.
|
| | |
| |
| |
| | |
PHPBB3-9525
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* 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-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
|
| |/ / /
| | |
| | |
| | | |
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
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
* igorw/ticket/10307:
[ticket/10307] Add a test for PHPBB3-10307
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-10307
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The VCS section can now be found at:
* http://wiki.phpbb.com/Git#Branches
PHPBB3-10246
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* igorw/ticket/8094:
[ticket/8094] Remove ambiguity of "phpBB has no categories"
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-8094
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* igorw/ticket/10275:
[ticket/10275] Remove incorrect password information from FAQ
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
FAQ contains instructions to find the password in the registration
e-mail. We no longer send the password on registration. So let's just
remove this incorrect piece of information from the FAQ.
PHPBB3-10275
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* igorw/ticket/9898:
[ticket/9898] Encourage patches in README
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-9898
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10408:
[ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-10408
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10304:
[ticket/10304] Fix URL for ICQ while view private messages
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-10304
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10400:
[ticket/10400] Allow forum name to be '0'
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10400
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixing topic_generate_pagination()
PHPBB3-10397
|
| | |/ /
|/| |
| | |
| | |
| | |
| | | |
Fixing inconsistency in code generated by generate_pagination()
PHPBB3-10397
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10315:
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10315
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10370
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Taken from 2db54cf7e809e731e4440377bcc06e2aa05f190d.
PHPBB3-10370
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10370
|