aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11863] Display warning to user because of activation methodOliver Schramm2014-10-171-0/+1
| | | | PHPBB3-11863
* [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-2/+2
| | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* Merge pull request #2307 from PayBas/ticket/12408Joas Schilling2014-10-061-1/+5
|\ | | | | | | [ticket/12408] Add quick setting for "default guest style" to ACP
| * [ticket/12408] Clarify the behavior of "override style"PayBas2014-09-151-1/+1
| | | | | | | | PHPBB3-12408
| * [ticket/12408] Changed lang vars, added fieldset and removed "default"PayBas2014-09-151-3/+4
| | | | | | | | PHPBB3-12408
| * [ticket/12408] Add quick setting for "default guest style" to ACPPayBas2014-09-151-0/+3
| | | | | | | | PHPBB3-12408
* | [ticket/12961] Shorten ext-db link textPayBas2014-08-261-1/+1
| | | | | | | | PHPBB3-12961
* | [ticket/12961] Fix missing phpBB.comPayBas2014-08-231-1/+1
| | | | | | | | | | | | Don't know how that happened. Weird PHPBB3-12961
* | [ticket/12961] Remove target="_blank" and switch to <strong>PayBas2014-08-221-1/+1
| | | | | | | | PHPBB3-12961
* | [ticket/12961] Add additional link to the KBPayBas2014-08-211-1/+1
| | | | | | | | PHPBB3-12961
* | [ticket/12961] Move link to language filePayBas2014-08-151-1/+1
| | | | | | | | PHPBB3-12961
* | [ticket/12961] Refactor lang entryPayBas2014-08-141-2/+1
| | | | | | | | PHPBB3-12961
* | [ticket/12961] Add link in anti-spam ACP page to titaniaPayBas2014-08-131-0/+2
|/ | | | PHPBB3-12961
* [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-261-2/+2
| | | | | | Referer is a typo in the HTTP RFC and should not be used in the UI PHPBB3-12196
* [ticket/12209] Notify the admin that OAuth still allows DB authentificationJoas Schilling2014-06-131-1/+1
| | | | PHPBB3-12209
* Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-091-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * [ticket/10073] Fix more "Contact Us" stringsJoas Schilling2014-05-291-6/+6
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+13
| | | | | | | | PHPBB3-10073
* | [ticket/11331] Inform user that double dots will be stripped from avatar pathsMarc Alexander2014-06-071-2/+2
| | | | | | | | PHPBB3-11331
* | Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * bantu/ticket/12597: [ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose. [ticket/12597] Improve language for cron:run command. [ticket/12597] Do not output anything besides the gif image.
| * | [ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose.Andreas Fischer2014-05-301-1/+1
| | | | | | | | | | | | PHPBB3-12597
* | | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-1/+1
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * ptitlazy/ticket/12597: (27 commits) [ticket/12597] Reformating an acp message [ticket/12597] Modifiying acp message [ticket/12597] Fix wrong global variable name [ticket/12597] Typo correction [ticket/12597] Typo corrections [ticket/12597] Changing place of lock release in execute() method [ticket/12597] Fix test file [ticket/12597] Typing corrections and improvement of code consistency [ticket/12597] Fix various mistakes [ticket/12597] Fix various mistakes [ticket/12597] Fix visibilty of two functions in run.php [ticket/12597] Refactoring and test improving [ticket/12597] Fix language key name [ticket/12597] Fix coding style and typing mistakes [ticket/12597] Changes name of command cron:run-all to cron:run. [ticket/12597] Fix various problems [ticket/12597] Fix constructor bug and servral doc blocs [ticket/12597] Modification of return statuses and of test files [ticket/12597] Fix misplaced release of db lock [ticket/12597] Change EXECUTE to RUN in language ...
| * [ticket/12597] Reformating an acp messageLEZY Thomas2014-05-301-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Modifiying acp messageLEZY Thomas2014-05-291-1/+1
| | | | | | | | | | | | Modifying an acp message in order to include the use of the command PHPBB3-12597
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+6
|/ | | | PHPBB3-12594
* [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-081-0/+1
| | | | PHPBB3-9388
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10737] Add live member search. * prototech/ticket/10737: [ticket/10737] Remove loading indicator. [ticket/10737] Enforce allow_live_searches setting in memberlist.php. [ticket/10737] Add config setting to disable live searches. [ticket/10737] Add loading indicator and alert box code to simple_footer.html. [ticket/10737] Load core.js and ajax.js in simple_footer.html. [ticket/10737] Set the username as the input value instead of redirecting. [ticket/10737] Drop subsilver2 changes. [ticket/10737] Add a more generic live search implementation. [ticket/10737] Clean up memberlist.php. [ticket/10737] Use dropdown for search results container. [ticket/10737] Adding delayed keyup and removing target_blank. [ticket/10737] Using UTF-8 aware alternatives in PHP code. [ticket/10737] Removing obsolete code. [ticket/10737] Avoid hard-coding table row and use case-insensitive search. [ticket/10737] Removing unnecessary/obsolete code. [ticket/10737] Using JQuery events and JSON response. [ticket/10737] Code fixes in AJAX search feature [ticket/10737] Improvements over last commit [ticket/10737] Adding username suggestions in "Find a member" using AJAX
| * [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-0/+2
| | | | | | | | PHPBB3-10737
* | Merge remote-tracking branch 'github-marc1706/ticket/8960' into develop-ascraeusNils Adermann2014-05-021-1/+1
|\ \ | | | | | | | | | | | | * github-marc1706/ticket/8960: [ticket/8960] Allow changing avatar path if it's not writable
| * \ Merge branch 'ticket/8960-olympus' into ticket/8960Marc Alexander2014-04-161-1/+1
| |\ \ | | |/ | |/| | | | | | | Conflicts: phpBB/includes/acp/acp_board.php
| | * [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change will allow users to change the avatar path even if it's not writable. However, this will get rid of the error message that the path is not writable. Due to this, a minor addition to the explain message in the ACP settings has been made. PHPBB3-8960
* | | [ticket/8558] Use only one variable and improve explain stringOliver Schramm2014-04-171-1/+1
| | | | | | | | | | | | PHPBB3-8558
* | | [ticket/8558] Add display name in emails from boardMarkus Stenudd2014-04-171-0/+2
|/ / | | | | | | PHPBB3-8558
* | [ticket/11904] Update explanation for what Allow CDN doesMatt Friedman2014-03-161-1/+1
| | | | | | | | PHPBB3-11904
* | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2014-03-101-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * remotes/upstream/develop-olympus: [ticket/12106] Combined first and second sentence [ticket/12106] Adds a explaination that admin/mods still able to use the board Conflicts: phpBB/language/en/acp/board.php
| * [ticket/12106] Combined first and second sentenceCrizzo2014-03-101-1/+1
| | | | | | | | PHPBB3-12106
| * [ticket/12106] Adds a explaination that admin/mods still able to use the boardCrizzo2014-03-101-1/+1
| | | | | | | | PHPBB3-12106
* | [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-2/+2
| | | | | | | | | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703
* | [ticket/11844] update acp/authentication language varProsk8er2013-09-141-1/+1
| | | | | | | | | | | | the language var ACP_AUTH_SETTINGS_EXPLAIN in language/en/acp/board.php PHPBB3-11844
* | Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-0/+4
|\ \
| * | [ticket/11824] Update language string for board settingsDavid King2013-09-121-1/+1
| | | | | | | | | | | | PHPBB3-11824
| * | [ticket/11824] Fix logicDavid King2013-09-061-2/+2
| | | | | | | | | | | | PHPBB3-11824
| * | [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-0/+4
| | | | | | | | | | | | PHPBB3-11824
* | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11373Nathan Guse2013-09-121-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joseph Warner (188) and others # Via Andreas Fischer (41) and others * 'develop' of github.com:phpbb/phpbb3: (435 commits) [ticket/11745] Correct language, coding guidelines [ticket/11828] Fix greedy operators in lexer [ticket/11835] Fix ucp_auth_link adding in migration [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved. [ticket/develop/11832] Fix path detection [ticket/11833] Prevent Twig errors from invalid template loops using BEGINELSE [ticket/11833] Fix bad template loop [feature/oauth] Fix tabindex [ticket/11816] !$DOESNT_EXIST test [ticket/9550] Add the core.viewtopic_post_rowset_data event to viewtopic.php [ticket/11829] Use report_closed to determine status in MCP report_details [ticket/11825] Move schema_data.php into includes/ instead of phpbb/ [ticket/11215] Remove unnecessary comment [ticket/11755] MySQL upgrader out of date [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. [ticket/11823] Set up nginx server to match PHP files with characters after .php [ticket/11812] Fix empty define [ticket/11818] Update Symfony dependencies to 2.3.* [feature/oauth] Fix bug on ucp_auth_link related to error display ...
| * | | [feature/oauth] Move language constants for oauth services to common.phpJoseph Warner2013-07-241-3/+0
| | | | | | | | | | | | | | | | PHPBB3-11673
| * | | [feature/oauth] OAuth init method to minimally validate entered dataJoseph Warner2013-07-231-7/+8
| | | | | | | | | | | | | | | | PHPBB3-11673
| * | | [feature/oauth] Clean up the OAuth ACP templateJoseph Warner2013-07-231-2/+1
| | | | | | | | | | | | | | | | PHPBB3-11673
| * | | [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-0/+9
| |/ / | | | | | | | | | PHPBB3-11673
* | | [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-0/+2
|/ / | | | | | | PHPBB3-11373
* | [ticket/10325] fix acp languageDhruv2013-05-041-1/+1
| | | | | | | | PHPBB3-10325