aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* hopefully fixing bug #14890 - need to test laterMeik Sievertsen2007-11-191-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@8247 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to ↵Nils Adermann2007-11-183-3/+5
| | | | | | | | | | create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927] - Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110] - Dynamic width for birthday select boxes [Bug #15149] git-svn-id: file:///svn/phpbb/trunk@8246 89ea8834-ac86-4346-8a33-228a782c2dd0
* some further fixesMeik Sievertsen2007-11-175-16/+27
| | | | | | | - re-introduce grabbing random number from /dev/urandom git-svn-id: file:///svn/phpbb/trunk@8241 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot somethingMeik Sievertsen2007-11-171-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8240 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Re-populate arrays on cache purge/save to allow re-using some functions ↵Meik Sievertsen2007-11-173-9/+25
| | | | | | | | | without warnings - fix the annoying "last page empty" bug on inactive users page. git-svn-id: file:///svn/phpbb/trunk@8239 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15111Henry Sudhof2007-11-153-19/+37
| | | | | | | #15119 git-svn-id: file:///svn/phpbb/trunk@8236 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small thingsHenry Sudhof2007-11-102-1/+6
| | | | | | | | #15068 #15060 git-svn-id: file:///svn/phpbb/trunk@8233 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing tiny bugsMeik Sievertsen2007-11-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8232 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix pm not_moved/removed retrieval (it was switched)Meik Sievertsen2007-11-073-6/+8
| | | | | | | - cache db-size retrieval (saves a lot of seconds for very large boards) git-svn-id: file:///svn/phpbb/trunk@8231 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix images off, css on problem for post/reply buttonsMeik Sievertsen2007-11-062-87/+18
| | | | | | | - changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery. git-svn-id: file:///svn/phpbb/trunk@8229 89ea8834-ac86-4346-8a33-228a782c2dd0
* try to add another fix for bansMeik Sievertsen2007-11-041-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8225 89ea8834-ac86-4346-8a33-228a782c2dd0
* further fixesMeik Sievertsen2007-11-031-1/+2
| | | | | | | | | - fix infinite loop on checking ban for those not having ever visited the page (or removed all session cookies) - avatar width/height switched in language files - fix windows switching to background on IE7 (smlies window for example) git-svn-id: file:///svn/phpbb/trunk@8224 89ea8834-ac86-4346-8a33-228a782c2dd0
* some changesMeik Sievertsen2007-11-033-17/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@8223 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14985Henry Sudhof2007-10-301-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8218 89ea8834-ac86-4346-8a33-228a782c2dd0
* '1' might not have been a good choiceHenry Sudhof2007-10-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8216 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Allow charset names containing underscores or spacesNils Adermann2007-10-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8214 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure we always check for a valid directory handleMeik Sievertsen2007-10-214-25/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@8211 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14850Meik Sievertsen2007-10-202-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8207 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some annoying bugsMeik Sievertsen2007-10-197-50/+91
| | | | git-svn-id: file:///svn/phpbb/trunk@8204 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14834 - at least probablyHenry Sudhof2007-10-181-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8203 89ea8834-ac86-4346-8a33-228a782c2dd0
* make the ban check perform a bit better :/Meik Sievertsen2007-10-182-12/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@8202 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing one severe bug showing since 5.2.4Meik Sievertsen2007-10-171-1/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@8201 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lesson learned.Henry Sudhof2007-10-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8199 89ea8834-ac86-4346-8a33-228a782c2dd0
* MSSQL works properly with SQL update related toolsDavid M2007-10-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8198 89ea8834-ac86-4346-8a33-228a782c2dd0
* indeed.Henry Sudhof2007-10-151-1/+1
| | | | | | | #14789 git-svn-id: file:///svn/phpbb/trunk@8197 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2007-10-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8194 89ea8834-ac86-4346-8a33-228a782c2dd0
* use language variableMeik Sievertsen2007-10-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8186 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fixes...Meik Sievertsen2007-10-141-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8183 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Submitting language changes via acp_language should be possible again [Bug ↵Nils Adermann2007-10-141-1/+1
| | | | | | #14736] git-svn-id: file:///svn/phpbb/trunk@8181 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14736Henry Sudhof2007-10-141-1/+9
| | | | | | | #14725 git-svn-id: file:///svn/phpbb/trunk@8179 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Submitting language changes via acp_language should be possible again [Bug ↵Nils Adermann2007-10-141-5/+5
| | | | | | #14736] git-svn-id: file:///svn/phpbb/trunk@8177 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14725Henry Sudhof2007-10-141-5/+0
| | | | | | | One check too many git-svn-id: file:///svn/phpbb/trunk@8176 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny tiny tinyMeik Sievertsen2007-10-131-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lets put it back where it belongs.Henry Sudhof2007-10-131-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8171 89ea8834-ac86-4346-8a33-228a782c2dd0
* errm, we actually want that.Henry Sudhof2007-10-131-6/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8170 89ea8834-ac86-4346-8a33-228a782c2dd0
* some bugfixesMeik Sievertsen2007-10-125-30/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0
* small fixMeik Sievertsen2007-10-121-1/+1
| | | | | | | - david: please review the mssql change git-svn-id: file:///svn/phpbb/trunk@8165 89ea8834-ac86-4346-8a33-228a782c2dd0
* prevent posting empty messages with some UTF8-characters as well as fixing ↵Meik Sievertsen2007-10-111-2/+9
| | | | | | conversion in CVS. git-svn-id: file:///svn/phpbb/trunk@8163 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14679Henry Sudhof2007-10-091-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8160 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...Henry Sudhof2007-10-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8159 89ea8834-ac86-4346-8a33-228a782c2dd0
* use previous information gathered for obtaining the ban type (bug #14674)Meik Sievertsen2007-10-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8157 89ea8834-ac86-4346-8a33-228a782c2dd0
* new clicky thingies.Henry Sudhof2007-10-093-12/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@8156 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny bugfixesMeik Sievertsen2007-10-082-3/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@8155 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Match custom BBCodes in the same way during first and second pass - patch ↵Nils Adermann2007-10-072-1/+21
| | | | | | provided by IBBoard [Bug #14268] git-svn-id: file:///svn/phpbb/trunk@8153 89ea8834-ac86-4346-8a33-228a782c2dd0
* And one more confirm box.Henry Sudhof2007-10-051-6/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@8149 89ea8834-ac86-4346-8a33-228a782c2dd0
* example.comMeik Sievertsen2007-10-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8148 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-0577-570/+1052
| | | | git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-0519-166/+277
| | | | git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14636Henry Sudhof2007-10-051-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8144 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i43Henry Sudhof2007-10-052-4/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@8143 89ea8834-ac86-4346-8a33-228a782c2dd0