aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
* some updates. Also adjusted the utf tools and normalizer more to our coding ↵Meik Sievertsen2006-08-221-0/+2
| | | | | | guidelines. git-svn-id: file:///svn/phpbb/trunk@6312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Assorted minor language changesGraham Eames2006-08-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6233 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, first attempt at solving some compatibility issues.Meik Sievertsen2006-06-241-2/+2
| | | | | | | - dropping in replacement for realpath git-svn-id: file:///svn/phpbb/trunk@6122 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a few bugsMeik Sievertsen2006-06-112-62/+325
| | | | | | | | | | | - 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
* - adjusted coding guidelinesMeik Sievertsen2006-05-281-26/+17
| | | | | | | | - fixed custom bbcode {TEXT} token - added unapproved item/info for unapproved posts in a topic git-svn-id: file:///svn/phpbb/trunk@5982 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix bug #1727 (need to be watched - problems could arise by this change)Meik Sievertsen2006-05-041-0/+2
| | | | | | | - added a note about login_box() to the coding guidelines git-svn-id: file:///svn/phpbb/trunk@5881 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added standard/default roles + default roles assigned to users/groupsMeik Sievertsen2006-05-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5872 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use php_uname('n') instead of posix_uname and HTTP_HOSTMeik Sievertsen2006-04-301-3/+21
| | | | | | | - updated the authors file a bit git-svn-id: file:///svn/phpbb/trunk@5866 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0
* temporarily updated authors fileMeik Sievertsen2006-03-191-14/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5667 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2006-03-011-19/+173
| | | | | | | | | | - committed coding guidelines as they are at area51 - removed script_path (needs a close inspection later) - removed the need for server_name and server_port - able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups) git-svn-id: file:///svn/phpbb/trunk@5595 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adjusting group functions a little bitMeik Sievertsen2005-09-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5228 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added updated coding guidelinesMeik Sievertsen2005-04-105-353/+1043
| | | | | | | | - introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip git-svn-id: file:///svn/phpbb/trunk@5117 89ea8834-ac86-4346-8a33-228a782c2dd0
* - put consoring and smilie processing into functions (we use them all over ↵Meik Sievertsen2004-02-211-0/+3
| | | | | | | | | | | the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D - login box if "mode" is not allowed -> posting (thought about trigger_error integration, but we do not need this that often). git-svn-id: file:///svn/phpbb/trunk@4836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updatePaul S. Owen2004-01-151-4/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4760 89ea8834-ac86-4346-8a33-228a782c2dd0
* We'll get there in a sec ...Paul S. Owen2003-07-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4246 89ea8834-ac86-4346-8a33-228a782c2dd0
* Silly \r\nPaul S. Owen2003-07-131-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4245 89ea8834-ac86-4346-8a33-228a782c2dd0
* UpdatedPaul S. Owen2003-07-131-1/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@4244 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
* Out of datePaul S. Owen2002-02-121-125/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2102 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not relevant to CVSPaul S. Owen2002-02-124-295/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2101 89ea8834-ac86-4346-8a33-228a782c2dd0
* First draft of RC_1 docsPaul S. Owen2001-12-243-0/+214
| | | | git-svn-id: file:///svn/phpbb/trunk@1717 89ea8834-ac86-4346-8a33-228a782c2dd0
* No real reason to commit this, just trying this TortoiseCVS proggy under win2KPaul S. Owen2001-12-181-0/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@1629 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added backPaul S. Owen2001-09-101-0/+281
| | | | git-svn-id: file:///svn/phpbb/trunk@1022 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not relevant any morePaul S. Owen2001-08-261-280/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@936 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some initial guidelines for non-group developersPaul S. Owen2001-07-101-0/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@614 89ea8834-ac86-4346-8a33-228a782c2dd0
* My first FAQ, I said _FAQ_Paul S. Owen2001-07-071-0/+125
| | | | git-svn-id: file:///svn/phpbb/trunk@601 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated/fixed coding standards doc.natec2001-06-091-15/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@445 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added docs dir and some docs. Also working on Template 'how-to' doc, will be ↵James Atkinson2001-05-243-0/+591
added later git-svn-id: file:///svn/phpbb/trunk@320 89ea8834-ac86-4346-8a33-228a782c2dd0