aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Collapse)AuthorAgeFilesLines
* Turn all lang files into single array ... testing proposal by ractivePaul S. Owen2002-03-141-0/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@2300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-37/+16
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* You MUST run this if you haven't run update_to_RC3 in recent days ... it ↵Paul S. Owen2002-02-181-0/+64
| | | | | | adds ESSENTIAL variables which, if missing, will prevent emails from containing correct URLs git-svn-id: file:///svn/phpbb/trunk@2185 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some security problems for those people that didn't remove or disable ↵Bart van Bragt2002-02-1611-4/+156
| | | | | | the /develop/ dir in their CVS install git-svn-id: file:///svn/phpbb/trunk@2168 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update for most online ... separated from page_headerPaul S. Owen2002-01-251-0/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@1956 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added title support and updated for changes in includes/search ... title ↵Paul S. Owen2002-01-251-109/+89
| | | | | | slows it down, guess it needs some work if possible ... git-svn-id: file:///svn/phpbb/trunk@1939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-138/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1561 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1560 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated to take account of schema changesPaul S. Owen2001-11-291-25/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@1484 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-241-0/+82
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* New and improved search_fill.php, still has a weird memory exhaustion bugBart van Bragt2001-11-151-186/+233
| | | | git-svn-id: file:///svn/phpbb/trunk@1327 89ea8834-ac86-4346-8a33-228a782c2dd0
* New search system, this isn't final, needs alterations, etc. can redeem this ↵Paul S. Owen2001-11-091-0/+311
| | | | | | against the full priced version with included coupon git-svn-id: file:///svn/phpbb/trunk@1293 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-0/+51
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* slight changes to benchmark script.natec2001-10-051-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1131 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated benchmark db populating script for current codebase. Removed some ↵natec2001-10-051-213/+369
| | | | | | functionality (creation of cats/forums)... git-svn-id: file:///svn/phpbb/trunk@1130 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-011-0/+167
| | | | git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
* Apparently not wanted so there's no point in a) me having spent the morning ↵Paul S. Owen2001-09-291-125/+0
| | | | | | doing it and b) keeping them in CVS ... removed git-svn-id: file:///svn/phpbb/trunk@1105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Will create a new file with arrays filled with schema/basic/trigger files in ↵Paul S. Owen2001-09-291-0/+125
| | | | | | db dir git-svn-id: file:///svn/phpbb/trunk@1104 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #459874Bart van Bragt2001-09-083-11/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1014 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-0/+96
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved signature attach toggle to DB run convert_sig to update after adding ↵Paul S. Owen2001-09-071-0/+81
| | | | | | new field to DB git-svn-id: file:///svn/phpbb/trunk@998 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed so that it won't touch files in the "images" directories.the_systech2001-07-311-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@772 89ea8834-ac86-4346-8a33-228a782c2dd0
* Convert old user_regdates to gmtime integersPaul S. Owen2001-05-021-0/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@229 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ran John's fix_files script to fix all the windows carriage returns.James Atkinson2001-05-021-0/+22
| | | | | | | Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it git-svn-id: file:///svn/phpbb/trunk@228 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed stupid mistake :(Bart van Bragt2001-04-091-6/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@142 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added tool to delete contents of a DBBart van Bragt2001-04-091-0/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@141 89ea8834-ac86-4346-8a33-228a782c2dd0
* scripts in develop will work from that dir nowJames Atkinson2001-03-222-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@130 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved to /develop/ dirBart van Bragt2001-03-212-0/+505
git-svn-id: file:///svn/phpbb/trunk@123 89ea8834-ac86-4346-8a33-228a782c2dd0