aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/auth_api.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
| | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* [ticket/13995] Remove invalid name element from anchors in DocsMatt Friedman2015-07-071-1/+1
| | | | PHPBB3-13995
* [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-2/+2
| | | | PHPBB3-13995
* [ticket/12599] Remove empty line at end of code boxes.Cesar G2015-02-251-16/+16
| | | | PHPBB3-12599
* [ticket/12599] Place standalone text in a box.Cesar G2015-02-251-1/+1
| | | | PHPBB3-12599
* [ticket/12599] Move images to assets/ and update the phpBB logo.Cesar G2015-02-251-1/+1
| | | | PHPBB3-12599
* [ticket/12599] Move documentation stylesheet to assets directory.Cesar G2015-02-251-1/+1
| | | | PHPBB3-12599
* [ticket/12599] Remove corner images from documentation style.Cesar G2015-02-251-12/+12
| | | | PHPBB3-12599
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | PHPBB3-12594
* [ticket/11866] More namespacesJoas Schilling2013-09-261-1/+1
| | | | PHPBB3-11866
* Merge branch 'develop-olympus' into developNils Adermann2013-07-131-1/+1
|\ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com Conflicts: phpBB/language/en/install.php phpBB/language/en/ucp.php
| * [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-1/+1
| | | | | | | | PHPBB3-11112
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-291-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11227] @return void -> @return null in develop-olympus.
| * [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-291-1/+1
| | | | | | | | PHPBB3-11227
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB3-10609
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Changing header in non-distributed filesUnknown2012-01-021-1/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10258] Remove copyright meta tag from docsIgor Wiedler2011-07-111-1/+0
| | | | | | | | | | | | | | | | | | It fails HTML5 validation and we already have a 'copyright and disclaimer' section in all of those documents. We can always represent the copyright more semantically later (such as the HTML5 <copyright> tag). PHPBB3-10258
* | [ticket/10258] Remove resource-type and distribution meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | | | | | | | They break HTML5 validation. PHPBB3-10258
* | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | | | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
* | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+4
|/ | | | PHPBB3-10258
* [ticket/9859] Remove the years from the copyright statements in docs files.Andreas Fischer2011-01-161-1/+1
| | | | PHPBB3-9859
* [ticket/9859] Remove the year from the copyright meta tag in docs/*.htmlAndreas Fischer2011-01-161-1/+1
| | | | PHPBB3-9859
* Merge branch 'ticket/bantu/9857' into develop-olympusIgor Wiedler2010-10-191-1/+1
|\ | | | | | | | | * ticket/bantu/9857: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| * [ticket/9857] Remove visible $Id$ from phpBB/docs files.Andreas Fischer2010-10-191-1/+1
| | | | | | | | PHPBB3-9857
* | [ticket/9854] Revise docs/auth_api.html to add more methodsJosh Woody2010-10-191-1/+47
|/ | | | | | Notably, the auth_admin class is still missing documentation. PHPBB3-9854
* updated documents to prosilver styleMeik Sievertsen2007-09-221-254/+123
| | | | git-svn-id: file:///svn/phpbb/trunk@8097 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make sure the copyright/disclaimer is consistentMeik Sievertsen2007-08-211-1/+14
| | | | | | | - two fixes... git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow mod authors to plug in info_ language files for population within the ↵Meik Sievertsen2007-07-011-1/+0
| | | | | | menu. git-svn-id: file:///svn/phpbb/trunk@7819 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8148David M2007-02-201-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7020 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a few bugsMeik Sievertsen2006-06-111-54/+316
| | | | | | | | | | | - added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0
* - permission trace correctly uses language variables nowNils Adermann2006-06-041-25/+47
| | | | | | | | | | | - updated documentation for the auth class - use cache for "SELECT forum_name FROM phpbb_forums WHERE forum_id = X" queries everywhere and not only in functions_display - updated the permission trace to include information about global settings overwriting local ones - take global permissions into account for local permission results on the view permission pages for users - only allow to change the post author with m_chgposter git-svn-id: file:///svn/phpbb/trunk@6009 89ea8834-ac86-4346-8a33-228a782c2dd0
* A documentPaul S. Owen2003-01-071-0/+88
git-svn-id: file:///svn/phpbb/trunk@3272 89ea8834-ac86-4346-8a33-228a782c2dd0