aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #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
* Add coluring to search-posts resultsGraham Eames2006-10-052-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6443 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4616David M2006-10-051-5/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not show styles select if overriding styleGraham Eames2006-10-042-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@6441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check that we actually have a valid fpGraham Eames2006-10-041-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@6440 89ea8834-ac86-4346-8a33-228a782c2dd0
* - finally removed sql_numrowsMeik Sievertsen2006-10-0412-514/+120
| | | | | | | | - sql_fetchfield now in dbal.php - check query id correctly as well as other tiny fixes git-svn-id: file:///svn/phpbb/trunk@6439 89ea8834-ac86-4346-8a33-228a782c2dd0
* - query id can be zero [Bug #4584]Nils Adermann2006-10-038-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@6438 89ea8834-ac86-4346-8a33-228a782c2dd0
* ha, the first one...Meik Sievertsen2006-10-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6437 89ea8834-ac86-4346-8a33-228a782c2dd0
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-0338-582/+864
| | | | | | | | | | | | | | | | | | | | | - removed not utilized user_allow_email column from schema - removed inactive groups (they had no use at all, since inactive users are not able to login) The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes. - rewrote user_active_flip to support multiple users and a mode, as well as coping with the aforementioned changes - implemented updated jabber class to support SRV server records and for better jabberd2 support. - jabber errors now logged to the error log with a full transaction - fixed user_delete calls to include usernames where possible and also update last post information correctly - implemented additioal checks to user management to cope with common mistakes - On installation, guess the required mysql schema as best as possible. Users now only need to decide if they want to use the mysqli extension or not (mysqli selected by default) and no longer need to know their mysql version. - founders do not need to re-activate their account on profile changes - remove older session if re-authentication was successful (re-authentication always assigns a new session id) - set the cookie directly instead of using php's function - added inactive_remind to see which users got deactivated because of reminders (or re-activation) sent out hopefully not introduced too many bugs - those testing with CVS releases, please concentrate on user registration, activation, profile changes (email/password)... git-svn-id: file:///svn/phpbb/trunk@6436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reworded string to better clarify the errorJonathan Stanley2006-10-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6435 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4226David M2006-10-032-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6434 89ea8834-ac86-4346-8a33-228a782c2dd0
* complete check for FBDavid M2006-10-031-0/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@6433 89ea8834-ac86-4346-8a33-228a782c2dd0
* kill the cacheDavid M2006-10-021-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6432 89ea8834-ac86-4346-8a33-228a782c2dd0