aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | [ticket/14992] 'method' is needed for the unique indexDavid Colón2017-05-241-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [ticket/14992] Remove temp index migrationDavid Colón2017-05-233-52/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [ticket/14992] Make unit tests run more verboseMarc Alexander2017-05-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | | | | [ticket/14992] Correctly remove table name and prefix from keysMarc Alexander2017-05-211-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | | | | [ticket/14992] Shorten index name for user_id and item_idMarc Alexander2017-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14992
| * | | | | | | | | | | | | | | | | [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-017-17/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications table
| * | | | | | | | | | | | | | | | | [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-014-8/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications
* | | | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #4717 from rmcgirr83/ticket/15107Marc Alexander2017-05-251-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15107] Add message_parser to event
| | * | | | | | | | | | | | | | | | [ticket/15107] Add message_parser to eventRichard McGirr2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
| | * | | | | | | | | | | | | | | | [ticket/15107] Add message_parser to eventRMcGirr832017-03-021-1/+3
| | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
* | | | | | | | | | | | | | | | | Merge pull request #4822 from Louis7777/ticket/15212Marc Alexander2017-05-211-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbars
| * | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | | | | | | | | | | | | | Update content.cssLouis77772017-05-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
* | | | | | | | | | | | | | | | | | Merge pull request #4834 from senky/ticket/15056Marc Alexander2017-05-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15056] Update subforum icons with Mark forums read
| * | | | | | | | | | | | | | | | | | [ticket/15056] Update subforum icons with Mark forums readJakub Senko2017-05-161-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15056
* | | | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-212-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #4838 from marc1706/ticket/15020Marc Alexander2017-05-212-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15020] Add Event for mcp_topic_postrow_post_subject
| | * | | | | | | | | | | | | | | | | [ticket/15020] Add Event for mcp_topic_postrow_post_subjectDaniel Mota2017-05-212-0/+16
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 2 events: mcp_topic_postrow_post_subject_before mcp_topic_postrow_post_subject_after PHPBB3-15020
* | | | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-212-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge pull request #4837 from marc1706/ticket/14996Marc Alexander2017-05-212-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14996] Add Event for search_results_topic_title_after
| | * | | | | | | | | | | | | | | | | [ticket/14996] Add Event for search_results_topic_title_afterDaniel Mota2017-05-212-0/+8
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14996
* | | | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-05-121-0/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15226] Add index for latest topics to topics table
| * | | | | | | | | | | | | | | | | Merge pull request #4832 from marc1706/ticket/15226Tristan Darricau2017-05-121-0/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15226] Add index for latest topics to topics table * github.com:phpbb/phpbb: [ticket/15226] Add index for latest topics to topics table
| | * | | | | | | | | | | | | | | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15226
* | | | | | | | | | | | | | | | | Merge pull request #4828 from hubaishan/ticket/15221Tristan Darricau2017-05-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15221] add missing commas * github.com:phpbb/phpbb: [ticket/15221] add missing commas
| * | | | | | | | | | | | | | | | | [ticket/15221] add missing commashubaishan2017-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in language/en/install.php PHPBB3-15221
* | | | | | | | | | | | | | | | | | Merge pull request #4829 from rxu/ticket/15222Tristan Darricau2017-05-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15222] Fix a typo in generate_text_for_display_test.php * github.com:phpbb/phpbb: [ticket/15222] Fix a typo in generate_text_for_display_test.php
| * | | | | | | | | | | | | | | | | [ticket/15222] Fix a typo in generate_text_for_display_test.phprxu2017-05-081-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15222
* | | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-021-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #4815 from kasimi/ticket/15187Marc Alexander2017-05-021-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15187] Add paths of newly enabled extensions to template
| | * | | | | | | | | | | | | | | [ticket/15187] Use $this->template propertykasimi2017-04-291-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | [ticket/15187] Add ACP style after enabling an extensionkasimi2017-04-291-0/+9
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | [ticket/15187] Reverted commits e6b7def & 90a80b7kasimi2017-04-281-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15187
| | * | | | | | | | | | | | | | | [ticket/15187] Fail gracefully if template service is unavailablekasimi2017-04-281-21/+22
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | [ticket/15187] Add paths of newly enabled extensions to templatekasimi2017-04-281-0/+36
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabling an extension its paths aren't added immediately to the template which results in ACP events not being registered in the compiled template files. PHPBB3-15187
* | | | | | | | | | | | | | | | Merge pull request #4816 from javiexin/ticket/15202Marc Alexander2017-04-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15202] To disable, an extension must be enabled
| * | | | | | | | | | | | | | | | [ticket/15202] To disable, an extension must be enabledjaviexin2017-04-281-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15202
* | | | | | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-280-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | / / / | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | * 3.1.x:
| * | | | | | | | | | | | | | Merge pull request #4657 from marc1706/ticket/7336Tristan Darricau2017-04-282-7/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
* | | | | | | | | | | | | | | Merge pull request #4813 from marc1706/ticket/13603Marc Alexander2017-04-271-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13603] Add missing event to events.md
| * | | | | | | | | | | | | | | [ticket/13603] Add missing event to events.mdMarc Alexander2017-04-271-0/+7
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13603
* | | | | | | | | | | | | | | Merge pull request #4710 from nomind60s/ticket/15086Marc Alexander2017-04-274-12/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15086] Replace quote.gif with Font Awesome icon
| * | | | | | | | | | | | | | | [ticket/15086] Remove properties that are no longer usednomind60s2017-03-242-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15086
| * | | | | | | | | | | | | | | [ticket/15086] Rework specification of properties to simplifynomind60s2017-03-133-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once more rework the property specifications to maintain backwards compatability and keep changes as small as possible. Thanks hanakin for the assistance. PHPBB3-15086
| * | | | | | | | | | | | | | | [ticket/15086] Move RTL Font Awesome icon to icons.cssnomind60s2017-03-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per github discussion, move the RTL Font Awesome coding from bidi.css to icons.css. PHPBB3-15086
| * | | | | | | | | | | | | | | [ticket/15086] Refactoring and moving to icons.cssnomind60s2017-03-103-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per hanakin's github suggestions some refactoring and moved icons into icons.css for conistency. The RTL icons remain in bidi.css to keep all the RTL content in a consistant location. A number of places where setting something to zero have been removed. PHPBB3-15086