aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12155] Use the new .button class as the basis for the post buttons.Cesar G2014-05-2712-313/+140
| | | | PHPBB3-12155
* [ticket/12155] Move existing button style to a more generic class.Cesar G2014-05-276-79/+93
| | | | PHPBB3-12155
* [ticket/12155] Remove obsolete language images.Cesar G2014-05-275-25/+0
| | | | PHPBB3-12155
* [ticket/12155] CSS-ing of the mini post buttonsneufke2014-05-275-39/+173
| | | | | | | Created a css version of the mini post buttons with the use of language vars and no fixed width of height. PHPBB3-12155
* Merge remote-tracking branch 'hanakin/ticket/12580' into develop-ascraeusCesar G2014-05-271-1/+1
|\ | | | | | | | | * hanakin/ticket/12580: [ticket/12580] Remove :link pseudo from a tag
| * [ticket/12580] Remove :link pseudo from a taghanakin2014-05-231-1/+1
| | | | | | | | | | | | | | removed the :link pseudo from a tag as due to specificity it prevents classes from altering any properties set to it. PHPBB3-12580
* | Merge pull request #2468 from nickvergessen/ticket/12555Andreas Fischer2014-05-231-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/12555] Make use of canonical urls to avoid duplicate content * nickvergessen/ticket/12555: [ticket/12555] Add canonical URL for viewtopic [ticket/12555] Add canonical URL for viewforum [ticket/12555] Add canonical URl for memberlist mode=viewprofile [ticket/12555] Allow to set canonical URLs to avoid duplicate content
| * | [ticket/12555] Allow to set canonical URLs to avoid duplicate contentJoas Schilling2014-05-161-0/+4
| | | | | | | | | | | | PHPBB3-12555
* | | Merge pull request #2467 from prototech/ticket/12551Joas Schilling2014-05-231-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12551] Float breadcrumbs to the right in RTL languages. * prototech/ticket/12551: [ticket/12551] Float breadcrumbs to the right in RTL languages.
| * | | [ticket/12551] Float breadcrumbs to the right in RTL languages.Cesar G2014-05-151-0/+6
| |/ / | | | | | | | | | PHPBB3-12551
* | | Merge pull request #2466 from prototech/ticket/12550Joas Schilling2014-05-231-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12550] Prevent last post column from jumping to second line in RTL. * prototech/ticket/12550: [ticket/12550] Prevent last post column from jumping to second line in RTL.
| * | | [ticket/12550] Prevent last post column from jumping to second line in RTL.Cesar G2014-05-151-2/+2
| |/ / | | | | | | | | | PHPBB3-12550
* | | Merge pull request #2465 from prototech/ticket/12549Joas Schilling2014-05-231-0/+5
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | [ticket/12549] Hide topic/forum list <dfn> tags in RTL languages. * prototech/ticket/12549: [ticket/12549] Hide topic/forum list <dfn> tags in RTL languages.
| * | [ticket/12549] Hide topic/forum list <dfn> tags in RTL languages.Cesar G2014-05-151-0/+5
| |/ | | | | | | PHPBB3-12549
* | Merge remote-tracking branch 'n-aleha/ticket/12547' into develop-ascraeusCesar G2014-05-162-2/+2
|\ \ | | | | | | | | | | | | * n-aleha/ticket/12547: [ticket/12547] Rename jquery.js to jquery.min.js in assets directory
| * | [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-152-2/+2
| |/ | | | | | | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* | Merge remote-tracking branch 'n-aleha/ticket/12525' into develop-ascraeusCesar G2014-05-164-5/+5
|\ \ | | | | | | | | | | | | * n-aleha/ticket/12525: [ticket/12525] Add string argument to contact and email user language variables
| * | [ticket/12525] Add string argument to contact and email user language variablesn-aleha2014-05-174-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | In language/en/common.php: * Introduce a new language variable 'CONTACT' => 'Contact' * Add a string argument to lang var 'CONTACT_USER' to avoid an appended '{USERNAME}' in template. * Add a string argument to lang var 'SEND_EMAIL_USER' to avoid an appended '{USERNAME}' in template. Also fix typos. PHPBB3-12525
* | [ticket/12533] Make <a> use all the "see all" "button"brunoais2014-05-142-1/+4
| | | | | | | | | | | | | | Changed the CSS so that the `<a>` of the notifications list for the "see all" uses all the container. PHPBB3-12533
* | [ticket/12533] Make <a> use all the notification item sizebrunoais2014-05-141-1/+5
|/ | | | | | | | | | | Changed padding CSS to the notifications' `<li>` and it's `<a>` (immediate child) so that the `<a>` block uses all it's container width and height. To compensate that, I added the padding that was in the `<li>` to the `<a>` PHPBB3-12533
* Merge pull request #2420 from prototech/ticket/9388Joas Schilling2014-05-112-19/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9388] Only display the settings for the selected method in the auth and search ACP pages. * prototech/ticket/9388: [ticket/9388] Use "togglable" instead of "toggable" [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings. [ticket/9388] Reopen <fieldset> after auth templates. [ticket/9388] Fix unit tests. [ticket/9388] Use the new toggle function for the avatar type <select>. [ticket/9388] Display only the settings for the selected search backend. [ticket/9388] Display only the settings for the auth method that's selected. [ticket/9388] Add support for making <select> options able to toggle settings.
| * [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-091-1/+1
| | | | | | | | PHPBB3-9388
| * [ticket/9388] Use the new toggle function for the avatar type <select>.Cesar G2014-05-082-19/+2
| | | | | | | | PHPBB3-9388
* | Merge pull request #2340 from PayBas/ticket/12431Joas Schilling2014-05-114-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12431] Add has_poll icon to topiclists * PayBas/ticket/12431: [ticket/12431] Lang full sentence [ticket/12431] Add topic poll icon. [ticket/12431] Add has_poll icon to topiclists
| * | [ticket/12431] Add topic poll icon.Cesar G2014-05-042-3/+3
| | | | | | | | | | | | PHPBB3-12431
| * | [ticket/12431] Add has_poll icon to topiclistsPayBas2014-05-023-0/+7
| | | | | | | | | | | | PHPBB3-12431
* | | [ticket/12523] Add template events search_results_topic_(before/after)rxu2014-05-111-0/+2
| |/ |/| | | | | | | | | | | Add template events search_results_topic_(before/after) to search_results.html. PHPBB3-12523
* | Merge pull request #2414 from prototech/ticket/12440Joas Schilling2014-05-081-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12440] Set browser URL to point to specific post when using view=unread * prototech/ticket/12440: [ticket/12440] Use a more generic approach for replacing the URL. [ticket/12440] Set browser URL to point to specific post when using view=unread Conflicts: phpBB/styles/prosilver/template/viewtopic_body.html
| * | [ticket/12440] Set browser URL to point to specific post when using view=unreadCesar G2014-05-051-1/+1
| | | | | | | | | | | | PHPBB3-12440
* | | Merge pull request #2423 from rxu/ticket/12511Joas Schilling2014-05-081-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12511] Add missing titles for profile fields in members group view * rxu/ticket/12511: [ticket/12511] Add missing titles for profile fields in members group view
| * | | [ticket/12511] Add missing titles for profile fields in members group viewrxu2014-05-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For memberlist group view in cases the group is presented with the group leader and group members, for members profile fields titles are missing: Posts, Joined, Last active and custom profile fields titles. PHPBB3-12511
* | | | Merge pull request #2424 from VSEphpbb/ticket/12513Joas Schilling2014-05-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12513] Add simple_header head event with support for asset calls * VSEphpbb/ticket/12513: [ticket/12513] Add asset include support to simple header/footer in ACP [ticket/12513] Add simple_header head event with support for CSS assets calls
| * | | | [ticket/12513] Add simple_header head event with support for CSS assets callsMatt Friedman2014-05-071-0/+4
| |/ / / | | | | | | | | | | | | PHPBB3-12513
* | | | Merge pull request #2400 from PayBas/ticket/12488Joas Schilling2014-05-073-1/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12488] Add user warning indication to viewtopic posts * PayBas/ticket/12488: [ticket/12488] subSilver2 fix (no longer displays if warnings = 0) [ticket/12488] Typo fix [ticket/12488] Removed <em> and removed anonymous check [ticket/12488] Add user warning indication to viewtopic posts
| * | | [ticket/12488] Removed <em> and removed anonymous checkPayBas2014-05-043-4/+3
| | | | | | | | | | | | | | | | PHPBB3-12488
| * | | [ticket/12488] Add user warning indication to viewtopic postsPayBas2014-05-033-1/+11
| | | | | | | | | | | | | | | | PHPBB3-12488
* | | | Merge remote-tracking branch 'Elsensee/ticket/suheb/12185' into develop-ascraeusCesar G2014-05-061-4/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/suheb/12185: [ticket/12185] Fix and increase width [ticket/12185] Fixing the width of topic header for translation.
| * | | | [ticket/12185] Fix and increase widthOliver Schramm2014-05-031-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12185
| * | | | [ticket/12185] Fixing the width of topic header for translation.Suhaib Khan2014-04-261-2/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12185
* | | | | Merge pull request #2373 from Nicofuma/ticket/12459Joas Schilling2014-05-061-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12459] Unapproved posts/topics are not correctly handled in feeds * Nicofuma/ticket/12459: [ticket/12459] Change language strings [ticket/12459] Enable related tests [ticket/12459] Fix: Differentiating unapproved and deleted posts [ticket/12459] Fix: Soft deleted topics should appear in feeds [ticket/12459] Fix: the posts were always marked as unapproved
| * | | | | [ticket/12459] Change language stringsTristan Darricau2014-05-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12459
* | | | | | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-054-3/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names
| * | | | | | [ticket/12332] Fix displaying attachments with long file namesMatt Friedman2014-04-254-3/+19
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-12332
* | | | | | Merge remote-tracking branch 'Crizz0/ticket/12498' into develop-ascraeusCesar G2014-05-051-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | * Crizz0/ticket/12498: [ticket/12498] Adds height-property for IE8 in tweaks.css
| * | | | | [ticket/12498] Adds height-property for IE8 in tweaks.cssCrizzo2014-05-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12498
* | | | | | [ticket/12491] Fix clashing USERNAME_FULL template variable.Cesar G2014-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user notes and user warn pages have a variable with the same name. PHPBB3-12491
* | | | | | [prep-release-3.1.0-b3] Update version to 3.1.0-b3Joas Schilling2014-05-041-2/+2
| | | | | |
* | | | | | Merge pull request #2394 from VSEphpbb/ticket/12484Joas Schilling2014-05-041-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12484] Add template event ucp_agreement_terms_before/after * VSEphpbb/ticket/12484: [ticket/12484] Add template event ucp_agreement_terms_before/after
| * | | | | | [ticket/12484] Add template event ucp_agreement_terms_before/afterMatt Friedman2014-05-021-0/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-12484
* | | | | | Merge pull request #2203 from PayBas/ticket/12323Joas Schilling2014-05-041-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12323] Template Event search_results_postprofile_before/after * PayBas/ticket/12323: [ticket/12323] Template Event search_results_postprofile_before Conflicts: phpBB/docs/events.md