aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-173-12/+33
* Just some minor thing I needDominik Dröscher2007-01-091-1/+3
* #6098Dominik Dröscher2007-01-093-6/+6
* - removed download mode selection (the column info and constants will not be ...Meik Sievertsen2007-01-031-0/+1
* - telling the admin for what the board contact and board email addresses are ...Meik Sievertsen2006-12-312-3/+0
* - add return links to approve details [#6252]Meik Sievertsen2006-12-281-2/+7
* some fixes todayMeik Sievertsen2006-12-242-6/+21
* #6206David M2006-12-241-1/+1
* - some fixesMeik Sievertsen2006-12-213-44/+89
* #6368, thanks to ToonArmyDavid M2006-12-201-4/+8
* - Modules are not added correctly [#6370]Meik Sievertsen2006-12-184-16/+58
* - exclude the IP of the post in the "other IP's" listDavid M2006-12-171-4/+5
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-1/+6
* - a bunch of fixesMeik Sievertsen2006-12-029-22/+26
* - bug fixes for #5618, #5588 and #5584Meik Sievertsen2006-11-264-12/+12
* Message for my last commit (no I didn't intent it to be "message"):Nils Adermann2006-11-261-0/+17
* rather large update, most important things done:Meik Sievertsen2006-11-247-21/+36
* fixes for bugs #5564, #5554 and #5462Meik Sievertsen2006-11-232-0/+19
* #5562David M2006-11-221-1/+1
* - fixing a bunch of bugsMeik Sievertsen2006-11-212-6/+9
* - a handful of mcp fixed, the most important one is the change for check_ids(...Meik Sievertsen2006-11-186-98/+138
* ok, change from doing the same logic all over again we call a function to do ...Meik Sievertsen2006-11-164-40/+30
* - fixes for the following bugs:Meik Sievertsen2006-11-151-3/+1
* consistant obtain_* functionsMeik Sievertsen2006-11-121-2/+1
* messageNils Adermann2006-11-121-0/+2
* Only show reports you can handle [#5136]Graham Eames2006-11-071-1/+1
* ok, i am an idiot...Meik Sievertsen2006-11-032-11/+11
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-032-12/+0
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-032-17/+17
* some updates; and hopefully not completely breaking redirects (again). :D You...Meik Sievertsen2006-11-021-1/+10
* #4962David M2006-10-231-1/+1
* - adjust unread query a bit to cope with large topics (thanks bart!)Meik Sievertsen2006-10-203-6/+6
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-1/+1
* #3980Graham Eames2006-10-111-1/+10
* - forum image being an additional image instead of replacing forum indicatorsMeik Sievertsen2006-10-081-2/+2
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-072-3/+3
* Minor typoGraham Eames2006-10-071-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-1/+1
* - support re-caching of theme data if stylesheet.css changed and load_tplcomp...Meik Sievertsen2006-10-063-16/+7
* - forgot to make the same change to the ODBC driverDavid M2006-10-011-20/+5
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-263-37/+68
* #4428Meik Sievertsen2006-09-232-5/+7
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-1/+0
* - fixed some bugsMeik Sievertsen2006-09-133-3/+3
* - fixing profile bugMeik Sievertsen2006-09-041-4/+4
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-285-5/+5
* some fixes.Meik Sievertsen2006-08-251-2/+11
* chr(0x20 | 0x10) = "0"David M2006-08-151-2/+2
* make sure we do not have empty select fieldsMeik Sievertsen2006-08-121-1/+1