aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***James Atkinson2001-03-211-94/+88
* Added make_clickable()natec2001-03-212-0/+44
* v2 BBcode now being used.. run bbcode_conversion.php to convert your database...natec2001-03-213-10/+227
* Started postgres schema, still mostly MySQL specificJames Atkinson2001-03-211-0/+335
* Well it works this time, sort ofPaul S. Owen2001-03-201-1/+1
* Benchmarking script for phpBB2Paul S. Owen2001-03-201-0/+300
* IP integer encoding and decoding addedPaul S. Owen2001-03-201-7/+22
* Removed set_db and added affectedrowsPaul S. Owen2001-03-205-72/+82
* Added mailing address and fax info stuff to language file for COPPA pageJames Atkinson2001-03-191-1/+18
* Corrected for proper English spellingPaul S. Owen2001-03-191-1/+1
* User registration works.James Atkinson2001-03-1914-202/+822
* New template system. Lots of merging conflicts, so let nate know if he broke ...natec2001-03-1712-417/+455
* Some cleanupJames Atkinson2001-03-161-11/+14
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
* Fixed some links, added 'Goto Page:' link in viewforum.James Atkinson2001-03-124-37/+66
* Fixed viewforum. Now shows correct last post info and topic starterJames Atkinson2001-03-112-3/+8
* Merged some stat functions (total users/posts etc)Bart van Bragt2001-03-102-82/+42
* Performance hacks in template.inc - let me know if stuff breaks.natec2001-03-103-17/+414
* Changed USER_IP to $user_ipBart van Bragt2001-03-092-6/+4
* Moved include filesBart van Bragt2001-03-0912-206/+238
* Current (perhaps) MySQL schema for phpBB2Paul S. Owen2001-03-091-5/+10
* me == moron...James Atkinson2001-03-091-2/+2
* fixed little bug in viewtopicJames Atkinson2001-03-091-2/+2
* Fixed URL backward compatibilityBart van Bragt2001-03-091-1/+5
* Allow for legacy topic_id as url paramPaul S. Owen2001-03-091-1/+4
* Update to url parameter names - _topic only_Paul S. Owen2001-03-092-2/+3
* Reduced query number, changed parameter namesPaul S. Owen2001-03-091-172/+171
* constants added for url parameter namesPaul S. Owen2001-03-091-1/+6
* Added del_backup_table function to delete the backup tableshd20002001-03-071-0/+30
* Stupid errorJames Atkinson2001-03-071-47/+48
* Started on posting.php, got the logic done for displaying the new topic formJames Atkinson2001-03-078-77/+300
* More work on viewtopic, still needs SQL tweeking (normal ranks arn't working)James Atkinson2001-03-055-31/+165
* Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaksJames Atkinson2001-03-047-44/+364
* Misc fixesJames Atkinson2001-03-044-7/+15
* Added some new DB fields, fixed bug where all topics where assigned to one forumBart van Bragt2001-03-031-1/+8
* Changed f.forums_order to f.forum_orderBart van Bragt2001-03-031-1/+1
* Adjusted cellpaddingPaul S. Owen2001-03-021-1/+1
* Perhaps temporary, perhaps permanent INNER JOIN fixPaul S. Owen2001-03-021-9/+19
* eregi for LIMIT updated to cope with control charsPaul S. Owen2001-03-021-1/+1
* Viewforum gets moderator list nowJames Atkinson2001-03-021-4/+9
* Started translation implemenation, added 1.2 english lang fileJames Atkinson2001-03-028-24/+414
* Major bbcode refactoring. Also removed all non-relevant bbcode functions.natec2001-03-021-780/+203
* MySQL compatibility update of MSSQL compability.Paul S. Owen2001-03-021-1/+1
* Preliminary MSSQL compability updatesPaul S. Owen2001-03-022-8/+3
* Various updatesPaul S. Owen2001-03-021-5/+6
* Add forum ordering to IndexPaul S. Owen2001-02-271-2/+2
* Move jumpbox to separate templatePaul S. Owen2001-02-274-44/+50