aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* #5136David M2007-03-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7210 89ea8834-ac86-4346-8a33-228a782c2dd0
* small redirect fix. ;)Meik Sievertsen2007-03-191-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7209 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make required_template/required_theme/required_imageset in style.cfg work ↵Nils Adermann2007-03-191-10/+35
| | | | | | as intended git-svn-id: file:///svn/phpbb/trunk@7208 89ea8834-ac86-4346-8a33-228a782c2dd0
* this will make so many things so much easierDominik Dröscher2007-03-181-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7207 89ea8834-ac86-4346-8a33-228a782c2dd0
* check for permission when quoting post in pm (found by kellanved)Meik Sievertsen2007-03-171-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7205 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7200 89ea8834-ac86-4346-8a33-228a782c2dd0
* if path is false we do not return one...Meik Sievertsen2007-03-151-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7198 89ea8834-ac86-4346-8a33-228a782c2dd0
* #24601 ;_;Dominik Dröscher2007-03-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7197 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, the benefit seems to be not that huge. :/Meik Sievertsen2007-03-141-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7194 89ea8834-ac86-4346-8a33-228a782c2dd0
* - sync now correctly handles approved posts in unapproved topics (last_post ↵Nils Adermann2007-03-142-18/+35
| | | | | | info) git-svn-id: file:///svn/phpbb/trunk@7191 89ea8834-ac86-4346-8a33-228a782c2dd0
* quick fixNils Adermann2007-03-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7190 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-141-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7189 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a bug in syncing forums/topics in ACPMeik Sievertsen2007-03-142-29/+127
| | | | | | | - now also syncing moved topics having no information at all (this may only be triggered while converting) git-svn-id: file:///svn/phpbb/trunk@7188 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-141-8/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@7186 89ea8834-ac86-4346-8a33-228a782c2dd0
* - improvements to search indexing performance, espacially tidy() by adding a ↵Nils Adermann2007-03-132-49/+125
| | | | | | | | | | word_count column, the database update from b5 to next version will take quite a while on bigger databases, I also lowered the default common word threshold from 20 to 5 percent, big boards might want to use 3 or 2 percent, 20 was way too high - added some keys to ACL tables, great improvement of auth query performance - we will only add new language strings to install.php language file and won't modify any, if a language file is updated before phpBB is updated, the updater will not overwrite the user's language with english if install.php was modified git-svn-id: file:///svn/phpbb/trunk@7182 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove user with empty username_clean...Meik Sievertsen2007-03-121-0/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@7180 89ea8834-ac86-4346-8a33-228a782c2dd0
* I don't like hardcoded URLs :)Dominik Dröscher2007-03-121-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7179 89ea8834-ac86-4346-8a33-228a782c2dd0
* it could happen that new private messages are wrongly tagged. We try to ↵Meik Sievertsen2007-03-121-0/+46
| | | | | | "repair" this when releasing messages. git-svn-id: file:///svn/phpbb/trunk@7178 89ea8834-ac86-4346-8a33-228a782c2dd0
* a performance improvementNils Adermann2007-03-121-9/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7177 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this was a nasty one. :D Do not overwrite user ranks if the group rank ↵Meik Sievertsen2007-03-121-0/+6
| | | | | | is set to "user default". :o git-svn-id: file:///svn/phpbb/trunk@7175 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Firebird supports the standard format for escaping stuffDavid M2007-03-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7171 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8632Meik Sievertsen2007-03-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7164 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8618 + padding store checkMeik Sievertsen2007-03-101-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7163 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8626Meik Sievertsen2007-03-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7162 89ea8834-ac86-4346-8a33-228a782c2dd0
* only tiny adjustements... and try to set the memory limit for the search ↵Meik Sievertsen2007-03-101-0/+3
| | | | | | indexing page to 128M... git-svn-id: file:///svn/phpbb/trunk@7161 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow the template bitfield being specified by the author if he do not want ↵Meik Sievertsen2007-03-091-1/+12
| | | | | | to use some hardcoded tpl bits... git-svn-id: file:///svn/phpbb/trunk@7158 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8576Dominik Dröscher2007-03-092-3/+3
| | | | | | | Introducing percentage based font sizing for the font-site BBCode git-svn-id: file:///svn/phpbb/trunk@7157 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-081-9/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7152 89ea8834-ac86-4346-8a33-228a782c2dd0
* apply correct check for hiding sessionMeik Sievertsen2007-03-081-2/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@7151 89ea8834-ac86-4346-8a33-228a782c2dd0
* again... some more fixes.Meik Sievertsen2007-03-089-18/+106
| | | | git-svn-id: file:///svn/phpbb/trunk@7150 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8572Dominik Dröscher2007-03-081-1/+1
| | | | | | | This actually bugged me to for a long time too. git-svn-id: file:///svn/phpbb/trunk@7149 89ea8834-ac86-4346-8a33-228a782c2dd0
* stupid debug code :PDavid M2007-03-081-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7148 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8456David M2007-03-082-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7147 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix some group specific bugsMeik Sievertsen2007-03-074-11/+33
| | | | | | | - correctly determining terrafrost's birthday mod git-svn-id: file:///svn/phpbb/trunk@7143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sync... applying the two line change as happened to the ACP templates ↵Jonathan Stanley2007-03-071-0/+2
| | | | | | earlier in the week. git-svn-id: file:///svn/phpbb/trunk@7142 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Avoid creating backups that we can't restore :)David M2007-03-071-22/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@7141 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8538David M2007-03-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7140 89ea8834-ac86-4346-8a33-228a782c2dd0
* Be gone thou hardcoded image dimensions! There is not enough room for both ↵Dominik Dröscher2007-03-063-7/+7
| | | | | | of us! git-svn-id: file:///svn/phpbb/trunk@7137 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix issue with user agent and debug_extra enabled - reported by kellanved...Meik Sievertsen2007-03-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7135 89ea8834-ac86-4346-8a33-228a782c2dd0
* safer name for the updater downloads (even if removed after download) - ↵Meik Sievertsen2007-03-061-6/+16
| | | | | | reported by SHS` git-svn-id: file:///svn/phpbb/trunk@7134 89ea8834-ac86-4346-8a33-228a782c2dd0
* typoDavid M2007-03-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7121 89ea8834-ac86-4346-8a33-228a782c2dd0
* - small MSSQL thingDavid M2007-03-044-11/+132
| | | | | | | - changed how we store tracking data git-svn-id: file:///svn/phpbb/trunk@7120 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-043-26/+40
| | | | | | | | - some modifications of search indexing which might improve the speed and hopefully fixes [Bug #8352] - added logging to search indexing [Bug #8384] git-svn-id: file:///svn/phpbb/trunk@7119 89ea8834-ac86-4346-8a33-228a782c2dd0
* - change conversion to process dotted topics after syncing (else some ↵Meik Sievertsen2007-03-043-4/+26
| | | | | | | | | informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing. - remember entered register data when changing the default language. git-svn-id: file:///svn/phpbb/trunk@7118 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8468David M2007-03-031-36/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7117 89ea8834-ac86-4346-8a33-228a782c2dd0
* further checks on coppa...Meik Sievertsen2007-03-031-4/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7116 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm... yes...Meik Sievertsen2007-03-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7115 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing the following bugs:Meik Sievertsen2007-03-037-27/+20
| | | | | | | | | | | | | #8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images) #8414 #8396 #8388 #8216 thanks to bartvb and kellanved for providing possible fixes... git-svn-id: file:///svn/phpbb/trunk@7114 89ea8834-ac86-4346-8a33-228a782c2dd0
* we support PHP4. :oMeik Sievertsen2007-03-031-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7112 89ea8834-ac86-4346-8a33-228a782c2dd0
* this change should be a performance boost on destroying the sql cache... ↵Meik Sievertsen2007-03-031-6/+23
| | | | | | took several seconds before. This is especially noticeable on updating groups and permissions and may also fix the "blank screen" bugs. git-svn-id: file:///svn/phpbb/trunk@7111 89ea8834-ac86-4346-8a33-228a782c2dd0