aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed for new session stuffPaul S. Owen2001-03-211-28/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@121 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code ... lotsa changesPaul S. Owen2001-03-211-107/+326
| | | | git-svn-id: file:///svn/phpbb/trunk@120 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to tie in with session code updatesPaul S. Owen2001-03-211-21/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@119 89ea8834-ac86-4346-8a33-228a782c2dd0
* New config file ... use this as basis for additionsPaul S. Owen2001-03-211-0/+62
| | | | git-svn-id: file:///svn/phpbb/trunk@118 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with next_id and affected_rowsPaul S. Owen2001-03-211-8/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@117 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***James Atkinson2001-03-211-94/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@116 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added make_clickable()natec2001-03-212-0/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@115 89ea8834-ac86-4346-8a33-228a782c2dd0
* v2 BBcode now being used.. run bbcode_conversion.php to convert your ↵natec2001-03-213-10/+227
| | | | | | database. It WILL make a backup posts_text table. git-svn-id: file:///svn/phpbb/trunk@114 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started postgres schema, still mostly MySQL specificJames Atkinson2001-03-211-0/+335
| | | | git-svn-id: file:///svn/phpbb/trunk@113 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well it works this time, sort ofPaul S. Owen2001-03-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@112 89ea8834-ac86-4346-8a33-228a782c2dd0
* Benchmarking script for phpBB2Paul S. Owen2001-03-201-0/+300
| | | | git-svn-id: file:///svn/phpbb/trunk@111 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP integer encoding and decoding addedPaul S. Owen2001-03-201-7/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@110 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed set_db and added affectedrowsPaul S. Owen2001-03-205-72/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@109 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added mailing address and fax info stuff to language file for COPPA pageJames Atkinson2001-03-191-1/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@108 89ea8834-ac86-4346-8a33-228a782c2dd0
* Corrected for proper English spellingPaul S. Owen2001-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0
* User registration works.James Atkinson2001-03-1914-202/+822
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* New template system. Lots of merging conflicts, so let nate know if he broke ↵natec2001-03-1712-417/+455
| | | | | | stuff. git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanupJames Atkinson2001-03-161-11/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@104 89ea8834-ac86-4346-8a33-228a782c2dd0
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@103 89ea8834-ac86-4346-8a33-228a782c2dd0
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@102 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@101 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
| | | | | | | | Dosan't handle LIMIT. Still has MySQL code in it git-svn-id: file:///svn/phpbb/trunk@100 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some links, added 'Goto Page:' link in viewforum.James Atkinson2001-03-124-37/+66
| | | | git-svn-id: file:///svn/phpbb/trunk@99 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed viewforum. Now shows correct last post info and topic starterJames Atkinson2001-03-112-3/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@98 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merged some stat functions (total users/posts etc)Bart van Bragt2001-03-102-82/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@97 89ea8834-ac86-4346-8a33-228a782c2dd0
* Performance hacks in template.inc - let me know if stuff breaks.natec2001-03-103-17/+414
| | | | git-svn-id: file:///svn/phpbb/trunk@96 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed USER_IP to $user_ipBart van Bragt2001-03-092-6/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@95 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved include filesBart van Bragt2001-03-0912-206/+238
| | | | git-svn-id: file:///svn/phpbb/trunk@94 89ea8834-ac86-4346-8a33-228a782c2dd0
* Current (perhaps) MySQL schema for phpBB2Paul S. Owen2001-03-091-5/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@93 89ea8834-ac86-4346-8a33-228a782c2dd0
* me == moron...James Atkinson2001-03-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@92 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed little bug in viewtopicJames Atkinson2001-03-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@91 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed URL backward compatibilityBart van Bragt2001-03-091-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@90 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow for legacy topic_id as url paramPaul S. Owen2001-03-091-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@89 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update to url parameter names - _topic only_Paul S. Owen2001-03-092-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@88 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduced query number, changed parameter namesPaul S. Owen2001-03-091-172/+171
| | | | git-svn-id: file:///svn/phpbb/trunk@87 89ea8834-ac86-4346-8a33-228a782c2dd0
* constants added for url parameter namesPaul S. Owen2001-03-091-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@86 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added del_backup_table function to delete the backup tableshd20002001-03-071-0/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@85 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stupid errorJames Atkinson2001-03-071-47/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@84 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started on posting.php, got the logic done for displaying the new topic formJames Atkinson2001-03-078-77/+300
| | | | git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on viewtopic, still needs SQL tweeking (normal ranks arn't working)James Atkinson2001-03-055-31/+165
| | | | git-svn-id: file:///svn/phpbb/trunk@82 89ea8834-ac86-4346-8a33-228a782c2dd0
* Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaksJames Atkinson2001-03-047-44/+364
| | | | git-svn-id: file:///svn/phpbb/trunk@81 89ea8834-ac86-4346-8a33-228a782c2dd0
* Misc fixesJames Atkinson2001-03-044-7/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@80 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some new DB fields, fixed bug where all topics where assigned to one forumBart van Bragt2001-03-031-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@79 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed f.forums_order to f.forum_orderBart van Bragt2001-03-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@78 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjusted cellpaddingPaul S. Owen2001-03-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@77 89ea8834-ac86-4346-8a33-228a782c2dd0
* Perhaps temporary, perhaps permanent INNER JOIN fixPaul S. Owen2001-03-021-9/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@76 89ea8834-ac86-4346-8a33-228a782c2dd0
* eregi for LIMIT updated to cope with control charsPaul S. Owen2001-03-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@75 89ea8834-ac86-4346-8a33-228a782c2dd0
* Viewforum gets moderator list nowJames Atkinson2001-03-021-4/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@74 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started translation implemenation, added 1.2 english lang fileJames Atkinson2001-03-028-24/+414
| | | | git-svn-id: file:///svn/phpbb/trunk@73 89ea8834-ac86-4346-8a33-228a782c2dd0
* Major bbcode refactoring. Also removed all non-relevant bbcode functions.natec2001-03-021-780/+203
| | | | git-svn-id: file:///svn/phpbb/trunk@72 89ea8834-ac86-4346-8a33-228a782c2dd0