aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* i think i will stop committing thinks today. :/Meik Sievertsen2008-03-181-2/+2
* i somehow mixed my local copy with the changesMeik Sievertsen2008-03-181-13/+11
* grrMeik Sievertsen2008-03-181-4/+0
* hmm, still bugs thereMeik Sievertsen2008-03-181-5/+5
* - some changes to the recent session changeMeik Sievertsen2008-03-181-7/+15
* mehHenry Sudhof2008-03-171-1/+1
* This should get rid of the filesorts and temp tables on index (with topic rea...Henry Sudhof2008-03-171-131/+206
* git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8412 89ea8834-ac86-4346-8a...Henry Sudhof2008-02-271-1/+0
* and the APIHenry Sudhof2008-02-271-6/+2
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-1/+21
* Fix Custom BBCode {EMAIL}-Token usage - #21155Meik Sievertsen2008-02-231-1/+1
* Fixing realpath issues for provider returning the passed value instead of dis...Meik Sievertsen2008-01-301-133/+148
* One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-6/+6
* #19955Meik Sievertsen2008-01-291-29/+33