aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
Commit message (Collapse)AuthorAgeFilesLines
* - streamlined reports to consist of the feature set we decided upon (Nils, ↵Meik Sievertsen2006-03-121-1/+2
| | | | | | | | | | | | | | your turn now) - use getenv instead of $_ENV (with $_ENV the case could be wrong) - permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently) - implemented max login attempts - changed the expected return parameters for logins/sessions - added acp page for editing report/denial reasons - other fixes here and there git-svn-id: file:///svn/phpbb/trunk@5622 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break things... harharharMeik Sievertsen2006-02-121-1/+0
| | | | | | | | | | | | | | | | | - checking in permission settings and permission masks - permission presets and documentation not finished yet - added backtrace function to determine file/line for sql errors - fixed marlist for orphan attachments/groups/logs/users - able to change anonymous user settings/permissions now - re-arranged admin permissions a bit (added some and removed some) - setting forum permissions after creating/editing forum now selects every default group (copy permisson/dropdown to be added for adding forums) - finished user permissions in users acp note: the layout for permissions might change devs: please empty the user_permissions in phpbb_users. Also, first change your auth_options table, remove all cache files and then re-set admin permissions. After having set the admin permissions you can update your modules table (else you will not see the permission tabs) - or empty the auth setting within the modules table to be able to see the permission modules (they rely on newly added permission options) git-svn-id: file:///svn/phpbb/trunk@5553 89ea8834-ac86-4346-8a33-228a782c2dd0
* - session changesMeik Sievertsen2005-10-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5247 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language additions and tiny bugfixes related to the request_var changeMeik Sievertsen2005-05-311-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some fixes here and thereMeik Sievertsen2005-04-301-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5138 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Documentation related changesMeik Sievertsen2005-04-091-12/+11
| | | | | | | | | | - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* - first try to break things...Meik Sievertsen2005-03-211-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
* - load_moderators taken into account at index.phpMeik Sievertsen2004-10-081-1/+1
| | | | | | | | - added S_UNREAD_TOPIC to viewforum - changed S_UNREAD to S_UNREAD_POST in viewtopic git-svn-id: file:///svn/phpbb/trunk@4995 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break the forum (and at least pm's are no longer working - will ↵Meik Sievertsen2004-09-041-1/+1
| | | | | | not last long). HARRRR git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
* Danger Wil Robinson Danger! Paul is commiting files! DangerPaul S. Owen2004-09-011-14/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4972 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-1/+1
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mark given set of forums marked, show "Mark forums read" link on subforum ↵Paul S. Owen2004-01-121-21/+3
| | | | | | display git-svn-id: file:///svn/phpbb/trunk@4757 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hide special and hidden groups(?)Paul S. Owen2003-11-051-45/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@4644 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates mainly for removal of extension + header comment ... moved some ↵Paul S. Owen2003-09-071-20/+12
| | | | | | aspects of ucp around, further work to be done on these areas ... not commiting search for time being git-svn-id: file:///svn/phpbb/trunk@4473 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show legend if group coloured and not hiddenPaul S. Owen2003-08-251-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4433 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-141-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4261 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved the queue call, added interval. The current lock is very "fluent" at ↵Meik Sievertsen2003-05-301-9/+0
| | | | | | the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-291-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4067 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-1/+1
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-201-1/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-17/+12
| | | | | | appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-3/+8
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, and tests ... marking/tracking is not complete ... ↵Paul S. Owen2003-04-261-5/+3
| | | | | | tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix login box actionPaul S. Owen2003-03-201-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3693 89ea8834-ac86-4346-8a33-228a782c2dd0
* Without cachingPaul S. Owen2003-03-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3630 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various additions and fixesPaul S. Owen2003-03-101-9/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@3628 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional info for profilesPaul S. Owen2003-03-081-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3612 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved "viewprofile" to memberslist ... consolidation incompletePaul S. Owen2003-03-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3598 89ea8834-ac86-4346-8a33-228a782c2dd0
* More capitalised lang strings, fixed some unset or incorrect variablesLudovic Arnaud2003-02-171-11/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-12/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Very minor changes.Ludovic Arnaud2003-01-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-7/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-1/+1
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Num posted articles/topics updatePaul S. Owen2002-11-131-0/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@3028 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up viewforum/index, altered template class to replace missing lang ↵Ludovic Arnaud2002-11-081-55/+1
| | | | | | strings with a nicely formatted text, pre-implemented topics prefetching and broke some things. git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a couple of issues, hopefully haven't broken anything Ashe was planning ...Paul S. Owen2002-11-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3012 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums update take #1Ludovic Arnaud2002-11-071-101/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3010 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-6/+6
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-39/+39
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission related updates ... is still not final but is getting there ... ↵Paul S. Owen2002-10-081-5/+3
| | | | | | faster than British Rail too git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-30/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* I updated my copy with the Area51 template so here it is, along with a ↵Ludovic Arnaud2002-10-031-8/+8
| | | | | | couple of bugfixes :] git-svn-id: file:///svn/phpbb/trunk@2917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums part 3: "the one that actually works"Ludovic Arnaud2002-10-031-28/+61
| | | | git-svn-id: file:///svn/phpbb/trunk@2916 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-178/+109
| | | | | | at the bottom page, can be removed easily before official release if necessary. git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
* First implementation of subforums handling in index.Ludovic Arnaud2002-10-011-209/+213
| | | | git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum/Topic marking updatesPaul S. Owen2002-08-221-27/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@2879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sql changesPaul S. Owen2002-08-171-22/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@2866 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-202/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* Where did that dunce cap go?Paul S. Owen2002-08-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2851 89ea8834-ac86-4346-8a33-228a782c2dd0