aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11735] Display disabled checkbox in subsilver for read notificationsDhruv2013-09-161-1/+1
| | | | PHPBB3-11735
* [ticket/11795] Remove PM popupVjacheslav Trushkin2013-09-141-3/+0
| | | | PHPBB3-11795
* [ticket/11795] Use phpBB template syntax instead of TWIGVjacheslav Trushkin2013-09-141-2/+2
| | | | PHPBB3-11795
* [ticket/11795] Move PM popup JS to forum_fn.jsVjacheslav Trushkin2013-09-141-1/+1
| | | | | | | Move PM popup JavaScript from overall_header to forum_fn.js Use TWIG to escape PM popup URL PHPBB3-11795
* [ticket/11795] Get rid of pagination JS variablesVjacheslav Trushkin2013-09-141-1/+1
| | | | | | | Move pagination variables to data attributes Replace A_BASE_URL with BASE_URL and use TWIG to escape it PHPBB3-11795
* Merge branch 'ticket/11811' into ticket/develop-2/11811Vjacheslav Trushkin2013-09-141-0/+3
|\ | | | | | | | | | | | | | | | | * ticket/11811: [ticket/11811] Remove outline on :focus Conflicts: phpBB/adm/style/admin.css phpBB/styles/prosilver/theme/forms.css
| * [ticket/11811] Remove outline on :focusVjacheslav Trushkin2013-09-131-0/+3
| | | | | | | | PHPBB3-11811
* | [ticket/11836] Fix subsilver fatal errorJoseph Warner2013-09-131-1/+3
| | | | | | | | PHPBB3-11836
* | Merge pull request #1675 from marc1706/ticket/11809Nathan Guse2013-09-131-1/+1
|\ \ | | | | | | [ticket/11809] Ensure code.js is first script included after jQuery
| * | [ticket/11809] Ensure code.js is first script included after jQueryMarc Alexander2013-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file core.js sets up most of the AJAX and jQuery related framework for phpBB. Due to this, it needs to be included before any other javascript file in order to ensure that subsequent files can use the phpBB variables and functions. Currently, it is however loaded with INCLUDEJS in overall_footer which causes it to be loaded after every other javascript file except for the style specific ajax.js. This causes every javascript file that is included before core.js and is using the phpBB AJAX functions or variables to break. PHPBB3-11809
* | | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-09-121-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * remotes/upstream/develop-olympus: [ticket/11829] Use report_closed to determine status in MCP report_details Conflicts: phpBB/styles/prosilver/template/mcp_post.html
| * | [ticket/11829] Use report_closed to determine status in MCP report_detailsrechosen2013-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using post_reported of the post or message_reported of the pm, use report_closed of the report itself to reliably determine whether this particular report is closed or not in the report_details view of the MCP. This fixes a bug where the report_details view would not show that the report shown was closed and display a "Close report" button that had no effect. PHPBB3-11829
| * | [ticket/11801] removed some whitespace and added missing semi colon's in cssProsk8er2013-08-191-2/+2
| | | | | | | | | | | | PHPBB3-11801
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-103-0/+8
|\ \ \
| * \ \ Merge pull request #1618 from VSEphpbb/ticket/11747Nathan Guse2013-09-053-0/+8
| |\ \ \ | | |_|/ | |/| | [ticket/11747] UCP Prefs Core and Template Events
| | * | [ticket/11747] Use _prepend and _append for template eventsMatt Friedman2013-07-263-8/+8
| | | | | | | | | | | | | | | | PHPBB3-11747
| | * | [ticket/11747] ucp_prefs_post template eventsMatt Friedman2013-07-261-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11747
| | * | [ticket/11747] ucp_prefs_view template eventsMatt Friedman2013-07-261-0/+4
| | | | | | | | | | | | | | | | PHPBB3-11747
| | * | [ticket/11747] ucp_prefs_personal template eventsMatt Friedman2013-07-261-0/+2
| | | | | | | | | | | | | | | | PHPBB3-11747
* | | | [feature/oauth] Fix tabindexJoseph Warner2013-09-091-5/+5
| | | | | | | | | | | | | | | | PHPBB3-11673
* | | | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joseph Warner2013-09-0613-23/+83
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/oauth Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-182-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11789] Remove inline color in memberlist_view Conflicts: phpBB/styles/subsilver2/template/memberlist_view.html
| | * | [ticket/11789] Remove inline color in memberlist_viewVjacheslav Trushkin2013-08-182-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11789
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-184-5/+13
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11789] Remove colors from HTML code Conflicts: phpBB/styles/subsilver2/template/ucp_pm_history.html
| | * | [ticket/11789] Remove colors from HTML codeVjacheslav Trushkin2013-08-144-5/+13
| | | | | | | | | | | | | | | | PHPBB3-11789
| * | | [ticket/11800] Fix scripts variable in subsilver simple_footerVjacheslav Trushkin2013-08-171-1/+2
| | | | | | | | | | | | | | | | PHPBB3-11800
| * | | [ticket/9550] Break up a long ugly line in subsilver2 viewtopic_body.htmlrechosen2013-08-021-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per request of nickvergessen, break up the long post buttons line in viewtopic_body.html of subsilver2 into nicely indented parent and child elements. Keep the whitespace in such a way that browsers display the buttons pixel-perfectly equal to the old code. In the process, move the viewtopic_body_post_buttons_before event to a more logical (though possibly less intuitive) place (only in subsilver2). PHPBB3-9550
| * | | [ticket/9550] Add template event memberlist_body_username_prependrechosen2013-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the prepend counterpart of a template event required for the karma extension. It allows adding information before every username in the memberlist. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
| * | | [ticket/9550] Add template event memberlist_body_username_appendrechosen2013-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template event required for the karma extension. It allows adding information after every username in the memberlist. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add a karma score indication that allows other users to see how respected every listed user is. PHPBB3-9550
| * | | [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_afterrechosen2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the append counterpart of a template event required for the karma extension. It allows adding data after the custom fields under the username and avatar next to every post. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
| * | | [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_beforerechosen2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template event required for the karma extension. It allows adding data before the custom fields, under the username and avatar next to every post. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add a karma score indication that allows users to see how respected the post author is. PHPBB3-9550
| * | | [ticket/9550] Add template event viewtopic_body_post_buttons_beforerechosen2013-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the prepend counterpart of a template event required for the karma extension. It allows adding post buttons to posts (next to the quote and edit buttons). Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
| * | | [ticket/9550] Add template event viewtopic_body_post_buttons_afterrechosen2013-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template event required for the karma extension. It allows adding post buttons to posts (next to the quote and edit buttons). Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add thumbs up/down icons that allow users to give karma on posts. PHPBB3-9550
| * | | [ticket/9550] Add template event memberlist_view_user_statistics_afterrechosen2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the append counterpart of a template event required for the karma extension. It allows adding entries to the user statistics part of any user profile. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
| * | | [ticket/9550] Add template event memberlist_view_user_statistics_beforerechosen2013-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template event required for the karma extension. It allows adding entries to the user statistics part of any user profile. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add a karma score indication that allows other users to see how respected this user is. Prepend because karma score is often a more meaningful statistic than the bottom statistics (like "Most active topic"), and should therefore be more prominent. PHPBB3-9550
| * | | Merge branch 'develop-olympus' into developJoas Schilling2013-07-312-10/+37
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10037] Fix table in subsilver2 [ticket/10037] Apply attached patch with a few changes
| | * | [ticket/10037] Fix table in subsilver2Oliver Schramm2013-07-311-24/+18
| | | | | | | | | | | | | | | | | | | | | | | | Thanks, nickvergessen! ;-) PHPBB3-10037
| | * | [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-252-3/+36
| | | | | | | | | | | | | | | | PHPBB3-10037
| | * | [develop-olympus] Bumping version numbers to final for 3.0.12 releases.Andreas Fischer2013-07-124-4/+4
| | | |
| * | | Merge remote-tracking branch 'Elsensee/ticket/8228' into developJoas Schilling2013-07-311-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/8228: [ticket/8228] Fix still existing problems with code in firefox [ticket/8228] Fix whitespaces before code in Firefox
| | * | | [ticket/8228] Fix whitespaces before code in FirefoxOliver Schramm2013-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the "[code] enhancements" modification by TerraFrost PHPBB3-8228
| * | | | [ticket/11749] Template events for topic_list_row_pre/appendMatt Friedman2013-07-272-0/+6
| | |_|/ | |/| | | | | | | | | | PHPBB3-11749
| * | | [ticket/11741] Fix empty brackets and remove bulletOliver Schramm2013-07-241-2/+2
| |/ / | | | | | | | | | PHPBB3-11741
* | | [feature/oauth] Subsilver2 ucp_login_linkJoseph Warner2013-08-241-0/+74
| | | | | | | | | | | | PHPBB3-11673
* | | [feature/oauth] Subsilver2 ucp_auth_link templatesJoseph Warner2013-08-242-0/+51
| | | | | | | | | | | | PHPBB3-11673
* | | [feature/oauth] Subsilver 2 login_body updatesJoseph Warner2013-08-222-0/+10
|/ / | | | | | | PHPBB3-11673
* | [ticket/9649] Display information on index for moderators on unapproved postsJoas Schilling2013-07-131-1/+8
| | | | | | | | PHPBB3-9649
* | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-135-5/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: (216 commits) [ticket/11626] Remove last reference to template in ldap [ticket/11626] Remove LDAP dependency on template [develop-olympus] Increment version number to 3.0.13-dev. [develop-olympus] Add changelog for 3.0.12 release. [develop-olympus] Bump version numbers for 3.0.12-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.12 releases. [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./) [ticket/11668] Run lint test at the end of the test suite [ticket/11548] Fix test errors in groups test on develop [ticket/11548] Check upload avatar URL the same way as in phpBB 3.0 [ticket/11548] Fix incorrect usage of array_map on acp groups page [ticket/11665] Fix test class name [ticket/11664] Stop creating php.html file in root path in tests [ticket/11665] Can't change file names already sent to set_filenames [ticket/11662] Typos: occured -> occurred [ticket/11662] Typos: occured -> occurred [ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect) [feature/auth-refactor] Add parent::setUp() in setUp() [feature/auth-refactor] Changes [feature/auth-refactor] DataProvider for acp_board test ...
| * | [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+2
| | | | | | | | | | | | PHPBB3-11388
| * | [feature/twig] Put $SCRIPTS below overall_footer_after, use includejs for coreNathan Guse2013-07-051-2/+4
| | | | | | | | | | | | | | | | | | Moved below overall_footer_after so events can add JS files in that event. PHPBB3-11598