| Commit message (Expand) | Author | Age | Files | Lines |
| * | If a user changes their email address, and account activation is turned on, t... | James Atkinson | 2001-08-13 | 1 | -45/+45 |
| * | Fixes a template parsing error. | dougk_ff7 | 2001-08-13 | 1 | -25/+64 |
| * | Implmented the emailer class everywhere it needs it (just registration and pr... | James Atkinson | 2001-08-13 | 1 | -2/+13 |
| * | Added emailer class, did alterations and templates for registration | James Atkinson | 2001-08-13 | 1 | -0/+296 |
| * | Various posting updates | Paul S. Owen | 2001-08-10 | 2 | -9/+5 |
| * | This is what happens when you try porting code from one set of files to anoth... | Paul S. Owen | 2001-08-10 | 1 | -1/+1 |
| * | Code added to get around double htmlspecialchar stuff + some of my stuff look... | Paul S. Owen | 2001-08-10 | 1 | -2/+6 |
| * | Moved smilies code into functions, would it be better in bbcode.php? | Paul S. Owen | 2001-08-09 | 1 | -1/+34 |
| * | Slight alteration to the whosonline code ... speed impacts unknown | Paul S. Owen | 2001-08-09 | 1 | -14/+30 |
| * | Allows only certain tags ... seems broken again which is annoying since I fix... | Paul S. Owen | 2001-08-09 | 1 | -9/+42 |
| * | Various fixes to remove posts and post text | Paul S. Owen | 2001-08-03 | 1 | -68/+114 |
| * | Beginnings of the forum managament code (no functionality yet). Also a bit of... | James Atkinson | 2001-08-02 | 1 | -105/+107 |
| * | Some mods to allow for default config information useage for CRITICAL MESSAGES | Paul S. Owen | 2001-08-01 | 1 | -12/+17 |
| * | User, IP and email banning admin functional | Paul S. Owen | 2001-08-01 | 2 | -6/+12 |
| * | More compliance ... it never ends | Paul S. Owen | 2001-07-31 | 1 | -9/+9 |
| * | More compliance updates + select previous posts in viewtopic | Paul S. Owen | 2001-07-31 | 1 | -14/+12 |
| * | HTML 4.01 and XHTML 1.0 compliance changes | Paul S. Owen | 2001-07-31 | 1 | -4/+8 |
| * | HTML 4.01 and XHTML 1.0 compliance changes | Paul S. Owen | 2001-07-31 | 3 | -13/+19 |
| * | Session now destroys userdata if autologin fails or isnt activated | Paul S. Owen | 2001-07-28 | 1 | -14/+28 |
| * | Removed header frame, reduced timezone naming, added DB size for MySQL, no ma... | Paul S. Owen | 2001-07-27 | 1 | -3/+3 |
| * | System config admin section started. Can view settings but can't modify them ... | James Atkinson | 2001-07-24 | 1 | -0/+144 |
| * | Forum locking now implemented + some updates for future functionality | Paul S. Owen | 2001-07-24 | 1 | -1/+5 |
| * | Changed extension of templates to php | Paul S. Owen | 2001-07-24 | 1 | -0/+436 |
| * | Replaced | Paul S. Owen | 2001-07-24 | 2 | -548/+0 |
| * | Various updates to session code inc. moving data away from config | Paul S. Owen | 2001-07-23 | 1 | -45/+49 |
| * | Various updates to session code inc. moving data away from config | Paul S. Owen | 2001-07-23 | 1 | -11/+14 |
| * | Remove duplicate users | Paul S. Owen | 2001-07-22 | 1 | -7/+9 |
| * | Still seems to be pagination problem, I dont have it so what havent I committ... | Paul S. Owen | 2001-07-22 | 1 | -10/+16 |
| * | Using block_vars to fake IF...ELSE...ENDIF capability | Paul S. Owen | 2001-07-21 | 1 | -4/+1 |
| * | Fixed errors, non-sid-appended urls, lang switchovers, etc. | Paul S. Owen | 2001-07-20 | 3 | -25/+24 |
| * | Additional security check for auth | Paul S. Owen | 2001-07-19 | 1 | -2/+2 |
| * | Changed page timezone output to lang file based var setup | Paul S. Owen | 2001-07-17 | 1 | -30/+4 |
| * | Update of pruning to add admin interface, and change error_die's to message_d... | the_systech | 2001-07-17 | 1 | -7/+24 |
| * | Fixed small, but showstopping, typo | Bart van Bragt | 2001-07-16 | 1 | -2/+2 |
| * | Removed check/send for admin status, other cleanups | Paul S. Owen | 2001-07-16 | 1 | -67/+51 |
| * | Was outputting wrong SQL | Paul S. Owen | 2001-07-16 | 1 | -2/+4 |
| * | Template config system, store relevant config stuff here | Paul S. Owen | 2001-07-14 | 1 | -1/+12 |
| * | A demo of some Group CP functionality | Paul S. Owen | 2001-07-13 | 1 | -0/+1 |
| * | Split posts works, split beyond this post does not. Still needs interface wor... | James Atkinson | 2001-07-13 | 1 | -0/+106 |
| * | Changes to include location + some other misc stuff | Paul S. Owen | 2001-07-13 | 4 | -29/+44 |
| * | GZIP status output | Paul S. Owen | 2001-07-11 | 1 | -1/+3 |
| * | Split is half done... don't try and use it though its current b0rked :) | James Atkinson | 2001-07-11 | 1 | -0/+37 |
| * | Switchover to message_die + some comment cleanup | Paul S. Owen | 2001-07-10 | 1 | -60/+45 |
| * | Changed filename | Paul S. Owen | 2001-07-08 | 1 | -1/+1 |
| * | Some tidying up and switchover to message_die | Paul S. Owen | 2001-07-08 | 1 | -59/+50 |
| * | Number of queries executed ... for testing only | Paul S. Owen | 2001-07-08 | 1 | -7/+6 |
| * | A couple of minor changes | Paul S. Owen | 2001-07-07 | 1 | -52/+33 |
| * | Another show stopping error | Paul S. Owen | 2001-07-07 | 1 | -21/+29 |
| * | More fixes | Paul S. Owen | 2001-07-07 | 1 | -28/+76 |
| * | Changes related to message.php | uid42062 | 2001-07-04 | 2 | -4/+12 |