aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* a language alteration for captchas. Meik Sievertsen2009-04-111-1/+1
* fix unkown variable problem. ;)Meik Sievertsen2009-03-281-0/+3
* SQL optimisationsChris Smith2009-03-191-1/+1
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-0/+31
* backport 3.2 version of phpbb_chmod() - need to be tested further...Meik Sievertsen2009-03-181-52/+76
* Tiny change to accept back slashes for Windows paths, phpBB passes forward sl...Chris Smith2009-02-071-1/+1
* remove the cache for the session lookups. Actually, the disk reads/writes are...Meik Sievertsen2009-01-271-1/+1
* Add same redirect disable_cd_check parameter to meta_refresh - #38065Meik Sievertsen2008-12-021-2/+7
* Slight performance increase for common parameter calls to append_sid() (Bug #...Meik Sievertsen2008-12-021-12/+27
* stupid PHP manual :@ the two parameters to clearstatcache() are 5.3 only. Fix...Chris Smith2008-12-011-5/+5
* Fix potential issues with the stat cache and phpbb_chmod()Chris Smith2008-12-011-0/+8
* Let's face it - the most common setup we see with phpBB is having group-speci...Meik Sievertsen2008-11-301-2/+5
* inheritance is reflexiveHenry Sudhof2008-11-101-1/+1
* - Do not show link to user/group profiles if user has no permission to view t...Meik Sievertsen2008-10-091-1/+1
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...Meik Sievertsen2008-10-021-1/+1
* further adjustments to exit; statementsMeik Sievertsen2008-09-301-0/+3
* check fields properly not being set sometimes. ;)Meik Sievertsen2008-09-291-5/+5
* Set secure cookie for style switcher if required. (Bug #19625)Meik Sievertsen2008-09-181-2/+4
* Extra slash is included in the redirect url when redirecting to the forum roo...Chris Smith2008-09-051-1/+1
* Show users posts in queue in acp and profile + link to mcpMeik Sievertsen2008-09-011-6/+13
* fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.Meik Sievertsen2008-08-241-2/+2
* fix a small glitch in phpbb_chmodMeik Sievertsen2008-08-231-1/+1
* some changes for proper code documentationMeik Sievertsen2008-08-231-1/+1
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-66/+100
* commentsHenry Sudhof2008-08-221-5/+3
* as per evil3, some more anti-CSRFHenry Sudhof2008-08-211-0/+31
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-0/+102
* fix cookie secure detection... hopefullyMeik Sievertsen2008-08-011-1/+2
* cleaning tpl fallbacks upHenry Sudhof2008-07-301-0/+1
* tiny alterations/bugfixesMeik Sievertsen2008-07-281-0/+5
* Bug #29635Meik Sievertsen2008-06-281-2/+3
* New parameter for redirect() to circumvent the cross-domain check.Meik Sievertsen2008-06-281-3/+7
* further checks on maximum storage lengthMeik Sievertsen2008-06-211-1/+1
* remove the $Id$ line there and instead add valuable information. Oh, and did ...Meik Sievertsen2008-06-121-1/+1
* added two comments to describe the functions use-caseMeik Sievertsen2008-06-101-0/+2
* Regular expression for email matching in posts will no longer die on long wordsNils Adermann2008-06-091-1/+1
* #27395Meik Sievertsen2008-06-091-10/+10
* typoHenry Sudhof2008-06-081-1/+1
* Some xenophobiaHenry Sudhof2008-06-061-3/+9
* ok, well, my team is allowed to give me some slappage. :/ I now changed this ...Meik Sievertsen2008-06-041-4/+4
* Too much for a minor; sorryHenry Sudhof2008-06-041-46/+13
* a little polishHenry Sudhof2008-06-031-4/+4
* give the ACP a login screenHenry Sudhof2008-06-021-9/+42
* we slowly get to itMeik Sievertsen2008-04-211-0/+6
* did i ever mention that i hate php's handling of buffers (or i simply do not ...Meik Sievertsen2008-04-211-2/+2
* Remove caching. Ideally, this owuld depend on the current loadHenry Sudhof2008-04-101-1/+1
* suppress ob_flush() output and flush() at the end (within my tests this solve...Meik Sievertsen2008-04-041-1/+4
* some corrections to let the update work flawlessly.Meik Sievertsen2008-03-271-2/+2
* #24105 - Quite compliacted lang changes, translators will complain :|Henry Sudhof2008-03-271-11/+28
* Allow & and | in local part of email addresses - #22995Meik Sievertsen2008-03-181-1/+1