| Commit message (Expand) | Author | Age | Files | Lines |
* | - check for array [lang] | Meik Sievertsen | 2004-03-10 | 1 | -3/+3 |
* | minor adjustments | Meik Sievertsen | 2004-03-06 | 1 | -1/+1 |
* | small fix for html replacement | Meik Sievertsen | 2004-03-01 | 1 | -1/+1 |
* | removed message type from message parser | Meik Sievertsen | 2004-02-15 | 1 | -88/+114 |
* | inline attachment capability... | Meik Sievertsen | 2004-02-08 | 1 | -2/+14 |
* | fixed: smilie parsing in signatures | Meik Sievertsen | 2004-01-25 | 1 | -42/+40 |
* | Minor change: check for potential bbcodes before we parse the message | Ludovic Arnaud | 2003-11-27 | 1 | -2/+2 |
* | my attempt to break things... | Meik Sievertsen | 2003-11-23 | 1 | -7/+1 |
* | Finished drafts, one bit is remaining though. | Meik Sievertsen | 2003-11-16 | 1 | -1/+1 |
* | new permissions, merged attachment tables (the intended purpose of two tables... | Meik Sievertsen | 2003-11-04 | 1 | -1/+1 |
* | bump topic and orphan attachments | Meik Sievertsen | 2003-10-19 | 1 | -12/+7 |
* | Let's break lots of things | Paul S. Owen | 2003-10-12 | 1 | -6/+0 |
* | optimized update_last_post_information query. | Meik Sievertsen | 2003-10-12 | 1 | -2/+2 |
* | request_var updates | Meik Sievertsen | 2003-10-09 | 1 | -10/+10 |
* | Allow/disallow [quote] tags. If we make any other bbcode disable-able we shou... | Ludovic Arnaud | 2003-10-05 | 1 | -15/+21 |
* | some small fixes | Meik Sievertsen | 2003-09-24 | 1 | -17/+27 |
* | fix poll parsing | Meik Sievertsen | 2003-09-15 | 1 | -6/+12 |
* | Trim emoticon preg | Paul S. Owen | 2003-09-09 | 1 | -3/+3 |
* | username quoting should be working again... | Meik Sievertsen | 2003-09-07 | 1 | -4/+4 |
* | okie, using array_merge. :D | Meik Sievertsen | 2003-09-07 | 1 | -1/+1 |
* | some sync-related updates... more logical processing of submit_post. | Meik Sievertsen | 2003-09-07 | 1 | -3/+3 |
* | initial draft functionality, loading (and a bunch of other stuff) is not impl... | Meik Sievertsen | 2003-09-04 | 1 | -2/+2 |
* | speed up split words a tad | Paul S. Owen | 2003-08-30 | 1 | -25/+36 |
* | fixed: slashing attachment comments (hopefully) | Meik Sievertsen | 2003-08-29 | 1 | -1/+1 |
* | Added: admin definable bbcodes | Ludovic Arnaud | 2003-08-28 | 1 | -66/+86 |
* | saved one query by moving max smilie check to the emoticons function | Meik Sievertsen | 2003-08-28 | 1 | -37/+24 |
* | Fixed the error message for too many quotes | Ludovic Arnaud | 2003-07-12 | 1 | -3/+3 |
* | sqlite support UNION ALL SELECT method | Paul S. Owen | 2003-07-04 | 1 | -30/+27 |
* | Shifting bits appears to be faster than the pow() function | Ludovic Arnaud | 2003-07-02 | 1 | -7/+1 |
* | a few fixes | Meik Sievertsen | 2003-06-29 | 1 | -0/+9 |
* | some updates... | Meik Sievertsen | 2003-06-25 | 1 | -1/+1 |
* | thumbnail creation support | Meik Sievertsen | 2003-06-20 | 1 | -32/+32 |
* | Changed: while validating quotes usernames, the loop will end at the first in... | Ludovic Arnaud | 2003-06-05 | 1 | -15/+18 |
* | Majority are UCP related updates ... avatars should now work, aside from gall... | Paul S. Owen | 2003-05-26 | 1 | -1/+1 |
* | Changed: \r\n becomes \n within posts | Ludovic Arnaud | 2003-05-25 | 1 | -10/+50 |
* | Changed: $warn_msg changed into a class var. (allows from returning errors fr... | Ludovic Arnaud | 2003-05-22 | 1 | -101/+124 |
* | Enable view limiting functions ... Ashe, not sure if this is compatible with ... | Paul S. Owen | 2003-05-20 | 1 | -1/+1 |
* | Added: [/*] tag (list item end tag). Automagically added if needed, in which ... | Ludovic Arnaud | 2003-05-18 | 1 | -10/+35 |
* | a few updates, added #539865 and #694413. | Meik Sievertsen | 2003-05-11 | 1 | -21/+10 |
* | Fixed quotes having bbcodes in author name | Ludovic Arnaud | 2003-05-09 | 1 | -4/+30 |
* | email topic, minor other changes, removed updating of parent forums upon post... | Paul S. Owen | 2003-05-05 | 1 | -4/+4 |
* | Various updates, forum links, "improve" forum management, cleanups, blah blah... | Paul S. Owen | 2003-05-02 | 1 | -29/+47 |
* | changed attachment processing (posting), the old way was a mess. :) | Meik Sievertsen | 2003-05-01 | 1 | -97/+57 |
* | Fixed: imbricated quotes | Ludovic Arnaud | 2003-04-23 | 1 | -13/+99 |
* | Re-enabled polling ... includes option of multiple choice polling, indication... | Paul S. Owen | 2003-04-22 | 1 | -2/+6 |
* | First-pass syntax highlightning. Will fix quotes later | Ludovic Arnaud | 2003-04-20 | 1 | -15/+41 |
* | Update of comment :D | Paul S. Owen | 2003-04-19 | 1 | -1/+1 |
* | Replied to comment, no code changes | Paul S. Owen | 2003-04-19 | 1 | -1/+1 |
* | some arrangements... | Meik Sievertsen | 2003-04-18 | 1 | -2/+2 |
* | More bbcode fixes | Ludovic Arnaud | 2003-04-17 | 1 | -6/+6 |