aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* :(David M2007-03-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7231 89ea8834-ac86-4346-8a33-228a782c2dd0
* fopen + fread + fclose -> file_get_contentsDavid M2007-03-251-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7230 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5280David M2007-03-242-35/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@7229 89ea8834-ac86-4346-8a33-228a782c2dd0
* d'ohDavid M2007-03-241-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7228 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5084David M2007-03-241-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5271Jonathan Stanley2007-03-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7226 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5275David M2007-03-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7225 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5276David M2007-03-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7224 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5265David M2007-03-241-7/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bye bye toggle_inverse.gif... made a "super" toggle.gif which contains both ↵Jonathan Stanley2007-03-234-7/+11
| | | | | | states and "switched" using CSS sprites method to stop the ugly loading "flash" when images aren't cached for the first time. prosilver ACP+style classnames use hyphens... so stuck with them, plus underscores might trip up some bizarre edge case thing with IE6, so play safe. Would like the toggle to set a cookie at some point, so the setting would be "sticky". git-svn-id: file:///svn/phpbb/trunk@7222 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5181Meik Sievertsen2007-03-231-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7221 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5160Meik Sievertsen2007-03-231-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7220 89ea8834-ac86-4346-8a33-228a782c2dd0
* our final ACP style which had been finished a few(?) years(?) back and being ↵Meik Sievertsen2007-03-2318-281/+539
| | | | | | put on-hold until the time comes... :) kudos to all being involved here but their work not being seen publically. ;) git-svn-id: file:///svn/phpbb/trunk@7219 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, some changes here and there...Meik Sievertsen2007-03-238-27/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
* slight updateDominik Dröscher2007-03-221-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7217 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes... hopefully not breaking something. :oMeik Sievertsen2007-03-226-210/+59
| | | | git-svn-id: file:///svn/phpbb/trunk@7216 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5194David M2007-03-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7215 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5205David M2007-03-221-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7214 89ea8834-ac86-4346-8a33-228a782c2dd0
* nice template variable to haveDominik Dröscher2007-03-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7213 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better to have thisDominik Dröscher2007-03-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7212 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5137David M2007-03-202-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7211 89ea8834-ac86-4346-8a33-228a782c2dd0
* #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
* better sorting is more important ;)David M2007-03-183-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7206 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
* - check for username_clean collisions prior to conversionNils Adermann2007-03-174-1/+199
| | | | git-svn-id: file:///svn/phpbb/trunk@7204 89ea8834-ac86-4346-8a33-228a782c2dd0
* Per popular demandDominik Dröscher2007-03-171-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7203 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4052David M2007-03-173-4/+17
| | | | | | | - utf8_general_ci picked over utf8_unicode_ci for performance reasons git-svn-id: file:///svn/phpbb/trunk@7202 89ea8834-ac86-4346-8a33-228a782c2dd0
* display those as admins having admin permissions and being within the ↵Meik Sievertsen2007-03-161-7/+17
| | | | | | administrators group (admin group does not need to be the default one) git-svn-id: file:///svn/phpbb/trunk@7201 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
* ok, another fix to the birthday conversion. Thanks rxu for debugging this. :)Meik Sievertsen2007-03-151-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7199 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
* #4654684886 or so - I want my bug tracker back ;_;Dominik Dröscher2007-03-141-0/+1
| | | | | | | Added a missing language variable. git-svn-id: file:///svn/phpbb/trunk@7196 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-141-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7195 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
* help day!!!!Meik Sievertsen2007-03-141-0/+1
| | | | | | | it would help to limit the number of rows returned... we are not dolly the sheep. :P git-svn-id: file:///svn/phpbb/trunk@7193 89ea8834-ac86-4346-8a33-228a782c2dd0
* using the correct layer may help in creating indexes. :)Meik Sievertsen2007-03-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7192 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
* Rewording of the search reindexing status thingy + typography. Also, we ↵Jonathan Stanley2007-03-141-2/+2
| | | | | | don't really need to know how the post indexing rate with an accuracy of 6 decimal places, when 1 suffices! :D git-svn-id: file:///svn/phpbb/trunk@7187 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
* Do the syncorama dance! :D/-< :D\-< :D|-<Jonathan Stanley2007-03-141-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7185 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-03-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7184 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forgot the brackets there :oNils Adermann2007-03-132-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7183 89ea8834-ac86-4346-8a33-228a782c2dd0
* - improvements to search indexing performance, espacially tidy() by adding a ↵Nils Adermann2007-03-1313-63/+298
| | | | | | | | | | 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