aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Expand)AuthorAgeFilesLines
...
* trimmed the highlight regexDavid M2006-11-041-1/+1
* - now username changes should work as desiredMeik Sievertsen2006-10-221-2/+1
* - adjust unread query a bit to cope with large topics (thanks bart!)Meik Sievertsen2006-10-201-12/+17
* :)Meik Sievertsen2006-10-111-1/+1
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-2/+2
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-261-12/+27
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-15/+2
* - fixed some bugsMeik Sievertsen2006-09-131-0/+8
* - fixing profile bugMeik Sievertsen2006-09-041-2/+2
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-10/+9
* - some bugfixesMeik Sievertsen2006-08-281-3/+39
* some fixes.Meik Sievertsen2006-08-251-1/+1
* Poll ended at....Graham Eames2006-08-201-2/+4
* sql_in_set changesMeik Sievertsen2006-08-121-7/+7
* so.... what does this thing do?David M2006-08-111-3/+3
* - removed a useless line [Bug #3656]Nils Adermann2006-08-101-1/+0
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-091-9/+21
* - finally making the age calculation work [Bug #3582]Nils Adermann2006-08-061-1/+12
* - fixed some bugsMeik Sievertsen2006-08-051-22/+22
* Adding the new warning image to the appropriate placesGraham Eames2006-07-301-1/+1
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-271-1/+1
* OK...David M2006-07-241-4/+4
* * Error handling on bansGraham Eames2006-07-211-0/+1
* - some bugfixesMeik Sievertsen2006-07-201-15/+5
* fix the schema files as well as other tiny bugs.Meik Sievertsen2006-07-171-6/+4
* hmm... This commit does not increase the number of BBCodes. However, this doe...David M2006-07-171-1/+1
* fix some bugs... again. :)Meik Sievertsen2006-07-101-0/+6
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-7/+24
* some bugfixesMeik Sievertsen2006-07-061-4/+10
* Fixed: PHP notices appear when a post uses an icon that does not exist anymoreLudovic Arnaud2006-07-041-1/+3
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-2/+16
* forgot some changes for post_timeMeik Sievertsen2006-06-231-1/+4
* time to squash some bugsMeik Sievertsen2006-06-221-1/+1
* Prevent warning selfGraham Eames2006-06-201-1/+1
* some bugfixesMeik Sievertsen2006-06-191-3/+3
* fix a small mistake (bug #2238)Meik Sievertsen2006-06-151-6/+5
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+1
* - forgot to commit common.phpNils Adermann2006-06-101-5/+5
* Fix the ability to report/view reports and warn in global announcementsGraham Eames2006-06-091-3/+3
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-39/+39
* some adjustmentsMeik Sievertsen2006-06-021-122/+119
* - various corrections related to permissions in the mcp, including [Bug #1994...Nils Adermann2006-05-301-4/+6
* counting on primary key should be slightly faster...Meik Sievertsen2006-05-281-1/+1
* - remove description from profile fieldsMeik Sievertsen2006-05-271-7/+17
* no longer needed because we handle shadow topics as "always read" (not to be ...Meik Sievertsen2006-05-211-7/+0
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-211-1/+1
* - fixing a few tiny bugsMeik Sievertsen2006-05-181-0/+1
* Firebird!David M2006-05-161-1/+1
* - Split the viewtopic query into two pieces. We gain speed by avoiding the ne...David M2006-05-131-18/+22
* I hope nothing broke!David M2006-05-051-46/+76