aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Bug #29635Meik Sievertsen2008-06-281-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8675 89ea8834-ac86-4346-8a33-228a782c2dd0
* New parameter for redirect() to circumvent the cross-domain check.Meik Sievertsen2008-06-281-3/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8674 89ea8834-ac86-4346-8a33-228a782c2dd0
* urlencode image filenames used in img(). This is not needed, but better for ↵Meik Sievertsen2008-06-231-0/+1
| | | | | | XHTML compatibility. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8670 89ea8834-ac86-4346-8a33-228a782c2dd0
* Catch invalid username wildcard ban (we do not support these) (Bug #29305)Meik Sievertsen2008-06-211-53/+48
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8668 89ea8834-ac86-4346-8a33-228a782c2dd0
* further checks on maximum storage lengthMeik Sievertsen2008-06-214-20/+43
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8667 89ea8834-ac86-4346-8a33-228a782c2dd0
* #26795Meik Sievertsen2008-06-211-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8665 89ea8834-ac86-4346-8a33-228a782c2dd0
* #s29325Meik Sievertsen2008-06-211-0/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8661 89ea8834-ac86-4346-8a33-228a782c2dd0
* correctly set flags if text is emptyMeik Sievertsen2008-06-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8657 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix some instances where we left db connections open (registration -> ↵Meik Sievertsen2008-06-133-16/+18
| | | | | | captcha for example) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8655 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove the $Id$ line there and instead add valuable information. Oh, and did ↵Meik Sievertsen2008-06-121-1/+1
| | | | | | not know the phpass project catched our implementation of their code. :) Nice to see. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8651 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmMeik Sievertsen2008-06-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8647 89ea8834-ac86-4346-8a33-228a782c2dd0
* added two comments to describe the functions use-caseMeik Sievertsen2008-06-101-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8643 89ea8834-ac86-4346-8a33-228a782c2dd0
* Regular expression for email matching in posts will no longer die on long wordsNils Adermann2008-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8641 89ea8834-ac86-4346-8a33-228a782c2dd0
* check if folder is not empty (may happen for absolute paths). Thanks paulMeik Sievertsen2008-06-091-5/+29
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8639 89ea8834-ac86-4346-8a33-228a782c2dd0
* #27395Meik Sievertsen2008-06-092-10/+22
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8636 89ea8834-ac86-4346-8a33-228a782c2dd0
* #16124Henry Sudhof2008-06-092-16/+38
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8634 89ea8834-ac86-4346-8a33-228a782c2dd0
* #27325Henry Sudhof2008-06-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8631 89ea8834-ac86-4346-8a33-228a782c2dd0
* #23945Henry Sudhof2008-06-091-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8630 89ea8834-ac86-4346-8a33-228a782c2dd0
* #26705Henry Sudhof2008-06-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8628 89ea8834-ac86-4346-8a33-228a782c2dd0
* #27585Henry Sudhof2008-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8626 89ea8834-ac86-4346-8a33-228a782c2dd0
* typoHenry Sudhof2008-06-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8622 89ea8834-ac86-4346-8a33-228a782c2dd0
* #25705Meik Sievertsen2008-06-081-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8621 89ea8834-ac86-4346-8a33-228a782c2dd0
* not unsetting message_parser - a mod or site may want to re-use it.Meik Sievertsen2008-06-081-5/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8620 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not allow [flash=0,0]... not implemented for images due to the reliance ↵Meik Sievertsen2008-06-071-0/+6
| | | | | | on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8613 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some xenophobiaHenry Sudhof2008-06-061-3/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8611 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28455Meik Sievertsen2008-06-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8609 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic searches by author no longer return invalid results [Bug #11777]Nils Adermann2008-06-042-5/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8604 89ea8834-ac86-4346-8a33-228a782c2dd0
* HTTP Authentication supports UTF-8 usernames now [Bug #21135]Nils Adermann2008-06-041-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8602 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed executable props [Bug #6464]Nils Adermann2008-06-048-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8598 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, well, my team is allowed to give me some slappage. :/ I now changed this ↵Meik Sievertsen2008-06-041-4/+4
| | | | | | sooo often and never realised the code portion is absolute rubbish... with ini_get returning something completely different. Now, this should work (at least for PHP 5.2.x) - tested all 16 possible combinations of triggering errors before and after headers sent, with and without gzip compression, with and without output buffering. Now, please work for others too... git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8594 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28055Henry Sudhof2008-06-041-15/+15
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8593 89ea8834-ac86-4346-8a33-228a782c2dd0
* Too much for a minor; sorryHenry Sudhof2008-06-041-46/+13
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8591 89ea8834-ac86-4346-8a33-228a782c2dd0
* initialize $pre_fill Meik Sievertsen2008-06-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8589 89ea8834-ac86-4346-8a33-228a782c2dd0
* a little polishHenry Sudhof2008-06-031-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8585 89ea8834-ac86-4346-8a33-228a782c2dd0
* give the ACP a login screenHenry Sudhof2008-06-021-9/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8581 89ea8834-ac86-4346-8a33-228a782c2dd0
* ACP logoutHenry Sudhof2008-06-022-0/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8580 89ea8834-ac86-4346-8a33-228a782c2dd0
* What use is a shiny banstick(TM) if nobody finds it?Henry Sudhof2008-05-291-6/+35
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8574 89ea8834-ac86-4346-8a33-228a782c2dd0
* #27855Meik Sievertsen2008-05-262-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8567 89ea8834-ac86-4346-8a33-228a782c2dd0
* some adjustements (changes to sessions code need to be backwards-compatible) ↵Meik Sievertsen2008-05-181-8/+9
| | | | | | - henry, do not forget to include this into your merge to 3.2.x too. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8565 89ea8834-ac86-4346-8a33-228a782c2dd0
* #26885Meik Sievertsen2008-05-181-3/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8563 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for bug #27355Meik Sievertsen2008-05-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8561 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...Henry Sudhof2008-05-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8560 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...Henry Sudhof2008-05-171-6/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8559 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hmmm. Tawny port and stiltonHenry Sudhof2008-05-171-0/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8558 89ea8834-ac86-4346-8a33-228a782c2dd0
* explanationHenry Sudhof2008-05-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8557 89ea8834-ac86-4346-8a33-228a782c2dd0
* 27375 - keep it upHenry Sudhof2008-05-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8556 89ea8834-ac86-4346-8a33-228a782c2dd0
* And more new features for reasonable paranoia.Henry Sudhof2008-05-154-3/+67
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8555 89ea8834-ac86-4346-8a33-228a782c2dd0
* So, tighten things up a little further. QA Team, please check this.Henry Sudhof2008-05-153-2/+64
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 89ea8834-ac86-4346-8a33-228a782c2dd0
* it is indeed no longer requiredMeik Sievertsen2008-05-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8544 89ea8834-ac86-4346-8a33-228a782c2dd0
* git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8531 ↵Meik Sievertsen2008-04-301-1/+1
| | | | 89ea8834-ac86-4346-8a33-228a782c2dd0