aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* For "Email a friend" featurePaul S. Owen2003-04-211-0/+18
* Removed {USERNAME}Paul S. Owen2003-04-212-4/+4
* Update email form inline with emailer changesPaul S. Owen2003-04-211-11/+11
* Altered various aspects of emailing ... tested on a windows platform with bot...Paul S. Owen2003-04-212-68/+100
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-203-44/+45
* Review only approved postsLudovic Arnaud2003-04-201-0/+1
* dumdidumMeik Sievertsen2003-04-201-1/+0
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-204-41/+162
* Re-introduce sorting by rank ... note that only normal ranks are actively sor...Paul S. Owen2003-04-202-17/+30
* hmmm, what's the word I'm looking for ... hhmmm .... pooohPaul S. Owen2003-04-191-1/+1
* Missing concatenationnn ... thingy ... dot ..Paul S. Owen2003-04-191-2/+2
* Update of comment :DPaul S. Owen2003-04-191-1/+1
* Replied to comment, no code changesPaul S. Owen2003-04-191-1/+1
* Updated topic/forum notification ... untested in live situation ... appeared ...Paul S. Owen2003-04-192-478/+482
* do not use the sync function if post get deleted. added topic_last_post_id in...Meik Sievertsen2003-04-193-12/+152
* use only one query for updating download counts.Meik Sievertsen2003-04-181-12/+9
* Okay, give this one a whirl ... clear your template cache before tryingPaul S. Owen2003-04-181-94/+52
* delete no longer used functionMeik Sievertsen2003-04-181-70/+1
* some arrangements...Meik Sievertsen2003-04-188-499/+347
* Revert INCLUDE template change, fixed attachment display.Meik Sievertsen2003-04-182-28/+25
* Remove nulls for anon userPaul S. Owen2003-04-181-1/+1
* Closing bracket in wrong placePaul S. Owen2003-04-181-2/+2
* More bbcode fixesLudovic Arnaud2003-04-173-17/+21
* Reduce (only a tad but still) the potential number of queries done when updat...Paul S. Owen2003-04-171-13/+55
* Fix ACL_UNSET problem ... was causing users to be granted permission even whe...Paul S. Owen2003-04-171-19/+21
* make_normal fixed (was making topics sticky)Ludovic Arnaud2003-04-172-14/+17
* Trying to look busyLudovic Arnaud2003-04-172-2/+2
* Minor changesPaul S. Owen2003-04-172-9/+13
* Use sorting functionPaul S. Owen2003-04-171-47/+21
* oops, it appears I missed most of the changes in mysql.php ...Paul S. Owen2003-04-171-2/+1
* Remove superfluous query count increment in sql_query_limitPaul S. Owen2003-04-172-8/+5
* Some change-arounds ... hopefully not introducing problems ...Paul S. Owen2003-04-172-54/+52
* A special rank bug that was a real git to track down :DPaul S. Owen2003-04-171-51/+63
* viewtopic v1.260: less memory than 1.259 and still 5% faster than v1.256Ludovic Arnaud2003-04-171-126/+168