| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11528
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/12710:
[ticket/12710] Fix missing closing bracket
[ticket/12710] Prefix column so it does not start with a number
[ticket/12710] Pass the original column data to the create function
[ticket/12710] Fix foreach generation
[ticket/12710] Compare to uppercase version
[ticket/12710] Do not try to match the uniqueness in the query
[ticket/12710] Remove table_name from index_name before deleting and recreating them
[ticket/12710] Can not use upper in oracles where claus
[ticket/12710] Correctly select index name and compare to column name
[ticket/12710] Fix "ORA-00972: identifier is too long [972]" on oracle
[ticket/12710] Fix problems with creating unique indexes on oracle
[ticket/12710] Correctly fetch unique and normal indexes only in MSSQL
[ticket/12710] Fix changing the column type on oracle
[ticket/12710] Prepare get_existing_indexes() for other DBMS
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| |
| |
| | |
recreating them
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| | |
| |
| |
| | |
PHPBB3-12710
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-nicofuma/ticket/12693:
[ticket/12693] Fix composer.phar path
[ticket/12693] The files skipped list can not be empty
[ticket/12693] Force the composer.phar to be executable
[ticket/12693] All the files in bin/ must be executable
[ticket/12693] Expand manually the wildcard
[ticket/12693] Fix the query for bin/*
[ticket/12693] Extract exceptions, bin/* must be executable
[ticket/12693] Remove the executable bit on icon_print.gif
[ticket/12693] Check the persmissions of the owner
[ticket/12693] Check if the are executable and not if they are 644
[ticket/12693] Fix the permissions
[ticket/12693] Check if the files have the right 644
[ticket/12693] Fix indentation
[ticket/12693] Add a travis test that checks file permissions
|
| | | |
| | |
| | |
| | | |
PHPBB3-12693
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/11520] Re-adjust userpost count on topic fork
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11520
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11520
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11520
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12940] Remove unused use statements.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12940
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12841] Allow extensions to position new config vars
* VSEphpbb/ticket/12841:
[ticket/12841] Make config position default to after
[ticket/12841] Update comments in tests making after default
[ticket/12841] prefix function name with phpbb_
[ticket/12841] Add a tests for the new function
[ticket/12841] Fix white space issues reported by sniffer
[ticket/12841] Allow extensions to position new config vars
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12841
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12841
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/security-155] Cast the types of string values in the controller routes
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-155
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
SECURITY-155
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* github-bantu/ticket/12937:
[ticket/12937] Do not return false. Return null for get and array() for all.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12937
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12886] Remove obsolete check for f_user_lock
* marc1706/ticket/12886:
[ticket/12886] Remove obsolete check for f_user_lock
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The user shouldn't be able to unlock his own topic if he doesn't have m_lock
permissions. Also, the check for f_user_lock was never going to evaluate to
true due to the topic not being unlocked making it obsolete anyway.
PHPBB3-12886
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12738] Pass $this->config in content_visibility constructor
* dhruvgoel92/ticket/12738:
[ticket/12738] Pass $this->config in content_visibility constructor
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12738
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/10404] Use anonymous function instead of create_function in acp/auth
* marc1706/ticket/10404:
[ticket/10404] Fix codesniffer complaint about anonymous function
[ticket/10404] Use anonymous function instead of create_function in acp/auth
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10404
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-10404
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12778] Automatically delete files on update
* dhruvgoel92/ticket/12778:
[ticket/12778] Rename the file to *.bak instead of deleting
[ticket/12778] Automatically delete files on update
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12778
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12778
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
develop-ascraeus
* github-nicofuma/ticket/12789:
[ticket/12789] Move duplicated functions to the base class
[ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge()
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-12789
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-12789
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/12927] core.mcp_queue_get_posts2_query_before
* brunoais/ticket/12927:
[ticket/12927] core.mcp_queue_get_posts2_query_before
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Adding the core.mcp_queue_get_posts2_query_before
event to mcp backend.
PHPBB3-12927
|
| |\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/12880] core.mcp_queue_!is_topics_query_before
* brunoais/ticket/12880:
[ticket/12880] core.mcp_queue_!is_topics_query_before
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Adding core.mcp_queue_is_topics_query_before
PHPBB3-12880
|