aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-1431-403/+433
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * [ticket/12613] Add distinction between top/bottom action-barPayBas2014-06-1320-34/+34
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Replaced topic-actions with action-barPayBas2014-06-1310-45/+17
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Remove responsive linklist from memberlistPayBas2014-06-134-57/+56
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Remove unnecessary checks and clean up CSSPayBas2014-06-1316-115/+62
| | | | | | | | PHPBB3-12613
| * [ticket/12613] role="navigation" not allowed on <ul>PayBas2014-06-091-1/+1
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Improved screen reader functionalityPayBas2014-06-081-6/+6
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Removed unnecessary checksPayBas2014-06-063-18/+6
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Set fixed font-sizePayBas2014-06-062-4/+5
| | | | | | | | | | | | and clean up spaces > tabs PHPBB3-12613
| * [ticket/12613] Slightly better iconsPayBas2014-06-051-0/+0
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Typo and L_COLONPayBas2014-06-052-2/+2
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Small inconsistency fixesPayBas2014-06-054-11/+10
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Don't display page-jump if all pages are visible (6)PayBas2014-06-053-7/+13
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Fixes from comments (single quotes and typos)PayBas2014-06-052-4/+4
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Minor $bull; and <hr> fixPayBas2014-06-052-4/+2
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Pagination should never be in responsive linklistPayBas2014-06-0520-189/+235
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Minor CSS fixesPayBas2014-06-051-2/+2
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Dropdown-visible page-jump icon, fix focus() timingPayBas2014-06-054-16/+12
| | | | | | | | | | | | Also removed outdated CSS PHPBB3-12613
| * [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-057-25/+25
| | | | | | | | | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
| * [ticket/12613] Removed form in order to prevent nested formsPayBas2014-06-052-19/+19
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Fix functional test and post sorting bugPayBas2014-06-051-1/+1
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Removed jump-to placeholder and added .focus() checkPayBas2014-06-052-4/+7
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Removed all previous_page / next_page text linksPayBas2014-06-0512-31/+3
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Fix dropdown-up positioningPayBas2014-06-052-2/+5
| | | | | | | | PHPBB3-12613
| * [ticket/12613] Improved paginationPayBas2014-06-059-49/+149
| | | | | | | | PHPBB3-12613
* | [ticket/12667] Do not point viewtopic URL to unread post outside of view=unreadCesar G2014-06-092-2/+7
| | | | | | | | PHPBB3-12667
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-094-4/+73
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | [ticket/10073] Fix title for "Email topic"Joas Schilling2014-05-292-7/+15
| | | | | | | | | | | | PHPBB3-10073
| * | [ticket/10073] Use get_username_string and correctly sprintf for languagesJoas Schilling2014-05-292-1/+2
| | | | | | | | | | | | PHPBB3-10073
| * | [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-291-1/+5
| | | | | | | | | | | | PHPBB3-10073
| * | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-294-1/+57
| | | | | | | | | | | | | | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* | | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-052-2/+0
| |/ |/| | | | | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* | Merge remote-tracking branch 'PayBas/ticket/12541' into develop-ascraeusCesar G2014-06-041-15/+25
|\ \ | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12541: [ticket/12541] Activate attachments tab when files are dropped into textarea Conflicts: phpBB/styles/prosilver/template/forum_fn.js
| * | [ticket/12541] Activate attachments tab when files are dropped into textareaPayBas2014-06-021-14/+24
| | | | | | | | | | | | PHPBB3-12541
* | | Merge remote-tracking branch 'PayBas/ticket/12615' into develop-ascraeusCesar G2014-06-042-1/+7
|\ \ \ | | | | | | | | | | | | | | | | * PayBas/ticket/12615: [ticket/12615] Fixed inproper clearing of .topic-actions
| * | | [ticket/12615] Fixed inproper clearing of .topic-actionsPayBas2014-05-302-1/+7
| | | | | | | | | | | | | | | | PHPBB3-12615
* | | | Merge remote-tracking branch 'PayBas/ticket/12565' into develop-ascraeusCesar G2014-06-0417-20/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12565: [ticket/12565] Empty anchors introduce white-space in IE11
| * | | | [ticket/12565] Empty anchors introduce white-space in IE11PayBas2014-06-0217-20/+28
| | |/ / | |/| | | | | | | | | | PHPBB3-12565
* | | | Merge pull request #2536 from PayBas/ticket/12521Cesar G2014-06-041-2/+2
|\ \ \ \ | | | | | | | | | | [ticket/12521] Fix MCP merge topics row overflow
| * | | | [ticket/12521] Fix MCP merge topics row overflowPayBas2014-06-021-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-12521
* | | | Merge remote-tracking branch 'prototech/ticket/12640' into develop-ascraeusMarc Alexander2014-06-043-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * prototech/ticket/12640: [ticket/12640] Preserve the active tab when previewing in posting page.
| * | | [ticket/12640] Preserve the active tab when previewing in posting page.Cesar G2014-05-313-1/+3
| | | | | | | | | | | | | | | | PHPBB3-12640
* | | | [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-311-3/+3
|/ / / | | | | | | | | | PHPBB3-12641
* | | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-302-43/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * | | [ticket/11942] Don't show the checkbox if the post is already soft-deletedTristan Darricau2014-05-262-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11942
| * | | [ticket/11942] Remove useless IF in templatesTristan Darricau2014-05-262-31/+26
| | | | | | | | | | | | | | | | PHPBB3-11942
| * | | [ticket/11942] Apply the modifications to subsilverTristan Darricau2014-05-112-5/+3
| | | | | | | | | | | | | | | | PHPBB3-11942
| * | | [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-12/+8
| | | | | | | | | | | | | | | | PHPBB3-11942
* | | | [prep-release-3.1.0-b4] Update version to 3.1.0-b4Joas Schilling2014-05-302-4/+4
| |/ / |/| |
* | | [ticket/12614] Make the post buttons always visible.Cesar G2014-05-291-9/+0
| | | | | | | | | | | | PHPBB3-12614