aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
* - 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