aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly split UTF-8 encoded strings when using mail(). #45815Chris Smith2009-06-031-5/+9
* #44955Henry Sudhof2009-06-031-2/+2
* Correctly determine writable status of files on Windows operating system. #39035Chris Smith2009-06-032-1/+62
* New caching plugin, won't cache anythingChris Smith2009-06-021-0/+163
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-0214-333/+2097
* update version numberMeik Sievertsen2009-05-311-1/+1
* Fix a regression in r9498, activation could really do with an overhaul :(Chris Smith2009-05-291-1/+2
* suppress warnings (stat failed). Though may be good to know... why!Meik Sievertsen2009-05-231-6/+6
* Fix installer under PHP 5.3. #45255Chris Smith2009-05-201-1/+1
* late fix for #44905Jim Wigginton2009-05-141-1/+1
* late fix for #44845 (phpBB debug notice for some search terms)Meik Sievertsen2009-05-131-0/+5
* late fix for #45135Henry Sudhof2009-05-131-2/+2
* late fixHenry Sudhof2009-05-081-3/+2
* stupid me forgot to add a function for backwards compatibility :/Meik Sievertsen2009-05-011-0/+11
* Fix for #r9342 for bug #41385Meik Sievertsen2009-05-011-2/+2
* Set new version...Meik Sievertsen2009-05-011-1/+1
* make search_indexing_state dynamic. This is related to bug #44535 - although ...Meik Sievertsen2009-05-011-1/+1
* #44655Meik Sievertsen2009-04-301-1/+1
* Minor security problem, discovered internally. Requires the user to know the ...Chris Smith2009-04-291-0/+11
* only pre-fill forums if in forum mode (else it is too irritating to see the f...Meik Sievertsen2009-04-291-2/+16
* due to popular demand... this may be quite useful for automatic installer and...Meik Sievertsen2009-04-291-0/+22
* Bug #44525 - do not try to fetch existing username var in cookie set by exter...Meik Sievertsen2009-04-281-1/+3
* Fix column handling in db updater, custom profile fields an db tools for fire...Meik Sievertsen2009-04-283-5/+6
* Correct calculation of source/target forum statistics if mass moving topics w...Meik Sievertsen2009-04-281-20/+52
* #44485 - we only send a 503 header if it is a search engine.Meik Sievertsen2009-04-281-2/+8
* do not use spamhaus XBL list - it has too much false positives due to the dyn...Meik Sievertsen2009-04-251-1/+1
* Display the online status of hidden users to users with the u_viewonline perm...Chris Smith2009-04-241-1/+1
* Fixed bug #'ers 42585, 35505, 36675, and 42705Jim Wigginton2009-04-241-6/+9
* #41575Henry Sudhof2009-04-221-1/+1
* rollbackHenry Sudhof2009-04-221-45/+2
* #41575Henry Sudhof2009-04-221-2/+45
* #43345 - log changes to visual confirmationMeik Sievertsen2009-04-181-0/+1
* #43755 - also return GiB sizes for get_formatted_filesize(), patch by nickver...Meik Sievertsen2009-04-181-0/+6
* Search for 'topic title only' and 'first post' should work again for non-mysq...Meik Sievertsen2009-04-181-0/+8
* Fix topic title only and first post search option with the SQL_CALC_FOUND_ROW...Meik Sievertsen2009-04-181-6/+6
* erm, forgot to globalize $config. :/Meik Sievertsen2009-04-181-1/+1
* forgot one instance where the min/max captcha chars need to be applied ;)Meik Sievertsen2009-04-181-1/+1
* #44105Henry Sudhof2009-04-171-1/+1
* encode imageset path in user->img (may not fix any other issues regarding sty...Meik Sievertsen2009-04-171-1/+1
* remove hardcoded size unit for PHP_SIZE_OVERRUN error (Bug #29935)Meik Sievertsen2009-04-171-3/+36
* Do not create thumbnail if thumbnail would've the same size as the original i...Meik Sievertsen2009-04-171-1/+1
* change arabic-numbers list-style-type to correct type decimal (Bug #30775)Meik Sievertsen2009-04-171-4/+4
* Apply append_sid() to newest/latest post links in viewforum/search and UCP ma...Meik Sievertsen2009-04-171-3/+4
* add missing $super assignment - Bug #43635Meik Sievertsen2009-04-171-2/+2
* remove unused language keyMeik Sievertsen2009-04-171-1/+1
* force non-relative date for pm forwards (thanks chris. :))Meik Sievertsen2009-04-171-1/+1
* fix for #r9451Meik Sievertsen2009-04-171-1/+2
* #40865 - no message parsing for messages evaluating to falseMeik Sievertsen2009-04-171-5/+1
* PM Export uses ISO 8601 date now. (Bug #32645)Meik Sievertsen2009-04-171-1/+1
* Messenger now also able to use a custom language path. (Bug #36545)Meik Sievertsen2009-04-171-2/+3