aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* err, forgot to commitMeik Sievertsen2007-07-2714-66/+66
| | | | git-svn-id: file:///svn/phpbb/trunk@7961 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13791 - I hope this works :DHenry Sudhof2007-07-273-9/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@7960 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13800Henry Sudhof2007-07-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7958 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11515Henry Sudhof2007-07-271-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7957 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix session problems for those using mysql in strict mode and users having a ↵Meik Sievertsen2007-07-271-1/+1
| | | | | | browser agent string > 150 characters. git-svn-id: file:///svn/phpbb/trunk@7956 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13831Henry Sudhof2007-07-271-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7955 89ea8834-ac86-4346-8a33-228a782c2dd0
* we do not have such a constant. :PMeik Sievertsen2007-07-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaning up a little. Mostly there are excellent reasons not to use sql_in_set.Henry Sudhof2007-07-262-18/+21
| | | | | | | | Might be revisisted in the future. #13797 git-svn-id: file:///svn/phpbb/trunk@7952 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13813Henry Sudhof2007-07-261-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7951 89ea8834-ac86-4346-8a33-228a782c2dd0
* the old code was correct - we also want to allow autologin keys working on ↵Meik Sievertsen2007-07-251-11/+0
| | | | | | more than one PC/browser. ;) git-svn-id: file:///svn/phpbb/trunk@7948 89ea8834-ac86-4346-8a33-228a782c2dd0
* please have a second look at the change within session.php - we had a few ↵Meik Sievertsen2007-07-252-13/+25
| | | | | | "doubled" keys within the db... git-svn-id: file:///svn/phpbb/trunk@7946 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13796Henry Sudhof2007-07-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7945 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13567Henry Sudhof2007-07-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7944 89ea8834-ac86-4346-8a33-228a782c2dd0
* small fixes.Henry Sudhof2007-07-252-9/+8
| | | | | | | | | | | #13794 : Raised the used error level by one #13763 : Removed an old Beta2 compatibility fix #13527 : cleaned up the code #13525 : Changed templates as proposed by damnian #11515 : added explanation about CPF checkboxes git-svn-id: file:///svn/phpbb/trunk@7943 89ea8834-ac86-4346-8a33-228a782c2dd0
* More fixes for CPFs. I believe the wizard should now work for all types, ↵Henry Sudhof2007-07-241-4/+3
| | | | | | even with several languages. Testing is encouraged. git-svn-id: file:///svn/phpbb/trunk@7941 89ea8834-ac86-4346-8a33-228a782c2dd0
* two fixesMeik Sievertsen2007-07-242-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7940 89ea8834-ac86-4346-8a33-228a782c2dd0
* + some fixesMeik Sievertsen2007-07-243-26/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@7938 89ea8834-ac86-4346-8a33-228a782c2dd0
* this should work fine now...Meik Sievertsen2007-07-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7937 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13581David M2007-07-241-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7936 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13751Henry Sudhof2007-07-241-1/+16
| | | | | | | Fixing date CPFs for multilanguage boards. git-svn-id: file:///svn/phpbb/trunk@7934 89ea8834-ac86-4346-8a33-228a782c2dd0
* a little commentHenry Sudhof2007-07-231-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7931 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13579Henry Sudhof2007-07-232-5/+15
| | | | | | | This changes the signature of author_search. Search backends will need adjustment. git-svn-id: file:///svn/phpbb/trunk@7930 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13731Henry Sudhof2007-07-231-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7928 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugs #13701, #13697Henry Sudhof2007-07-231-4/+4
| | | | | | | | | | Still not a perfect fix, but it should be better. To illustrate the problem: Whenever the default group is changed, we have to apply group avatars and ranks. The group value is then copied to the user table, where it is not easily decideable whatever or not it is a group value or a special value. If we change the default group of an user, we want that user to lose the group rank/avatar; however, we also have to dispose special ranks etc. in the process. Bottom line: use groups to assign ranks :| git-svn-id: file:///svn/phpbb/trunk@7927 89ea8834-ac86-4346-8a33-228a782c2dd0
* - a better way of checking PCRE property supportDavid M2007-07-233-7/+11
| | | | | | | - fixed the naming of a variable or two git-svn-id: file:///svn/phpbb/trunk@7925 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13693David M2007-07-221-19/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@7924 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13713David M2007-07-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7922 89ea8834-ac86-4346-8a33-228a782c2dd0
* try to normalize everything...Meik Sievertsen2007-07-2225-81/+112
| | | | git-svn-id: file:///svn/phpbb/trunk@7920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaning up (#13689)Henry Sudhof2007-07-2210-23/+23
| | | | | | | Also removed the useless login box from the ACP. git-svn-id: file:///svn/phpbb/trunk@7919 89ea8834-ac86-4346-8a33-228a782c2dd0
* errHenry Sudhof2007-07-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7916 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13663Henry Sudhof2007-07-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7915 89ea8834-ac86-4346-8a33-228a782c2dd0
* clean upDavid M2007-07-212-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7914 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13655David M2007-07-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7913 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13643David M2007-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7912 89ea8834-ac86-4346-8a33-228a782c2dd0
* hehehe... :(David M2007-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7911 89ea8834-ac86-4346-8a33-228a782c2dd0
* be more leanDavid M2007-07-201-7/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7910 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, a lot of bug fixesMeik Sievertsen2007-07-199-50/+181
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* let's remove 350+ impossible entriesDavid M2007-07-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7908 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replace all of the mapings that transform some sort of letter l to number ↵David M2007-07-191-1/+1
| | | | | | one instead to some sort of letter l to latin small letter l git-svn-id: file:///svn/phpbb/trunk@7906 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove T_THEME_DATA completely... now the css data is able to be fetched for ↵Meik Sievertsen2007-07-172-74/+1
| | | | | | banned users too. Gives us a good chunk of memory back. git-svn-id: file:///svn/phpbb/trunk@7901 89ea8834-ac86-4346-8a33-228a782c2dd0
* it has been decided amongst the team that using glob() is bad practice, ↵Meik Sievertsen2007-07-171-18/+7
| | | | | | after determining the overall usage among projects as well as the security history of the function. git-svn-id: file:///svn/phpbb/trunk@7900 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, seems that many hosts are in a business in which they shouldn't be in. ↵Henry Sudhof2007-07-171-3/+3
| | | | | | | | | Lessen the impact for their customers by allowing to do without getimagesize for remote avatatars. #13531 git-svn-id: file:///svn/phpbb/trunk@7899 89ea8834-ac86-4346-8a33-228a782c2dd0
* sir, put your hands up and step away from the extra integersDavid M2007-07-161-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7897 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Handle forum links/redirects within viewforum if no read permission given ↵Meik Sievertsen2007-07-163-3/+27
| | | | | | | | | (to display login box or error message) (Bug #13467) - Prevent changing postable forum having subforums to link forum without moving subforums out first git-svn-id: file:///svn/phpbb/trunk@7895 89ea8834-ac86-4346-8a33-228a782c2dd0
* That else statement will never come into effect because the ORDER BY makes ↵David M2007-07-161-4/+0
| | | | | | sure that the parent is dealt with before the children git-svn-id: file:///svn/phpbb/trunk@7894 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13463David M2007-07-162-3/+4
| | | | | | | - tiny issue with get_tables() git-svn-id: file:///svn/phpbb/trunk@7893 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure the class exists before we try to normalize with itDavid M2007-07-161-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7892 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove code duplicationDavid M2007-07-151-55/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@7891 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search result extract shouldn't end in the middle of a multibyte character ↵Nils Adermann2007-07-157-177/+64
| | | | | | | | | | | | | [Bug #11863] - missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027] - explain that themes which need parsing cannot be stored on the filesystem [Bug #11134] - normalize usernames (we really need to make sure we normalize everything) - improved utf8_clean_string, more complete list of homographs and NFKC normalization, also the resulting string is now trimmed - corrected searching subforums explanation [Bug #12209] git-svn-id: file:///svn/phpbb/trunk@7890 89ea8834-ac86-4346-8a33-228a782c2dd0
* even more fixes. :oMeik Sievertsen2007-07-156-14/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@7889 89ea8834-ac86-4346-8a33-228a782c2dd0