aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More FAQ changes, with thanks to Techie-Micheal for assistance with some of ↵Graham Eames2006-10-131-39/+39
| | | | | | these git-svn-id: file:///svn/phpbb/trunk@6493 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4710David M2006-10-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6492 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use correct template variable to allow sorting to work [#4712]Graham Eames2006-10-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6491 89ea8834-ac86-4346-8a33-228a782c2dd0
* Censor last post topic [#4714]Graham Eames2006-10-122-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6490 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4718David M2006-10-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6489 89ea8834-ac86-4346-8a33-228a782c2dd0
* comment out for the moment - it may be not fair to disallow "virtual" urls. :)Meik Sievertsen2006-10-121-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6488 89ea8834-ac86-4346-8a33-228a782c2dd0
* some test code, hopefully working for all occassions where we are using the ↵Meik Sievertsen2006-10-122-2/+21
| | | | | | functions... git-svn-id: file:///svn/phpbb/trunk@6487 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4316Dominik Dröscher2006-10-122-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6486 89ea8834-ac86-4346-8a33-228a782c2dd0
* I hate duplicate CSS. That was the last one for tonight. I swear!Dominik Dröscher2006-10-111-6/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@6485 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nicer solution for the rtl problem. Thanks Jon!Dominik Dröscher2006-10-113-4/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@6484 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yes IE6, I like you as much as you like me.Dominik Dröscher2006-10-112-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6483 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some subsilver fixes:Dominik Dröscher2006-10-115-14/+27
| | | | | | | | | #4628 #4448 #4014 git-svn-id: file:///svn/phpbb/trunk@6482 89ea8834-ac86-4346-8a33-228a782c2dd0
* #3980Graham Eames2006-10-111-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@6481 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4700David M2006-10-113-128/+128
| | | | git-svn-id: file:///svn/phpbb/trunk@6480 89ea8834-ac86-4346-8a33-228a782c2dd0
* :)Meik Sievertsen2006-10-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6479 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixesMeik Sievertsen2006-10-115-54/+69
| | | | git-svn-id: file:///svn/phpbb/trunk@6478 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make sure all sort keys are valid and selectable.Meik Sievertsen2006-10-112-0/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@6477 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not use parse_str because it could lead to "unexpected" output which ↵Meik Sievertsen2006-10-111-2/+13
| | | | | | could lead to XSS git-svn-id: file:///svn/phpbb/trunk@6476 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i do not why the db is setting the type for user id to string - but with ↵Meik Sievertsen2006-10-101-1/+4
| | | | | | this change bots should no longer "spawn" sessions. ;) git-svn-id: file:///svn/phpbb/trunk@6475 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4622David M2006-10-101-2/+2
| | | | | | | stole this bug too :P git-svn-id: file:///svn/phpbb/trunk@6474 89ea8834-ac86-4346-8a33-228a782c2dd0
* new collation for MySQL >= 4.1.3, should be a tad fasterDavid M2006-10-102-62/+62
| | | | git-svn-id: file:///svn/phpbb/trunk@6473 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4680David M2006-10-101-1/+1
| | | | | | | this bothered me :P git-svn-id: file:///svn/phpbb/trunk@6472 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully no bugs...David M2006-10-091-292/+246
| | | | | | | | | | | | | - faster encoding and way faster decoding (hopefully) - waaaaay faster strtoupper strtolower transforms - more powerful utf8_substr - removed two (now) useless functions P.S. decode and upper/lower all had bugs before :P git-svn-id: file:///svn/phpbb/trunk@6471 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum image being an additional image instead of replacing forum indicatorsMeik Sievertsen2006-10-0811-35/+79
| | | | | | | - reasons fixes git-svn-id: file:///svn/phpbb/trunk@6470 89ea8834-ac86-4346-8a33-228a782c2dd0
* missing spanDominik Dröscher2006-10-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6469 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to language functionality.Graham Eames2006-10-084-8/+8
| | | | | | | | | Notes to translators: * Language directory should where possible be named xx[_yy[_zz]] as appropriate for the language code (lower case with underscores to separate) * USER_LANG should contain the relevant iso code which is returned with page content (ie en-gb for the default language pack) git-svn-id: file:///svn/phpbb/trunk@6468 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove useless information from tz arrayMeik Sievertsen2006-10-089-356/+357
| | | | git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
* filenames and directories are lowercase onlyMeik Sievertsen2006-10-086-11/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@6466 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops ;-)David M2006-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6465 89ea8834-ac86-4346-8a33-228a782c2dd0
* Case folding! :DDavid M2006-10-075-0/+194
| | | | git-svn-id: file:///svn/phpbb/trunk@6464 89ea8834-ac86-4346-8a33-228a782c2dd0
* View profile now shows relevant add/remove linksGraham Eames2006-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6463 89ea8834-ac86-4346-8a33-228a782c2dd0
* View profile now shows relevant add/remove linksGraham Eames2006-10-074-5/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@6462 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make the UTF tools available - recent changes require them in the install ↵Graham Eames2006-10-072-9/+10
| | | | | | | | | | | and they are likely to be needed in conversion as well Fix some broken redirects Change the structure of language packs we scan for. (language packs should be named in the form xx-yy - all lowercase with hyphens as the separator) git-svn-id: file:///svn/phpbb/trunk@6461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Set S_USER_LANG for the installer, though requires review since phpBB3Jonathan Stanley2006-10-071-1/+2
| | | | | | | | mandates that the language pack directory is in xx/xx-YY/xx-yy format, as browsers choke with non-hyphenated formats, eg: xx_YY/xx_yy/xx@Zzzz. git-svn-id: file:///svn/phpbb/trunk@6460 89ea8834-ac86-4346-8a33-228a782c2dd0
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-0716-56/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@6459 89ea8834-ac86-4346-8a33-228a782c2dd0
* better not. ;)Meik Sievertsen2006-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6458 89ea8834-ac86-4346-8a33-228a782c2dd0
* strpos...Meik Sievertsen2006-10-073-13/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@6457 89ea8834-ac86-4346-8a33-228a782c2dd0
* role_name does not need to be case-insensitiveMeik Sievertsen2006-10-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6456 89ea8834-ac86-4346-8a33-228a782c2dd0
* for some things we do not need the utf8 function. :)Meik Sievertsen2006-10-074-21/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@6455 89ea8834-ac86-4346-8a33-228a782c2dd0
* The zebra ran into a paint factoryGraham Eames2006-10-072-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@6454 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor typoGraham Eames2006-10-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6453 89ea8834-ac86-4346-8a33-228a782c2dd0
* tried to begin adjusting all string functions where applicable - still a ↵Meik Sievertsen2006-10-0724-92/+67
| | | | | | | | | *lot* to do. i hope i catched all relevant sections and did not mess something up. git-svn-id: file:///svn/phpbb/trunk@6452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Explicitly setting the (X)HTML content-language for the ACP so that Unicode ↵Jonathan Stanley2006-10-0710-15/+24
| | | | | | | | | | | | | | font matching within browsers work correctly when Chinese/Korean/Japanese language packs are selected due to Han Unification which map different graphemes to the same codepoint. References: http://www.w3.org/International/tutorials/tutorial-lang/ http://en.wikipedia.org/wiki/Han_unification git-svn-id: file:///svn/phpbb/trunk@6451 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2006-10-061-17/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@6450 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4518David M2006-10-062-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@6449 89ea8834-ac86-4346-8a33-228a782c2dd0
* #3794David M2006-10-061-16/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@6448 89ea8834-ac86-4346-8a33-228a782c2dd0
* - support re-caching of theme data if stylesheet.css changed and ↵Meik Sievertsen2006-10-0620-55/+87
| | | | | | | | | | load_tplcompile enabled - mcp fixes - fixed some usability issues git-svn-id: file:///svn/phpbb/trunk@6447 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2006-10-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6446 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie?!?! :DJonathan Stanley2006-10-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6445 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some initial FAQ (that's FACK, not Eff Aye Que) expansion for phpBB3, ↵Jonathan Stanley2006-10-051-3/+91
| | | | | | keeping in mind the secret template is a little different. ;) git-svn-id: file:///svn/phpbb/trunk@6444 89ea8834-ac86-4346-8a33-228a782c2dd0