aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A small change to the ordering to try and ensure that the mysql module with ↵Graham Eames2006-03-251-7/+12
| | | | | | | | | the most functionality is listed first so that people are not using the old mysql3 one if they don't check the list. This will probably get looked at again later git-svn-id: file:///svn/phpbb/trunk@5726 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, thought about this now for too long. I think the best solution ↵Meik Sievertsen2006-03-2583-1162/+1604
| | | | | | circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code. git-svn-id: file:///svn/phpbb/trunk@5725 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed the way re-authentication is handled, basically hardening the process.Meik Sievertsen2006-03-253-48/+73
| | | | | | | | | - also forbid re-authenticating as another user. needs further testing. git-svn-id: file:///svn/phpbb/trunk@5724 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure sql ary is filled before executing the queryMeik Sievertsen2006-03-253-18/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@5723 89ea8834-ac86-4346-8a33-228a782c2dd0
* save graham temporarly some headaches. ;)Meik Sievertsen2006-03-251-0/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@5722 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not ask why i put the pm table there instead of the polls. :oMeik Sievertsen2006-03-254-7/+15
| | | | | | | - remove forum description from title tag (now it's able to hold bbcode etc. resulting in broken layout) git-svn-id: file:///svn/phpbb/trunk@5721 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode parser needs instantiating [#1241]Graham Eames2006-03-251-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5720 89ea8834-ac86-4346-8a33-228a782c2dd0
* #1232Meik Sievertsen2006-03-252-2/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5719 89ea8834-ac86-4346-8a33-228a782c2dd0
* UI changes to the database settings section of the installerGraham Eames2006-03-254-64/+212
| | | | | | | Note: To prevent issues with incorrect database settings, it is now no longer possible to pass this point without the settings having been tested to make sure they work git-svn-id: file:///svn/phpbb/trunk@5718 89ea8834-ac86-4346-8a33-228a782c2dd0
* #1251Meik Sievertsen2006-03-251-3/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5717 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #1271Meik Sievertsen2006-03-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5716 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix "copy permissions" as well as shortening the $acl_url for redirecting to ↵Meik Sievertsen2006-03-253-45/+129
| | | | | | the permissions screen. git-svn-id: file:///svn/phpbb/trunk@5715 89ea8834-ac86-4346-8a33-228a782c2dd0
* Get user lookups working [#1281, #1282]Graham Eames2006-03-252-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5714 89ea8834-ac86-4346-8a33-228a782c2dd0
* my attempt to fix custom profile fieldsMeik Sievertsen2006-03-256-188/+250
| | | | | | | | | | | - added the load settings for custom profile fields - re-added our famous make_clickable function - removed group_by clauses (due to the lang id selection the group by clause is no more needed) I hope that i have not just created new bugs. ;) git-svn-id: file:///svn/phpbb/trunk@5712 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed tiny bugsMeik Sievertsen2006-03-254-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5711 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix #1213Meik Sievertsen2006-03-253-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5710 89ea8834-ac86-4346-8a33-228a782c2dd0
* - extended session_page and user_lastpage to hold a maximum of 200 chars ↵Meik Sievertsen2006-03-2528-224/+426
| | | | | | | | | | | (instead of 100) - session_page gets truncated to 200 chars - streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment) - a bunch of schema changes for the bbcode-enabled text and the session page change (sorry for this) - if decode_message is used there is no need to include functions_posting.php anymore (should fix the search.php bug too) git-svn-id: file:///svn/phpbb/trunk@5709 89ea8834-ac86-4346-8a33-228a782c2dd0
* - We do On-the-fly file writting for everything in backups, should speed ↵David M2006-03-253-114/+217
| | | | | | | | | | | | things up - Removed the ability to make archives for backups... Its one sql file, no need to use some heavy archive to store it... - Made it easier to use the restore feature - Flushed the data buffer at the end of every insert statement, this should make large tables (like posts and topics) faster to backup - Some bug fixes :D git-svn-id: file:///svn/phpbb/trunk@5708 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhh, there we have it... related to several reports about code blocks and ↵Meik Sievertsen2006-03-241-2/+2
| | | | | | bbcode parsing (#1302) git-svn-id: file:///svn/phpbb/trunk@5707 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some adjustments for search related config optionsNils Adermann2006-03-2316-31/+31
| | | | | | | | | | - one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181] - fixed search own posts link in UCP [Bug #1163] - corrections to timezone selection [Bug #1148] - fix quickmod tools on post details page [Bug #1188] git-svn-id: file:///svn/phpbb/trunk@5705 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1245David M2006-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5704 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Improved Backup ACP UI, more work to come...David M2006-03-231-1/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@5703 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding in the next page of the installerGraham Eames2006-03-225-11/+145
| | | | | | | Note that this still falls back to the old code part-way through the install git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
* - hopefully fixed inactive create forum input field + button for safari ↵Meik Sievertsen2006-03-2213-30/+47
| | | | | | | | | | 2.0.2 (floating issue?) - updated format_date calls (fixed ancient calls) - fixed newest username setting for activating users through the admin panel git-svn-id: file:///svn/phpbb/trunk@5701 89ea8834-ac86-4346-8a33-228a782c2dd0
* strange... must've been my editor not reloading between updates.Meik Sievertsen2006-03-221-16/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@5700 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjusting sql_freeresult a bit as well as our error handler (it now prints ↵Meik Sievertsen2006-03-2226-69/+78
| | | | | | out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases). git-svn-id: file:///svn/phpbb/trunk@5699 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure we check the array we use before we use it. ;)Meik Sievertsen2006-03-221-27/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@5698 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this will fix various permission discrepances. :) What happened is that ↵Meik Sievertsen2006-03-221-36/+17
| | | | | | the static permission cache and the static acl forum ids were used... globally (of course). But this led to users inheriting permissions from previously called user permission setups resulting in users seeing private forums in profiles as well as other areas i could imagine being "wrong". Thanks to Yawner for letting me login with his username. :D git-svn-id: file:///svn/phpbb/trunk@5697 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix pruning of usersMeik Sievertsen2006-03-222-52/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@5696 89ea8834-ac86-4346-8a33-228a782c2dd0
* added some language strings as well as fixing the activity listing (Yawner, ↵Meik Sievertsen2006-03-225-76/+98
| | | | | | could you please test it again at area51?) git-svn-id: file:///svn/phpbb/trunk@5695 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not validate username when disallowing it. ;) - #1220Meik Sievertsen2006-03-222-9/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5694 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use another color for special group seperation (makes it easier to distinct ↵Meik Sievertsen2006-03-222-2/+2
| | | | | | between special groups and selected groups) - #1147 git-svn-id: file:///svn/phpbb/trunk@5693 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Needless regular expressionsDavid M2006-03-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5692 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1200David M2006-03-221-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5691 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1201David M2006-03-221-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5690 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1192David M2006-03-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5689 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1202David M2006-03-221-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5688 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1197David M2006-03-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5687 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1194David M2006-03-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5686 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1183David M2006-03-221-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5685 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1144David M2006-03-221-2/+1
| | | | | | | | - Bug 1199 - We can't free a result that was already free()'d! git-svn-id: file:///svn/phpbb/trunk@5684 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Fixed my fix :DDavid M2006-03-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5683 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1100David M2006-03-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5682 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1177David M2006-03-211-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5681 89ea8834-ac86-4346-8a33-228a782c2dd0
* ability to set all role options to UNSETMeik Sievertsen2006-03-212-6/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@5680 89ea8834-ac86-4346-8a33-228a782c2dd0
* Retrieve user_warning count in case a template designer wishes to display it ↵Graham Eames2006-03-211-1/+1
| | | | | | on this page git-svn-id: file:///svn/phpbb/trunk@5679 89ea8834-ac86-4346-8a33-228a782c2dd0
* - a bunch of bugfixes. :PMeik Sievertsen2006-03-2147-119/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@5678 89ea8834-ac86-4346-8a33-228a782c2dd0
* A small typo that I didn't commit last nightGraham Eames2006-03-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5677 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change the handling of language detection to avoid errors if the language ↵Graham Eames2006-03-201-5/+6
| | | | | | | | | header is either not sent by the browser or there is no matching language available. Also added support for forcing a language via the URL for now, this may or may not remain git-svn-id: file:///svn/phpbb/trunk@5676 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing language strings in warning system [Bug #1156]Graham Eames2006-03-204-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@5675 89ea8834-ac86-4346-8a33-228a782c2dd0