| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a ; to URI validation rex | Paul S. Owen | 2002-01-28 | 1 | -5/+5 |
* | Fix bug #509513 | Paul S. Owen | 2002-01-28 | 1 | -2/+2 |
* | Fix error in script name, posting vs. viewtopic | Paul S. Owen | 2002-01-28 | 1 | -0/+1 |
* | Added translation support for forumauth levels + re-added one of the sanity c... | Paul S. Owen | 2002-01-28 | 1 | -4/+14 |
* | Added translations for ALL, REG, MOD, etc. used in admin_forumauth | Paul S. Owen | 2002-01-28 | 1 | -0/+8 |
* | More hard-coded .php extensions | Paul S. Owen | 2002-01-28 | 3 | -6/+6 |
* | And another ... | Paul S. Owen | 2002-01-28 | 1 | -2/+2 |
* | Couple more updates to URL 'fixes' | Paul S. Owen | 2002-01-28 | 1 | -2/+2 |
* | Updated themes_name field lengths to 50 as per other schemas | Paul S. Owen | 2002-01-28 | 1 | -31/+31 |
* | Initial version submitted via email to me by an 'anonymous' user ... please c... | Paul S. Owen | 2002-01-28 | 19 | -0/+1899 |
* | Various updates by waheed | Paul S. Owen | 2002-01-28 | 9 | -62/+55 |
* | Various updates by Rici et al | Paul S. Owen | 2002-01-28 | 4 | -218/+226 |
* | preg_quote lines for /* comment parsed SQL ... was causing failure on install... | Paul S. Owen | 2002-01-28 | 1 | -11/+13 |
* | Fix some minor issues ... | Paul S. Owen | 2002-01-28 | 1 | -0/+3 |
* | Fix bug #505064 | Paul S. Owen | 2002-01-28 | 1 | -1/+1 |
* | Various updates related to email creation ... should fix various bugs and err... | Paul S. Owen | 2002-01-27 | 5 | -360/+395 |
* | Some changes to Dutch translation (thanks again, Erik) | Bart van Bragt | 2002-01-27 | 1 | -11/+21 |
* | header Location mod to cope with IIS ... I hope | Paul S. Owen | 2002-01-27 | 1 | -8/+14 |
* | Fixed use of date instead of create_date for most users online ... | Paul S. Owen | 2002-01-27 | 1 | -1/+1 |
* | Fixed content-type/length bugs | Paul S. Owen | 2002-01-27 | 2 | -12/+15 |
* | arrgghhhhh I hate regexp | Paul S. Owen | 2002-01-27 | 1 | -5/+5 |
* | alphaNUMERICS Paul, ... doh | Paul S. Owen | 2002-01-27 | 1 | -5/+5 |
* | Check for allowed chars in [url] submissions ... could use some double checking | Paul S. Owen | 2002-01-27 | 1 | -5/+5 |
* | Fixed $phpEx inside single quotes | Paul S. Owen | 2002-01-27 | 1 | -1/+1 |
* | Fix various bugs; password length warning, proper warnings for username/email... | Paul S. Owen | 2002-01-27 | 4 | -93/+94 |
* | Fixed stripslashing problem which would lead to incorrect search results in s... | Paul S. Owen | 2002-01-27 | 1 | -7/+6 |
* | Remove hard-coded .php | Paul S. Owen | 2002-01-27 | 2 | -2/+2 |
* | Fix unread marker after own post, change moderator listing method to that of ... | Paul S. Owen | 2002-01-27 | 1 | -46/+41 |
* | Browsing this forum var added to template | Paul S. Owen | 2002-01-27 | 1 | -4/+2 |
* | Uncomment and 'complete' browsing in forum online list | Paul S. Owen | 2002-01-27 | 1 | -11/+13 |
* | Add $lang['Browsing_forum'] ... at least two more additions to come | Paul S. Owen | 2002-01-27 | 1 | -0/+5 |
* | Numerous updates and changes | Paul S. Owen | 2002-01-27 | 1 | -214/+171 |
* | Removed INSERT code into separate routine, this separated update should be ad... | Paul S. Owen | 2002-01-25 | 1 | -23/+3 |
* | Update for most online ... separated from page_header | Paul S. Owen | 2002-01-25 | 1 | -0/+29 |
* | Oops, why do I always screw up in the first checkin? | Bart van Bragt | 2002-01-25 | 1 | -4/+4 |
* | Implemented Record of online users | Bart van Bragt | 2002-01-25 | 5 | -1/+49 |
* | Error with adding search matches, wrong variable being used for insert ... se... | Paul S. Owen | 2002-01-25 | 1 | -4/+2 |
* | htmlspecialchars for subject, poll title and options | Paul S. Owen | 2002-01-25 | 1 | -10/+3 |
* | Fixed viewforum/admin_forum bug for guests | Paul S. Owen | 2002-01-25 | 1 | -1/+1 |
* | Initial version by borz_off | Paul S. Owen | 2002-01-25 | 16 | -0/+0 |
* | Fourth attempt at this ... stupid CVS, remove global $mode requirement | Paul S. Owen | 2002-01-25 | 1 | -0/+10 |
* | Fix display of HTML, BBCode, Smilies status next to signature to reflect glob... | Paul S. Owen | 2002-01-25 | 1 | -23/+23 |
* | Fix bug #502174, show Guest post usernames correctly ... well as correct as t... | Paul S. Owen | 2002-01-25 | 3 | -10/+14 |
* | doh, brain fart | Paul S. Owen | 2002-01-25 | 1 | -1/+1 |
* | Removed dependance on global defined $mode ... | Paul S. Owen | 2002-01-25 | 1 | -0/+12 |
* | Set a user_id of ANONYMOUS on logout | Paul S. Owen | 2002-01-25 | 1 | -1/+1 |
* | Removed odbc_error stuff since it doesn't work anyway | Paul S. Owen | 2002-01-25 | 1 | -3/+3 |
* | Re-added str_replace for LOWER -> LCASE in queries | Paul S. Owen | 2002-01-25 | 1 | -0/+2 |
* | Change ego search back to topic output rather than posts (as was till last up... | Paul S. Owen | 2002-01-25 | 1 | -1/+1 |
* | Initial version by arttor | Paul S. Owen | 2002-01-25 | 20 | -0/+1897 |