| Commit message (Expand) | Author | Age | Files | Lines |
* | More session changes to accomodate ACL_PERMIT/PREVENT ... | Paul S. Owen | 2002-08-15 | 1 | -1/+1 |
* | More changes ... switched away from prefetch for now ... | Paul S. Owen | 2002-08-13 | 1 | -109/+109 |
* | Updates for permissions, sessions, lots of things ... note that _many_ things... | Paul S. Owen | 2002-07-14 | 1 | -65/+54 |
* | merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and... | Paul S. Owen | 2002-04-20 | 1 | -8/+8 |
* | Ok so we shouldn't allow subject lines to be all whitespace either :) | the_systech | 2002-04-01 | 1 | -2/+2 |
* | pre-freeze on main templates, various bug fixes (highlighting search results,... | Paul S. Owen | 2002-03-31 | 1 | -50/+39 |
* | Ok all of these damned httpd server that are different are about annoying | the_systech | 2002-03-28 | 1 | -2/+2 |
* | Fix bug with editing polls containing options with quotes | Paul S. Owen | 2002-03-26 | 1 | -1/+1 |
* | Various bug fixes, polls, Guest vs. Anonymous, quoting guests | Paul S. Owen | 2002-03-23 | 1 | -1/+2 |
* | Change redirection header for not logged in redirect ... | Paul S. Owen | 2002-03-22 | 1 | -1/+2 |
* | Fix failure if duplicate username, no subject, no post, etc. errors have occu... | Paul S. Owen | 2002-03-21 | 1 | -6/+7 |
* | Extra check for logged in user when deciding whether to determine if user sho... | Paul S. Owen | 2002-03-20 | 1 | -2/+2 |
* | Morons have congregated in my head for a moron-party | Paul S. Owen | 2002-03-18 | 1 | -1/+2 |
* | Loads'a changes including fix for security issue, thanks to Matthijs for chec... | Paul S. Owen | 2002-03-18 | 1 | -228/+231 |
* | Fix incorrect setting of checkboxes on edit, bug #525244 | Paul S. Owen | 2002-03-03 | 1 | -6/+10 |
* | Fixed updating of user post count on deletion | Paul S. Owen | 2002-02-23 | 1 | -0/+1 |
* | Fix my hilariously dumb mistake in posting allowing unauthed users to post ... | Paul S. Owen | 2002-02-20 | 1 | -0/+5 |
* | There always has to be at least one bug doesn't there ... why is that? | Paul S. Owen | 2002-02-18 | 1 | -1/+1 |
* | Somewhat overhauled posting, fixed various bugs, completed new way of handlin... | Paul S. Owen | 2002-02-18 | 1 | -2038/+563 |
* | Cleaned up stuff (for Email) | Bart van Bragt | 2002-02-17 | 1 | -46/+2 |
* | Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONC... | Paul S. Owen | 2002-02-02 | 1 | -10/+22 |
* | Initial warning fixes | Paul S. Owen | 2002-01-28 | 1 | -36/+30 |
* | Fix error in script name, posting vs. viewtopic | Paul S. Owen | 2002-01-28 | 1 | -0/+1 |
* | 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 | 1 | -114/+139 |
* | htmlspecialchars for subject, poll title and options | Paul S. Owen | 2002-01-25 | 1 | -10/+3 |
* | Changes to topic/forum tracking ... tested for several days on test board and... | Paul S. Owen | 2002-01-12 | 1 | -24/+56 |
* | Updates to hopefully fix bug #500212 | Paul S. Owen | 2002-01-07 | 1 | -2/+2 |
* | Moved all search functions to includes/search.php Paul; please review | Bart van Bragt | 2002-01-03 | 1 | -345/+1 |
* | Fix bug #497725 | Paul S. Owen | 2001-12-30 | 1 | -1/+1 |
* | Fixed bug #496954 | Paul S. Owen | 2001-12-29 | 1 | -2/+2 |
* | Fix for #497218 | the_systech | 2001-12-28 | 1 | -1/+1 |
* | Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like... | Paul S. Owen | 2001-12-21 | 1 | -22/+11 |
* | Fix bug #494787, censor words in topic title for email notifications of replies | Paul S. Owen | 2001-12-19 | 1 | -1/+7 |
* | Fix for bug #494982, uses IP for anonymous posters and user_id for logged in ... | Paul S. Owen | 2001-12-19 | 1 | -1/+2 |
* | Moved generate_smilies() into includes/post.php, use smileypath in config table | Bart van Bragt | 2001-12-18 | 1 | -103/+1 |
* | 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 | -4/+138 |
* | This time I really fixed posting to prevent deletion of topic titles when edi... | Paul S. Owen | 2001-12-15 | 1 | -1/+1 |
* | Fixed empty topic title issue when editing posts + moderation of locked topics | Paul S. Owen | 2001-12-15 | 1 | -13/+13 |
* | bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitl... | natec | 2001-12-11 | 1 | -1/+5 |
* | bug #488067: no, preg_quote() didn't always have 2 args. | natec | 2001-12-11 | 1 | -2/+2 |
* | Fix stripslashing on errors, preview, poll option addition ... okay I lied, b... | Paul S. Owen | 2001-12-05 | 1 | -1/+1 |
* | Fix stripslashing on errors, preview, poll option addition ... this one actua... | Paul S. Owen | 2001-12-04 | 1 | -2/+2 |
* | Fix stripslashing on errors, preview, poll option addition | Paul S. Owen | 2001-12-04 | 1 | -6/+9 |
* | Fix backslashing when adding poll options | Paul S. Owen | 2001-12-03 | 1 | -0/+6 |
* | Removed 'Redirect' header | Paul S. Owen | 2001-12-02 | 1 | -3/+0 |
* | Fix bug #486674 and removed superfluous/commented lines for html treatment | Paul S. Owen | 2001-11-29 | 1 | -1/+3 |
* | Fixed some parse errors | Bart van Bragt | 2001-11-27 | 1 | -18/+7 |
* | Some mindboggeling ternary operators removed :D | Bart van Bragt | 2001-11-27 | 1 | -1/+24 |