aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-176-32/+39
| | | | 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-112-4/+13
| | | | | | | | | 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-104-30/+77
| | | | | | 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-096-62/+44
| | | | 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
* Of little use since the whole user admin interface will need rewritingPaul S. Owen2002-10-083-357/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2946 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-085-36/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@2944 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission related updates ... is still not final but is getting there ... ↵Paul S. Owen2002-10-0840-1213/+891
| | | | | | faster than British Rail too git-svn-id: file:///svn/phpbb/trunk@2943 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
* Stale lock should be gone ... thanks to whoever contributed these imagesPaul S. Owen2002-10-082-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2941 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed last poster name, dumped categories table.Ludovic Arnaud2002-10-073-16/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed demo topic not showing up after install.Ludovic Arnaud2002-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2938 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
* anonymous user takes id = 0, smilies have width and height termsPaul S. Owen2002-10-051-26/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@2934 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change admin lang to en by default ... prevents admin/viewonline chockingPaul S. Owen2002-10-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2933 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
* Switch to user class(?)Paul S. Owen2002-10-052-35/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@2931 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
* Associative array change ...Paul S. Owen2002-10-044-2050/+1698
| | | | git-svn-id: file:///svn/phpbb/trunk@2927 89ea8834-ac86-4346-8a33-228a782c2dd0
* prune_enable re-added ... is it still required ... couldn't prune_freq be ↵Paul S. Owen2002-10-041-0/+1
| | | | | | used as an indicator? git-svn-id: file:///svn/phpbb/trunk@2926 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-042-18/+10
| | | | 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-0463-2677/+2166
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Written by mat100 ... modified slightly for CVSPaul S. Owen2002-10-041-0/+77
| | | | git-svn-id: file:///svn/phpbb/trunk@2922 89ea8834-ac86-4346-8a33-228a782c2dd0
* Includes the color Mod javascript written by mat100Paul S. Owen2002-10-041-234/+260
| | | | git-svn-id: file:///svn/phpbb/trunk@2921 89ea8834-ac86-4346-8a33-228a782c2dd0
* ISOPaul S. Owen2002-10-0424-0/+2798
| | | | git-svn-id: file:///svn/phpbb/trunk@2920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Name changePaul S. Owen2002-10-044-58/+178
| | | | git-svn-id: file:///svn/phpbb/trunk@2919 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-035-12/+11
| | | | | | 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-033-32/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@2916 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-032-0/+223
| | | | 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-0312-245/+362
| | | | | | 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-017-270/+299
| | | | git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
* No need to be paranoid about direct access to this file, removed $mtime ↵Ludovic Arnaud2002-09-291-9/+2
| | | | | | reference. git-svn-id: file:///svn/phpbb/trunk@2910 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preimplementation of smilies order, "smilies" changed into "emoticons" as ↵Ludovic Arnaud2002-09-196-60/+190
| | | | | | per Bart comment and sql_query_array() fixed to allow FALSE values git-svn-id: file:///svn/phpbb/trunk@2893 89ea8834-ac86-4346-8a33-228a782c2dd0
* New smilies admin, a bug fixed in mysql.php and a left join removed from ↵Ludovic Arnaud2002-09-188-382/+329
| | | | | | admin_forums.php git-svn-id: file:///svn/phpbb/trunk@2891 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forums management updated, now able to delete forumsLudovic Arnaud2002-09-168-138/+95
| | | | git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
* CleanupsLudovic Arnaud2002-09-155-97/+74
| | | | git-svn-id: file:///svn/phpbb/trunk@2889 89ea8834-ac86-4346-8a33-228a782c2dd0
* First commit of updated forums management panel - crossing fingersLudovic Arnaud2002-09-152-740/+795
| | | | git-svn-id: file:///svn/phpbb/trunk@2888 89ea8834-ac86-4346-8a33-228a782c2dd0
* Instantiate template and set template path from seperate methodPaul S. Owen2002-08-222-32/+28
| | | | 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