aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Posting and acl option updatesPaul S. Owen2002-10-282-790/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
* nav link index title changePaul S. Owen2002-10-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2971 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary 'freeze' on permissions system awaiting developer feedback, ↵Paul S. Owen2002-10-263-203/+226
| | | | | | testing, etc. Caching of non-dynmaic config and acl option elements. git-svn-id: file:///svn/phpbb/trunk@2969 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah, various issues, assign lang to this->lang via pointer(?)Paul S. Owen2002-10-211-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2962 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-2010-577/+582
| | | | | | 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-173-14/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@2954 89ea8834-ac86-4346-8a33-228a782c2dd0
* More jumpbox stuff, still not happy with the layout though =(Ludovic Arnaud2002-10-111-13/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor bugfix (subforums template was called even if there only were empty ↵Ludovic Arnaud2002-10-111-3/+2
| | | | | | | | | subcats). Jumpbox got its "Select a forum" entry back. git-svn-id: file:///svn/phpbb/trunk@2952 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bugfixesLudovic Arnaud2002-10-103-108/+104
| | | | git-svn-id: file:///svn/phpbb/trunk@2951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow ↵Ludovic Arnaud2002-10-103-25/+67
| | | | | | category jumping. git-svn-id: file:///svn/phpbb/trunk@2950 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, that got broke ... removed some now superfluous codePaul S. Owen2002-10-091-71/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added the redirect() function for nice and clean redirection.Ludovic Arnaud2002-10-093-34/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@2948 89ea8834-ac86-4346-8a33-228a782c2dd0
* missing globalPaul S. Owen2002-10-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2947 89ea8834-ac86-4346-8a33-228a782c2dd0
* missed method name changePaul S. Owen2002-10-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2945 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes to select boxPaul S. Owen2002-10-081-15/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@2944 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission changes, updates admin functions, indented jumpboxes ... note ↵Paul S. Owen2002-10-087-382/+480
| | | | | | that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed last poster name, dumped categories table.Ludovic Arnaud2002-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Err... max() actually needs two args :DLudovic Arnaud2002-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2937 89ea8834-ac86-4346-8a33-228a782c2dd0
* auth comments, cache(?)Paul S. Owen2002-10-061-65/+97
| | | | git-svn-id: file:///svn/phpbb/trunk@2936 89ea8834-ac86-4346-8a33-228a782c2dd0
* wrong field name, oopsPaul S. Owen2002-10-051-13/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2932 89ea8834-ac86-4346-8a33-228a782c2dd0
* Is this quicker or slower than the for loop/concat method for comparing the IPs?Paul S. Owen2002-10-051-9/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2930 89ea8834-ac86-4346-8a33-228a782c2dd0
* another oopsie in sessions + whos online fix for forum_id in page_header ↵Paul S. Owen2002-10-052-4/+4
| | | | | | (index displays correctly now) git-svn-id: file:///svn/phpbb/trunk@2929 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, forgot to replace if ...Paul S. Owen2002-10-041-5/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2928 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overcome last visit issue (in a 'way'), reduce work gc has to do ... ↵Paul S. Owen2002-10-041-38/+43
| | | | | | hopefully without screwing up what it does ... but this is a "Paul production" so anything is possible ... git-svn-id: file:///svn/phpbb/trunk@2925 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now this build can be installed without any error.Ludovic Arnaud2002-10-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2924 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-0410-896/+898
| | | | 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-032-2/+2
| | | | | | couple of bugfixes :] git-svn-id: file:///svn/phpbb/trunk@2918 89ea8834-ac86-4346-8a33-228a782c2dd0
* I updated my copy with the Area51 template so here it is, along with a ↵Ludovic Arnaud2002-10-031-3/+0
| | | | | | couple of bugfixes :] git-svn-id: file:///svn/phpbb/trunk@2917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Setting error reporting to the highest level have benefits.Ludovic Arnaud2002-10-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2915 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, new files.Ludovic Arnaud2002-10-031-0/+168
| | | | git-svn-id: file:///svn/phpbb/trunk@2914 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-034-22/+47
| | | | | | 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
* Forums management updated, now able to delete forumsLudovic Arnaud2002-09-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
* CleanupsLudovic Arnaud2002-09-151-0/+36
| | | | 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-32/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2882 89ea8834-ac86-4346-8a33-228a782c2dd0
* Garbage collection updatePaul S. Owen2002-08-221-20/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@2881 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong var name for gc methodPaul S. Owen2002-08-221-6/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2880 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updatesPaul S. Owen2002-08-181-22/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@2877 89ea8834-ac86-4346-8a33-228a782c2dd0
* Related to permission changes ...Paul S. Owen2002-08-181-26/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2876 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sql changesPaul S. Owen2002-08-172-38/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@2866 89ea8834-ac86-4346-8a33-228a782c2dd0
* permission stuff .. what else ...Paul S. Owen2002-08-161-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2860 89ea8834-ac86-4346-8a33-228a782c2dd0
* ooopsPaul S. Owen2002-08-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2859 89ea8834-ac86-4346-8a33-228a782c2dd0
* IdiotPaul S. Owen2002-08-151-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2858 89ea8834-ac86-4346-8a33-228a782c2dd0
* !Paul S. Owen2002-08-151-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2855 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-90/+164
| | | | 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-134-270/+226
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Return required config fields to board adminPaul S. Owen2002-08-071-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2839 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix errors, add admin output for ldapPaul S. Owen2002-08-072-4/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@2836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rule output changes ... no point in limiting delete/attach just to viewtopic ...Paul S. Owen2002-08-071-7/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2834 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change connection limit to session per minute limit ... maybe more 'general' ?Paul S. Owen2002-08-071-19/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2833 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth plug-in, say thanks to Sergey KanareykinPaul S. Owen2002-08-065-147/+269
| | | | git-svn-id: file:///svn/phpbb/trunk@2828 89ea8834-ac86-4346-8a33-228a782c2dd0