aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12531] Add some line breaks to really long linesMatt Friedman2014-05-232-4/+7
| | | | | | | | | | | | PHPBB3-12531
| * | [ticket/12531] Restore default topic link functionality in subsilver2Matt Friedman2014-05-115-6/+5
| | | | | | | | | | | | PHPBB3-12531
* | | 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 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
* | | [ticket/12525] Add string argument to contact and email user language variablesn-aleha2014-05-172-12/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | 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
* | | [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-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-2/+2
| | | | | | | | | | | | PHPBB3-12440
* | | Merge pull request #2424 from VSEphpbb/ticket/12513Joas Schilling2014-05-081-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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/+5
| |/ / | | | | | | | | | PHPBB3-12513
* | | Merge pull request #2400 from PayBas/ticket/12488Joas Schilling2014-05-071-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | [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] subSilver2 fix (no longer displays if warnings = 0)PayBas2014-05-051-1/+1
| | | | | | | | | | | | | | | | | | Don't know what I was thinking with this PHPBB3-12488
| * | [ticket/12488] Add user warning indication to viewtopic postsPayBas2014-05-031-0/+1
| |/ | | | | | | PHPBB3-12488
* | 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 #2346 from PayBas/ticket/12438Joas Schilling2014-05-041-0/+2
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12438] Add Template event memberlist_view_content_prepend * PayBas/ticket/12438: [ticket/12438] Add Template event memberlist_view_content_prepend
| * | [ticket/12438] Add Template event memberlist_view_content_prependPayBas2014-05-021-0/+2
| | | | | | | | | | | | PHPBB3-12438
* | | Merge pull request #2314 from PayBas/ticket/12410Joas Schilling2014-05-041-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12410] Add Template events search_results_post_ b/a * PayBas/ticket/12410: [ticket/12410] Add Template events search_results_post_ b/a
| * | | [ticket/12410] Add Template events search_results_post_ b/aPayBas2014-05-031-0/+2
| | |/ | |/| | | | | | | PHPBB3-12410
* | | Merge pull request #2297 from PayBas/ticket/12396Joas Schilling2014-05-042-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12396] Add Template events viewforum_forum_name_append/prepend * PayBas/ticket/12396: [ticket/12396] Added missing viewtopic_topic_title_append [ticket/12396] Add Template events viewforum_forum_name
| * | | [ticket/12396] Added missing viewtopic_topic_title_appendPayBas2014-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | rebased for travis... again PHPBB3-12396
| * | | [ticket/12396] Add Template events viewforum_forum_namePayBas2014-05-031-1/+1
| |/ / | | | | | | | | | PHPBB3-12396
* | | Merge pull request #2273 from PayBas/ticket/12376Joas Schilling2014-05-041-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12376] Add template events viewtopic_body_polls * PayBas/ticket/12376: [ticket/12376] Changed to viewtopic_body_poll_option_before and after [ticket/12376] Added viewtopic_body_poll_question_append [ticket/12376] Add template events viewtopic_body_polls
| * | | [ticket/12376] Changed to viewtopic_body_poll_option_before and afterPayBas2014-05-031-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12376
| * | | [ticket/12376] Added viewtopic_body_poll_question_appendPayBas2014-05-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12376
| * | | [ticket/12376] Add template events viewtopic_body_pollsPayBas2014-05-031-1/+3
| |/ / | | | | | | | | | PHPBB3-12376
* | | Merge pull request #2270 from PayBas/ticket/12374Joas Schilling2014-05-041-3/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12374] Add Template events index_body_block_(name)_append * PayBas/ticket/12374: [ticket/12374] Fixed alphabetical sorting [ticket/12374] Added prepend-versions of events [ticket/12374] Updated code layout [ticket/12374] Add Template events index_body_block_(name)_append
| * | | [ticket/12374] Added prepend-versions of eventsPayBas2014-05-031-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12374
| * | | [ticket/12374] Updated code layoutPayBas2014-05-031-4/+18
| | | | | | | | | | | | | | | | PHPBB3-12374
| * | | [ticket/12374] Add Template events index_body_block_(name)_appendPayBas2014-05-031-3/+4
| |/ / | | | | | | | | | | | | | | | Hopefully to the correct branch this time PHPBB3-12374
* | | [ticket/12346] Add Template Event overall_header_navlink_app/prePayBas2014-05-031-1/+1
|/ / | | | | | | | | | | Rebased PHPBB3-12346
* | Merge remote-tracking branch 'github-vse/ticket/12254' into develop-ascraeusNils Adermann2014-05-022-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | * github-vse/ticket/12254: [ticket/12254] Add subsilver2 support for cookie storage instead of SID [ticket/12254] Use a cookie instead of SID to store language selection [ticket/12254] No longer need to add change_lang to the URL params [ticket/12254] Use 'language' instead of 'set_lang' as the variable name [ticket/12254] Persist set_lang after reg only if changed from default [ticket/12254] Add set_lang var changes to subsilver2 files [ticket/12254] Use new set_lang var to avoid conflict with change_lang [ticket/12254] Stop using deprecated request_var in user class [ticket/12254] Better language switching on registration page
| * [ticket/12254] Add subsilver2 support for cookie storage instead of SIDMatt Friedman2014-05-022-2/+2
| | | | | | | | PHPBB3-12254
| * [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-112-2/+2
| | | | | | | | PHPBB3-12254
| * [ticket/12254] Add set_lang var changes to subsilver2 filesMatt Friedman2014-04-072-0/+2
| | | | | | | | PHPBB3-12254
* | Merge remote-tracking branch 'remotes/Crizz0/ticket/12404' into develop-ascraeusNathaniel Guse2014-05-012-1/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Crizzo # Via Crizzo * remotes/Crizz0/ticket/12404: [ticket/12404] Splits up the line 18 in subsilver2 into more lines [ticket/12404] Changes append/prepend to after/before [ticket/12404] Adds two new events and changes some places [ticket/12404] Adds a new event before and after the Timezone display
| * | [ticket/12404] Splits up the line 18 in subsilver2 into more linesCrizzo2014-04-251-1/+8
| | | | | | | | | | | | PHPBB3-12404
| * | [ticket/12404] Changes append/prepend to after/beforeCrizzo2014-04-222-3/+3
| | | | | | | | | | | | PHPBB3-12404
| * | [ticket/12404] Adds two new events and changes some placesCrizzo2014-04-221-1/+1
| | | | | | | | | | | | PHPBB3-12404
| * | [ticket/12404] Adds a new event before and after the Timezone displayCrizzo2014-04-161-0/+2
| | | | | | | | | | | | PHPBB3-12404
* | | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeusCesar G2014-04-201-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * PayBas/ticket/12363: [ticket/12363] Fix typo [ticket/12363] changed _winner_ to _most-votes_ [ticket/12363] Mark winning (most votes) results bar
| * | [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-061-1/+1
| | | | | | | | | | | | PHPBB3-12363
| * | [ticket/12363] Mark winning (most votes) results barPayBas2014-04-061-1/+1
| |/ | | | | | | PHPBB3-12363
* | Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-141-15/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * marc/ticket/12372: [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay [ticket/12372] Use admin.js $(document).ready for hiding questionnaire details [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() [ticket/12372] Move dE() function core.js [ticket/12372] Unify definition of function dE() across all files [ticket/12372] Use jQuery in javascript dE() function
| * | [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-1/+1
| | | | | | | | | | | | PHPBB3-12372