aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-261-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
* [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-081-2/+2
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-0/+1
|\
| * [ticket/10737] Add config setting to disable live searches.Cesar G2014-04-231-0/+1
* | [ticket/8558] Fix field length in ACPOliver Schramm2014-04-171-1/+1
* | [ticket/8558] Add display name in emails from boardMarkus Stenudd2014-04-171-0/+1
|/
* [ticket/12241] Add @var for the argumentsJoas Schilling2014-03-141-0/+3
* [ticket/12241] Update event name and version match our guidelinesJoas Schilling2014-03-141-6/+4
* [ticket/12241] Add submit to event variablesForumhulp.com2014-03-141-1/+1
* [ticket/12241] Move $phpbb_dispatcher to the topForumhulp.com2014-03-141-2/+1
* [ticket/12241] Event to add and/or modify acp_board configurationsForumhulp.com2014-03-141-0/+12
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-2/+2
* [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+56
|\
| * Merge remote-tracking branch 'imkingdavid/ticket/11824' into developJoas Schilling2013-09-131-0/+48
| |\
| | * [ticket/11824] Correct a commentDavid King2013-09-061-1/+1
| | * [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-0/+48
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11373Nathan Guse2013-09-121-0/+7
| |\ \
| | * | [feature/oauth] Update auth provider interface docs for block vars in ACPJoseph Warner2013-07-231-3/+2
| | * | [feature/oauth] ACP options for OAuth, needs some workJoseph Warner2013-07-231-1/+9
| | |/
| * | [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-0/+1
| |/
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
|/
* Merge remote-tracking branch 'remotes/Hardolaf/ticket/11626' into developNathaniel Guse2013-07-121-7/+6
|\
| * [ticket/11626] Remove LDAP dependency on templateJoseph Warner2013-07-121-1/+2
| * [ticket/11626] Make identifier uppercase per style requirementsJoseph Warner2013-07-111-1/+1
| * [ticket/11626] Change the identifier template file in the templateJoseph Warner2013-07-111-1/+1
| * [ticket/11626] Call method only one time per providerJoseph Warner2013-07-111-1/+1
| * [ticket/11626] Change interface to match functionalityJoseph Warner2013-07-111-2/+2
| * [ticket/11626] Include the template file in acp_boardJoseph Warner2013-07-111-5/+3
* | [feature/auth-refactor] Fix style issueJoseph Warner2013-07-111-1/+1
* | [feature/auth-refactor] Fix typoJoseph Warner2013-07-111-1/+1
|/
* [feature/auth-refactor] Remove invalid providers from acp selectJoseph Warner2013-07-111-6/+4
* [feature/auth-refactor] Check that providers implement auth interfaceJoseph Warner2013-07-111-0/+6
* [feature/auth-refactor] Fix code style issueJoseph Warner2013-07-021-2/+2
* [feature/auth-refactor] Removed no longer used variableJoseph Warner2013-06-261-1/+0
* [feature/auth-refactor] Fix errors in acp_boardJoseph Warner2013-06-251-2/+2
* [feature/auth-refactor] Fix indentation on acp_boardJoseph Warner2013-06-251-41/+38
* [feature/auth-refactor] Refactor auth in acp_boardJoseph Warner2013-06-251-22/+3
* [feature/auth-refactor] Don't truncate name then reattach same thingJoseph Warner2013-06-251-4/+4
* [feature/auth-refactor] Remove references to old auth pluginsJoseph Warner2013-06-251-29/+9
* [feature/auth-refactor] Refactor code to use servicesJoseph Warner2013-06-211-9/+6
* [feature/auth-refactor] Refactor acp_board for new auth interfaceJoseph Warner2013-06-191-18/+17
* [ticket/11010] properly tabifying 'max_autologin_time'Senky2013-05-211-1/+1
* [ticket/11010] resolving latest commentsSenky2013-05-211-1/+2
* [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-2/+2
* [ticket/11010] validation to match typeSenky2013-05-201-42/+42
* [ticket/11010] replacing maxlenght with maxSenky2013-05-201-45/+45
* [ticket/11010] adding type="url" to 'site_home_url'Senky2013-05-201-1/+1