aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Bug 1104: fixed a typo ($necoding => $encoding)Nils Adermann2006-03-193-5/+13
| | | | | | | | | - Bug 1139: active_topics now has a button to submit the "Display posts from previous <time>" form - active_topics doesn't return NULL rows anymore - fix a padding bug in the search forum listing git-svn-id: file:///svn/phpbb/trunk@5674 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move the $Id tag to prevent output errorsGraham Eames2006-03-192-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5673 89ea8834-ac86-4346-8a33-228a782c2dd0
* - bbcode ids need to be greater than NUM_CORE_BBCODESMeik Sievertsen2006-03-191-15/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@5672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Two little changes to language files:Nils Adermann2006-03-192-4/+1
| | | | | | | | - Bug 1093 - Bug 1087 git-svn-id: file:///svn/phpbb/trunk@5671 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-1918-1/+117
| | | | git-svn-id: file:///svn/phpbb/trunk@5670 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not check forum acl for dropdown menus in permission screensMeik Sievertsen2006-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5668 89ea8834-ac86-4346-8a33-228a782c2dd0
* temporarily updated authors fileMeik Sievertsen2006-03-191-14/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5667 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, we should try to write the sql data as early as possible (to prevent ↵Meik Sievertsen2006-03-191-358/+379
| | | | | | extensive memory consumption). What needs to be done now? Trying to compress in realtime if specified and it would be also nice if the filenames had a more meaningful naming. :) git-svn-id: file:///svn/phpbb/trunk@5666 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Free some results!David M2006-03-191-44/+104
| | | | | | | - Nicer MySQLhandling (still needs work) git-svn-id: file:///svn/phpbb/trunk@5665 89ea8834-ac86-4346-8a33-228a782c2dd0
* We'll extend the idea to the sessions themselves as well on reflectionGraham Eames2006-03-181-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5663 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, now the correct ones. :/Meik Sievertsen2006-03-183-10/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@5662 89ea8834-ac86-4346-8a33-228a782c2dd0
* And the typo-of-the-day-award goes to:Nils Adermann2006-03-182-2/+2
| | | | | | | | | | | | Maintenance aka Maintenence aka Maintanence Who knows what it will turn out to look like next? (maybe Maitanance?) hmm .... so many commits today! git-svn-id: file:///svn/phpbb/trunk@5661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cross-port a patch from 2.0.20 into the 3.0 branchGraham Eames2006-03-183-0/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@5660 89ea8834-ac86-4346-8a33-228a782c2dd0
* And of course, this is going to be 3.0 and not 2.2.....Graham Eames2006-03-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5659 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a little bug in the (old) installerNils Adermann2006-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5658 89ea8834-ac86-4346-8a33-228a782c2dd0
* I got attacked by a dictinary..... :PGraham Eames2006-03-182-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5657 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small typo :)Graham Eames2006-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5656 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Nils Adermann2006-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5655 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replacing the first part of the installer ready for some testingGraham Eames2006-03-185-18/+500
| | | | | | | This will bounce you back to the previous installer part way through git-svn-id: file:///svn/phpbb/trunk@5654 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added init_{$auth_plugin} function which can be used to test a connection ↵Nils Adermann2006-03-183-7/+88
| | | | | | to the authentication system before actually saving the new configuration. This will hopefully stop people from locking themselves out by using an authentication system that they cannot connect to. git-svn-id: file:///svn/phpbb/trunk@5653 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Lesson learned: If you rename something rename it in all places and not ↵Nils Adermann2006-03-186-8/+18
| | | | | | | | | | | just in a few :) (min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb) - search_indexing_state should not be dynamic - a topic link should link to a topic ;-) git-svn-id: file:///svn/phpbb/trunk@5652 89ea8834-ac86-4346-8a33-228a782c2dd0
* thanks to SHS` for writing an updated version of the terms and the privacy ↵Meik Sievertsen2006-03-185-19/+100
| | | | | | policy. git-svn-id: file:///svn/phpbb/trunk@5650 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-1817-740/+610
| | | | | | | - fixed links to mcp_reports git-svn-id: file:///svn/phpbb/trunk@5649 89ea8834-ac86-4346-8a33-228a782c2dd0
* :PDavid M2006-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5648 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Cleaned up some compress stuffDavid M2006-03-188-132/+1045
| | | | | | | | | - Replaced deprecated functions in the PostrgreSQL DBAL - Added an undefined constant during install - Oh, and we now have backups :D We currently work with all the MySQL flavors, PostgreSQL and SQLite... git-svn-id: file:///svn/phpbb/trunk@5647 89ea8834-ac86-4346-8a33-228a782c2dd0