| Commit message (Expand) | Author | Age | Files | Lines |
* | Update related to smilie generation fix | Paul S. Owen | 2001-12-29 | 1 | -1/+1 |
* | Prevent privmsg.php doing a full join between privmsgs and users table if no ... | Bart van Bragt | 2001-12-27 | 1 | -1/+3 |
* | oops, box limits only came into affect after they've been exceeded, corrected. | Paul S. Owen | 2001-12-24 | 1 | -3/+3 |
* | Altered way ICQ overlay is done, uses JavaScript ... don't want this generate... | Paul S. Owen | 2001-12-24 | 1 | -15/+3 |
* | Fix bug #496014 and fixed a problem with the Inbox size limit not being adher... | Paul S. Owen | 2001-12-24 | 1 | -7/+20 |
* | Yep, you guessed it another \' ... | Paul S. Owen | 2001-12-21 | 1 | -8/+8 |
* | Moved generate_smilies() into includes/post.php, use smileypath in config table | Bart van Bragt | 2001-12-18 | 1 | -114/+0 |
* | Stupid horrible group by clauses | Paul S. Owen | 2001-12-17 | 1 | -14/+38 |
* | Moved remaining hard coded text in posting template to lang_main, smilies now... | Paul S. Owen | 2001-12-16 | 1 | -1/+137 |
* | Implement solution for bug #493663 Re: in reply subject | Paul S. Owen | 2001-12-16 | 1 | -1/+1 |
* | Added empty line under block of quoted msg when replying | Bart van Bragt | 2001-12-14 | 1 | -1/+1 |
* | bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitl... | natec | 2001-12-11 | 1 | -2/+7 |
* | Implement suggestion in bug #484449 | Paul S. Owen | 2001-11-29 | 1 | -1/+1 |
* | Fix bugs #487201 & #487182 | Paul S. Owen | 2001-11-29 | 1 | -7/+8 |
* | Fix bug #486674 and removed superfluous/commented lines for html treatment | Paul S. Owen | 2001-11-29 | 1 | -12/+12 |
* | Fixed some parse errors | Bart van Bragt | 2001-11-27 | 1 | -1/+12 |
* | Various fixes and updates, fix (hopefully) for bug #485799 | Paul S. Owen | 2001-11-27 | 1 | -1/+1 |
* | Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no... | natec | 2001-11-25 | 1 | -2/+2 |
* | What did I say about that catchphrase ... | Paul S. Owen | 2001-11-24 | 1 | -2/+2 |
* | PM popup and icon are finally in place | Paul S. Owen | 2001-11-21 | 1 | -2/+41 |
* | Another attempt at getting universal compatibility with URI/paths ... I'm rea... | Paul S. Owen | 2001-11-19 | 1 | -1/+1 |
* | Altered storage of private message info | Paul S. Owen | 2001-11-19 | 1 | -2/+46 |
* | Hopefully cope with boards running from SSL, ie. https:// | Paul S. Owen | 2001-11-18 | 1 | -1/+2 |
* | More lang related cleanups | Paul S. Owen | 2001-11-18 | 1 | -4/+4 |
* | Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ... | Paul S. Owen | 2001-11-17 | 1 | -1/+1 |
* | Fixed bug #482729 | Paul S. Owen | 2001-11-17 | 1 | -3/+3 |
* | Mainly language updates but some bug fixes too | Paul S. Owen | 2001-11-16 | 1 | -14/+26 |
* | Apparently the clutch on my brain is broken, hence inability to engage it | Paul S. Owen | 2001-11-15 | 1 | -6/+6 |
* | Apparently the clutch on my brain is broken, hence inability to engage it | Paul S. Owen | 2001-11-15 | 1 | -6/+4 |
* | Added admin enabling of email form | Paul S. Owen | 2001-11-15 | 1 | -1/+10 |
* | Email form - free with purchase of any two other items | Paul S. Owen | 2001-11-15 | 1 | -4/+3 |
* | Added global PM disable + modded emailer to allow lang select + re-added back... | Paul S. Owen | 2001-11-13 | 1 | -2/+13 |
* | Altered templates so preview/errors are sent as 'boxes' rather than pparsed a... | Paul S. Owen | 2001-11-09 | 1 | -2/+2 |
* | fixed code:1 bbcode bug. | natec | 2001-11-08 | 1 | -1/+1 |
* | Fix for typo's in create_date statements... | the_systech | 2001-11-02 | 1 | -2/+2 |
* | Altered various language constructs + new quote changes for PM + altered pagi... | Paul S. Owen | 2001-10-25 | 1 | -13/+15 |
* | Slight mods to the usersearch function, moved to search.php | Paul S. Owen | 2001-10-16 | 1 | -11/+5 |
* | Altered uri's in emails to utilise HTTP_HOST if available + altered some META... | Paul S. Owen | 2001-10-14 | 1 | -1/+3 |
* | Various changes to location redirection ... please note the format and name c... | Paul S. Owen | 2001-10-14 | 1 | -9/+9 |
* | Fixed bug #467825 | Paul S. Owen | 2001-10-10 | 1 | -2/+1 |
* | Changes related to private messaging + some bug fixes | Paul S. Owen | 2001-10-01 | 1 | -667/+1202 |
* | Fixed bug #465147 | James Atkinson | 2001-09-27 | 1 | -0/+3 |
* | Fixed bug 459576 (bad link in PM sentbox). We weren't pulling the user's emai... | natec | 2001-09-11 | 1 | -1/+1 |
* | Removed some trailing newlines | Bart van Bragt | 2001-09-09 | 1 | -1/+1 |
* | Altered layout of phpbb_config table | Bart van Bragt | 2001-09-08 | 1 | -7/+7 |
* | Re-added GPL disclaimers | James Atkinson | 2001-08-30 | 1 | -0/+9 |
* | Modified header comments | Paul S. Owen | 2001-08-26 | 1 | -10/+0 |
* | Implmented the emailer class everywhere it needs it (just registration and pr... | James Atkinson | 2001-08-13 | 1 | -121/+131 |
* | Updates for HTML, etc. status | Paul S. Owen | 2001-07-24 | 1 | -4/+13 |
* | Yet another faked if loop | Paul S. Owen | 2001-07-22 | 1 | -27/+39 |