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