aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Tristan Darricau2015-10-081-0/+2
|\ | | | | | | | | * 3.1.x: [ticket/14219] Add email to inactive user listing
| * Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-081-0/+2
| |\ | | | | | | | | | | | | | | | | | | [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/+2
| | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219
* | | Merge branch '3.1.x'Tristan Darricau2015-10-082-2/+2
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/13934] Add enctype clause for profile fields
| * | Merge pull request #3733 from javiexin/ticket/13934Tristan Darricau2015-10-082-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13934] Add enctype clause for profile fields * javiexin/ticket/13934: [ticket/13934] Add enctype clause for profile fields
| | * | [ticket/13934] Add enctype clause for profile fieldsjaviexin2015-06-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
* | | | Merge branch '3.1.x'Tristan Darricau2015-09-161-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14154] Add extension composer name as tooltip
| * | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14154
* | | | Merge branch '3.1.x'Marc Alexander2015-08-171-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/theme/stylesheet.css
| * | | [ticket/14103] Reset text-decoration in abbr elementcyberalien2015-08-151-0/+4
| | |/ | |/| | | | | | | PHPBB3-14103
* | | Merge branch '3.1.x'Marc Alexander2015-08-081-0/+2
|\ \ \ | |/ /
| * | Merge pull request #3759 from Zoddo/ticket/14013Marc Alexander2015-08-081-0/+2
| |\ \ | | | | | | | | | | | | [ticket/14013] Add acp_forums_custom_settings event
| | * | [ticket/14013] Add acp_forums_custom_settings eventZoddo2015-07-151-0/+2
| | | | | | | | | | | | | | | | PHPBB3-14013
* | | | Merge pull request #3514 from CHItA/ticket/13740Tristan Darricau2015-07-276-1/+185
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ...
| * | | | [ticket/13740] Replace more spaces with tabsMate Bartus2015-07-247-126/+126
| | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | [ticket/13740] Separate new installer style templatesMate Bartus2015-07-225-9/+89
| | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-2/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | [ticket/13740] Add navigation bar support for the installerCHItA2015-07-083-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
| * | | | [ticket/13740] Implement progress bar for AJAX UIMateBartus2015-07-081-0/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | [ticket/13740] Front facing files and controllersMateBartus2015-07-083-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
* | | | | Merge branch '3.1.x'Marc Alexander2015-07-221-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | Conflicts: phpBB/includes/acp/acp_profile.php
| * | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-221-0/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| | * | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge branch '3.1.x'Joas Schilling2015-06-273-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3620 from VSEphpbb/ticket/13818Joas Schilling2015-06-273-2/+16
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | [ticket/13818] Add Extension and Style CDB Links into ACP Management pages
| | * | | [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-063-2/+16
| | | |/ | | |/| | | | | | | | | PHPBB3-13818
* | | | Merge pull request #3661 from marc1706/ticket/6466Tristan Darricau2015-06-174-169/+200
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/6466] Use jQuery and custom dropdown for permission roles tooltips
| * | | | [ticket/6466] Support form reset and do not loose role upon resubmitMarc Alexander2015-05-302-5/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Remove createElement function from tooltip.jsMarc Alexander2015-05-301-29/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Minor documentation changesMarc Alexander2015-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Rename variables and remove unused onesMarc Alexander2015-05-291-13/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Improve code in tooltip.jsMarc Alexander2015-05-291-3/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Rename functions and clean up codeMarc Alexander2015-05-291-29/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Get rid of useless variables and functions in tooltip.jsMarc Alexander2015-05-292-27/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Remove double semicolonMarc Alexander2015-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Removed link tooltipMarc Alexander2015-05-291-56/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It wasn't being used anymore and didn't work anymore. PHPBB3-6466
| * | | | [ticket/6466] Improved code in tooltip.jsMarc Alexander2015-05-291-13/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Remove remnants of old codeMarc Alexander2015-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Improve behavior of select and properly save roleMarc Alexander2015-05-292-4/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
| * | | | [ticket/6466] Use jQuery and custom dropdown for permission roles tooltipsMarc Alexander2015-05-294-71/+113
| | | | | | | | | | | | | | | | | | | | PHPBB3-6466
* | | | | Merge branch '3.1.x'Tristan Darricau2015-06-061-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/index_body.html phpBB/styles/subsilver2/template/login_body.html phpBB/styles/subsilver2/template/login_forum.html phpBB/styles/subsilver2/template/ucp_login_link.html phpBB/styles/subsilver2/template/ucp_profile_reg_details.html phpBB/styles/subsilver2/template/ucp_register.html phpBB/styles/subsilver2/template/viewforum_body.html
| * | | [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-041-1/+1
| |/ / | | | | | | | | | PHPBB3-13200
* | | Merge branch '3.1.x'Dhruv2015-03-154-3/+4
|\ \ \ | |/ /
| * | [ticket/13702] Add initial-scale to viewport in page headercyberalien2015-03-144-3/+4
| | | | | | | | | | | | PHPBB3-13702
* | | Merge branch '3.1.x'Marc Alexander2015-03-061-1/+3
|\ \ \ | |/ /
| * | [ticket/13675] Add validate to acp_profile event and add template eventsRichard McGirr2015-03-061-1/+3
| |/ | | | | | | | | | | for acp users profile PHPBB3-13675
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-2/+2
|/ | | | PHPBB3-13455
* [ticket/13319] Add missing table tagsJakub Senko2014-11-241-7/+9
| | | | PHPBB3-13319
* Merge pull request #3150 from omniError/ticket/13347Joas Schilling2014-11-211-0/+7
|\ | | | | | | | | | | | | [ticket/13347] missing acp_forums template events Conflicts: phpBB/docs/events.md
| * [ticket/13347] fix CSomniError2014-11-171-7/+7
| | | | | | | | PHPBB3-13347