| Commit message (Expand) | Author | Age | Files | Lines |
* | further work on the attachment panel... and see how plain those icons are... ... | Meik Sievertsen | 2003-04-29 | 25 | -32/+538 |
* | Removed to prevent further misuse | Paul S. Owen | 2003-04-29 | 14 | -0/+0 |
* | Check for and remove other possible PHP execution tags | Paul S. Owen | 2003-04-28 | 1 | -2/+5 |
* | Only displayed subforum icon if subforums were set to display_on_index | Paul S. Owen | 2003-04-26 | 1 | -17/+18 |
* | Fixed error in handling sub-forum data when displaying "categories" | Paul S. Owen | 2003-04-26 | 1 | -15/+16 |
* | I believe the original intent was to put the backslash in the character class... | Ludovic Arnaud | 2003-04-26 | 1 | -1/+1 |
* | Various changes, and tests ... marking/tracking is not complete ... tinkering... | Paul S. Owen | 2003-04-26 | 18 | -568/+721 |
* | Updated icons | Paul S. Owen | 2003-04-26 | 2 | -0/+0 |
* | Was certainly one problem with it ... | Paul S. Owen | 2003-04-24 | 1 | -1/+1 |
* | For the time being I want this to stay as addslashes for some cross-db compat... | Paul S. Owen | 2003-04-24 | 1 | -3/+3 |
* | No functional changes, will only produce less PHP notices/warnings. | Ludovic Arnaud | 2003-04-24 | 3 | -3/+4 |
* | Fixed typos, added isset() to produce less PHP notices and changed addslashes... | Ludovic Arnaud | 2003-04-24 | 1 | -6/+14 |
* | Fixed some undefined variables | Ludovic Arnaud | 2003-04-24 | 4 | -12/+13 |
* | Fixed some undefined variables (my bad ;)) | Ludovic Arnaud | 2003-04-24 | 1 | -0/+1 |
* | Store only SELECT queries to be flushed later | Ludovic Arnaud | 2003-04-24 | 2 | -2/+8 |
* | Use {LAST_POST_TIME} to determine if the forum has "last post" infos | Ludovic Arnaud | 2003-04-24 | 1 | -1/+1 |
* | Modified internal layout of posts a little ... second time lucky, first copy ... | Paul S. Owen | 2003-04-24 | 2 | -46/+45 |
* | Hmm, renamed the form. Now (Un)Mark All lnks should work | Ludovic Arnaud | 2003-04-23 | 1 | -1/+1 |
* | Changed: if the user hits "merge" and no destination topic is selected, the t... | Ludovic Arnaud | 2003-04-23 | 1 | -0/+4 |
* | Changed: topic_view displays the "merge" button, no matter if a destination t... | Ludovic Arnaud | 2003-04-23 | 1 | -1/+1 |
* | Fixed: imbricated quotes | Ludovic Arnaud | 2003-04-23 | 1 | -13/+99 |
* | Changed: polls are forked with topics. Votes are not, which means users will ... | Ludovic Arnaud | 2003-04-23 | 2 | -5/+23 |
* | Ugly-fixed: username missing when quoting a post | Ludovic Arnaud | 2003-04-23 | 1 | -13/+24 |
* | Added: more sync() stuff, to be documented in the dev forum | Ludovic Arnaud | 2003-04-23 | 1 | -10/+94 |
* | Changed: only cache non-dynamic config settings | Ludovic Arnaud | 2003-04-23 | 1 | -4/+8 |
* | Changed: the loading of bbcodes template is triggered whenever needed - see b... | Ludovic Arnaud | 2003-04-23 | 1 | -48/+53 |
* | hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) .... | Paul S. Owen | 2003-04-23 | 1 | -6/+10 |
* | replaced \' with ' in template to let it parse javascript correctly. admin_at... | Meik Sievertsen | 2003-04-23 | 7 | -281/+444 |
* | Fixed: record_ values do not make the cache to expire | Ludovic Arnaud | 2003-04-23 | 1 | -4/+2 |
* | Added: [flash] bbcode template | Ludovic Arnaud | 2003-04-23 | 1 | -1/+3 |
* | Fixed: decode_text() not decoding /list tags properly | Ludovic Arnaud | 2003-04-23 | 1 | -5/+15 |
* | Thanks to John, who indirectly reminded me about this :D ... echo only data w... | Paul S. Owen | 2003-04-23 | 1 | -144/+170 |
* | NOOOOO, this was not me, you have not seen this... damn trapfalls... the bear... | Meik Sievertsen | 2003-04-22 | 1 | -16/+0 |
* | first version of attachment admin panel + some fixes (i hope i do not screw s... | Meik Sievertsen | 2003-04-22 | 8 | -6/+630 |
* | oops, I completely forget that viewforum uses the new topics_marking table ..... | Paul S. Owen | 2003-04-22 | 2 | -74/+112 |
* | Lang string for f_votechg | Paul S. Owen | 2003-04-22 | 1 | -0/+1 |
* | Throw an index on poll_last_vote | Paul S. Owen | 2003-04-22 | 1 | -0/+1 |
* | Replaced time limited display code ... sorting now checks last vote time, vot... | Paul S. Owen | 2003-04-22 | 1 | -32/+47 |
* | Knew I'd forget to add at least one thing ... | Paul S. Owen | 2003-04-22 | 1 | -0/+1 |
* | Re-enabled polling ... includes option of multiple choice polling, indication... | Paul S. Owen | 2003-04-22 | 6 | -45/+109 |
* | Various new or updated polling related strings | Paul S. Owen | 2003-04-22 | 1 | -21/+25 |
* | Wrong name for poll end caps in style imagesets, added poll_max_options to to... | Paul S. Owen | 2003-04-22 | 2 | -16/+17 |
* | bbcode parse signatures | Paul S. Owen | 2003-04-22 | 1 | -8/+10 |
* | Move second parse cache init after assignment of bitfield ... in case bitfiel... | Paul S. Owen | 2003-04-22 | 1 | -6/+5 |
* | Add dotted topic and topic read/unread DB marking to Load Settings form | Paul S. Owen | 2003-04-22 | 3 | -7/+26 |
* | Moved select to template | Paul S. Owen | 2003-04-21 | 1 | -1/+3 |
* | A few changes, moved some items to templates | Paul S. Owen | 2003-04-21 | 1 | -22/+11 |
* | Change tabbing order | Paul S. Owen | 2003-04-21 | 1 | -5/+5 |
* | Excess non-breaking space with certain combinations of link output | Paul S. Owen | 2003-04-21 | 1 | -1/+1 |
* | Fixed display of hidden online users when u_viewonline is set true | Paul S. Owen | 2003-04-21 | 1 | -1/+1 |