aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-099-25/+170
* - fixed some problems with themesNils Adermann2006-08-083-36/+69
* This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val...David M2006-08-073-0/+30
* also make sure users not allowing cookies are retained on the first visit ;)Meik Sievertsen2006-08-071-3/+0
* Fix session id assignment for bots (previously this bug related in bots creat...Meik Sievertsen2006-08-071-4/+11
* *** empty log message ***David M2006-08-071-0/+5
* Backup files are now named backup_[timestamp].sql.*Nils Adermann2006-08-061-3/+3
* *** empty log message ***David M2006-08-061-3/+12
* - BugDavid M2006-08-062-1/+16
* - finally making the age calculation work [Bug #3582]Nils Adermann2006-08-067-19/+19
* *** empty log message ***David M2006-08-061-1/+1
* This should end some issues we have been having regarding the proper binary e...David M2006-08-0611-665/+91
* - fixed some bugsMeik Sievertsen2006-08-0516-130/+116
* Deal with incorrect keys in the config fileGraham Eames2006-08-031-1/+5
* Min ranksGraham Eames2006-08-031-1/+1
* - custom profile field fixedMeik Sievertsen2006-08-0311-286/+318
* ok, but this time...Meik Sievertsen2006-08-021-4/+13
* this change should let firebird work again correctly... or not.Meik Sievertsen2006-08-021-8/+3
* - fixing some bugsMeik Sievertsen2006-08-028-178/+196
* fixing a typo ;-)Nils Adermann2006-08-021-1/+1
* mysqli results are objects, not resourcesNils Adermann2006-08-021-4/+4
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-0113-46/+466
* - fixing some bugsMeik Sievertsen2006-08-0110-69/+96
* - BBCode helpline is now customizableDavid M2006-08-012-6/+11
* - Captcha ACPDavid M2006-08-011-1/+1
* - Something, something, somethingDavid M2006-08-011-3/+3
* Adding the new warning image to the appropriate placesGraham Eames2006-07-303-3/+3
* - removed an accidentaly pasted line [Bug #3227]Nils Adermann2006-07-302-11/+27
* Correct some of the sort optionsGraham Eames2006-07-294-4/+4
* - BugsDavid M2006-07-282-1/+12
* - Fix OracleDavid M2006-07-282-3/+3
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-275-2045/+948
* oops :PDavid M2006-07-251-3/+3
* OK...David M2006-07-2416-62/+854
* Fixed: bug #3243Ludovic Arnaud2006-07-241-1/+1
* Fixed: oops, forgot ASP-like tagsLudovic Arnaud2006-07-231-3/+3
* Fixed: bug #3352 (function token_get_all() is missing)Ludovic Arnaud2006-07-231-0/+33
* Include a link to the post by default when issuing a warningGraham Eames2006-07-231-0/+3
* * Error handling on bansGraham Eames2006-07-211-0/+6
* - some bugfixesMeik Sievertsen2006-07-209-16/+24
* Changed: add a space both before AND after Hangul and CJK characters so that ...Ludovic Arnaud2006-07-201-1/+1
* * Missing image in imageset editingGraham Eames2006-07-201-1/+5
* could have been a copy&paste error, but the expression is also removing the <...Meik Sievertsen2006-07-201-2/+3
* another expression for grabbing php code in templates provided by davidMeik Sievertsen2006-07-201-1/+55
* revert a change i made (we already adjust line endings to be rfc-compliant an...Meik Sievertsen2006-07-201-18/+25
* Efficiency improvement to the log viewing codeGraham Eames2006-07-182-3/+2
* fix the schema files as well as other tiny bugs.Meik Sievertsen2006-07-172-7/+7
* - fix bug within php code removal expression. Thanks to BenP for reporting it...Meik Sievertsen2006-07-171-1/+1
* hmm... This commit does not increase the number of BBCodes. However, this doe...David M2006-07-178-41/+31
* Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...Ludovic Arnaud2006-07-152-68/+96