aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4672 from senky/ticket/13603Marc Alexander2017-04-262-0/+4
|\ | | | | | | [ticket/13603] Add index_body_stat_blocks_after event
| * [ticket/13603] Add index_body_stat_blocks_after eventJakub Senko2017-01-232-0/+4
| | | | | | | | PHPBB3-13603
* | Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-211-1/+29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info
| * | [ticket/8116] Correctly get other users who posted under IPMarc Alexander2017-04-181-15/+1
| | | | | | | | | | | | PHPBB3-8116
| * | [ticket/8116] Add pagination for IP tables on post infoMarc Alexander2017-03-281-1/+43
| | | | | | | | | | | | | | | | | | Diff from previous patch by nickvergessen. PHPBB3-8116
* | | Merge pull request #4798 from javiexin/ticket/13735Tristan Darricau2017-04-191-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [ticket/13735] Fix input type number for Firefox in prosilver * github.com:phpbb/phpbb: [ticket/13735] Fix input type number for Firefox in prosilver
| * | [ticket/13735] Fix input type number for Firefox in prosilverjaviexin2017-04-171-1/+1
| | | | | | | | | | | | PHPBB3-13735
* | | [ticket/14844] Add CSS classes for strong and italics text to BBCodesMarc Alexander2017-03-192-2/+10
| | | | | | | | | | | | PHPBB3-14844
* | | Merge pull request #4681 from VSEphpbb/ticket/15059Tristan Darricau2017-02-051-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15059] Preserve code line breaks and scroll overflow * VSEphpbb/ticket/15059: [ticket/15059] Preserve code line breaks and scroll overflow
| * | | [ticket/15059] Preserve code line breaks and scroll overflowMatt Friedman2017-01-301-0/+2
| | | | | | | | | | | | | | | | PHPBB3-15059
* | | | [ticket/14997] Fixing topiclist_row_topic_title_after positionTarantinoMariachi2017-01-221-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Fixing position as it is correctly on subsilver, or else it will appear some problems when using polls or on topics with page numbers. PHPBB3-14997
* | | [ticket/15003] Do not check disabled checkboxes with marklist functionMatt Friedman2017-01-133-3/+3
| | | | | | | | | | | | PHPBB3-15003
* | | Merge pull request #4532 from senky/ticket/14662Marc Alexander2017-01-042-2/+2
|\ \ \ | |_|/ |/| | | | | [ticket/14662] Add memberlist_team_username_prepend/append
| * | [ticket/14662] Add memberlist_team_username_prepend/appendJakub Senko2016-12-182-2/+2
| | | | | | | | | | | | PHPBB3-14662
* | | Merge pull request #4534 from senky/ticket/14522Marc Alexander2016-12-182-2/+4
|\ \ \ | | | | | | | | | | | | [ticket/14522] Add ucp_register_buttons_before
| * | | [ticket/14522] Add ucp_register_buttons_beforeJakub Senko2016-11-212-2/+4
| |/ / | | | | | | | | | PHPBB3-14522
* | | Merge pull request #4577 from Crizz0/ticket/14877Marc Alexander2016-12-181-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
| * | | [ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviourChristian Schnegelberger2016-12-111-1/+1
| | |/ | |/| | | | | | | PHPBB3-14877
* | | Merge pull request #4529 from senky/ticket/14520Marc Alexander2016-12-171-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/14520] Add ucp_pm_viewmessage_options_before
| * | | [ticket/14520] Add ucp_pm_viewmessage_options_beforeJakub Senko2016-11-201-0/+1
| | |/ | |/| | | | | | | PHPBB3-14520
* | | Merge pull request #4527 from senky/ticket/14390Marc Alexander2016-12-172-0/+4
|\ \ \ | | | | | | | | | | | | [ticket/14390] Add ucp_main_front_user_activity_append/prepend
| * | | [ticket/14390] Add ucp_main_front_user_activity_append/prependJakub Senko2016-11-202-0/+4
| |/ / | | | | | | | | | PHPBB3-14390
* | | Merge pull request #4520 from senky/ticket/14868Marc Alexander2016-12-122-0/+2
|\ \ \ | | | | | | | | | | | | [ticket/14868] Add mcp_forum_actions_options template event
| * | | [ticket/14868] Add mcp_forum_actions_options template eventJakub Senko2016-12-042-0/+2
| |/ / | | | | | | | | | PHPBB3-14868
* | | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-103-4/+9
| |/ |/| | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). PHPBB3-14855
* | Merge pull request #4550 from hanakin/ticket/14881Marc Alexander2016-12-022-28/+32
|\ \ | | | | | | | | | [Ticket/14881] Add wrapper to jump actions to clear floats
| * | [ticket/14881] Fix jumpbox-return link layouthanakin2016-12-011-1/+3
| | | | | | | | | | | | PHPBB3-14881
| * | [ticket/14881] Add action-bar wrap to jump actionshanakin2016-12-011-27/+29
| |/ | | | | | | PHPBB3-14881
* | Merge pull request #4483 from marc1706/ticket/14750Tristan Darricau2016-11-241-1/+1
|\ \ | |/ |/| | | | | | | | | [ticket/14750] Remove html5 invalid attributes from attachment file input * marc1706/ticket/14750: [ticket/14750] Remove html5 invalid attributes from attachment file input
| * [ticket/14750] Remove html5 invalid attributes from attachment file inputMarc Alexander2016-10-151-1/+1
| | | | | | | | PHPBB3-14750
* | Merge pull request #4504 from VSEphpbb/ticket/14855Marc Alexander2016-11-124-13/+30
|\ \ | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles
| * | [ticket/14855] Bump font size to 10pxMatt Friedman2016-11-121-1/+1
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] CSS updatesMatt Friedman2016-11-113-5/+4
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update CSSMatt Friedman2016-11-112-7/+16
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update the commentsMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Remove notification bubble on mark all readMatt Friedman2016-11-061-1/+1
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Fix responsive alert bubble CSSMatt Friedman2016-11-051-5/+2
| | | | | | | | | | | | PHPBB3-14855
| * | [ticket/14855] Update notification and PM alert bubblesMatt Friedman2016-11-053-7/+19
| | | | | | | | | | | | PHPBB3-14855
* | | Merge pull request #4481 from senky/ticket/14819Marc Alexander2016-11-121-0/+4
|\ \ \ | | | | | | | | | | | | [ticket/14819] Hide soft-deleted posts in topic review
| * | | [ticket/14819] Hide soft-deleted posts in topic reviewJakub Senko2016-10-131-0/+4
| | |/ | |/| | | | | | | PHPBB3-14819
* | | [ticket/14860] Broken link on subscriptions page on mobile deviceslavigor2016-11-081-3/+3
| |/ |/| | | | | PHPBB3-14860
* | [ticket/14808] Add template event overall_header_searchbox_afterrxu2016-10-041-0/+1
|/ | | | PHPBB3-14808
* [ticket/14786] Add mcp_forum_actions_before/after eventsJakub Senko2016-09-262-0/+4
| | | | PHPBB3-14786
* [prep-release-3.1.10] Update version to 3.1.10-RC1Marc Alexander2016-09-242-4/+4
|
* [ticket/14785] Add template event overall_header_headerbar_after/beforeGerB2016-09-241-0/+2
| | | | PHPBB3-14785
* Merge pull request #4371 from imkingdavid/ticket/14695Marc Alexander2016-09-112-2/+10
|\ | | | | | | [ticket/14695] Add posting_editor_subject_prepend/append template events
| * [ticket/14695] Added posting_editor_subject_append/prepend events to subsilverDavid King2016-08-091-1/+5
| | | | | | | | | | As per request in PR. PHPBB3-14695
| * [ticket/14695] Put posting_editor_subject_append/prepend events on newlinesDavid King2016-08-091-1/+5
| | | | | | | | | | As per request in the PR. PHPBB3-14695
| * [ticket/14695] Add posting_editor_subject_prepend/append template eventsDavid King2016-06-251-1/+1
| | | | | | | | PHPBB3-14695
* | Merge pull request #4428 from rmcgirr83/ticket/14755Marc Alexander2016-09-072-2/+2
|\ \ | | | | | | | | | [ticket/14755] Fix max length in mcp topic html file