aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Display popular topic based on posts within topic instead of replies within t...Meik Sievertsen2008-09-171-1/+2
* make topic icon image width/height available to viewforum and search template...Meik Sievertsen2008-09-161-0/+1
* Do not display reported topic icon for shadow topics. (Bug #13970)Meik Sievertsen2008-09-161-2/+2
* gah, thanks chris. :)Meik Sievertsen2008-09-161-7/+0
* add missing dot. :)Meik Sievertsen2008-09-161-1/+8
* more in-depth hostname validation. Not used in install files... there the cod...Meik Sievertsen2008-09-151-9/+57
* #34045Henry Sudhof2008-09-151-1/+1
* Add a missing & to the return to topic URL when closing a reportChris Smith2008-09-111-1/+1
* Send localised disapproval reasons in the recipients local language. #31645Chris Smith2008-09-081-2/+42
* Do not decrease topics counter when deleting shadow topics. #26495Chris Smith2008-09-071-2/+2
* Remove reported flag from shadow topics when closing reports. #19765Chris Smith2008-09-061-1/+2
* Extra slash is included in the redirect url when redirecting to the forum roo...Chris Smith2008-09-051-1/+1
* Correctly limit input of the users location to 100 characters in the UCP and ...Chris Smith2008-09-052-3/+3
* Remove a pointless str_replace()Chris Smith2008-09-051-1/+1
* direct callsMeik Sievertsen2008-09-041-5/+3
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-0413-70/+187
* Don't compile {} or {$}.Marek A. R2008-09-041-2/+2
* add phpbb version constant to constants. This allows us to check the filebase...Meik Sievertsen2008-09-041-0/+3
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-028-8/+8
* erm yeah? Fix new lines I added in r8807.Chris Smith2008-09-021-1/+1
* Allow setting birth year to current yearChris Smith2008-09-021-2/+2
* Fix one design failure in phpBB3. Do not count non-approved posts to the user...Meik Sievertsen2008-09-027-25/+70
* settings and data for the new queued posts feature ;)Meik Sievertsen2008-09-021-5/+7
* actually, queued posts can also be in forums with no post countsMeik Sievertsen2008-09-011-1/+0
* Show users posts in queue in acp and profile + link to mcpMeik Sievertsen2008-09-012-6/+26
* nullar/singular/plural substitution support. At the moment only the added lan...Meik Sievertsen2008-08-311-0/+66
* fix missing user_id entry to properly populate to the email templateMeik Sievertsen2008-08-301-0/+1
* #33155Henry Sudhof2008-08-291-3/+3
* ermHenry Sudhof2008-08-281-1/+1
* fixing fault introduced with R8749Henry Sudhof2008-08-281-1/+1
* fix bug #32925Meik Sievertsen2008-08-251-2/+2
* fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.Meik Sievertsen2008-08-242-4/+4
* a tiny fix to the language code. ;)Meik Sievertsen2008-08-231-0/+1
* fix a small glitch in phpbb_chmodMeik Sievertsen2008-08-231-1/+1
* some changes for proper code documentationMeik Sievertsen2008-08-236-67/+68
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-235-41/+60
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-2211-94/+126
* commentsHenry Sudhof2008-08-221-5/+3
* as per evil3, some more anti-CSRFHenry Sudhof2008-08-213-7/+52
* close db connection before delivering file. Also make sure connection can't b...Meik Sievertsen2008-08-211-1/+7
* More 5.3 compatibility.Marek A. R2008-08-161-2/+2
* 5.3 compatibility.Marek A. R2008-08-162-8/+8
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-169-48/+159
* only some space/tab changes as well as removing my debug code from the templa...Meik Sievertsen2008-08-161-47/+3
* Correctly return results for nested cached queries (Bug #31445 - Patch by faw)Chris Smith2008-08-148-8/+8
* Changes to group display #32155, #32145, #32085, #26675, #26265Henry Sudhof2008-08-141-18/+35
* more verbose style.php in DEBUG modeHenry Sudhof2008-08-131-0/+4
* #31185Henry Sudhof2008-08-131-44/+43
* #29335Henry Sudhof2008-08-131-1/+1
* Catch too long help linesHenry Sudhof2008-08-121-0/+6