aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | [ticket/16114] mcp_topic_post_author_full_{append/prepend}Dark❶2019-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| | * | | | | | | | | | [ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}Dark❶2019-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| | * | | | | | | | | | [ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}Dark❶2019-07-291-1/+1
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| * | | | | | | | | | [ticket/16119] Prevent error message for Poll Title3D-I2019-08-061-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16119
| * | | | | | | | | Merge pull request #5641 from EA117/ticket/16040Marc Alexander2019-07-311-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | [ticket/16040] Forum list won't display topic icons containing a space.
| | * | | | | | | | [ticket/16040] Forum list won't display topic icons containing a space.EA1172019-07-281-1/+1
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change proSilver's viewforum_body.html template to be in line with existing viewtopic_body.html behavior, in which the topic icon path will be surrounded in quotes, and presence of a space in the topic icon file name will not fail. PHPBB3-16040
| * | | | | | | | Merge pull request #5633 from kasimi/ticket/16108Marc Alexander2019-07-293-0/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | [ticket/16108] Add topiclist_row_topic_by_author_before|after
| | * | | | | | | [ticket/16108] Use twig syntax in template eventMarc Alexander2019-07-273-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16108
| | * | | | | | | [ticket/16108] Add topiclist_row_topic_by_author_before|afterkasimi2019-07-233-0/+6
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | PHPBB3-16108
| * | | | | | | Merge pull request #5632 from kasimi/ticket/16107Marc Alexander2019-07-291-0/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | [ticket/16107] Add mcp_move_destination_forum_before|after
| | * | | | | | [ticket/16107] Use twig syntax for eventMarc Alexander2019-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16107
| | * | | | | | [ticket/16107] Add mcp_move_destination_forum_before|afterkasimi2019-07-231-0/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-16107
| * | | | | | [ticket/16093] Do not display attach-row-tplMarc Alexander2019-07-211-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-16093
| * | | | | Merge pull request #5574 from dark-1/ticket/16025Marc Alexander2019-06-073-4/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | [ticket/16025] Add 2 template events *_author_username_{append/prepend}
| | * | | | [ticket/16025] Add 2 template events *_author_username_{append/prepend}Dark❶2019-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16025
| | * | | | [ticket/16025] Add 2 template events *_author_username_{append/prepend}Dark❶2019-04-203-189/+189
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16025
| | * | | | [ticket/16025] Add 2 template events *_author_username_{append/prepend}Dark❶2019-04-203-190/+189
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16025
| * | | | | Merge pull request #5612 from senky/ticket/15932Marc Alexander2019-06-041-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | [ticket/15932] Disallow deleting locked attachments
| | * | | | [ticket/15932] Disallow deleting locked attachmentsJakub Senko2019-05-281-1/+1
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-15932
| * | | | [ticket/15974] Remove Back to previous page linkJakub Senko2019-05-271-2/+0
| |/ / / | | | | | | | | | | | | PHPBB3-15974
| * | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login formsrubencm2019-04-292-0/+2
| | | | | | | | | | | | | | | | PHPBB3-16036
| * | | Merge pull request #48 from phpbb/ticket/security/228Marc Alexander2019-04-272-0/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security/228] Add form token to login box
| | * | | [ticket/security/228] Add form token to login boxDerky2019-04-262-0/+2
| | |/ / | | | | | | | | | | | | SECURITY-228
| * | | [ticket/16020] Fix some mistake from PHPBB3-15827Dark❶2019-04-191-1/+1
| |/ / | | | | | | | | | PHPBB3-16020
| * | Merge pull request #5534 from battye/ticket/15917Marc Alexander2019-04-131-1/+5
| |\ \ | | | | | | | | | | | | [ticket/15917] Unapproved topics message for forums with no other posts
| | * | [ticket/15917] Remove br tagsbattye2019-04-071-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15917
| | * | [ticket/15917] Special unapproved topics messagebattye2019-02-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For forums that have no approved posts but also have topics awaiting approval, to avoid the inconsistency of saying 'no posts' alongside a positive post count. PHPBB3-15917
| * | | Merge pull request #5484 from rxu/ticket/15915Marc Alexander2019-04-121-2/+8
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15915] Add template events to posting_attach_body.html
| | * | | [ticket/15915] Fix events order in events.md. Use Twig syntax for all events.rxu2019-03-311-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-15915
| | * | | [ticket/15915] Add template events to posting_attach_body.htmlrxu2019-03-311-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-15915
| * | | | Merge pull request #5519 from AlfredoRamos/ticket/15949Marc Alexander2019-04-071-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
| | * | | | [ticket/15949] Add ucp_profile_signature_posting_editor_options_prependAlfredo Ramos2019-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It adds a template event in the signature posting editor to add custom options to be consistent with the default posting editor. PHPBB3-15949
| * | | | | Merge pull request #5558 from mrgoldy/ticket/16006Marc Alexander2019-04-071-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16006] Create unique ID's for OAuth (un)linking
| | * | | | | [ticket/16006] Create unique ID's for OAuth (un)linkingmrgoldy2019-04-021-1/+1
| | | |/ / / | | |/| | | | | | | | | | | | | | | PHPBB3-16006
| * | | | | Merge pull request #5560 from 3D-I/ticket/16009Marc Alexander2019-04-071-6/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [ticket/16009] Display OAuth login's buttons in a row
| | * | | | [ticket/16009] Display OAuth login's buttons in a row3D-I2019-04-031-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16009
| * | | | | [ticket/15992] Fix breadcrumb structured dataJakub Senko2019-03-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://developers.google.com/search/docs/data-types/breadcrumb PHPBB3-15992
| * | | | | Merge pull request #5458 from 3D-I/ticket/15884Marc Alexander2019-02-231-0/+15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/15884] Add memberlist_body_* events
| | * | | | [ticket/15884] Add more events3D-I2018-12-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events.md (version) update events.md (new events) PHPBB3-15884
| | * | | | [ticket/15884] Add memberlist_body_* events3D-I2018-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events name update events.md PHPBB3-15884
| | * | | | [ticket/15884] Add memberlist_body_* events3D-I2018-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events name update events.md PHPBB3-15884
| | * | | | [ticket/15884] Add memberlist_body_* events3D-I2018-11-291-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new events for group update events name update events.md PHPBB3-15884
| | * | | | [ticket/15884] Add memberlist_body_* events3D-I2018-11-271-0/+4
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-15884
| * | | | Merge pull request #5487 from 3D-I/ticket/15918Marc Alexander2019-02-111-3/+3
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | [ticket/15918] Fix addslashes in mcp_ban.html
| | * | | [ticket/15918] Apply the Twig escape filter to not add-slashed contents3D-I2018-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15918
| | * | | [ticket/15918] Remove redundant escape JS3D-I2018-12-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In mcp_ban.html and coherently use twig syntax PHPBB3-15918
| * | | | Merge pull request #5474 from mrgoldy/ticket/15901Marc Alexander2018-12-261-0/+4
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/15901] Add mcp_post_ template events
| | * | | [ticket/15901] Add mcp_post_ template eventsmrgoldy2018-12-041-0/+4
| | |/ / | | | | | | | | | | | | PHPBB3-15901
| * | | [ticket/15867] Add class for message field in the contact formVinny2018-11-111-1/+1
| |/ / | | | | | | | | | PHPBB3-15867
| * | Merge pull request #4223 from senky/ticket/10432Marc Alexander2018-10-281-4/+9
| |\ \ | | | | | | | | | | | | [ticket/10432] Don't require username when user forgets password