| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-olympus
* noxwizard/ticket/naderman/9725:
[ticket/9725] Code sniffer fixes
[ticket/9725] Do not use deprecated views to remove default constraints
[ticket/9725] Move primary key creation to the correct location
[ticket/9725] Remove trailing spaces from MSSQL schema
[ticket/9725] Create MSSQL primary keys if none exist
[ticket/9725] Remove explicit filegroup designations
[ticket/9725] Fetch Azure db stats from proper table
[ticket/9725] Add dummy indexes for Azure
[ticket/9725] Create an Azure SQL compatible Schema
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-9725
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
SQL Azure requires a primary AKA clustered key on every table.
This adds a dummy INT column to act as key,
avoiding possible duplicate entries.
so that these columns can support bigger (speak: huge) tables
PHPBB3-9725
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Two problems were encountered when installing on AzureSQL:
-Azure SQL does not support the ON clause of T-SQL
-Azure SQL requries a clustered index AKA primary key on all tables
The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns.
PHPBB3-9725
|
| | |
| |
| |
| | |
PHPBB3-12310
|
| |\ \
| | |
| | |
| | |
| | | |
* schosser/ticket/10174:
[ticket/10174] Rename "Ban usernames" to "Ban users" in ACP
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changing the language string from "Ban usernames" to "Ban users"
to clarify its use. It bans users by their name and not the username itself
PHPBB3-10174
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* geetakshi/ticket/12035:
[ticket/12035] Correcting the condition
[ticket/12035] Adding necessary conditions
[ticket/12035] Adding link to user posts to ACP page
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12035
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12035
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Adding link of posts behind displayed number of posts of the user
PHPBB3-12035
|
| |/ /
| |
| |
| |
| |
| | |
But show quote button to guests if topic isn't locked
PHPBB3-11766
|
| |\ \
| | |
| | |
| | |
| | | |
* Elsensee/ticket/12072:
[ticket/12072] Fix comment about NEW MEMBERS permission
|
| | | |
| | |
| | |
| | | |
PHPBB3-12072
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* marcosbc/ticket/12247:
[ticket/12247] Makes static usernames work
[ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relative to the last ticket, this allows static usernames to
work correctly (those inserted in the post-column post_username)
when sending the e-mail, instead of showing just "Anonymous".
PHPBB3-12247
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It includes the poster's username in the email notifications of
posts that get approved by moderators.
This is done by adding the username to every user_notification()
function located in /phpBB/includes/mcp/mcp_queue.php.
PHPBB3-12247
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* exreaction/ticket/12202:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| | | |
| | |
| | |
| | | |
PHPBB3-12202
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/12176:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12176
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10549
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10549
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* dhruvgoel92/ticket/11271:
[ticket/11271] Make path conversion more precise
[ticket/11271] Add docblock of feed_generate_content( )
[ticket/11271] Fix tabs and use !empty( ) instead of count( )
[ticket/11271] Remove unnecessary inclusion of functions_display
[ticket/11271] Typecast forum and topic id to integer
[ticket/11271] Use absolute path for displaying inline attachments in feeds
[ticket/11271] Changed executable bit.
[ticket/11271] Formatting code and removing null assignment.
[ticket/11271] Removing unnecessary database object
[ticket/11271] Separated attachment fetching query
[ticket/11271] Fetched feed attachments before loop.
[ticket/11271] Removed in-line attachment comments properly.
[ticket/11271] Displaying in-line attached images in ATOM feed.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed executable bit value from 755 to 644.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Formatted code and replaced null assignment with empty array
assignment to attachments parameter in method 'feed_generate_content'.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removed unnecessary global database object from 'feed_generate_content'
Method.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removed external query used to fetch related attachments.
Added attachments fetching method with database query to
post based feed.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fetched feed attachments before looping through feed items and
send them to method 'feed_generate_content' for each feed item.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added a new regex to remove in-line attachment comments.
PHPBB3-11271
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In-line attached images are not displaying as they are not parsing.
Included 'parse_attachments' column name for data fetching queries
in feed.php. Checked weather feeds have in-line attachments and
parsed them by using parse_attachments() method.
PHPBB3-11271
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* dhruvgoel92/ticket/11288:
[ticket/11288] Handle +,- without preceeding whitespace characters
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11288
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12106] Adds a explaination that admin/mods still able to use the...
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12106
|
| | | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-12106
|