aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13554] Show feature release upgrades in blue rather than red.Andreas Fischer2015-01-281-1/+1
| | | | PHPBB3-13554
* [ticket/12035] Adding necessary conditionsgeetakshi2014-03-201-1/+1
| | | | PHPBB3-12035
* [ticket/12035] Adding link to user posts to ACP pagegeetakshi2014-03-171-1/+1
| | | | | | Adding link of posts behind displayed number of posts of the user PHPBB3-12035
* [ticket/12093] Check that document.selection is supported.Cesar G2014-01-251-1/+1
| | | | PHPBB3-12093
* [ticket/12037] Fix hard-coded text in acp_inactive.html.Cesar G2013-11-251-1/+1
| | | | PHPBB3-12037
* [ticket/11811] Remove outline on :focusVjacheslav Trushkin2013-09-131-0/+10
| | | | PHPBB3-11811
* [ticket/11093] acp_users_overview.html has a wrongly placed </dd>westr2012-10-161-1/+2
| | | | | | Amended the closing dd tag to the appropriate line: line 145 instead of 141 PHPBB3-11093
* [ticket/11135] Full replacement of credit link to httpsVinny2012-10-051-1/+1
| | | | PHPBB3-11135
* [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-0/+4
| | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
* [ticket/10773] ACP logo with registered trademark symbolPatrick Webster2012-06-301-3/+3
| | | | PHPBB3-10773
* [ticket/10308] fixes indentationDhruv Goel2012-05-111-19/+19
| | | | | | | indentation is fixed and user_posts variable is compared as a boolean variable. PHPBB3-10308
* [ticket/10308] fixes language variable nameDhruv Goel2012-05-101-1/+1
| | | | | | Language variable has be renamed for better understanding PHPBB3-10308
* [ticket/10308] fixes sql query, limit it to 1Dhruv Goel2012-05-101-1/+1
| | | | | | | instead of fetching all posts by user we limit the query to 1 to check if a user has posts or not PHPBB3-10308
* [ticket/10308] fixes user deletion if no postsDhruv Goel2012-05-101-1/+1
| | | | | | | introduces a hidden input field with retain posts as the mode in case user has no posts. PHPBB3-10308
* [ticket/10308] renames language key to USER_NO_POSTS_DELETEDhruv Goel2012-05-101-1/+1
| | | | | | language key renamed to make its usability more clearer. PHPBB3-10308
* [ticket/10308] fix language and user's total postsDhruv Goel2012-05-101-3/+5
| | | | | | | language modified to be clear and select box disappears in case no posts by user. user's total posts are fetched using a new query. PHPBB3-10308
* [ticket/10308] fixes language entity.Dhruv Goel2012-05-101-1/+1
| | | | | | | Language key has been changed and has been made more specific to avoid conflicts PHPBB3-10308
* [ticket/10308] Displays message to user if there are no posts.Dhruv Goel2012-05-101-0/+3
| | | | | | | While deletng the user, if the user has no posts in addition to the options being disabled an added message is displayed. PHPBB3-10308
* [ticket/10308] disable retain/ delete posts option when deleting a userDhruv Goel2012-05-101-1/+1
| | | | | | | When deleting a user, it asks whether the posts by user should be retained or deleted. The selection should be disable if the user has no posts. PHPBB3-10308
* Merge remote-tracking branch 'cyberalien/ticket/10860' into develop-olympusAndreas Fischer2012-05-061-2/+2
|\ | | | | | | | | * cyberalien/ticket/10860: [ticket/10860] Fixing js error in updater
| * [ticket/10860] Fixing js error in updaterVjacheslav Trushkin2012-05-061-2/+2
| | | | | | | | | | | | | | | | Fixing javascript error in side-by-side diff styling in updater: resizing inner block instead of outer block and increasing height by inner/outer block difference. PHPBB3-10860
* | [ticket/10819] Remove support for older browsersPatrick Webster2012-04-171-4/+0
| | | | | | | | PHPBB3-10819
* | [ticket/10819] Forgot this causes vertical scrollbars on IEPatrick Webster2012-04-151-1/+0
| | | | | | | | PHPBB3-10819
* | [ticket/10819] Improve side-by-side diff stylingPatrick Webster2012-04-151-13/+14
|/ | | | | | | | | | | Used transparent background for unchanged lines Shortened the table headers and make the background grey Added a border between the columns Increased the font size on pre blocks Added Consolas as the first pre font, for Windows users Added wordwrapping for pre blocks PHPBB3-10819
* [ticket/10607] Added 'Powered by' translation string.Fyorl2012-04-042-2/+2
| | | | | | | Added POWERED_BY line to common.php and modified the templates to use it. PHPBB3-10607
* [ticket/9914] Add backup warning to updater.Michael Cullum2012-02-031-0/+5
| | | | PHPBB3-9914
* [ticket/10563] Show deactivated styles below active styles in acpVjacheslav Trushkin2012-01-021-0/+6
| | | | | | Separates active and deactivated styles in styles list in acp PHPBB3-10563
* [ticket/8996] Revert initial fix to keep old behaviour on empty selectionJoas Schilling2011-12-151-37/+31
| | | | | | | | Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp" This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc. PHPBB3-8996
* Merge remote-tracking branch 'callumacrae/ticket/8599' into develop-olympusOleg Pudeyev2011-11-191-2/+2
|\ | | | | | | | | * callumacrae/ticket/8599: [ticket/8599] Added ability to select all to add multiple smilies screen.
| * [ticket/8599] Added ability to select all to add multiple smilies screen.callumacrae2011-08-241-2/+2
| | | | | | | | PHPBB3-8599
* | Merge remote-tracking branch 'nickvergessen/ticket/8996' into develop-olympusOleg Pudeyev2011-11-191-31/+37
|\ \ | | | | | | | | | | | | | | | * nickvergessen/ticket/8996: [ticket/8996] Also fix the BBCode bug in subsilver2 and acp [ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
| * | [ticket/8996] Also fix the BBCode bug in subsilver2 and acpJoas Schilling2011-11-181-31/+37
| | |
* | | Merge remote-tracking branch 'rxu/ticket/10419' into develop-olympusAndreas Fischer2011-11-151-0/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * rxu/ticket/10419: [ticket/10419] Reword the language strings [ticket/10419] Reword some language strings, minor code changes [ticket/10419] Add mbstring PHP ini parameters checks to ACP
| * | | [ticket/10419] Add mbstring PHP ini parameters checks to ACPrxu2011-10-181-0/+30
| |/ / | | | | | | | | | PHPBB3-10419
* | | Merge remote-tracking branch 'remotes/marc1706/ticket/9778' into develop-olympusJoas Schilling2011-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | [ticket/9778] Replaced "Find a member" with "Enter username"Marc Alexander2011-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When clicking on the "Users and groups" tab in the ACP, the user is able to either enter the username of the member he wants to manage or click on "Find a member" below the input field. Unfortunately, the label for the input field is also "Find a member", which leads some users to the idea that they can search for users using that input field. By changing the label to "Enter username" this should be clear to the user. PHPBB3-9778
* | | [ticket/10315] Add top/bottom margin to the options in ACP to avoid overlappingJoas Schilling2011-09-211-5/+3
| | | | | | | | | | | | PHPBB3-10315
* | | Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympusOleg Pudeyev2011-07-301-3/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * callumacrae/ticket/8173: [ticket/8173] Removed some redundant code in the BBCode JavaScript. Conflicts: phpBB/adm/style/acp_users_signature.html
| * | | [ticket/8173] Removed some redundant code in the BBCode JavaScript.Callum Macrae2011-07-301-3/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following code can be found in the ACP, when changing a user's signature: t: '{ BBCODE_T_HELP }', The code that uses it and the code that produces it were changed or removed a while ago, but this code remained. In 2c4c1f9, the accesskey for the list item button was changed to y from t, explaining the origin of the redundant code - although it wasn't being used then, either. This commit also changes the helpline code of "[*]" to y, as the access key is y, so this makes it more consistent. PHPBB3-8173
* | | Merge remote-tracking branch 'callumacrae/ticket/10032' into develop-olympusOleg Pudeyev2011-07-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * callumacrae/ticket/10032: [ticket/10032] Fixed typos in bbcode button name.
| * | | [ticket/10032] Fixed typos in bbcode button name.Callum Macrae2011-07-141-1/+1
| |/ / | | | | | | | | | | | | | | | addlistitem was addlitsitem. PHPBB3-10032
* | | [ticket/10292] Fixed a whitespace inconsistency in acp_ranks.Callum Macrae2011-07-251-1/+1
|/ / | | | | | | | | | | | | | | There is no space between the first radio button and "Yes", while there is a space between the second radio button and "No". This commit fixes that. PHPBB3-10292
* | [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-063-3/+3
| | | | | | | | PHPBB3-9859
* | [ticket/8138] Add autocomplete="off" to a user and forum ACP.Nils Adermann2011-06-032-6/+6
| | | | | | | | PHPBB3-8138
* | [ticket/10154] Move "copy permissions from" to below "parent" on forum creationAndreas Fischer2011-05-091-6/+6
| | | | | | | | | | | | Move "copy permissions from" to below "parent forum" in forum creation form. PHPBB3-10154
* | [ticket/9581] Mass e-mail to banned usersErik Frèrejean2011-03-041-0/+4
| | | | | | | | | | | | | | | | | | Implement the suggestion made by Adam in the ticket, this will add an additional checkbox to the mass e-mail page. By checking this the mass e-mail shall also be send to banned users. By default banned users however are excluded from the mass e-mail. PHPBB3-9581
* | Merge branch 'ticket/nickvergessen/9911' into develop-olympusOleg Pudeyev2011-03-021-2/+2
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9911: [ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
| * | [ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.Joas Schilling2011-03-011-2/+2
| | | | | | | | | | | | | | | | | | IE handles onchange after the next click on the page, instead of directly like Firefox, Opera and Safari do. Changing it to onclick works. PHPBB3-9911
* | | [ticket/9915] "Length of ban:" is not displayed in ACPJoas Schilling2011-03-011-1/+1
|/ / | | | | | | | | | | | | Regression from PHPBB3-9695, innerHTML does not work on input-fields, so we need to go back to "value", which we had before. PHPBB3-9915
* | [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-081-3/+4
| | | | | | | | PHPBB3-9675