aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16247] Quote PM has no identifier3D-I2019-12-051-0/+4
| | | | PHPBB3-16247
* Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-264-4/+4
|\ | | | | | | [ticket/16150] Make post subject link an absolute url
| * [ticket/16150] Make post subject links reliablev12mike2019-09-083-3/+3
| | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
| * [ticket/16150] Make post subject link an absolute urlv12mike2019-09-071-1/+1
| | | | | | | | | | | | | | The previous version was relative to a &start= which was sometimes wrong. PHPBB3-16150
* | Merge pull request #5704 from senky/ticket/16172Marc Alexander2019-10-201-2/+7
|\ \ | | | | | | | | | [ticket/16172] Add group rank label to group view
| * | [ticket/16172] Use twigJakub Senko2019-10-081-6/+6
| | | | | | | | | | | | PHPBB3-16172
| * | [ticket/16172] Only display the label when rank image is not presentJakub Senko2019-10-071-1/+6
| | | | | | | | | | | | PHPBB3-16172
| * | [ticket/16172] Add group rank label to group viewJakub Senko2019-10-041-1/+1
| | | | | | | | | | | | PHPBB3-16172
* | | Merge pull request #5705 from senky/ticket/16140Marc Alexander2019-10-201-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/16140] Add ucp_profile_profile_info_birthday_label_append
| * | | [ticket/16140] Use twigJakub Senko2019-10-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16140
| * | | [ticket/16140] Rename event to ucp_profile_profile_info_birthday_label_appendJakub Senko2019-10-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16140
| * | | [ticket/16140] Add ucp_profile_profile_info_birthday_label_afterJakub Senko2019-10-041-1/+1
| |/ / | | | | | | | | | PHPBB3-16140
* | | [ticket/16083] Add role=menuJakub Senko2019-10-042-2/+2
| | | | | | | | | | | | PHPBB3-16083
* | | [ticket/16083] Add itemscopeJakub Senko2019-10-041-3/+3
|/ / | | | | | | PHPBB3-16083
* | Merge pull request #5677 from mrgoldy/ticket/14815Marc Alexander2019-09-221-1/+7
|\ \ | | | | | | | | | [ticket/14815] Enable contact links in memberlist
| * | [ticket/14815] Enable contact links in memberlistmrgoldy2019-09-041-1/+7
| |/ | | | | | | PHPBB3-14815
* | Merge pull request #5676 from mrgoldy/ticket/15422Marc Alexander2019-09-221-22/+1
|\ \ | | | | | | | | | [ticket/15422] Remove redundant BBCode helpline
| * | [ticket/15422] Remove redundant BBCode helplinemrgoldy2019-09-041-22/+1
| |/ | | | | | | PHPBB3-15422
* | Merge pull request #5664 from mrgoldy/ticket/16076Marc Alexander2019-09-221-1/+8
|\ \ | | | | | | | | | [ticket/16076] addFileFilter to check max file size per mime type
| * | [ticket/16076] addFileFilter to check max file size per mime typemrgoldy2019-08-251-1/+8
| |/ | | | | | | PHPBB3-16076
* | Merge pull request #5688 from rxu/ticket/16156Marc Alexander2019-09-211-1/+1
|\ \ | | | | | | | | | [ticket/16156] Fix bots seeing register and logout links
| * | [ticket/16156] Fix bots seeing register and logout linksrxu2019-09-131-1/+1
| |/ | | | | | | PHPBB3-16156
* | Merge pull request #5692 from stevendegroote/ticket/16159Marc Alexander2019-09-214-8/+8
|\ \ | | | | | | | | | [ticket/16159] Wrap post times in html time tag
| * \ Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-1754-151/+269
| |\ \ | | |/
| * | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-174-8/+8
| | | | | | | | | | | | PHPBB3-16159
* | | [ticket/security/243] Remove invalid markup from bbcode.htmlMarc Alexander2019-09-021-1/+1
| | | | | | | | | | | | SECURITY-243
* | | Merge pull request #51 from phpbb/ticket/security/243Marc Alexander2019-08-251-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/security/243] Limit size BBCode to int
| * | | [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-171-1/+1
| | | | | | | | | | | | | | | | SECURITY-243
* | | | [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-241-0/+1
| |_|/ |/| | | | | | | | SECURTIY-244
* | | [prep-release-3.2.8] Update version numbers to 3.2.8Marc Alexander2019-08-171-2/+2
| | |
* | | [ticket/15745] Use TWIG instead of phpbb template codeChristian Schnegelberger2019-08-132-6/+6
| | | | | | | | | | | | PHPBB3-15745
* | | [ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded languageChristian Schnegelberger2019-08-132-2/+16
| | | | | | | | | | | | PHPBB3-15745
* | | Merge pull request #5653 from 3D-I/ticket/16129Marc Alexander2019-08-131-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/16129] Enhance attachment's ALT tag
| * | | [ticket/16129] Provide proper HTML markup3D-I2019-08-121-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16129
| * | | [ticket/16129] Enhance attachment's ALT tag3D-I2019-08-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16129
* | | | Merge pull request #5642 from dark-1/ticket/16114Marc Alexander2019-08-111-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/16114] mcp_topic_post_author_full_{append/prepend}
| * | | [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-212-1/+5
|/ / | | | | | | 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}