| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Spot the deliberate errors | Paul S. Owen | 2002-06-08 | 1 | -8/+38 |
* | Initial session and auth code checkin | Paul S. Owen | 2002-06-08 | 1 | -0/+532 |
* | Some transfers from 2.0.x plus move debugging to template var which will plea... | Paul S. Owen | 2002-06-08 | 1 | -18/+16 |
* | Fix bad URL for topic notifications | Paul S. Owen | 2002-05-14 | 1 | -6/+6 |
* | doh | Paul S. Owen | 2002-05-09 | 1 | -2/+0 |
* | IP related updates + fixed gc in sessions | Paul S. Owen | 2002-05-09 | 3 | -80/+82 |
* | Changed code so it stores total users in config table to remove a slightly co... | James Atkinson | 2002-04-30 | 1 | -0/+9 |
* | Fix for "security vulnerability" in img tag | the_systech | 2002-04-24 | 1 | -2/+2 |
* | Forum watch stuff ... just copied the topic watch stuff and thus needs review... | Paul S. Owen | 2002-04-20 | 2 | -18/+80 |
* | Ooops | Paul S. Owen | 2002-04-20 | 1 | -1/+1 |
* | merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and... | Paul S. Owen | 2002-04-20 | 11 | -101/+116 |
* | Update a few things for 2.1 CVS | Paul S. Owen | 2002-04-04 | 1 | -0/+14 |
* | Switch off DEBUG mode ... will have to ask users to enable this in some cases... | Paul S. Owen | 2002-04-04 | 1 | -3/+3 |
* | Remove timing and other details for final release ...can always be put back f... | Paul S. Owen | 2002-04-04 | 1 | -50/+15 |
* | Minor change to cope with a now fixed (I think) situation where last_post_id ... | Paul S. Owen | 2002-04-04 | 1 | -1/+2 |
* | Wasn't reporting oversized (filesize) avatars ... again. | Paul S. Owen | 2002-04-03 | 1 | -1/+1 |
* | Just me being anal again... A couple of miss-spellings in error messages | the_systech | 2002-04-03 | 1 | -2/+2 |
* | Minor error in stats updating when deleting first post of a topic ... topic r... | Paul S. Owen | 2002-04-03 | 1 | -1/+1 |
* | Ok this is just me being anal again... No code changes, just file headers.. | the_systech | 2002-04-02 | 5 | -16/+16 |
* | No comment | Paul S. Owen | 2002-04-02 | 1 | -2/+0 |
* | more changes | Paul S. Owen | 2002-04-02 | 2 | -6/+6 |
* | Various updates with any luck they fix a few minor issues without causing new... | Paul S. Owen | 2002-04-02 | 6 | -69/+52 |
* | Small cleanups | Paul S. Owen | 2002-04-02 | 1 | -78/+49 |
* | Shorten the activation, key to allow for less than 77 characters..,yet still ... | the_systech | 2002-04-01 | 2 | -2/+11 |
* | Latest header attempt | Paul S. Owen | 2002-04-01 | 1 | -6/+2 |
* | pre-freeze on main templates, various bug fixes (highlighting search results,... | Paul S. Owen | 2002-03-31 | 9 | -351/+292 |
* | Check returned language string | Paul S. Owen | 2002-03-29 | 1 | -1/+17 |
* | New set of cache control headers, will these work, who knows? | the_systech | 2002-03-26 | 1 | -5/+11 |
* | fix bug #534904 | the_systech | 2002-03-25 | 1 | -2/+2 |
* | Should fix bug where a solitary < caused the text to repeat | Paul S. Owen | 2002-03-25 | 1 | -1/+2 |
* | Move phpbb_preg_quote back into functions because it's plain annoying ... :D | Paul S. Owen | 2002-03-25 | 2 | -18/+13 |
* | Fix bad word cockup ... oh look the censor failed and let cockup through, oh,... | Paul S. Owen | 2002-03-25 | 1 | -2/+2 |
* | Some extra comments and removed a redundant if | Bart van Bragt | 2002-03-24 | 1 | -10/+18 |
* | Wrong constant URL used in redirect upon deletion of single post, bug #533823 | Paul S. Owen | 2002-03-24 | 1 | -1/+1 |
* | Move $error=FALSE out of conditional to top of script | Paul S. Owen | 2002-03-24 | 1 | -2/+1 |
* | timezone setup should be isset not !empty ... GMT is 0 after all .. oops | Paul S. Owen | 2002-03-23 | 1 | -1/+1 |
* | Fix issues with quotes in profile fields and avatars | Paul S. Owen | 2002-03-23 | 2 | -51/+36 |
* | Fix hide online when returning from gallery bug | Paul S. Owen | 2002-03-22 | 1 | -2/+2 |
* | Alter way variables are substituted ... was causing problems when a [] follow... | Paul S. Owen | 2002-03-22 | 1 | -7/+4 |
* | Minor change ... don't strip_tags ... I don't think this is a security issue ... | Paul S. Owen | 2002-03-22 | 1 | -2/+2 |
* | Suggested alteration of cache control header by Nathan | Paul S. Owen | 2002-03-22 | 1 | -157/+148 |
* | Change a few quotes | Paul S. Owen | 2002-03-22 | 1 | -26/+24 |
* | preg_quote stopwords | Paul S. Owen | 2002-03-22 | 1 | -67/+67 |
* | damn it damn it ... engage brain before commiting the thing you were going to... | Paul S. Owen | 2002-03-21 | 1 | -6/+1 |
* | Change lang output upon no passwords entered to Fields_empty ... thanks acydb... | Paul S. Owen | 2002-03-21 | 1 | -1/+6 |
* | Wasn't checking for wildcards in disallowed usernames during validation ... h... | Paul S. Owen | 2002-03-21 | 1 | -4/+6 |
* | This one has the added benefit of working ... | Paul S. Owen | 2002-03-21 | 1 | -6/+1 |
* | Fix missing global var causing failure of include for username validation | Paul S. Owen | 2002-03-21 | 1 | -1/+1 |
* | Fix blank error when not submitting any passwords during registration and alt... | Paul S. Owen | 2002-03-21 | 1 | -59/+17 |
* | Replace space with + in AIM names | Paul S. Owen | 2002-03-20 | 1 | -4/+4 |