| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed for new session stuff | Paul S. Owen | 2001-03-21 | 1 | -28/+29 |
* | New session code ... lotsa changes | Paul S. Owen | 2001-03-21 | 1 | -107/+326 |
* | Changed to tie in with session code updates | Paul S. Owen | 2001-03-21 | 1 | -21/+50 |
* | New config file ... use this as basis for additions | Paul S. Owen | 2001-03-21 | 1 | -0/+62 |
* | Fixed problem with next_id and affected_rows | Paul S. Owen | 2001-03-21 | 1 | -8/+4 |
* | *** empty log message *** | James Atkinson | 2001-03-21 | 1 | -94/+88 |
* | Added make_clickable() | natec | 2001-03-21 | 2 | -0/+44 |
* | v2 BBcode now being used.. run bbcode_conversion.php to convert your database... | natec | 2001-03-21 | 3 | -10/+227 |
* | Started postgres schema, still mostly MySQL specific | James Atkinson | 2001-03-21 | 1 | -0/+335 |
* | Well it works this time, sort of | Paul S. Owen | 2001-03-20 | 1 | -1/+1 |
* | Benchmarking script for phpBB2 | Paul S. Owen | 2001-03-20 | 1 | -0/+300 |
* | IP integer encoding and decoding added | Paul S. Owen | 2001-03-20 | 1 | -7/+22 |
* | Removed set_db and added affectedrows | Paul S. Owen | 2001-03-20 | 5 | -72/+82 |
* | Added mailing address and fax info stuff to language file for COPPA page | James Atkinson | 2001-03-19 | 1 | -1/+18 |
* | Corrected for proper English spelling | Paul S. Owen | 2001-03-19 | 1 | -1/+1 |
* | User registration works. | James Atkinson | 2001-03-19 | 14 | -202/+822 |
* | New template system. Lots of merging conflicts, so let nate know if he broke ... | natec | 2001-03-17 | 12 | -417/+455 |
* | Some cleanup | James Atkinson | 2001-03-16 | 1 | -11/+14 |
* | Start of LIMIT functionality...got to tired to finish it | James Atkinson | 2001-03-16 | 1 | -2/+20 |
* | Almost done, needs sql_nexid and LIMIT handling. | James Atkinson | 2001-03-16 | 1 | -44/+43 |
* | More work on the oracle DB abstraction class | James Atkinson | 2001-03-16 | 1 | -2/+8 |
* | Added oracle class, needs LOTS of work. | James Atkinson | 2001-03-16 | 1 | -0/+327 |
* | Fixed some links, added 'Goto Page:' link in viewforum. | James Atkinson | 2001-03-12 | 4 | -37/+66 |
* | Fixed viewforum. Now shows correct last post info and topic starter | James Atkinson | 2001-03-11 | 2 | -3/+8 |
* | Merged some stat functions (total users/posts etc) | Bart van Bragt | 2001-03-10 | 2 | -82/+42 |
* | Performance hacks in template.inc - let me know if stuff breaks. | natec | 2001-03-10 | 3 | -17/+414 |
* | Changed USER_IP to $user_ip | Bart van Bragt | 2001-03-09 | 2 | -6/+4 |
* | Moved include files | Bart van Bragt | 2001-03-09 | 12 | -206/+238 |
* | Current (perhaps) MySQL schema for phpBB2 | Paul S. Owen | 2001-03-09 | 1 | -5/+10 |
* | me == moron... | James Atkinson | 2001-03-09 | 1 | -2/+2 |
* | fixed little bug in viewtopic | James Atkinson | 2001-03-09 | 1 | -2/+2 |
* | Fixed URL backward compatibility | Bart van Bragt | 2001-03-09 | 1 | -1/+5 |
* | Allow for legacy topic_id as url param | Paul S. Owen | 2001-03-09 | 1 | -1/+4 |
* | Update to url parameter names - _topic only_ | Paul S. Owen | 2001-03-09 | 2 | -2/+3 |
* | Reduced query number, changed parameter names | Paul S. Owen | 2001-03-09 | 1 | -172/+171 |
* | constants added for url parameter names | Paul S. Owen | 2001-03-09 | 1 | -1/+6 |
* | Added del_backup_table function to delete the backup tables | hd2000 | 2001-03-07 | 1 | -0/+30 |
* | Stupid error | James Atkinson | 2001-03-07 | 1 | -47/+48 |
* | Started on posting.php, got the logic done for displaying the new topic form | James Atkinson | 2001-03-07 | 8 | -77/+300 |
* | More work on viewtopic, still needs SQL tweeking (normal ranks arn't working) | James Atkinson | 2001-03-05 | 5 | -31/+165 |
* | Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaks | James Atkinson | 2001-03-04 | 7 | -44/+364 |
* | Misc fixes | James Atkinson | 2001-03-04 | 4 | -7/+15 |
* | Added some new DB fields, fixed bug where all topics where assigned to one forum | Bart van Bragt | 2001-03-03 | 1 | -1/+8 |
* | Changed f.forums_order to f.forum_order | Bart van Bragt | 2001-03-03 | 1 | -1/+1 |
* | Adjusted cellpadding | Paul S. Owen | 2001-03-02 | 1 | -1/+1 |
* | Perhaps temporary, perhaps permanent INNER JOIN fix | Paul S. Owen | 2001-03-02 | 1 | -9/+19 |
* | eregi for LIMIT updated to cope with control chars | Paul S. Owen | 2001-03-02 | 1 | -1/+1 |
* | Viewforum gets moderator list now | James Atkinson | 2001-03-02 | 1 | -4/+9 |
* | Started translation implemenation, added 1.2 english lang file | James Atkinson | 2001-03-02 | 8 | -24/+414 |
* | Major bbcode refactoring. Also removed all non-relevant bbcode functions. | natec | 2001-03-02 | 1 | -780/+203 |