aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Collapse)AuthorAgeFilesLines
* Moved to includes/Paul S. Owen2003-03-1710-3816/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3658 89ea8834-ac86-4346-8a33-228a782c2dd0
* Incomplete, intended future support for 2.2Paul S. Owen2003-03-171-0/+429
| | | | git-svn-id: file:///svn/phpbb/trunk@3653 89ea8834-ac86-4346-8a33-228a782c2dd0
* forum and topic notification + poll fixesMeik Sievertsen2003-03-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3633 89ea8834-ac86-4346-8a33-228a782c2dd0
* The last one for today. As of now, sql_query_limit($sql, 0) will _not_ limit ↵Ludovic Arnaud2003-03-061-1/+6
| | | | | | the number of rows that are affected. git-svn-id: file:///svn/phpbb/trunk@3608 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switched up $total and $offset as per MySQL manualLudovic Arnaud2003-03-061-15/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@3606 89ea8834-ac86-4346-8a33-228a782c2dd0
* What a shockPaul S. Owen2003-02-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3540 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove debugPaul S. Owen2003-02-261-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates of various types, sizes, colours and accessories ...Paul S. Owen2003-02-252-107/+144
| | | | git-svn-id: file:///svn/phpbb/trunk@3531 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed cache expiration and missing lang strings on index/viewforum.Ludovic Arnaud2003-01-241-7/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3362 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql_quote to $db->sql_escapePaul S. Owen2003-01-222-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3358 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-61/+71
| | | | git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
* escaping was leaving slashes ... reverted for time beingPaul S. Owen2003-01-092-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3291 89ea8834-ac86-4346-8a33-228a782c2dd0
* We'll try and get it right this time ...Paul S. Owen2003-01-073-12/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move escape functions to DB methodsPaul S. Owen2003-01-072-0/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@3264 89ea8834-ac86-4346-8a33-228a782c2dd0
* Of course it has to be more tricky than that doesn't it ... well, I'm off to ↵Paul S. Owen2002-11-212-5/+5
| | | | | | bed so it can stick it up its pipe and smoke it for now :D git-svn-id: file:///svn/phpbb/trunk@3078 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* These ones probably work ...Paul S. Owen2002-10-302-4/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dumped sql_query_array, replaced with build_array, posting updates, fixed ↵Paul S. Owen2002-10-302-20/+16
| | | | | | quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome git-svn-id: file:///svn/phpbb/trunk@2986 89ea8834-ac86-4346-8a33-228a782c2dd0
* mysql4 updatePaul S. Owen2002-10-281-146/+215
| | | | git-svn-id: file:///svn/phpbb/trunk@2973 89ea8834-ac86-4346-8a33-228a782c2dd0
* My contribution for today: 1 extra byteLudovic Arnaud2002-10-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2960 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-7/+7
| | | | | | 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/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2955 89ea8834-ac86-4346-8a33-228a782c2dd0
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-13/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-5/+52
| | | | | | 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-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preimplementation of smilies order, "smilies" changed into "emoticons" as ↵Ludovic Arnaud2002-09-191-2/+2
| | | | | | 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-181-2/+2
| | | | | | 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-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
* First commit of updated forums management panel - crossing fingersLudovic Arnaud2002-09-151-12/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@2888 89ea8834-ac86-4346-8a33-228a782c2dd0
* This bug courteousy of "The Idiot Song" (c) P. Owen : All Rights ReservedPaul S. Owen2002-08-061-6/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2825 89ea8834-ac86-4346-8a33-228a782c2dd0
* RenamedPaul S. Owen2002-07-161-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move to 'centralised' location in install/Paul S. Owen2002-07-1611-3548/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2693 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2002-07-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest schemaPaul S. Owen2002-07-142-140/+309
| | | | git-svn-id: file:///svn/phpbb/trunk@2668 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates which will break yet more thingsPaul S. Owen2002-07-141-68/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@2667 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, a schema fix... Not a terrible problem....dougk_ff72002-06-271-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few more changesPaul S. Owen2002-06-212-41/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@2641 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few suggested or preliminary changes ... these aren't fixed and again I ↵Paul S. Owen2002-06-212-256/+228
| | | | | | suggest no one install (or even manually update) this version at present. git-svn-id: file:///svn/phpbb/trunk@2640 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible updates and additions ...Paul S. Owen2002-06-091-138/+142
| | | | git-svn-id: file:///svn/phpbb/trunk@2627 89ea8834-ac86-4346-8a33-228a782c2dd0
* NOTE! This is a work in progress and is subject to considerable change ... ↵Paul S. Owen2002-06-081-49/+97
| | | | | | and the update script is not likely to cope with it ... I heavily recommend no one install a fresh copy of 2.1 at this time. git-svn-id: file:///svn/phpbb/trunk@2624 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add fields for forum/topic post count incrementing and topic moderationPaul S. Owen2002-05-211-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2612 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP size to 40 charsPaul S. Owen2002-05-083-68/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@2557 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed code so it stores total users in config table to remove a slightly ↵James Atkinson2002-04-301-1/+4
| | | | | | costly query git-svn-id: file:///svn/phpbb/trunk@2549 89ea8834-ac86-4346-8a33-228a782c2dd0
* Associated schema changesPaul S. Owen2002-04-207-3/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2537 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-207-6/+6
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update a few things for 2.1 CVSPaul S. Owen2002-04-044-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2489 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug # 534781 Smiles in Postgres installthe_systech2002-03-251-44/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@2431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-fix schemas to allow decimal/real numbers in timezone ...Paul S. Owen2002-03-213-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2390 89ea8834-ac86-4346-8a33-228a782c2dd0