aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #3900 from Zoddo/ticket/14159Tristan Darricau2015-10-141-10/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | [ticket/14159] Hide version info on ACP if we don't have the permission * Zoddo/ticket/14159: [ticket/14159] Hide version info on ACP if we don't have the permission
| * | | [ticket/14159] Hide version info on ACP if we don't have the permissionZoddo2015-09-121-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also hide a link to an unreachable module (Check phpBB version). We could have simply remove the link to the module, but if the user hasn't the permission to access to the phpBB version check module, I think that he shouldn't view any version information about phpBB. PHPBB3-14159
* | | | [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-1315-36/+132
| | | | | | | | | | | | | | | | PHPBB3-10572
* | | | Merge pull request #3922 from Senky/ticket/14188Tristan Darricau2015-10-121-1/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14188] Add core.acp_styles_action_before event * Senky/ticket/14188: [ticket/14188] Add core.acp_styles_action_before event
| * | | | [ticket/14188] Add core.acp_styles_action_before eventJakub Senko2015-09-231-1/+17
| | |_|/ | |/| | | | | | | | | | PHPBB3-14188
* | | | Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-081-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14219] Add email to inactive user listing * RMcGirr83/ticket_14219: [ticket/14219] Add email to inactive user listing
| * | | | [ticket/14219] Add email to inactive user listingRichard McGirr2015-10-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219
* | | | | Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13960] Profile field validation breaks ACP * javiexin/ticket/13960: [ticket/13960] Profile field validation breaks ACP
| * | | | | [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure new step is calculated only if no error has been identified during validation. Also, cleanup redundant code in acp_profile.php. PHPBB3-13960
* | | | | | Merge pull request #3440 from CHItA/ticket/13636Marc Alexander2015-10-072-6/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected link
| * | | | | [ticket/13636] Fix coding styleMateBartus2015-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13636
| * | | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-242-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "referer" to "redirect" in variable names and GET params as well. PHPBB3-13636
| * | | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-242-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Success message did not provide the expected "previous page" link (acp_inactive was expected, but the link took users to acp_users) if the acp_users module was accessed by navigating from the inactive user list to acp_users and then deleting inactive user. PHPBB3-13636
* | | | | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-0/+3
| |_|_|/ / |/| | | | | | | | | | | | | | PHPBB3-14154
* | | | | [ticket/13950] Hide undefined categoriesZoddo2015-08-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
* | | | | [ticket/13950] Hide undefined permissionsZoddo2015-08-281-0/+5
| |_|/ / |/| | | | | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-221-2/+74
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number again. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number and event name. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fix bamboo formatting errors. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. PHPBB3-13911
* | | | | [ticket/13311] Remove whitespace at end of lineMarc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13311
* | | | | [ticket/13311] Update @since to 3.1.6-RC1Marc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13311
* | | | | [ticket/13311] Add core event on acp_forums for forum content deletesalf0072015-07-221-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event added for the function delete_forum_content() in includes/acp/acp_forums.php, so that you can insert any extension's table(s) to be updated when forum content is deleted Incude parameters forum_id, topic_ids and post_counts PHPBB3-13311
* | | | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-111-5/+5
|\ \ \ \ \
| * | | | | [ticket/13823] Move the part of the query, so the update will get it correctlyJoas Schilling2015-06-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13823
* | | | | | Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-093-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
| * | | | | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-083-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13930
* | | | | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-092-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| * | | | | [ticket/13685] This should take care of the restbrunoais2015-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685
| * | | | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-072-3/+3
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-13685
* | | | | [ticket/13823] Remove the unnecessary bracketsJoas Schilling2015-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the line with non-whitespace changes, so the packaging script should correctly detect them as changed and put the file into the update. PHPBB3-13823
* | | | | [ticket/sec-184] Do not output LDAP password to HTMLJoas Schilling2015-06-041-0/+9
| | | | | | | | | | | | | | | | | | | | SECURITY-184
* | | | | [ticket/sec-184] Do not output Jabber password to HTMLJoas Schilling2015-06-041-2/+5
| | | | | | | | | | | | | | | | | | | | SECURITY-184
* | | | | [ticket/sec-184] Do not output config passwords to the HTML pageJoas Schilling2015-06-041-1/+8
|/ / / / | | | | | | | | | | | | SECURITY-184
* | | | [ticket/13838] Fix coding styleNicofuma2015-05-141-1/+2
| | | | | | | | | | | | | | | | PHPBB3-13838
* | | | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-051-0/+1
| |_|/ |/| | | | | | | | PHPBB3-13819
* | | Merge pull request #3376 from marc1706/ticket/13568-ascNicofuma2015-03-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/13568] Validate imagick path as readable absolute path closes #3376
| * \ \ Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php
| | * | | [ticket/13568] Use more descriptive validation names and merge with path blockMarc Alexander2015-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | * | | [ticket/13568] Validate imagick path as readable absolute pathMarc Alexander2015-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | * | | Merge pull request #3312 from bantu/ticket/13527Andreas Fischer2015-01-201-4/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13527] Escape information received from version server * bantu/ticket/13527: [ticket/13527] Apply htmlspecialchars() to data from version server. [ticket/13527] Remove two unused variables.
| | | * | | [ticket/13527] Apply htmlspecialchars() to data from version server.Andreas Fischer2015-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13527
| | | * | | [ticket/13527] Remove two unused variables.Andreas Fischer2015-01-201-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13527
* | | | | | Merge pull request #3398 from marc1706/ticket/13612Nicofuma2015-03-241-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13612] Run meta refresh until extension is fully enabled
| * | | | | | [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-5/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
* | | | | | [ticket/13719] Remove superfluous $search_options in acp_search.brunoais2015-03-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13719
* | | | | | Merge pull request #3473 from RMcGirr83/ticket/13675Marc Alexander2015-03-061-1/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13675] Add validate to acp_profile event and add template events
| * | | | | [ticket/13675] Add validate to acp_profile event and add template eventsRichard McGirr2015-03-061-1/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | for acp users profile PHPBB3-13675
* | | | | [ticket/13587] SQL syntax errors in get_prune_users()RMcGirr832015-02-241-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-13587