aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* Same goes for the 3_0_0 branch... Fixed a problem caused by "-x-" variations ↵Vic D'Elfant2008-01-071-1/+8
| | | | | | of a translation, such as fr-x-strict and de-x-sie. We're now sending the main language code to the output so it will at least be a valid language code git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8312 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-066-6/+31
| | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly check empty subjects/messages (Bug #17915)Meik Sievertsen2008-01-054-25/+29
| | | | | | | | Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745) Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8306 89ea8834-ac86-4346-8a33-228a782c2dd0
* - backport viewforum performance change from 3.1.x to 3.0.xMeik Sievertsen2008-01-051-4/+17
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8305 89ea8834-ac86-4346-8a33-228a782c2dd0
* #16865Henry Sudhof2008-01-031-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8293 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few very minor changes to avoid curveballs.Henry Sudhof2008-01-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8292 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some issues with change_lang and VC / form tokensHenry Sudhof2008-01-022-12/+27
| | | | | | | | | | | | Small stuff. #18325 #17415 #17085 #16515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8291 89ea8834-ac86-4346-8a33-228a782c2dd0
* re-allow disabling of word censors (we somehow forgot to commit this, i ↵Meik Sievertsen2007-12-261-3/+12
| | | | | | really do not know why :/) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8286 89ea8834-ac86-4346-8a33-228a782c2dd0
* What did you expect? Us slacking off because of a few digg/heise trolls? ↵Henry Sudhof2007-12-133-5/+49
| | | | | | | | | nah. never! The show must go on :) git-svn-id: file:///svn/phpbb/trunk@8280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Late fix for #16174Henry Sudhof2007-12-101-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8273 89ea8834-ac86-4346-8a33-228a782c2dd0
* commit all transactions on closing the db (there is only one, but we support ↵Meik Sievertsen2007-12-061-1/+5
| | | | | | inner transactions - logically speaking) git-svn-id: file:///svn/phpbb/trunk@8271 89ea8834-ac86-4346-8a33-228a782c2dd0
* - on database update, execute garbage_collection(). This ensures a proper ↵Meik Sievertsen2007-12-061-1/+6
| | | | | | | | | | | closed db and written cache - on sql errors returning (and not triggering an error) execute the rollback too both "bugs" resulted in transactions left open if a query returned an error on database update preventing a clean update. Symptoms being for example oracle users not having all database info updated, the version number not changing or config variables not written. git-svn-id: file:///svn/phpbb/trunk@8270 89ea8834-ac86-4346-8a33-228a782c2dd0
* wonderful, another change... now come slap me to death... conquering mars.Meik Sievertsen2007-12-052-6/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8269 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15914 (bogus log entry if answering NO on confirming removing inactive users)Meik Sievertsen2007-12-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned usernames contain only single spaces, so 'a_name' and 'a__name' are ↵Nils Adermann2007-12-041-0/+3
| | | | | | treated as the same name [Bug #15634] git-svn-id: file:///svn/phpbb/trunk@8261 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15524David M2007-11-291-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8257 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not allow [size=0]Meik Sievertsen2007-11-291-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8256 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15554Henry Sudhof2007-11-274-3/+5
| | | | | | | | | #15464 #15384 Yes, there is a lang change. git-svn-id: file:///svn/phpbb/trunk@8253 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15484Henry Sudhof2007-11-261-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8251 89ea8834-ac86-4346-8a33-228a782c2dd0
* lets start thinking about the futureMeik Sievertsen2007-11-192-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8249 89ea8834-ac86-4346-8a33-228a782c2dd0
* further updatesMeik Sievertsen2007-11-193-10/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@8248 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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