aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3312 from bantu/ticket/13527Andreas Fischer2015-01-201-4/+1
|\
| * [ticket/13527] Apply htmlspecialchars() to data from version server.Andreas Fischer2015-01-201-1/+1
| * [ticket/13527] Remove two unused variables.Andreas Fischer2015-01-201-3/+0
* | [ticket/13519] Correctly validate imagick path as path and not stringMarc Alexander2015-01-191-1/+1
|/
* [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibilityOliver Schramm2014-10-201-2/+2
* [ticket/12196] Revert Fix typo "referer" in acp/attachmentsDhruv2014-06-271-1/+1
* [ticket/12196] Fix typo "referer" in acp/attachmentsJoas Schilling2014-06-251-1/+1
* [ticket/12660] Improve check for when phpinfo() is disabled.Andreas Fischer2014-06-091-1/+1
* [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-141-1/+1
* [ticket/12353] Fix displayed attachments in ACPOliver Schramm2014-04-041-1/+1
* [ticket/12035] Correcting the conditiongeetakshi2014-03-201-1/+1
* [ticket/12035] Adding necessary conditionsgeetakshi2014-03-201-1/+1
* [ticket/12035] Adding link to user posts to ACP pagegeetakshi2014-03-171-0/+1
* [ticket/12176] Display correct message when trying to delete founder.Andreas Fischer2014-02-151-2/+7
* [ticket/11864] Do not call exit after display_progress_bar in acp_forumsMarc Alexander2013-09-251-1/+0
* [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-122-2/+2
* [ticket/11548] Fix incorrect usage of array_map on acp groups pageMarc Alexander2013-07-121-1/+2
* Merge remote-tracking branch 'remotes/nickv/ticket/8319' into develop-olympusNathaniel Guse2013-07-111-3/+11
|\
| * [ticket/8319] Do not repeat the replacementJoas Schilling2013-07-101-9/+5
| * [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URLJoas Schilling2013-06-031-2/+2
| * [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL partsJoas Schilling2013-06-031-0/+4
| * [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuseJoas Schilling2013-06-031-1/+9
* | [ticket/11617] Remove spaces and tabs from empty linesMatt Friedman2013-07-021-1/+1
* | [ticket/11617] Missing U_ACTION in acp_captcha.phpMatt Friedman2013-07-021-0/+2
* | [ticket/10840] Add check_form_key to acp_groups.phpJoas Schilling2013-06-031-0/+10
|/
* Merge remote-tracking branch 'marc1706/ticket/11538' into develop-olympusAndreas Fischer2013-05-261-5/+13
|\
| * [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Limit comment in acp_groups to 80 characters per lineMarc Alexander2013-05-191-4/+4
| * [ticket/11538] Merge calls to validate_data() in acp_groupsMarc Alexander2013-05-191-11/+12
| * [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colourMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Add function phpbb_validate_colour for validating coloursMarc Alexander2013-05-161-1/+1
| * [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-1/+1
| * [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-0/+7
* | [ticket/11551] Fix error in system tab if get_remote_file returns empty stringDavid King2013-05-201-1/+1
|/
* [ticket/11358] Removed all trailing white spaces.erangamapa2013-04-121-4/+4
* [ticket/11358] Fixed the code according to coding guidlines.erangamapa2013-04-121-42/+43
* [ticket/11358] Changed the name of post parameter.erangamapa2013-02-241-2/+2
* [ticket/11358] Changed the action parameter value to represent the link.erangamapa2013-02-241-20/+30
* [ticket/11358] Enabled link making all users default for a group.erangamapa2013-02-241-2/+40
* [ticket/11358] Removed redundant code and referred proper variable.erangamapa2013-02-241-40/+2
* [ticket/11358] Success message even without selecting a user.erangamapa2013-02-241-0/+4
* [ticket/11355] Referred proper variable when validating selection.erangamapa2013-02-241-1/+1
* [ticket/11355] Wrong error message when no user is selected.erangamapa2013-02-241-1/+5
* [ticket/10896] Adds email validation to email settings in ACPDavid Tobin2013-02-041-2/+2
* [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]Igor Wiedler2012-11-091-1/+1
* [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-1/+5
* Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympusNils Adermann2012-05-311-1/+5
|\
| * [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
* | [ticket/10611] Filter out not existing database tables when making a backup.Andreas Fischer2012-05-301-1/+1
* | [ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().Andreas Fischer2012-05-301-2/+1