aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Collapse)AuthorAgeFilesLines
* Preliminary 'freeze' on permissions awaiting developer feedback, testing, ↵Paul S. Owen2002-10-261-20/+31
| | | | | | etc. Caching of non-dynmaic config and acl option elements. git-svn-id: file:///svn/phpbb/trunk@2970 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-40/+21
| | | | | | 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
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-22/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* CleanupsLudovic Arnaud2002-09-151-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2889 89ea8834-ac86-4346-8a33-228a782c2dd0
* Instantiate template and set template path from seperate methodPaul S. Owen2002-08-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2882 89ea8834-ac86-4346-8a33-228a782c2dd0
* Anonymous takes user_id = 0 ... hopefully this will not cause problems on ↵Paul S. Owen2002-08-161-1/+1
| | | | | | the various supported DB's ... git-svn-id: file:///svn/phpbb/trunk@2865 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-9/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-19/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-08-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* extra constantPaul S. Owen2002-07-281-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2776 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for permissions, sessions, lots of things ... note that _many_ ↵Paul S. Owen2002-07-141-187/+68
| | | | | | things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP related updatesPaul S. Owen2002-05-091-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2560 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum watch stuff ... just copied the topic watch stuff and thus needs ↵Paul S. Owen2002-04-201-0/+1
| | | | | | reviewing inline with everything else ... but something needed to be added to 2.1 :) git-svn-id: file:///svn/phpbb/trunk@2536 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-73/+215
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow global_var off for REMOTE_ADDRPaul S. Owen2002-03-181-17/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@2327 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for private IPs via HTTP_FOR.. + spoofing of it ... note that getenv ↵Paul S. Owen2002-03-181-2/+20
| | | | | | doesn't apparently work in ISAPI mode so will only report REMOTE_ADDR git-svn-id: file:///svn/phpbb/trunk@2314 89ea8834-ac86-4346-8a33-228a782c2dd0
* Somewhat overhauled posting, fixed various bugs, completed new way of ↵Paul S. Owen2002-02-181-55/+1
| | | | | | handling URIs in emails, blah blah git-svn-id: file:///svn/phpbb/trunk@2183 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now the code is fixed for real :D Not smart to use config info before it's readBart van Bragt2002-02-181-19/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@2182 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some problems with last checkin ( for Email links etc)Bart van Bragt2002-02-181-13/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@2181 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up stuff (for Email)Bart van Bragt2002-02-171-1/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@2178 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-1/+1
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated IP stuffPaul S. Owen2001-12-101-11/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1537 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-051-1/+1
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Navigation bar in MozillaBart van Bragt2001-11-261-1/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic review changes + updatesPaul S. Owen2001-10-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few tweaks to installPaul S. Owen2001-10-091-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1144 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-21/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to notification, editing, etc. etc.Paul S. Owen2001-09-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix any remaining chance of bug #462318 ... shouldPaul S. Owen2001-09-171-77/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@1054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-061-0/+1
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@932 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added emailer class, did alterations and templates for registrationJames Atkinson2001-08-131-13/+19
| | | | | | | Welcome message vars can be removed from lang file git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stupid oversight on slashing vars fixed ... dohPaul S. Owen2001-08-121-6/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@843 89ea8834-ac86-4346-8a33-228a782c2dd0
* More varied changes, again hopefully not breaking anythingPaul S. Owen2001-08-091-6/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@824 89ea8834-ac86-4346-8a33-228a782c2dd0
* System config admin section started. Can view settings but can't modify them ↵James Atkinson2001-07-241-0/+1
| | | | | | at the moment git-svn-id: file:///svn/phpbb/trunk@750 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed extension of templates to phpPaul S. Owen2001-07-241-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@741 89ea8834-ac86-4346-8a33-228a782c2dd0
* Basic stats almost doneJames Atkinson2001-07-231-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@735 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@730 89ea8834-ac86-4346-8a33-228a782c2dd0
* Opps, double assigned same board_config varPaul S. Owen2001-07-211-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@722 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed most old language vars, not needed any morePaul S. Owen2001-07-201-8/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@714 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-27/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-20/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another fix to user_ip determinationPaul S. Owen2001-07-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@600 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another fix to user_ip determinationPaul S. Owen2001-07-071-23/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@599 89ea8834-ac86-4346-8a33-228a782c2dd0
* More fixesPaul S. Owen2001-07-071-20/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@594 89ea8834-ac86-4346-8a33-228a782c2dd0
* I am a total utter idiot and I will kill those monkies, down cheetahPaul S. Owen2001-07-061-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@592 89ea8834-ac86-4346-8a33-228a782c2dd0