aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* Revised attachment categories a bitMeik Sievertsen2006-10-191-3/+8
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-18/+1
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-1/+1
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-5/+5
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-261-4/+4
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-3/+1
* - fixed some bugsMeik Sievertsen2006-09-131-45/+84
* Next phase of last post changes + a few minor bugsGraham Eames2006-09-081-1/+3
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-2/+3
* - some bugfixesMeik Sievertsen2006-08-281-1/+3
* some fixes.Meik Sievertsen2006-08-251-1/+2
* Phase 2 of the changesGraham Eames2006-08-221-2/+4
* Initial batch of colourization changes. This includes:Graham Eames2006-08-211-3/+5
* *** empty log message ***David M2006-08-181-1/+1
* chr(0x20 | 0x10) = "0"David M2006-08-151-2/+2
* bugfixesMeik Sievertsen2006-08-121-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-8/+8
* so.... what does this thing do?David M2006-08-111-1/+1
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-091-0/+29
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-133/+2
* - fixed some bugsMeik Sievertsen2006-08-051-2/+2
* - custom profile field fixedMeik Sievertsen2006-08-031-0/+6
* fixing a typo ;-)Nils Adermann2006-08-021-1/+1
* - fixing some bugsMeik Sievertsen2006-08-011-1/+7
* oops :PDavid M2006-07-251-3/+3
* OK...David M2006-07-241-5/+135
* - some bugfixesMeik Sievertsen2006-07-201-2/+0
* - renamed the following columns:Meik Sievertsen2006-07-131-3/+3
* fix some bugs... again. :)Meik Sievertsen2006-07-101-1/+10
* - fix a stupid bug in style.phpNils Adermann2006-07-071-1/+1
* - fixed a parse error (oops)Nils Adermann2006-07-071-1/+1
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-2/+3
* fix bug #2267 (inline quotes are not having bbcodes correctly applied)Meik Sievertsen2006-06-171-10/+21
* - automatically sync topic_reported when deleting a post [Bug #2152]Nils Adermann2006-06-141-4/+7
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+1
* - allow searching for post_count = 0 [Bug #2154]Nils Adermann2006-06-101-2/+2
* - forgot to commit common.phpNils Adermann2006-06-101-2/+2
* check if supported gd image type matches the uploaded image type - if not, th...Meik Sievertsen2006-06-071-8/+22
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-107/+117
* - various corrections related to permissions in the mcp, including [Bug #1994...Nils Adermann2006-05-301-1/+1
* - remove description from profile fieldsMeik Sievertsen2006-05-271-1/+22
* some tiny changes...Meik Sievertsen2006-05-261-1/+3
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-211-4/+4
* - fixed a few smaller thingsMeik Sievertsen2006-05-201-30/+19
* #1871Meik Sievertsen2006-05-201-0/+5
* fix bug #1857Meik Sievertsen2006-05-171-3/+4
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-121-138/+914
* - introduce LA_, UA_ and A_ template variables (they allow styles to use temp...Nils Adermann2006-05-061-6/+7
* - fixing some bugs, containing fixes for anonymous username displays, eaccele...Meik Sievertsen2006-04-291-3/+3
* - Bug #1210David M2006-04-221-8/+13