aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'naderman/ticket/10198' into develop-olympusAndreas Fischer2011-06-101-2/+2
|\ | | | | | | | | | | * naderman/ticket/10198: [ticket/10198] range validation for strings should limit characters not bytes [ticket/10198] validate_config_vars() improperly validates multibyte strings
| * [ticket/10198] range validation for strings should limit characters not bytesNils Adermann2011-06-101-1/+1
| | | | | | | | PHPBB3-10198
| * [ticket/10198] validate_config_vars() improperly validates multibyte stringsrxu2011-06-101-1/+1
| | | | | | | | PHPBB3-10198
* | Merge remote-tracking branch 'naderman/ticket/8138' into develop-olympusAndreas Fischer2011-06-093-7/+7
|\ \ | | | | | | | | | | | | | | | * naderman/ticket/8138: [ticket/8138] Add autocomplete="off" to acp_board and ldap settings [ticket/8138] Add autocomplete="off" to a user and forum ACP.
| * | [ticket/8138] Add autocomplete="off" to acp_board and ldap settingsNils Adermann2011-06-031-1/+1
| | | | | | | | | | | | PHPBB3-8138
| * | [ticket/8138] Add autocomplete="off" to a user and forum ACP.Nils Adermann2011-06-032-6/+6
| |/ | | | | | | PHPBB3-8138
* | Merge remote-tracking branch 'naderman/ticket/10067' into develop-olympusAndreas Fischer2011-06-061-2/+2
|\ \ | |/ |/| | | | | * naderman/ticket/10067: [ticket/10067] Add separator to h_radio to place options on individual lines
| * [ticket/10067] Add separator to h_radio to place options on individual linesNils Adermann2011-06-051-2/+2
| | | | | | | | | | | | | | The previous mechanism for account activation resulted in two h_radio calls with identical id attributes for two elements. PHPBB3/10067
* | [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
* Merge branch 'ticket/nickvergessen/9675' into develop-olympusOleg Pudeyev2011-02-211-0/+15
|\ | | | | | | | | | | | | | | * ticket/nickvergessen/9675: [ticket/9675] Correctly check whether the style/component is still in use. [ticket/9675] Put the code into methods to avoid code duplication. [ticket/9675] Adjust the language-string to reflect the changes. [ticket/9675] Add option to delete template/theme/imageset when deleting style.
| * [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-081-3/+4
| | | | | | | | PHPBB3-9675
| * [ticket/9675] Add option to delete template/theme/imageset when deleting style.Joas Schilling2011-02-081-0/+14
| | | | | | | | PHPBB3-9675
* | [ticket/10020] Fix 32-bit php braindamage around INT_MIN.Oleg Pudeyev2011-02-041-2/+5
| | | | | | | | | | | | | | | | On 32-bit php, -2147483648, despite fitting in the int type, is for some reason made into a floating-point value. Use an explicit cast to make it an integer. PHPBB3-10020
* | [ticket/10020] Replaced (int) 0x80000000 with portable equivalent.Oleg Pudeyev2011-02-041-1/+2
|/ | | | PHPBB3-10020
* [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-163-35/+2
| | | | PHPBB3-9859
* [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-163-3/+3
| | | | | | | | | | | | | Standard HTML output now includes: Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group Print output now includes: Powered by phpBB &copy; phpBB Group<br />http://www.phpbb.com/ This also fixes an inconsistency where "phpBB Group" was linked instead of "phpBB". PHPBB3-9859
* [ticket/9939] Fix JavaScript error in admin recaptcha templateIgor Wiedler2010-12-051-1/+1
| | | | PHPBB3-9939
* [ticket/9575] Also change 'administrate' to 'administer' in templatesIgor Wiedler2010-12-052-2/+2
| | | | PHPBB3-9575
* [ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.RMcGirr832010-11-181-1/+2
| | | | | | | | | Change recaptcha theme from default to 'clean' in the ACP to better match the administration control panel. Follow up to d6aa25ede149a2d483b064f5ce96abcf49458ee3. PHPBB3-9899
* [ticket/9850] Display upgrade instructions for feature release in acpIgor Wiedler2010-11-021-0/+6
| | | | PHPBB3-9850
* [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| | | | PHPBB3-9664
* [ticket/8935] Prevent setting maximum avatar dimensions less than the minimums.Chris Smith2010-09-091-0/+14
| | | | | | | | This change actually applies to any configruation setting that is a pair of values one representing the maximum and one minimum. This change enforces that the maximum value cannot be less than the minimum value. PHPBB3-8935
* Merge branch 'ticket/nickvergessen/9519' into develop-olympusAndreas Fischer2010-08-281-1/+1
|\ | | | | | | | | | | | | | | * ticket/nickvergessen/9519: [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().
| * [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-1/+1
| | | | | | | | PHPBB3-9519
* | [ticket/9104] Safari does not display box headers correctly in the ACP.Joas Schilling2010-08-191-5/+1
| | | | | | | | PHPBB3-9104
* | [ticket/9499] Unify definition of dE() and other javascript functionsJosh Woody2010-07-261-5/+10
|/ | | | | | | | dE() was defined differently in the ACP and in prosilver. Other javascript in editor.js files has also been unified (taking the prosilver implementation as cannonical) PHPBB3-9499
* [ticket/9695] Correct the improper display of user input in mcp_ban.phpJosh Woody2010-07-011-3/+3
| | | | | | Correct the improper display of "ban_reason" and "ban_give_reason" in mcp_ban.php PHPBB3-9695
* Merge branch 'ticket/bantu/9547' into develop-olympusNils Adermann2010-05-161-2/+2
|\ | | | | | | | | * ticket/bantu/9547: [ticket/9547] Use separate constants for display/enable active topics.
| * [ticket/9547] Use separate constants for display/enable active topics.Andreas Fischer2010-05-161-2/+2
| | | | | | | | | | | | | | | | Split S_DISPLAY_ACTIVE_TOPICS into S_DISPLAY_ACTIVE_TOPICS and S_ENABLE_ACTIVE_TOPICS so we have correct default values when changing the forum type. PHPBB3-9547
* | Merge branch 'ticket/nickvergessen/9535' into develop-olympusNils Adermann2010-05-163-24/+24
|\ \ | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/9535: [ticket/9535] Also fix the margin in the install_update.html [ticket/9535] Fix some more rtl margin issues. [ticket/9535] Correctly set margin of textarea in ACP > Users signature for RTL languages.
| * | [ticket/9535] Also fix the margin in the install_update.htmlJoas Schilling2010-05-161-19/+19
| | | | | | | | | | | | PHPBB3-9535
| * | [ticket/9535] Fix some more rtl margin issues.Joas Schilling2010-05-161-2/+2
| | | | | | | | | | | | PHPBB3-9535
| * | [ticket/9535] Correctly set margin of textarea in ACP > Users signature for ↵Joas Schilling2010-05-161-3/+3
| |/ | | | | | | | | | | RTL languages. PHPBB3-9535
* | [ticket/9548] Delete user quicktool drop down should have an empty or ↵Joas Schilling2010-04-181-1/+1
|/ | | | | | invalid selection as the default PHPBB3-9548
* [bug/58745] Correctly close user-delete-form in ACP User Overview (Bug #58745)Joas Schilling2010-04-031-1/+1
|
* Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. ↵Andreas Fischer2010-02-251-2/+2
| | | | | | Patch by nn- git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge r10513 into 3.0 branch: propdelNils Adermann2010-02-231-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10525 89ea8834-ac86-4346-8a33-228a782c2dd0
* warn users about TEXTHenry Sudhof2010-02-201-0/+22
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully nobody will notice me sneaking this one in:Chris Smith2010-01-311-3/+3
| | | | | | | Fix javascript bug in the smilies ACP. #55725 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a warning for users of old PHP versions about ending support.Josh Woody2010-01-261-0/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10458 89ea8834-ac86-4346-8a33-228a782c2dd0
* ACP usabilityHenry Sudhof2010-01-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10450 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.Joas Schilling2010-01-252-2/+2
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0